PDA

View Full Version : PHP for...


King Kovifor
10-15-2005, 08:01 PM
Can anyone tell me the PHP so that $post[musername] will work on the forum home... Just the section and where to put it. Could someone also add a "Modified" version that no effects, like bold or italics, will show? I could really use this.

Colin F
10-17-2005, 06:45 AM
Can anyone tell me the PHP so that $post[musername] will work on the forum home... Just the section and where to put it. Could someone also add a "Modified" version that no effects, like bold or italics, will show? I could really use this.

For which user do you want to display this, the user viewing the page?

If so, use $bbuserinfo[musername] and $bbuserinfo[username] for a no-frills version.

King Kovifor
10-17-2005, 08:15 PM
You rock dude. You solved it!