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.
Remove Photos from Recent Discussions
omfgblondie
New
Is it possible to remove the photos from the recent discussions page only? I have that as my front page, along with Category Pictures. Having the profile pictures there makes it a bit cluttered.
Tagged:
0
Comments
as opposed to viewing discussions within categories?
if so try removing lines 42-46 or commenting them out.
https://github.com/vanilla/addons/blob/master/plugins/IndexPhotos/class.indexphotos.plugin.php#L42
you can also comment out this function depending on what your needs are:
https://github.com/vanilla/addons/blob/master/plugins/IndexPhotos/class.indexphotos.plugin.php#L26
or just isolate via css and bodyid and display none.
you can view various tutorials on css and links to web developer tools.
there are links to various css and firebug tutorials smattered throughout forum, if you choose not to google or search.
scan this discussion:
http://vanillaforums.org/discussion/20231/how-to-become-somewhat-adept-at-modifying-vanilla-to-meet-your-needs-for-free
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Thanks! I'll try this!
This did perfectly what I was looking for, thanks!
Brilliant @peregrine . This, combined with @hgtonight 's clever trick here
http://vanillaforums.org/discussion/comment/217487/#Comment_217487
Has allowed me to accomplish exactly what I wanted to do (which was exactly what the OP wanted to do).
Thanks to both!
FYI, here is an excerpt from my 'recent discussions' page with your mods in place; IndexPhotos still working perfectly on within-category discussion lists.