PDA

View Full Version : Profile Tagboard (a tagboard in every user's profiles)


The_Wanderer
04-15-2003, 10:00 PM
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:

("SELECT * FROM profiletagboard WHERE touserid='$userinfo' 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 :)

[u]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

Screenshots:
1 (https://vborg.vbsupport.ru/showpost.php?s=&postid=383099)
2 (https://vborg.vbsupport.ru/showpost.php?s=&postid=383100)
3 (https://vborg.vbsupport.ru/showpost.php?s=&postid=383101)
4 (https://vborg.vbsupport.ru/showpost.php?s=&postid=384409)
5 (https://vborg.vbsupport.ru/showpost.php?s=&postid=385327) (before v1.2)
6 (https://vborg.vbsupport.ru/showpost.php?s=&postid=385328) (after v1.2)

Live Demo:
Not available

oh.. and remember to click Install (https://vborg.vbsupport.ru/misc.php?s=&action=install&threadid=51705), if you install

The_Wanderer
04-16-2003, 09:42 PM
screen1

The_Wanderer
04-16-2003, 09:42 PM
screen2

The_Wanderer
04-16-2003, 09:42 PM
screen3

joeboo
04-16-2003, 10:00 PM
hey cool, kinda like the user comments hack but it doesnt have the comments in another page. Thanks for sharing :)

Dan
04-16-2003, 10:02 PM
How many messages does it hold in the profile? Or is it all of them?

The_Wanderer
04-16-2003, 10:05 PM
Today at 11:02 PM Oricon said this in Post #6 (https://vborg.vbsupport.ru/showthread.php?postid=383114#post383114)
How many messages does it hold in the profile? Or is it all of them?

uhm, i'm not sure i understand the question :ermm:

but uhm. there's a tagboard for every user. but it only shows the 10 newest messages in the user's tagboard, you can change that though (read my first post)
imagine if a used har 100 messages in his/her tagboard.. would be quite a mess if you'd have to wait for all that to load everytime you entered their profile :)

colicab-d
04-16-2003, 10:06 PM
oricon it shows 10 /\/\/\ .. hmm i would use this if it werent for the fact im using filburts one :D

Dan
04-16-2003, 10:09 PM
Hmm..... this is more like what I need.... But I don't want to go through the bother of uninstalling filburts...

/me clicks install incase he changes his mind.

Good work anyways!

The_Wanderer
04-16-2003, 10:09 PM
arh damn.. i didn't think anyone had released this kind of hack yet...

i'll use it myself then :)

Today at 11:09 PM Oricon said this in Post #9 (https://vborg.vbsupport.ru/showthread.php?postid=383119#post383119)
Hmm..... this is more like what I need.... But I don't want to go through the bother of uninstalling filburts...

* Oricon clicks install incase he changes his mind.

Good work anyways!

thanks :)

bharvey42
04-16-2003, 11:17 PM
I thought a tag board was for users to post there own polls or surveys

I would like to request that hack :)

The_Wanderer
04-16-2003, 11:23 PM
i could probably make such hack... :)

could you be a bit more specefic though?

uhm.. also i've updated the hack.. :\

in member.php find:

mysql_query("INSERT INTO profiletagboard (msg, touserid, fromuserid) VALUES ('$text','$userinfo[userid]','$bbuserinfo[userid]')") or die (mysql_error());};

and replace with

$DB_site->query("INSERT INTO profiletagboard (msg, touserid, fromuserid) VALUES ('$text','$userinfo[userid]','$bbuserinfo[userid]')") or die (mysql_error());
header("location: member.php?s=$session[sessionhash]&action=$action&userid=$userinfo[userid]");
};

I don't think i have to explain what this does?

Link14716
04-16-2003, 11:52 PM
Why are you using mysql_query? Why not use $DB_site->query? ;)

Looks pretty good. I might install this one :)

The_Wanderer
04-16-2003, 11:54 PM
Today at 12:52 AM Link14716 said this in Post #13 (https://vborg.vbsupport.ru/showthread.php?postid=383159#post383159)
Why are you using mysql_query? Why not use $DB_site->query ;)

Looks pretty good. I might install this one :)

lol.. oops.. i dont use mysql_query everywhere though ;)
uhm i have a question though... $DB_site->fetch_object generates errors.. would you happen to know why?

Link14716
04-17-2003, 12:05 AM
What does mysql_fetch_object do? It looks like the long way around using query_first... ;)

The_Wanderer
04-17-2003, 12:11 AM
haha.. well......shut up :rolleyes: *cough*

it works though :cheeky:

Link14716
04-17-2003, 12:16 AM
Y-y-y-y-you are telling m-m-m-m-me to shut up? HOW DARE YOU!

* Link14716 grabs the Master Sword, looks at it for a moment, and mutters something, switching it to light saber mode. :D

Come on, tell me to shut up again! ;) :p

The_Wanderer
04-17-2003, 12:20 AM
hahaha... maybe i will ;)

