Version: 1.00, by The_Wanderer
Developer Last Online: Oct 2009
Version: 2.2.x
Rating:
Released: 04-15-2003
Last Update: Never
Installs: 36
No support by the author.
hmm.. I dont think this has been released before.. or at least i couldn't find it.
so, here we go
sql queries to run: 1
file edits: 1
template edits: 1 and 3 new templates
the hack adds a tagboard to every user's profile. There's not much more to tell about it, really. It's made so only members of your forum can post in the tagboard, of course
uhm.. the standard version of the tagboard only shows the 10 newest messages, but you can easily change it.
just find:
Quote:
("SELECT * FROM profiletagboard WHERE touserid='$userinfo[userid]' ORDER BY id DESC LIMIT 10")
and change the LIMIT to whatever you want.. (i might add a "show all messages" in the next version)
I might add more stuff in future versions. Like edit buttons, delete buttons and whatever I can come up with..any suggestions are welcome
v1.1 Upgrade:
HTML has been disabled
You can now edit/delete messages
The tagboard owner can now delete messages in his/her board
You can now show all your messages
Total Files to edit: 1
Total Templates to edit: 1 and 9 new templates
Total sql queries to run: 1
v1.2 Upgrade:
Smilies in messages have been enabled
bbcode has been enabled fewer queries
Total Files to edit: 1
Total Templates to edit: 1 and 9 new templates
Total sql queries to run: 1
actually, it seems to be a problem with the SELECT calls to the avatar and customavatar tables.
[edit]
ok, if you remove all the queries to the avatar and customavatar tables, it'll work just fine. i think this may be a problem affecting only those of us who do not use the built-in vbulletin avatar system. *shrug* i got it to work this way.
Yesterday at 11:35 AM Tae-Hwan said this in Post #131 actually, it seems to be a problem with the SELECT calls to the avatar and customavatar tables.
[edit]
ok, if you remove all the queries to the avatar and customavatar tables, it'll work just fine. i think this may be a problem affecting only those of us who do not use the built-in vbulletin avatar system. *shrug* i got it to work this way.
aahhhh.. so that's the problem.. i've been wondering for quite a while now..
Today at 02:39 PM The_Wanderer said this in Post #136 Those of you who have problems should take a look at the post at the top page 9..it should fix things, according to Tae-Hwan
oops, i didn't even look at that code.. i thought you were responding to the guy asking for instructions on how to optimize the queries. i feel dumb now, went through all that trouble for nothing.
[edit]
actually you were! now i feel even more dumb. and at the same time, it coincidentally fixes the problems with people who aren't using the vbulletin avatar system. *deep breath* whew ok i think we're on the same page now.. ^_^