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
I'll briefly describe what you can do in v1.1
In 1.1 you can edit/delete messages in the board. The owner can delete any message posted in his/her board.
HTML has been disabled in messages.
You can now show all messages.
the upgrades are in the zip file in my first post..
oh, and here's a screenshot
EDIT: this isn't the final version btw.. i'll try to work on some of the stuff you guys requested...
I ran into a problem... not a major one, but well... I can't submit anything. I can't seem to find the submit/edit buttons anywhere. Well, I just added $.profiletagboardsubmit and it appeard, but no action took place. Like the comment didn't get recoreded. Heck the page didn't even reload. Do you need more info from my mystery? ^^;
Today at 03:18 AM Sonikku said this in Post #35 I ran into a problem... not a major one, but well... I can't submit anything. I can't seem to find the submit/edit buttons anywhere. Well, I just added $.profiletagboardsubmit and it appeard, but no action took place. Like the comment didn't get recoreded. Heck the page didn't even reload. Do you need more info from my mystery? ^^;
I installed v1.1 for the first time, in the instructions, it says the getinfo template edit is
PHP Code:
<a href="member2.php?s=$session[sessionhash]&action=addlist&userlist=ignore&userid=$userinfo[userid]"><font color="#EEEEFF">Add $userinfo[username] to Your Ignore List</font></a>
</smallfont></td>
</tr>
</table>
</td></tr></table>