PiotrasG
04-17-2003, 02:34 AM
nice, i've installed this one! :)

i have a question:

is it possible to receive email message or private message on forum when someone leaves a comment on this user profile?
thanx

SpeedStreet
04-17-2003, 02:39 AM
Not only that, but another nice feature would be to give the user the ability to delete messages in their own profile...

Just a thought....call me stupid.

Red Blaze
04-17-2003, 04:02 AM
Something like this was already done, but this one shows the avatars, right? I don't think the other one does. Once the amount of comments have been maxed out, what happens to the old comments?

kaotic
04-17-2003, 04:16 AM
I would actually prefer this hack if the old user comments went to another page rather than disappearing...

The_Wanderer
04-17-2003, 10:07 AM
those are all good ideas.. remember this is version 1.
I was thinking about adding more pages for the rest of the messages, so don't worry :)

Today at 03:34 AM PiotrasG said this in Post #19 (https://vborg.vbsupport.ru/showthread.php?postid=383208#post383208)
nice, i've installed this one! :)

i have a question:

is it possible to receive email message or private message on forum when someone leaves a comment on this user profile?
thanx

a very good idea.. i'll try to fix that...

Today at 03:39 AM SpeedStreet said this in Post #20 (https://vborg.vbsupport.ru/showthread.php?postid=383210#post383210)
Not only that, but another nice feature would be to give the user the ability to delete messages in their own profile...

Just a thought....call me stupid.

I mentioned in my first post that the next version would include delete and edit buttons ;)

Red Blaze
04-17-2003, 01:20 PM
This is real cool, I'll install when the features I want are included. ^_^

/me clicks install.

Xyphen
04-17-2003, 07:33 PM
Damn, i was about to release my version and now there are like 3 ppl who already released it, nice work btw.

kaotic
04-17-2003, 09:57 PM
I'll go ahead and install this now, but hope that it is updated with a new feature or two soon. :) Thanks for the hack.

The_Wanderer
04-17-2003, 11:06 PM
Yesterday at 10:57 PM kaotic said this in Post #26 (https://vborg.vbsupport.ru/showthread.php?postid=383535#post383535)
I'll go ahead and install this now, but hope that it is updated with a new feature or two soon. :) Thanks for the hack.

don't worry... there definetly will be more features ;)
i'll start working on the next version this sunday. I don't have time to work on it before then, sadly..

kaotic
04-19-2003, 07:05 PM
Is it possible to show the latest comments on the bottom rather than at the top?

The_Wanderer
04-19-2003, 09:18 PM
Today at 08:05 PM kaotic said this in Post #28 (https://vborg.vbsupport.ru/showthread.php?postid=384301#post384301)
Is it possible to show the latest comments on the bottom rather than at the top?

piece of cake...
change

("SELECT * FROM profiletagboard WHERE touserid='$userinfo[userid]' ORDER BY id DESC LIMIT 10")

to

("SELECT * FROM profiletagboard WHERE touserid='$userinfo[userid]' ORDER BY id ASC LIMIT 10")

TheComputerGuy
04-19-2003, 10:17 PM
fixed it

Chris M
04-19-2003, 11:35 PM
Looks good:)

Satan

kaotic
04-19-2003, 11:40 PM
I knew it'd be simple. :p Thanks.

The_Wanderer
04-19-2003, 11:58 PM
ok..

I finished v1.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...

kaotic
04-20-2003, 01:28 AM
Great! I just installed it using the upgrade instructions. Everything is running fine so far. :) Gj & Ty.

Red Blaze
04-20-2003, 02:18 AM
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? ^^;

The_Wanderer
04-20-2003, 11:00 AM
did you create all the required templates?

uhm.. chances are that you did something wrong when you installed it.. maybe you should try to re-install?

sounds weird though..

Tenpit
04-20-2003, 11:34 AM
Today at 03:18 AM Sonikku said this in Post #35 (https://vborg.vbsupport.ru/showthread.php?postid=384454#post384454)
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
<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>

add the bellow, after it:

<br>
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#0A293E"

width="95%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
<tr>
<td bgcolor="#1D6AA0" colspan="2">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr id="cat">
<td align="left" widht="50%"><normalfont color="#EEEEFF"><b>Profile
Tagboard For $userinfo[username] </b></normalfont></td>
<td align="right" width="50%"><a href=?s=$session[sessionhash]&action=tball&userid=$userinfo[userid]><smallfont

color="#EEEEFF" class="thtcolor">Show all messages</smallfont></a></td>
</tr>
</table>
</td>
</tr>
$profiletagboard_nomsgs$profiletagboardmsgs</table>
</td></tr></table>this doesn't give the submission box, looking in the v1.0 instructions it seems

<br>
<form method=post action=>
$profiletagboardsubmit
</form>is missing off the end. So just that part in and it will work.


--------------
Tenpit

