Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post BBcode 
 
For my website I would like to have (just like the hide BBcode) that BBcode can be placed in another BBcode. In BBcode.php I made the necessary addings to get it working....

The only problem here is that I cannot use BBcodes inside the BBcode [PIC] [/PIC].
(PIC does not stand for a picture/ image, but its a collapsing function!)

For example:
[PIC]
Example post on my board
[/PIC]

Example post on my board

What do I need to edit to get it to work?

Thanks in advance!


Code: [Download] [Hide]
  1.  
  2. 'pic'        => array('nested' => true, 'inurl' => true, 'allow_empty' => false), 
  3. 'googlevideo' => array('nested' => true, 'inurl' => true, 'allow_empty' => false), 
  4.  
  5.  


Code: [Download] [Hide]
  1. || ($tag === 'pic') || ($tag === 'googlevideo')) 
  2.  



Code: [Download] [Hide]
  1. elseif ($tag === 'pic') 
  2.                 { 
  3.                     $html = ' 
  4. <div width="600" class="12"> 
  5. <object width="600"> 
  6. <img height="1" width="600" src="http://www.fluks.net/templates/default/images/youtube11.gif" alt="YouTube"> 
  7. <br /> 
  8. <img height="60" width="600" src="http://www.fluks.net/templates/default/images/flabber.png" alt="flabber"> 
  9. </object> 
  10. </div> 
  11.  
  12. <div class="14"> 
  13.     <div>     ' . $content . '       </div></div>';    } 
  14.  



Thanks in advance!
 



 
OwnageWorldSend private message  
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: BBcode 
 
Why can't you use or style SPOILER BBCode?
 




____________
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
Post new topic  Reply to topic  Page 1 of 1
 


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