Icy Phoenix

     
 


Post new topic  This topic is locked: you cannot edit posts or make replies. 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Table BBCode 
 
There are a bbcode to Icyphoenix to add tables in my forum?

Thanks!
 



 
carmelomvpSend 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: Table BBCode 
 
You can enable them by enabling html, add table tags in allowed tags in ACP end edit bbcode.php.

Otherwise you may use these classes:
http://www.icyphoenix.com/viewtopic.php?t=1758

Or you can create CMS blocks using pure HTML.
 




____________
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: Table BBCode 
 
Mighty Gorgon wrote: [View Post]
You can enable them by enabling html, add table tags in allowed tags in ACP end edit bbcode.php.

Otherwise you may use these classes:
http://www.icyphoenix.com/viewtopic.php?t=1758

Or you can create CMS blocks using pure HTML.


Ok how can i do this?I know how enable the html but how can i add the html in the bbcode.php?

Thanks!
 



 
carmelomvpSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Table BBCode 
 
search for the table tags in bbcode.php and decoment them

for ex.

Code: [Download] [Hide]
  1.             /*  
  2.             'table' => array(  
  3.                     'nested' => true,  
  4.                     'inurl' => true,  
  5.                     'allow_empty' => false,  
  6.                     ),  
  7.             */  
  8.             /*  
  9.             'tr' => array(  
  10.                     'nested' => true,  
  11.                     'inurl' => true,  
  12.                     'allow_empty' => false,  
  13.                     ),  
  14.             'td' => array(  
  15.                     'nested' => true,  
  16.                     'inurl' => true,  
  17.                     'allow_empty' => false,  
  18.                     ),  
  19.             */ 


should be

Code: [Download] [Hide]
  1.             'table' => array(  
  2.                     'nested' => true,  
  3.                     'inurl' => true,  
  4.                     'allow_empty' => false,  
  5.                     ),  
  6.             'tr' => array(  
  7.                     'nested' => true,  
  8.                     'inurl' => true,  
  9.                     'allow_empty' => false,  
  10.                     ),  
  11.             'td' => array(  
  12.                     'nested' => true,  
  13.                     'inurl' => true,  
  14.                     'allow_empty' => false,  
  15.                     ), 


Search for TABLE, TR AND TD  
 




____________
? Zuker - EDDB - LPM - Sharefields
 
ZukerSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  This topic is locked: you cannot edit posts or make replies.  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