The_Wanderer
04-20-2003, 12:03 PM
he's right... sorry about that.. how emberrasing.. :(

i'll update the install file...

The_Wanderer
04-20-2003, 12:36 PM
hmm.. i found a small 'bug'

it's higly recommended you replace the getinfo_profiletagboardmsgs template with the bellow..

<tr>
<td bgcolor="$backcolor" width="160" valign="top" nowrap><normalfont><b>$tbuser</b></normalfont><br>
<smallfont>$tbtitle</smallfont><br>
<img src="$tbavatar"></td>
<td bgcolor="$backcolor" valign="top" width="100%"><normalfont><b>$msg</b></normalfont></td>
</tr>
<tr>
<td bgcolor="$backcolor" width="160" nowrap>&nbsp;</td>
<td bgcolor="$backcolor" width="100%"><div align=right><smallfont><a href=?s=$session[sessionhash]&action=tbdel&tbid=$result[id]&userid=$userinfo[userid]>Delete</a> | <a href=?s=$session[sessionhash]&action=tbedit&tbid=$result[id]&userid=$userinfo[userid]>Edit</a></smallfont></div></td>
</tr>

You don't have to do it.. but if you don't, a user's tagboard might end up looking like the picture submitted..
i'll update the install file (again ;) )

Tenpit
04-20-2003, 01:41 PM
How can it be changed so that Admins can 'Edit' or 'Delete' any message?

Thanks

-----------
Tenpit

The_Wanderer
04-20-2003, 01:52 PM
Today at 02:41 PM Tenpit said this in Post #40 (https://vborg.vbsupport.ru/showthread.php?postid=384616#post384616)
How can it be changed so that Admins can 'Edit' or 'Delete' any message?


Thanks

-----------
Tenpit


heh... you know, i was thinking about coding that feature for the next version...
you read my mind :P

bgtking
04-20-2003, 02:09 PM
Where exactly do you download 1.1? The main page jsut has v1.

The_Wanderer
04-20-2003, 02:35 PM
https://vborg.vbsupport.ru/attachment.php?s=&postid=383096

it's the file i attached in my first post.. i updated it, when i updated the hack ;)

and remember to click Install (https://vborg.vbsupport.ru/misc.php?s=&action=install&threadid=51705), if you install ^^

bgtking
04-20-2003, 02:49 PM
You say there should be six new templates but in the zip I download, there are only 3.

The_Wanderer
04-20-2003, 02:55 PM
that's odd.. when i download it, there's 9...
try re-downloading, I think you still have the old zip from v1...

bgtking
04-20-2003, 03:16 PM
I cleared my temporary internet files and it worked. Great hack. Will install now.

The_Wanderer
04-20-2003, 04:34 PM
yeah, i thought it might have had something to do with that... enjoy :)

filburt1
04-20-2003, 04:51 PM
04-16-03 at 05:37 PM The_Wanderer said this in Post #1 (https://vborg.vbsupport.ru/showthread.php?postid=383096#post383096)
[B]hmm.. I dont think this has been released before.. or at least i couldn't find it.

It has...my user comments hack.

The_Wanderer
04-20-2003, 06:30 PM
Today at 05:51 PM filburt1 said this in Post #48 (https://vborg.vbsupport.ru/showthread.php?postid=384684#post384684)
It has...my user comments hack.

yeah i kinda noticed by now ;)

i think this is slightly different from yours... I hope you don't mind me releasing it though :)

Aaron Freed
04-20-2003, 11:38 PM
I just thought that I'd point out I managed to get vBcode and smileys to work by changing the line

$msg=nl2br("$msg"); to

$msg=bbcodeparse($msg,0,1);Anyway, this is great stuff; I've already installed it on my boards and people are having lots of fun with it <33333

The_Wanderer
04-21-2003, 12:43 AM
tsk tsk.. you can't just go ahead and do stuff i had planned to do for the next version... :cheeky:
oh well.. thanks :)

here's an update on some of the stuff i'll be adding in upcoming versions:

Admins can edit/delete messages in all tagboards
Date stamp
Email notification system
vB code - heh, this is done now though :)

kaotic
04-21-2003, 01:13 AM
LoL. Thanks, Aaron. Now I can go ahead and make the change instead of having to wait for the next version. :p Btw, wanderer, this is a great hack you've got here. My members are making great use of it so far. :D Thanks again. Later.

Red Blaze
04-21-2003, 04:27 AM
Yay this works great now. XD Thanks alot. :)

kaotic
04-21-2003, 05:53 AM
Well my members now have the luxery of editing the comments within their profile... but that leaves sort of a problem. :p Now they can alter others' words as they please, without anybody really knowing about it. Would it be possible to add a "Edited by:" feature to the bottom of each edited comment?

The_Wanderer
04-21-2003, 10:37 AM
they shouldn't be able to edit other peoples comments.. unless you've changed that yourself?

i could fix that though :)

