Hello,
Does anyone know how to add an avatar in the forumdisplay template next to each thread like it has in XenForo?
Is it possible without a plugin?
It's possible to add avatars just like on my forum but you have to make core file modification because if you use a plugin you will get x2 queries!!!!
P.S. you should also consider to add avatars to search results!
(2013-11-17, 02:31 PM)marcus123 Wrote: [ -> ]It's possible to add avatars just like on my forum but you have to make core file modification because if you use a plugin you will get x2 queries!!!!
P.S. you should also consider to add avatars to search results!
Hey,
Yes I read about the plugin giving double the queries, so that's why I would like to do it without a plugin. I did think about adding it to search results too.
Is there a tutorial that I can follow to add an avatar by editing core files?
Hey,
It works!
But now I get a lot of html errors, it doesn't validate. Is there a way to remove them?
EDIT: The & needs to be changed to & before the uid:
member.php?action=profile&uid= needs to be member.php?action=profile&uid= to be valid.
That thread has many posts on how to display avatars only use the one I have posted here works great with no errors I am sure of it because I am using it!
Check this thread and change that URL!
http://community.mybb.com/thread-147109.html
(2013-11-19, 04:54 PM)marcus123 Wrote: [ -> ]That thread has many posts on how to display avatars only use the one I have posted here works great with no errors I am sure of it because I am using it!
Check this thread and change that URL!
http://community.mybb.com/thread-147109.html
Do you know how I would add it to search results too, by editing core files?
Apply the same code to search.php