My RR in the control panel got messed up after I uploaded my vbseo_all.xml. This is because they have quotes, so they need to be escaped maybe? My configuration file show them correctly, also there is no problem being displayed on my forum.
This is the html I'm using:
HTML Code:<h1>[forum_title]</h1><p id="relevant_replacement">Lista de discusiones en el foro <b>[forum_title]</b> en [bb_title]. [forum_description]</p><br />This how they are in my config.xml:HTML Code:<h1>[thread_title]</h1><p id="relevant_replacement">Esta es una discusión para el tema <em>[thread_title]</em> en el foro <b>[forum_title]</b>, bajo la categoría [parent_forum_title]; [first_post_35_words]...</p><br />
The screenshot on how they look in the control panel:PHP Code:<name>relev_repl</name>
<value><![CDATA[a:3:{i:0;s:148:"<h1>[forum_title]</h1><p id="relevant_replacement">Lista de discusiones en el foro <b>[forum_title]</b> en [bb_title]. [forum_description]</p><br />";i:1;s:50:"[parent_forum_title] - [forum_title] en [bb_title]";i:2;s:0:"";}]]></value>
</setting>
<setting>
<name>relev_repl_t</name>
<value><![CDATA[a:3:{i:0;s:218:"<h1>[thread_title]</h1><p id="relevant_replacement">Esta es una discusión para el tema <em>[thread_title]</em> en el foro <b>[forum_title]</b>, bajo la categoría [parent_forum_title]; [first_post_35_words]...</p><br />";i:1;s:0:"";i:2;s:0:"";}]]></value>
</setting>
![]()


LinkBack URL
About LinkBacks







Reply With Quote
