The Arcive of vBulletin Modifications Site. |
|
Users posts Details »»
|
|||||||||||||||||||||||||
This small mod will tell you some small stats about where a member is posting : in which forums and what it represents against his total number of messages (see screenshot below. sorry it's a french screenshot ).
It respects your forums ordering and groups them by category, with a total by category. Php code to place in the "modcp" dir, filename "usermess.php" : PHP Code:
PHP Code:
Last changes : v1.2
v1.1
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
thx
looks fine the only thing i would change is on the picture because i dont know how to say it this i changed but the sum isnt right PHP Code:
PHP Code:
|
|
#3
|
|||
|
|||
|
then we change the hook into admin_index_navigation and sim sala bim its here*g*
sorry my changes wount work so don't do the change*g* |
|
#4
|
|||
|
|||
|
Quote:
direkt wird dort nichts eingebunden ![]() die cpnav_vbulletin greifen wir NICHT AN ![]() sondern du erstellst eine cpnav_mike.xml im includes/xml verzeichniss und schreiben folgendes rein Code:
<navgroups master="false"> <navgroup phrase="users" permissions="canadminusers" displayorder="110"> <navoption displayorder="100"> <text>text der du hier habn willst</text> <link>der link dazu</link> </navoption> </navgroup> </navgroups>
|
|
#5
|
|||
|
|||
|
Two main reasons for putting it in modcp :
Quote:
![]() PHP Code:
|
|
#6
|
|||
|
|||
|
hi becafuel,
nice add on but i have two suggestions: - he doesn't sort the forum the right way. - i would show forum without post too. you could easier compare and find anything when every forum is always on his place. hurik |
|
#7
|
|||
|
|||
|
I have modified the code in the first post to accomodate with suggestions from feedback.
What do you think of it, now ? Do you have any example or screenshot ? Ok for forum with 0 messages. What about an option for this : "Display forum without messages ? yes/no" |
|
#8
|
|||
|
|||
|
Quote:
see my attachment. and look at: http://www.portablegaming.de/forumdisplay.php?f=3 and the categorys are not soreted right tot. gameboy advance should be the 3th category but it is the first. http://www.portablegaming.de |
|
#9
|
|||
|
|||
|
because the order
then someone must build the displayorder into the query ![]() i think that will not be enought... |
|
#10
|
|||
|
|||
|
In fact, I am actually ordering by forumid, which is not the real display order (except on my forum, hence the confusion
)I am working on it but it will take a little longer to code because it's not only a matter of query... |
![]() |
|
|