kaotic
04-21-2003, 03:24 PM
Odd, someone reported that one of the other members edited their comment. I guess I should test things out myself before I come here for support. My bad.

The_Wanderer
04-21-2003, 11:03 PM
I've finished v1.2...

this may seem as a pretty small update but it's actually a rather important one.. just take a look at the pictures in my next 2 posts.

v1.2 features bbcode+smilies or whatever ir's called :P and FEWER queries.
I advice everyone who installed v1 or v1.1 to upgrade to v1.2 ASAP

you can find the updgrade file in the zip attached in my first post

enjoy :)

The_Wanderer
04-21-2003, 11:05 PM
This is before v1.2

i only had around 20 comments from around 10-15 different people!

The_Wanderer
04-21-2003, 11:05 PM
This is after i installed v1.2

ahhh...much better :D

kaotic
04-21-2003, 11:10 PM
Wow, I didn't realize that. Thanks for the update.. I'll install it now.

The_Wanderer
04-21-2003, 11:14 PM
neither did I.. or not untill last night before I went to bed at least...

well it's fixed now.. should work great :)

Red Blaze
04-22-2003, 04:14 AM
I upgraded it and well, there were no errors, but I did get bugs... all the comments were gone. I was smart enough to back up the file and when I uploaded the backed up file, the comments were restored. I had v1.1 and wanted to go to v1.2. In v1.2 all the comments were gone. Need any more details?

The_Wanderer
04-22-2003, 10:15 AM
hmm... i'll try re-installing v1.2 using the instructions i wrote... maybe i forgot something (again xD)

EDIT: it worked fine here... are you sure you installed it right? did you change anything in the templates? are you sure you replaced the right codes? there's a //show all messages and a //show messages...

maybe you mixed those two up..and in that case, it wouldn't work...

Red Blaze
04-22-2003, 02:19 PM
Hm.. I did use the v1.1tov1.2.txt file, it didn't say anything to change in the templates, and I'm sure I put them in the right areas... perhaps my computer went hay wire somewhere, I'll try it again as soon as I get home.

The_Wanderer
04-22-2003, 02:37 PM
You don't need to edit the templates to upgrade.. i was just thinking that maybe you edited it and that's why it wouldn't work...
it's more likely that you mixed the "//show all messages" and "//show messages" codes up ;)

sonic3d
04-22-2003, 09:44 PM
i can't post nething. i write something and sent it but when it comes back up, theres nothing. i checked everything three time. i executed the query, added the 9 templates, edited one template and edited on php file.

ne reason why it wont work?

l8er
sonic

Red Blaze
04-22-2003, 11:25 PM
did it again and got the same result... and it looks like I'm not the only one. =/

kaotic
04-23-2003, 12:16 AM
Well it seems to work with me, but I've been using this hack since the first release. If you plan on uninstalling and reinstalling it again, I suggest that you start with v1, then upgrade to v1.1, and then on to v1.2. That's how I did it, and it works fine with my forums.

sonic3d
04-23-2003, 01:14 AM
is it only for 2.3.0? i doubt it.

l8er
sonic

Red Blaze
04-23-2003, 04:04 AM
I'm using 2.2.9 and it works up to v1.1. =/

The_Wanderer
04-23-2003, 12:26 PM
I use it on 2.2.9... works fine...

I just tried re-installing the hack using the Install v1.2.txt in the zip.. everything works fine!
so it's obviously you who did something wrong during the installation procedure...

make sure the names of the templates are correct..
uhm.. try posting your getinfo template, sonic3d...
and make sure you ran the SQL query right... obviously it wouldn't work if the "profiletagboard" table wasn't created in your database ;)

you can also try emailing/attaching your member.php file.. (applies to both of you)

Red Blaze
04-23-2003, 04:28 PM
Dude, I'm way past sorry, this might sound annoying, but I did it again and I got the same result. And when I uploaded the backed up file again, the testing post did show up.

Look, this is what I did.
I edited the PHP file and all it said was
"There are no comments...etc etc.."
I tested it see saying "hello?" and nothing showed up. It just refreshed the page. I did it twice. Then I uploaded the backed up php file (member.php edited from v1.1) and the two "hello?" posts were there. The info did get sent, but it's just not showing up. I'm sorry, I did everything you said. >.<

I'll attach the member.php file so you can do it yourself. Maybe this hack likes you better. >_>;

EDIT: Forgot to attach the damn thing. ^^;;;

DOUBLE EDIT: I don't like making another post when my post is still the last one. ^^;

I just realized, wouldn't it be good to have the $tbuser name link to his/her comment tagboard? Also, you can make another template that can be like the "New Reply" feature with the clickable smilies. Uum... that's about it. ^^;

The_Wanderer
04-23-2003, 05:36 PM
clickable smilies.. perhaps i could do that...
and i was planning to make the $tbusername link to the other users' profiles in the next version :D

i'll take a look at your member.php..

EDIT: try this... it should work... if there's a problem, it's probably template based or bitsys rpg hack interferes with the tagboard hack... although i find that very unlikely..

