Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
"You changed your profile picture" activity Doesn't Link to profile page correctly and Wont delete
xm1
New
When I change my profile picture 'You changed Your profile picture' is added to the activity page
Notice the 'You' is linking to '/profile/you', and the 'your' is linking to '/profile/your'
which result in a user not found error when I click on any of them.
when I try to delete the activity I get
'The "ActivityController" object does not have a "xsanitize" method.|ActivityController|xsanitize|'
I recently upgraded from 2.1.
0
Comments
The error is a known issue: http://vanillaforums.org/discussion/31164/activity-error
That is an interesting bug.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
@hgtonight
What about the 'You' linking to '/profile/you', and 'your' linking to '/profile/your'?
It should be linking to
/profile/id/Your
in which case theYour
doesn't mean anything as there is an id.I just tested this on a fresh install of 2.2.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Ok! my upgraded 2.2 does not include the id. what do you think is the problem?
Are you running a custom theme?
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
yes
Are you overriding any of the Activity views?
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
No! Not that I know of
Hi! The you/your bad linked happens since the last unstable versión before 2.2 (plsomething I think), along with the xsanitize message when you delete anyithing from any profile. The activity item is deleted but you got that message. If you press F5 to reload the page, the deleted items go away. All in a fresh install, default theme, no plugins activated.
@Linc @hgtonight Is there no solution for the bad linking? I don't think its from me as I have disabled all plugins, applied default theme, and removed all customization. And it's still happening.
This was fixed on the master branch:
https://github.com/vanilla/vanilla/pull/3157
but hasn't made it into 2.2 yet.
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Ok @Bleistivt what should I do? update my forum to the github version?
No, wait until this makes it into 2.2.x
I just opened a pull request.
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS