MyBB Community Forums

Full Version: [plugin support] Last poster avatar on forum index and owner's post on thread list...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7
No one install this.
The plugin has already messed up a few of our members boards.
http://community.mybb.com/thread-171401-...pid1161294

Is because you have another themes not based on default, all changes are maded auto, you may use lesser versions and no 1.8.5 MyBB version only on github repo...

By the way all are fixed on the github repo, test it and told me if goes fine, because many times only say something when some goes bad, well i release this here, but i make sure is working on fine !!!

Try github 2.8.2 version....

All changes have to be manually then sue some users use a non official themes or ripped or somethin glike that....
hi, i made a custom page (inside mybb), how can i insert the avatar to this custom page? Tried insert {$lastpost_profilelink} but it doesn't work.
You've to know about hooks, create a new hook on your new page, the add it into pugin and finally add it.

Have to work but i never tested, on new pages i allways construct new codes for that.
How do I edit the avatar template? Apparently, W3C does not validate this line of code. This could be very bad for people who are trying to optimize their websites for higher search engine rankings.

Output from my forums:
<a href="http://1shotgg.com/User-Hero">
<div class="avatarep_fd">
<a href="javascript:void(0)" id ="forum_member6" onclick="TINY.box.show({url:'User-Hero?action=avatarep_popup',width:350,top:120})"><img src='http://www.gravatar.com/avatar/dfb904cf9010e42ae99342c26645c62b?s=120&amp;r=g&amp;d=mm.jpg' class='avatarep_img' alt='Hero' /></a>
</div>
<span class="avatarep_fs"><br />
by <a href="http://1shotgg.com/User-Hero"><span style="color: #5959FF;"><strong>Hero</strong></span></a></span></a></td>

https://validator.w3.org/
That's inside of plugin file.

I think that was solved on github repo, but not sure because i made some changes, i'll give a review to this because to me it's important the w3c validation too.
(2015-08-28, 03:01 PM)Dark Neo Wrote: [ -> ]That's inside of plugin file.

I think that was solved on github repo, but not sure because i made some changes, i'll give a review to this because to me it's important the w3c validation too.

Ahh, is there any temporary fixes for now? Thanks!
Only donwload the latest repo on github and upload files and nothing more, have to work...
Hi, I'm using mybb 1.8.5 with default theme
And last poster avatar plugin 2.8.2

Here is screenshots from my forum:

Index
[attachment=34970]

Thread list
[attachment=34971]

Search result (FYI, I've already activated Avatar on Search
[attachment=34972]
Due to some bad code on MyBB 1.8.5 core some values have to not due auto for some code injection inside parts where don't have to do nothing.

So you have to read doc file on github to make changes on templates.

https://github.com/WhiteNeo/lastposter-a...18x-series

There you have the sample guide to style your forums.

See yah !!!
Pages: 1 2 3 4 5 6 7