Red Blaze
04-23-2003, 07:01 PM
It's not working. :(
I uploaded your attached php file, and it gave me the same result. I'm guessing that it could be the RPG hack since sonic3d has that hack also... I think... ^^;

The_Wanderer
04-23-2003, 07:37 PM
hmmm.. perhaps... although that doesn't make much sense... i'll take a look at the rpg hack code...

in the meanwhile you can post your getinfo template :)
also try to put this in your getinfo_profiletagboard_nomsgs template: Msgs in tagboard: $nummsgs
and tell me what happens... it should say "no messages blah blah blah" and a number on the end (or beginning or wherever you put $nummsgs...)
oh yeah and you have to put it near the text :)

do you have msn, icq or aim?

EDIT: also try putting this in the template:
userid: $userinfo[userid]

Red Blaze
04-23-2003, 08:43 PM
Well, here's what I got.
For the $nummes, I got the correct number of messages. So that works fine. :)
But as for userid.... they are all "1". o.o;

About v1.2, was it only suppose to lower the number of queries? I only get 20 some.

Yes, I have MSN, AIM and Yahoo, I'll PM you.

The_Wanderer
04-23-2003, 08:54 PM
yeah that's the only new thing in v1.2... but the problem with earlier versions was that you got around 2-3 queries for each message.. so when you click "view all messages" and have like 30 messages.. i had 23 messages and i got 55 queries...
it'd be pretty messy when you get a lot of messages ;)

EDIT: I dunno if it works... but try adding this to the template as well: $userid

Kurayami
04-25-2003, 08:49 PM
A question before installing--is it possible to place this on another page, rather than on the profile? :)

kaotic
04-25-2003, 09:12 PM
Profile Tagboard (a tagboard in every user's profiles)

I don't believe this is the hack for you. :p

Koutaru
04-25-2003, 09:20 PM
Does this hack store all tags or just up to 10 and then it starts deleting the old ones once a new one is posted?

The_Wanderer
04-25-2003, 10:53 PM
it stores all messages... but it only displays 10 in the profile.. you can click "view all messages" to view all messages (well obviously)

Dean C
04-26-2003, 11:59 AM
Pagination in this hack would be great so an ACP option to limit the number pf pages... instead of having it set by default to 10 and having to click show all to view them all :)

- miSt

The_Wanderer
04-26-2003, 05:41 PM
hmm not a bad idea... i might try to work on that for future versions :)

Dean C
04-26-2003, 05:48 PM
Thankyou. I look forward to the future release :)

- miSt

trafix
04-29-2003, 01:00 AM
I hope you dont mind i changed the html and called it a guestbook instead of a tagboard .... great hack!

Riddel
04-29-2003, 03:12 AM
i have a problem. on my board the submit button shows up and everything looks fine but when I try to submit a comment it doesn't get recorded. The page reloads but there is no comment. Any idea what I am doing wrong?

The_Wanderer
04-29-2003, 11:29 AM
Today at 03:00 AM trafix said this in Post #85 (https://vborg.vbsupport.ru/showthread.php?postid=388725#post388725)
I hope you dont mind i changed the html and called it a guestbook instead of a tagboard .... great hack!

that's ok ;)

Today at 05:12 AM Riddel said this in Post #86 (https://vborg.vbsupport.ru/showthread.php?postid=388751#post388751)
i have a problem. on my board the submit button shows up and everything looks fine but when I try to submit a comment it doesn't get recorded. The page reloads but there is no comment. Any idea what I am doing wrong?

uhm...it could be a template problem.. make sure you installed all templates right.. I just tried re-installing the hack using the newest install file, and everything worked :)
which install file did you use?
also, could you give me a link to your forums.. you have to change some of the code if you're using bitsys rpg hack apparently

Riddel
04-29-2003, 08:56 PM
yea I am using the bitsys rpg hack my forum is here - www.cityoflegend.net, the hack is only up in the Angel layout.

do you know what file adjustments I have to make in order to make it work with the bitsys rpg hack?

sonic3d
04-29-2003, 09:39 PM
what code do i put cuz if its the code couple pages back then its still doesn't work. i get 0 messages.

l8er
sonic

Riddel
04-30-2003, 12:03 AM
oh nevermind about my question. i used the one from version 1.1 and it worked!

The_Wanderer
04-30-2003, 11:46 AM
try replacing all of the $userinfo[userid] with $userid
I don't know if it works, I dont have the rpg hack.. but try it.. :)

sonic3d
04-30-2003, 05:07 PM
1.1 works.

l8er
sonic

kaotic
05-01-2003, 11:15 AM
Odd.... I have several major hacks (including the RPG Integration Hack) and everything is running fine.

kaotic
05-12-2003, 09:38 PM
Will there be anymore updates to this hack?

Roxie
05-12-2003, 09:51 PM
Has anyone installed this on 2.3.0?
TIA.

