FIXED Problem When Hidding Url's


Goto page Previous  1, 2

Subject: 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. );  


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. }  

Subject: Re: Problem When Hidding Url's
Great... you have found my fix! :wink:

Good. :cool:

Subject: Re: Problem When Hidding Url's
it rocks ...thanks you are my hero zuker

MG ...thanks for the fix

Profile PM  
Subject: Re: Problem When Hidding Url's
yeah! now i've got to look at the rss problem :S

it's a little bit complex :evil:

Subject: 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... :wink:

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

it's a little bit complex :evil:

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

Subject: Re: FIXED -Problem When Hidding Url's
Yes Mighty...
I'll take a look with WINMERGE :p

Goto page Previous  1, 2

Page 2 of 2


  
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

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.5193s (PHP: 3% SQL: 97%)
SQL queries: 29 - Debug Off - GZIP Enabled