The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
List of threads a member has started
Is this possible:
I want to show all threads a member has started (of chosen forums). I run vb on a literature-page and want to make a list of all stories a member has posted. Any help would be great. |
#2
|
||||
|
||||
Quote:
|
#3
|
||||
|
||||
In the User-Info at the right side of a thread etc., where the avatar, status, etc. are shown. There one should find a link to all threads a member has started.
The list shouldn't be build from all forums but from forums the admin is choosing (in the hack). Thats because only stories should be listed, not the other forums (like website-discussion etc.). Sorry for my poor english, I'm just a stupid German |
#4
|
||||
|
||||
Here you go..
FYI. this hack increases your query load in postbit loads to a certain extent since it needs to query your database to get users' threads in forum X. |
#5
|
||||
|
||||
Great! *hug* *kiss* and so on
(I hope it won't increase the load too much) |
#6
|
||||
|
||||
Quote:
|
#7
|
||||
|
||||
Hm, something is wrong:
Parse error: parse error in /homepages/.../htdocs/vb/admin/functions.php on line 90 Fatal error: Call to undefined function: getuserinfo() in /homepages/.../htdocs/vb/admin/sessions.php on line 324 The parse error is gone, just needed to replace some ' for some ". But the Fatal error now is: Fatal error: Call to a member function on a non-object in /homepages/.../htdocs/vb/admin/functions.php on line 90 |
#8
|
|||
|
|||
there's probably a coding error in the hack that you just installed either that or you mis-hacked the admin/functions.php from the error that im seeing... regards...
g-force2k2 |
#9
|
||||
|
||||
It's nearly impossible to mis-hack
See my edited posting. |
#10
|
||||
|
||||
Quote:
Find -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= function getpostbit($post) { // sorts through all the stuff to return the postbit template -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= After that add -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= extract ($GLOBALS); -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= This will fix "Call to a member function on a non-object " error.. However there should not be any parse error, there is no here.. I tested it and it's working.. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|