The_Wanderer
05-13-2003, 11:22 AM
Yesterday at 11:38 PM kaotic said this in Post #94 (https://vborg.vbsupport.ru/showthread.php?postid=394300#post394300)
Will there be anymore updates to this hack?

most likely.. it's just that i haven't had much time lately and I don't know when i'll have time..

don't expect an update anytime soon though :)

azher
05-13-2003, 06:40 PM
Yesterday at 11:51 PM Roxie said this in Post #95 (https://vborg.vbsupport.ru/showthread.php?postid=394303#post394303)
Has anyone installed this on 2.3.0?
TIA.

I installed it but only version 1.1 works decently. By decently I mean that in 1.2, while the query count is actually lowered, that single query that pulls the info for "getinfo" takes about 30 seconds on my server as opposed to .5 seconds on the 1.1 version. ;)

kaotic
05-13-2003, 10:16 PM
Something that would be interesting: An option in each user's profile to search for all of his or her posted comments.

TheGunOwner
05-13-2003, 11:20 PM
I don't have the RPH hack installed. I am running vb2.3.0

I too have a problem where everything looks fine but submitted comments do not show up :(

The_Wanderer
05-14-2003, 08:54 PM
Yesterday at 08:40 PM azher said this in Post #97 (https://vborg.vbsupport.ru/showthread.php?postid=394669#post394669)
I installed it but only version 1.1 works decently. By decently I mean that in 1.2, while the query count is actually lowered, that single query that pulls the info for "getinfo" takes about 30 seconds on my server as opposed to .5 seconds on the 1.1 version. ;)

a few others had the same problem... very strange

Today at 12:16 AM kaotic said this in Post #98 (https://vborg.vbsupport.ru/showthread.php?postid=394762#post394762)
Something that would be interesting: An option in each user's profile to search for all of his or her posted comments.

that would probably be pretty easy to do :)

Today at 01:20 AM TheGunOwner said this in Post #99 (https://vborg.vbsupport.ru/showthread.php?postid=394789#post394789)
I don't have the RPH hack installed. I am running vb2.3.0

I too have a problem where everything looks fine but submitted comments do not show up :(


hmm this is getting weird.. i'll try to install vb2.3 on my testforum this weekend and test the hack..

The_Wanderer
05-18-2003, 08:57 AM
just a small update..

if you want the username of the poster to link back to their profile find this in getinfo_profiletagboardmsgs:

<b>$tbuser</b>


and replace with:


<a href=?s=$session[sessionhash]&action=getinfo&userid=$result[fromuserid]><b>$tbuser</b></a>


i was planning to include this in the next version, but since i don't know when exactly i'll be releasing it, i thought, i'd post it for you :)

the zip file on the first page has been updated as well..

Kriek
05-18-2003, 11:45 AM
Operational on 2.3.0 yet?

kaotic
05-18-2003, 11:55 AM
Like I said, I got it to work on 2.3.0. Anyway, thanks for the update. Later.

Kurayami
05-18-2003, 06:00 PM
Well, I've got about 90 hacks installed on my 2.3.0 board(Including the RPG), and it works perfectly. :) I suppose it's just a case-to-case issue with the display.

kaotic
05-20-2003, 01:10 AM
I'm not sure if this has already been mentioned, but a PM notification for when a user's profile is updated would be nice. :) Perhaps something to consider in your next version?

The_Wanderer
05-21-2003, 08:30 PM
yeah yeah, i know, just as well as time and date in the messages..
i've had problems figuring out how to use vB's dateline system though :(
i'll get working on it sooner or later. I've just been rather busy lately.. and i started on my next hack, so.. :\

Erwin
06-07-2003, 06:23 PM
Just a few notes:

1) The query to get the tagboard information slows down the loading of the profile by a lot if you have a lot of members, primarily because of the query addition to get the avatars. I removed the avatar join sections, and dropped my page loading down from 6 seconds to 0.01 seconds.

2) I changed the hack slightly to prevent members from posting in their own tagboard, and to allow staff to delete the entries as well.

Otherwise, good idea. :)

d3f
06-10-2003, 07:11 PM
how would one go about getting the signature to display in the tagboard? I tried copying the signature variable out of the postbit but it did nothing.

MGM
06-12-2003, 02:18 AM
hey, im having a problem. Whenever someone posts a comment in someone's tagboard (Anyone's tagboard), nothing happens. It takes us back to the profile but it still says "No messages have been posted yet." Why won't it work? I went through your instructions 3 times over! Everything looks fine!

I'm using your latest version, 1.2 i believe, and I'm using vB 2.3

MGM out

The_Wanderer
06-12-2003, 11:22 AM
06-10-03 at 09:11 PM d3f said this in Post #108 (https://vborg.vbsupport.ru/showthread.php?postid=407179#post407179)
how would one go about getting the signature to display in the tagboard? I tried copying the signature variable out of the postbit but it did nothing.

