=Charles Posted December 30, 2005 Posted December 30, 2005 I'm working on a new skin at the moment and it really irks me that I can't change the HTML for it. I've had to compromise. Also, IPB adds a break (<br />) before the quote text starts, which means there is a gap at the top of my quote. See here for an example of the gap. 2 issues that I'd love sorted. :)
Antony Posted December 31, 2005 Posted December 31, 2005 I didn't realise you couldn't change the quote HTML. If thats so, then you should be able to.
=Charles Posted December 31, 2005 Posted December 31, 2005 Nah, I know where the code is, I just know nothing about IPB's structure.From /sources/classes/bbcode/class_bbcode_core.php 'quote' => array( 'title' => 'QUOTE', 'css_top' => 'quotetop' , 'css_main' => 'quotemain' ), 'code' => array( 'title' => 'CODE' , 'css_top' => 'codetop' , 'css_main' => 'codemain' ), 'sql' => array( 'title' => 'SQL' , 'css_top' => 'sqltop' , 'css_main' => 'sqlmain' ), 'html' => array( 'title' => 'HTML' , 'css_top' => 'htmltop' , 'css_main' => 'htmlmain' ) ); $this->wrap_top = "<div class='{$used[ $type ]['css_top']}'>{$used[ $type ]['title']}{$extra}</div><div class='{$used[ $type ]['css_main']}'>"; $this->wrap_bottom = "</div>";$used = array(
Recommended Posts
Archived
This topic is now archived and is closed to further replies.