Version: 0.3, by Dream
Developer Last Online: Sep 2010
Version: 3.5.0 Beta 4
Rating:
Released: 07-10-2005
Last Update: 07-14-2005
Installs: 61
Uses Plugins Template Edits
Re-useable Code
No support by the author.
this is my implementation of the hack used here that shows what style each one is using under their usernames
it will only show the style if the user chose something else then "default style" in the usercp.
also this wont show styles choosen with the "quick style chooser", because those are stored in cookies and not in the database. if you logoff your style is resetted to the one in the usercp.
Installation
- Upload and activate "style name in postbit.xml" plugins
- Put this where you want it to appear
ill see what I can do. im thinking of changing it so it will only show styles for people that does not use the default one (ie. style 0, if you choose the default style in the usercp it shows)
im a little worried with that require_once() too, its called for each construct_postbit, not sure the performance implications of that
ill see what I can do. im thinking of changing it so it will only show styles for people that does not use the default one (ie. style 0, if you choose the default style in the usercp it shows)
im a little worried with that require_once() too, its called for each construct_postbit, not sure the performance implications of that
On a large thread I think this potentially could slow performance alot
Is there any way you can require /includes/adminfunctions_template.php earlier on in the code, i.e. when showthread is initialised? This might stop it having to be called for every post...
On a large thread I think this potentially could slow performance alot
Is there any way you can require /includes/adminfunctions_template.php earlier on in the code, i.e. when showthread is initialised? This might stop it having to be called for every post...
Satan
done, download the zip again, remove the old plugin and import the new ones
it seems to be a little faster but I didnt test with microstats
==========================================
0.3 links to the current thread, and only shows the style if the user didnt choose "default style" in the usercp.
if you installed the old one you have to edit the templates again.
==========================================
and here is the old version that shows the style of all users
I have just noticed a small bug. If you use quick reply then the AJAX system doesn't pull the style name down. Once you do a hard reload of the page all is ok. Just not when the new post is added via AJAX.
im discontinuing this one cause it adds a query to showthread.php, and thats not a good place to add queries as its a very requested script. anyone have my permission to develop it from here.
im discontinuing this one cause it adds a query to showthread.php, and thats not a good place to add queries as its a very requested script. anyone have my permission to develop it from here.