Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 2 of 2
Goto page Previous  1, 2
 
Reply with quote Download Post 
Post Re: Problem When Hidding Url's 
 
Try this and let me know

On my xs worked

in bbcode.php

replace

Code: [Download] [Hide]
  1. // generate html  
  2.             $html = '<blockquote class="quote"><div class="quote-nouser">' . $lang['xs_bbc_hide_message'] . ':</div><div class="post-text">';  
  3.             if(!$show)  
  4.             {  
  5.                 $content = $lang['xs_bbc_hide_message_explain'];  
  6.             }  
  7.             return array(  
  8.                 'valid' => true,  
  9.                 'html' => $html . $content . '</div></blockquote>'  
  10.             );  
  11.         } 


with

Code: [Download] [Hide]
  1. // generate html  
  2.             $html = '<blockquote class="quote"><div class="quote-nouser">' . $lang['xs_bbc_hide_message'] . ':</div><div class="post-text">';  
  3.             if(!$show)  
  4.             {  
  5.                 return array(  
  6.                     'valid' => true,  
  7.                     'html' => $html . $lang['xs_bbc_hide_message_explain'] . '</div></blockquote>',  
  8.                     'allow_nested' => false,  
  9.                 );  
  10.             }  
  11.             else  
  12.             {  
  13.                 return array(  
  14.                     'valid' => true,  
  15.                     'start' => $html,  
  16.                     'end' => '</div></blockquote>'  
  17.                 );  
  18.             }  
  19.         } 

 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Problem When Hidding Url's 
 
Great... you have found my fix!

Good.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem When Hidding Url's 
 
it rocks ...thanks you are my hero zuker

MG ...thanks for the fix
 



 
LeonSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem When Hidding Url's 
 
yeah! now i've got to look at the rss problem :S

it's a little bit complex
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: FIXED -Problem When Hidding Url's 
 
Leon wrote: [View Post]
it rocks ...thanks you are my hero zuker

MG ...thanks for the fix

You're welcome...

Zuker wrote: [View Post]
yeah! now i've got to look at the rss problem :S

it's a little bit complex

It seems like you hanged up on this one...
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: FIXED -Problem When Hidding Url's 
 
Yes Mighty...
I'll take a look with WINMERGE :p
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 2 of 2
Goto page Previous  1, 2


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events