well uhm, it should be pretty easy. I'll get back to you in a week or something, if that's ok. I'm having a bit of a crisis at my forums, so i'll have to sort out some stuff :\
nice avatar btw :p

Today at 04:18 AM MetalGearMaster said this in Post #109 (https://vborg.vbsupport.ru/showthread.php?postid=407850#post407850)
hey, im having a problem. Whenever someone posts a comment in someone's tagboard (Anyone's tagboard), nothing happens. It takes us back to the profile but it still says "No messages have been posted yet." Why won't it work? I went through your instructions 3 times over! Everything looks fine!

I'm using your latest version, 1.2 i believe, and I'm using vB 2.3

MGM out

hmm, well my guess is that it wont work on 2.3
1.1 might work for you, but it uses a ++++load of queries :(

The_Wanderer
06-12-2003, 11:34 AM
ok, uhm, d3f.. I took the time to help you out.. this should work :)

FIND (2 times):

SELECT
user.avatarid AS a_id,


REPLACE with (2 times):

SELECT
user.signature AS signature,
user.avatarid AS a_id,


then add $result[signature] in getinfo_profiletagboardmsgs wherever you want the signature to be shown. I suggest you add it near $msg :)

I haven't tested this, but it should work. Let me know if it doesn't work, and i'll take a look at the code again

MGM
06-12-2003, 04:17 PM
queries!? no, screw that, isn't there a way to get 1.2 to work for vB2.3.0???? damn, this looked so promising too :(

MGM out

The_Wanderer
06-12-2003, 05:04 PM
I don't know... some of the others seemed to have a similar problem... I have no idea why it doesn't work though :(

EDIT: ooooh 2.3... i thought you said 2.2.3.. it should work on 2.3.. some of the others got it working at least. But then again, some of them didn't :(

MGM
06-12-2003, 11:56 PM
damn! this looked so good too! argh

ohh well, thanks for the support.... now could u include an uninstall file? :D

MGM out

kaotic
06-13-2003, 12:10 AM
He already has. Just use the installation file and go backword. :p

The_Wanderer
06-14-2003, 09:41 PM
heheh yeah... kaotic's right ;)

another time, back up your original file before you install any hacks.. you'll find it much easier to uninstall the hack if it doesn't work or you dont want it anyway :)

MGM
06-17-2003, 01:34 PM
I always backup, but I don't back up before I install EVERY hack :p

I installed most of the hacks at once though, so if I go back, I'll have to reinstall everything :p

MGM out

Kaelon
06-17-2003, 09:54 PM
Out of curiosity -- I have read that a lot of people are having problems with this hack on 2.3.0. Has anyone managed to get this to work with 2.3.0?

Thanks.

kaotic
06-17-2003, 10:14 PM
Several of us have. :) Ofcourse, I didn't like the long loading time, so I set it up as a stand alone page.

Kaelon
06-17-2003, 10:16 PM
Erwin reported that he was able to improve performance by removing the avatar join routines. Would anyone have any idea what he removed to expedite his load times?

Thanks,
Kaelon

The_Wanderer
06-18-2003, 12:45 PM
that shouldnt be a problem...

FIND:

SELECT
user.avatarid AS a_id,
avatar.avatarpath AS a_path,
customavatar.userid AS c_id,
customavatar.dateline AS dateline,
profiletagboard.msg AS msg,
profiletagboard.fromuserid AS fromuserid,
profiletagboard.touserid AS touserid,
user.username AS username,
user.userid AS userid,
user.usertitle AS title,
profiletagboard.id AS id


FROM avatar,customavatar,profiletagboard

LEFT JOIN user ON user.userid=profiletagboard.fromuserid

WHERE
touserid='$userinfo[userid]' AND user.avatarid=avatar.avatarid
OR touserid='$userinfo[userid]' AND user.avatarid='0' AND user.userid=customavatar.userid
OR touserid='$userinfo[userid]' AND user.avatarid='0' AND user.userid!=customavatar.userid

GROUP BY msg ORDER BY id DESC


and replace with: (2 times)


SELECT
profiletagboard.msg AS msg,
profiletagboard.fromuserid AS fromuserid,
profiletagboard.touserid AS touserid,
user.username AS username,
user.userid AS userid,
user.usertitle AS title,
profiletagboard.id AS id


FROM profiletagboard

LEFT JOIN user ON user.userid=profiletagboard.fromuserid

WHERE
touserid='$userinfo[userid]'
GROUP BY msg ORDER BY id DESC


FIND and delete: (2 times)

if ($result[a_id] == "0" AND $result[c_id] == "$result[userid]") {
$tbavatar="avatar.php?userid=$result[userid]&dateline=$result[dateline]";
};
if ($result[a_id] == "0" AND $result[c_id] != "$result[userid]") {
$tbavatar="avatar.php?userid=$result[userid]&dateline=$result[dateline]";
};
if ($result[a_id] != "0") {
$tbavatar="$result[a_path]";
};


