 | [ you ] bbcode |  |
Posted: 12/31/2006 12:29 PM |
|
|
|
|
|
| Citation |
| Posts |
1253 |
| Word Cnt. |
68,166 |
| BDay |
Nov 9 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Jan 06, 2006
Local time: 7:27 AM
|

|
|
|
|
 |
Now I've seen the [ you ] BBcode working on here (its fab!)I thought I'd add it to my site but its not working, reading some threads on the phpBB hacks site a few people have had the same problem but no-one has given an answer BTW Nightrider I've changed my password for my FTP, I haven't locked you out  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [ you ] bbcode |  |
Posted: 12/31/2006 8:00 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 3:27 AM
Location: St Pete, FL
|

|
|
|
|
 |
It is better to include text links to your files rather than posting them in your messages. See what happened when you posted the bbcode.php file above? Since many errors can be missed when posting the code rather than providing a link, it might take longer to find a problem if you can't look at the actual file...
Creating text Links for phpBB files
First create a duplicate of the phpBB file on your PC, then rename the file by adding .txt to the end of the file name. Next upload the file to a location on your FTP Server accessible to the public and provide a link back here for us to analyze it...
The path to your file could look something like this now:
| Code:
|
|
http://yourdomain.com/downloads_folder/bbcode.txt
|
So what is the problem with the You MOD on your site???
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [ you ] bbcode |  |
Posted: 01/01/2007 12:34 PM |
|
|
|
|
|
| Citation |
| Posts |
1253 |
| Word Cnt. |
68,166 |
| BDay |
Nov 9 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Jan 06, 2006
Local time: 7:27 AM
|

|
|
|
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [ you ] bbcode |  |
Posted: 01/01/2007 5:34 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 3:27 AM
Location: St Pete, FL
|

|
|
|
|
 |
This is why you should be using EM to install your MODs. The You BBCode MOD script is incorrectly added to both files. EM wouldn't have made these mistakes...
Ok, try this:
OPEN
includes/bbcode.php
FIND
| Code:
|
|
$patterns[] = "#\[you\]#ise";
|
AFTER ADD
| Code:
|
|
$replacements[] = $bbcode_tpl['you'];
|
OPEN
templates/subSilver/bbcode.tpl
FIND
| Code:
|
|
<!-- BEGIN email --><a href="mailto:{EMAIL}">{EMAIL}</A><!-- END email --><!-- BEGIN you -->{YOU}<!-- END you -->
|
REPLACE WITH
| Code:
|
<!-- BEGIN email --><a href="mailto:{EMAIL}">{EMAIL}</a><!-- END email -->
<!-- BEGIN you -->{YOU}<!-- END you -->
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [ you ] bbcode |  |
Posted: 01/02/2007 4:32 AM |
|
|
|
|
|
| Citation |
| Posts |
1253 |
| Word Cnt. |
68,166 |
| BDay |
Nov 9 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Jan 06, 2006
Local time: 7:27 AM
|

|
|
|
|
 |
Ok I consider myself told off
It worked - thanks
So if there a way of knowing if a mod is EM compatable or it just worth trying and seeing if it works? |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [ you ] bbcode |  |
Posted: 01/02/2007 3:18 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 3:27 AM
Location: St Pete, FL
|

|
|
|
|
 |
Every MOD in the phpBB MOD Database can be installed using EM. And many MODs from phpBBHacks.com can be installed using EM too. For those MODs not in the proper format, it is usually pretty easy to convert them to be EM Friendly. So if a MOD cannot be recognized by EM, I would be happy to help you modify it to be EM Friendly. If you run into an install conflict between any MOD and your phpBB code, I would be happy to help you work through each problem...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [ you ] bbcode |  |
Posted: 01/02/2007 3:30 PM |
|
|
|
|
|
| Citation |
| Posts |
1253 |
| Word Cnt. |
68,166 |
| BDay |
Nov 9 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Jan 06, 2006
Local time: 7:27 AM
|

|
|
|
|
 |
Thanks! I'll keep you posted  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [ you ] bbcode |  |
Posted: 01/03/2007 5:35 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 3:27 AM
Location: St Pete, FL
|

|
|
|
|
 |
Good Luck Karen!!!
 |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|