VitalEnd Posted July 4, 2010 Posted July 4, 2010 Im sure you have seen them before. Lets say User id 1 = Name: Simon so you put in your profile signature: @1 then o viewuser in the signature it shows the name Simon, possibly in a table. Thats the tricky bit cant seem to work out. Quote
DigitalGerm Posted July 4, 2010 Posted July 4, 2010 This is an example: // Query the user and get his unique id and his signature text // Or fetch it from a text file. Your choise function translate_signature( $profile, $userid, $signature ){ // So we have $userid = $array['the_user_tabe_row_id']; $signature = $array['the_user_table_column_signature']; $pattern = "signature: $userid" // better [@signature:1] ( [@signature:$userid]) return str_ireplace($pattern,$signature,$profile); //or assign variable. Again your choise } Quote
BoGFx Posted July 6, 2010 Posted July 6, 2010 If you want to pay for it.. You have tons of options: Seanybob: $15 http://makewebgames.io/index.php?page=RMarketplaceEntry&entryID=45 HD: $8 *note: I do not know if he still sells it. If not, take a look at the PHP GD Script. That is what they are made from. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.