I haven't tested this but i think it works :p

Kaelon
06-18-2003, 06:38 PM
That works great, The_Wanderer, thanks! One more thing, though - to completely remove avatars, you'll want to eliminate the <img src> in the appropriate templates for the Tagboard.

Again, very nice hack!

StealthAnime
06-18-2003, 07:45 PM
really really nice, kinda list an instant PM IM thing :D i like, ima install

The_Wanderer
06-19-2003, 10:27 AM
Yesterday at 08:38 PM Kaelon said this in Post #122 (https://vborg.vbsupport.ru/showthread.php?postid=410451#post410451)
That works great, The_Wanderer, thanks! One more thing, though - to completely remove avatars, you'll want to eliminate the <img src> in the appropriate templates for the Tagboard.

Again, very nice hack!

oh yeah the templates, of course! I knew there was something i forgot :p

msimplay
08-10-2003, 12:50 PM
was wondering if u could add vbcode buttons + Smileys to the message entry form

The_Wanderer
08-10-2003, 08:42 PM
I could try.. I'm just really busy, so I can't really promise anything..

Phoenix_Fighter
08-21-2003, 03:27 AM
I just installed this hack and i tried to test it out everything worked great cept the message didnt show up i checked all the templates everything was there i use Zajako and Storm's RPG Creator System and i run vB 2.3.0....i dont know what possibly could be wrong

Boh
08-24-2003, 04:24 PM
Yeah uh... I installed it... and I don't get any errors or anything, but it doesn't work when I try to tag

narulure
08-25-2003, 11:27 PM
Im getting the same sort of problem. I hope this can be fixed ^^

Tae-Hwan
08-29-2003, 09:29 AM
^ i'm getting the same problems as everyone else. i think this has to do with mysql settings or something.

Tae-Hwan
08-29-2003, 09:35 AM
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.

afterglow
08-30-2003, 12:43 AM
a question though, has anyone installed this hack on the latest version of vb? (ver. 3)

The_Wanderer
08-30-2003, 05:41 PM
Yesterday at 11:35 AM Tae-Hwan said this in Post #131 (https://vborg.vbsupport.ru/showthread.php?postid=429423#post429423)
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..

Tae-Hwan
08-30-2003, 10:45 PM
Yesterday at 02:43 AM afterglow said this in Post #132 (https://vborg.vbsupport.ru/showthread.php?postid=429596#post429596)
a question though, has anyone installed this hack on the latest version of vb? (ver. 3)


This is a funny question! :D

The_Wanderer
08-31-2003, 12:39 PM
Those of you who have problems should take a look at the post at the top of page 9..it should fix things, according to Tae-Hwan :)

Tae-Hwan
08-31-2003, 06:44 PM
Today at 02:39 PM The_Wanderer said this in Post #136 (https://vborg.vbsupport.ru/showthread.php?postid=430023#post430023)
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. :D

[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.. ^_^

The_Wanderer
09-01-2003, 09:45 AM
Yesterday at 10:19 PM Me! said this in Post #138 (https://vborg.vbsupport.ru/showthread.php?postid=430169#post430169)
Does that mean you can't display avatar? :(

This may seem simplistic, but isn't there a way to call the users avatar like in the postbit?

I'm sure there is a way. But I wouldn't know how, as I use the vb avatar system.. in fact, I didn't even know there was another system :p

lasto
09-01-2003, 01:01 PM
the welcome panel calls in the avator so look at that code for hints.

The_Wanderer
09-06-2003, 02:24 PM
09-01-03 at 03:01 PM lasto said this in Post #141 (https://vborg.vbsupport.ru/showthread.php?postid=430400#post430400)
the welcome panel calls in the avator so look at that code for hints.

yeah but it only calls your own avatar... doesnt it? :confused:

PsyBlast
11-22-2003, 12:42 AM
nice hack :) I could only get this working with your 1.1 version on my 2.3.3 version board.

But I have a few minor "requests" Smilies, vbcode, and admin cp control.

*clicks install*

PsyBlast
11-24-2003, 01:51 AM
I'm using 1.1 of this hack, how can I make it so admins can edit anybodies posts?

The_Wanderer
12-17-2003, 04:35 PM
sorry for the late reply...havent been able to do much coding lately..

i probably wont be able to give much support as i'm busy with other stuff :/
but I'll re-write the hack to vb3 when I have time..

Red Blaze
12-17-2003, 05:44 PM
I completely uninstalled it. Sorry Wanderer, but this hack in my boards was a failure and created errors. Note: I said my board, I don't know about others and personally I don't care. Hats off to those that made it work.

Crank
02-09-2004, 08:50 PM
how about having it so only admins can see this option and make comments about users.

[BA]Techie
02-11-2004, 12:41 AM
Could this work with 2.3.0?

Crank
02-15-2004, 02:19 PM
yes works on 2.3.0
im hoping this can be done to only allow Admins to view the comments