Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic [box]-tag mod -> wrong output (Read 1077 times)
TRoN
Junior Member
**
Offline


...against the MCP!

Posts: 58
Location: Bad Iburg
Joined: Aug 8th, 2003
Gender: Male
[box]-tag mod -> wrong output
Aug 23rd, 2003 at 12:27pm
Print Post  
BHRA Webmaster,

I installed your box-tag mod (1.3) but I have a problem.

The
Code
Select All
[box width=50% align=center color=white] Output Text here...[/box] 


dsplays all from "[box" to "]" and the text between the tags isn't printed at all. That happens with all box-tags...

I really don't know why the mod doesn't work correctly on my board  Cry

I even uninstalled all other mods, but the problem persisted.

Please watch the phenomenon at my board:
http://www.digital-joker.de/cgi-bin/yabb/YaBB.cgi?board=websitetipps;action=disp...

Guest postings are allowed for testing. I zipped the files changed by your mod to download them there.

Your help is highly welcomed  Wink
Thanks,
|_TRoN_|
« Last Edit: Aug 23rd, 2003 at 5:22pm by TRoN »  

.-== Sapere Aude! ==-.
|_TRoN_| @ digital-joker.de/forum
Back to top
WWWICQ  
IP Logged
 
TRoN
Junior Member
**
Offline


...against the MCP!

Posts: 58
Location: Bad Iburg
Joined: Aug 8th, 2003
Gender: Male
Re: [box]-tag mod -> wrong output
Reply #1 - Aug 23rd, 2003 at 5:24pm
Print Post  
Finally I was able to fix this error.

This part you modified in the Printpage.pl caused the wrong output with my board:
Code
Select All
      $message =~ s~\[box(.*?)\](.*?)\[/box\]~&box($1,$1)~eisg; 



It has to be this to work correctly:
Code
Select All
      $message =~ s~\[box(.*?)\](.*?)\[/box\]~&box($1,$2)~eisg; 



Now all works perfect!
Yours,
|_TRoN_|
  

.-== Sapere Aude! ==-.
|_TRoN_| @ digital-joker.de/forum
Back to top
WWWICQ  
IP Logged
 
BHRA Webmaster
God Member
*****
Offline


Mod Author of the Year
2002

Posts: 5238
Location: BHRA Headquarters
Joined: Jan 18th, 2002
Gender: Male
Re: [box]-tag mod -> wrong output
Reply #2 - Aug 25th, 2003 at 12:47pm
Print Post  
Yep, that's a mis-type in the mod file!
  


World Domination, one smiley at a time!
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint