|
| Author |
Message |
Nick
Joined: 09 Sep 2005
Posts: 772
Location: Next to the stereo
|
Posted: 12/10/2006, 8:14 am Post subject: |
|
|
In viewtopic.php, after
| Code: |
//
// If the board has HTML off but the post has HTML
// on then we process it, else leave it alone
// |
Put
| Code: |
{
$message = str_replace("/me ","<font color=\"orange\"><strong> " .$poster. "</strong></font> ",$message);
}
{
$message = str_replace("/you ","<font color=\"violet\"><strong> " .$userdata['username']. "</strong></font> ",$message);
} |
If you want my /we, /us additions, after
| Code: |
if ( !$board_config['allow_html'] || !$userdata['user_allowhtml'])
{
if ( $user_sig != '' )
{
$user_sig = preg_replace('#(<)([\/]?.*?)(>)#is', "<\\2>", $user_sig);
}
if ( $postrow[$i]['enable_html'] )
{
$message = preg_replace('#(<)([\/]?.*?)(>)#is', "<\\2>", $message);
}
} |
Put
| Code: |
{
$message = str_replace("/we ","<font color=\"#4d7bc1\"><strong> " .$userdata['username']." and ".$poster. "</strong></font> ",$message);
}
{
$message = str_replace("/us ","<font color=\"red\"><strong> " ."Your Forums". "</strong></font> ",$message);
} |
In these codes, you can change the colors to whatever you want. Also, change "Your Forums" to your forum name. _________________ [Bobsnox Forums] [Shannara Forums] [The Smash Syndicate] [LegendofZeldaForums.com]
Apologetics? |
|
| Back to top |
|
 |
Nick1150
Joined: 07 Dec 2006
Posts: 13
|
Posted: 12/10/2006, 11:52 am Post subject: |
|
|
Thanks Nick for your help.
I really appreciate it. The /me hack works ok, but the /you still does not work
What can I say ?
Sorry for the inconvenience
any othe hint ? _________________ Nick 1150 |
|
| Back to top |
|
 |
Nick
Joined: 09 Sep 2005
Posts: 772
Location: Next to the stereo
|
|
| Back to top |
|
 |
Nick1150
Joined: 07 Dec 2006
Posts: 13
|
Posted: 12/11/2006, 3:24 pm Post subject: |
|
|
2005 phpbb _________________ Nick 1150 |
|
| Back to top |
|
 |
Nick
Joined: 09 Sep 2005
Posts: 772
Location: Next to the stereo
|
|
| Back to top |
|
 |
Nick1150
Joined: 07 Dec 2006
Posts: 13
|
Posted: 12/11/2006, 3:53 pm Post subject: |
|
|
How can I see the version number ?
In the administration panel it states Unable to open connection to phpBB Server, reported error is:
Operation now in progress !!
Any other way ?
Ps. I admire your patience mate
Thanks alot _________________ Nick 1150 |
|
| Back to top |
|
 |
Nick1150
Joined: 07 Dec 2006
Posts: 13
|
Posted: 12/11/2006, 3:55 pm Post subject: |
|
|
Just found it :
Powered by phpBB 2.0.20 © 2001 phpBB Group
sorry  _________________ Nick 1150 |
|
| Back to top |
|
 |
Nick
Joined: 09 Sep 2005
Posts: 772
Location: Next to the stereo
|
|
| Back to top |
|
 |
Nick1150
Joined: 07 Dec 2006
Posts: 13
|
Posted: 12/12/2006, 12:40 am Post subject: |
|
|
so why the /you does not work ?
any idea ? _________________ Nick 1150 |
|
| Back to top |
|
 |
Nick
Joined: 09 Sep 2005
Posts: 772
Location: Next to the stereo
|
|
| Back to top |
|
 |
|