It is a bug, and it is being corrected in the next release. :D http://sourceforge.net/tracker/index.php?func=detail&aid=496941&group_id=7885&atid=107885 TO CORRECT THIS ISSUE: OPEN: [profile.php] @ Line: 262 FIND: $email = '<a href="$email_uri">' . $lang['Send_email'] . '</a>';...
Hello Everyone. As an Administrator of hacks.phpbb.com, I took the liberty to clean this script up and do some intial documentation. Let me first state that it is our (the phpBB Group) desire that " hacks " now be called " MOD 's". So, with that in mind... here is what should bec...
daz. You will need to add something such as the following FUNCTION into your code. (phpBB2 -should- have already included this, but it hasn't made it in yet) //////////////////////////////////////////////////////////// // split_URL // // - This will take a very long URL and split it with // - A .......
One thing you may want to be aware of is that you've hard-code your ICQ button with the red flower, whereas, the subBlue image is not hard-coded with any flower.
Sadly, the above code doesn't work :( if(preg_match("/([a-zA-Z0-9\\\[\\\]]\n){3,}[a-zA-Z0-9\\\[\\\]]/"); { echo "Your sig has more than four lines, please change it." } I tried adding an extra backslash, I removed a backslash, and nothing worked.....