|
Page 1 of 1
|
carmelomvp 
Joined: September 2006
Posts: 16
|
 Table BBCode
There are a bbcode to Icyphoenix to add tables in my forum?
Thanks!
|
#1 Tue 28 Aug, 2007 11:32 |
|
Sponsors

|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
carmelomvp 
Joined: September 2006
Posts: 16
|
 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.
Ok how can i do this?I know how enable the html but how can i add the html in the bbcode.php?
Thanks!
|
#3 Wed 29 Aug, 2007 11:30 |
|
Zuker 
Joined: August 2006
Posts: 2134
Location:  BA
|
 Re: Table BBCode
search for the table tags in bbcode.php and decoment them
for ex.
- /*
- 'table' => array(
- 'nested' => true,
- 'inurl' => true,
- 'allow_empty' => false,
- ),
- */
- /*
- 'tr' => array(
- 'nested' => true,
- 'inurl' => true,
- 'allow_empty' => false,
- ),
- 'td' => array(
- 'nested' => true,
- 'inurl' => true,
- 'allow_empty' => false,
- ),
- */
should be
- 'table' => array(
- 'nested' => true,
- 'inurl' => true,
- 'allow_empty' => false,
- ),
- 'tr' => array(
- 'nested' => true,
- 'inurl' => true,
- 'allow_empty' => false,
- ),
- 'td' => array(
- 'nested' => true,
- 'inurl' => true,
- 'allow_empty' => false,
- ),
Search for TABLE, TR AND TD
____________ ? Zuker - EDDB - LPM - Sharefields
|
#4 Thu 30 Aug, 2007 02:30 |
|
|
Page 1 of 1
|
Was this topic useful?
Was this topic useful?
Link this topic |
URL |
|
BBCode |
|
HTML |
|
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
|
|
|
|