PDA

View Full Version : Need Codeing Help


ChrisBaktis
12-12-2004, 10:29 PM
I run a site that has members trading sports cards.

I want to add search links in the User CP menu that will search a specific forum using the logged in members username (their username is the keyword - in both title and thread). Can anyone help me with this?

ChrisBaktis
12-15-2004, 08:11 PM
can anyone help with this?

ChrisBaktis
12-16-2004, 10:19 PM
Is no one able to help me on this :(

Colin F
12-17-2004, 04:55 AM
Is no one able to help me on this :(
This thread could help you: http://www.vbulletin.com/forum/showthread.php?t=107955

The rest is plain HTML...

ChrisBaktis
12-17-2004, 11:20 AM
Thank you for the info...but I do have one other question...how do I make the search word a variable being the person that is logged in trying to do the search?

Colin F
12-17-2004, 11:29 AM
Well if you link it in the templates, just use that variable, it will automatically be parsed when the template is output.

example:
http://www.yoursite.com/forum/search.php?do=process&query=$bbuserinfo[username]

ChrisBaktis
12-17-2004, 12:16 PM
Thank You!