Quote:
Originally Posted by DragonByte Tech
You can inspect your vbseo-config.xml file however we cannot offer assistance with manually re-creating it. The Lite version of DBSEO also doesn't support custom URLs, so if the formats are not within the default vBSEO options then they will not be compatible with the Lite version unfortunately  Fillip
|
Thank You Fillip,
This is the URL structure, I need to incorporate in dbseo, got this details from:
/public_html/vbseo/resources/xml/config.xml file
Code:
<setting>
<name>VBSEO_FORUM_TITLE_BIT</name>
<value><![CDATA[%forum_title%]]></value>
</setting>
<setting>
<name>VBSEO_URL_THREAD</name>
<value><![CDATA[%forum_title%/%thread_id%-%thread_title%.html]]></value>
</setting>
<setting>
<name>VBSEO_URL_THREAD_PREV</name>
<value><![CDATA[%forum_title%/%thread_id%-%thread_title%-prev-thread.html]]></value>
</setting>
<setting>
<name>VBSEO_URL_THREAD_NEXT</name>
<value><![CDATA[%forum_title%/%thread_id%-%thread_title%-next-thread.html]]></value>
</setting>
<setting>
<name>VBSEO_URL_POST_SHOW</name>
<value><![CDATA[%post_id%-post%post_count%.html]]></value>
</setting>
<setting>
<name>VBSEO_URL_POLL</name>
<value><![CDATA[%forum_title%/poll-%poll_id%-%poll_title%.html]]></value>
</setting>
<setting>
<name>VBSEO_URL_FORUM</name>
<value><![CDATA[%forum_path%/]]></value>
</setting>
<setting>
<name>VBSEO_URL_FORUM_PAGENUM</name>
<value><![CDATA[%forum_path%/index%forum_page%.html]]></value>
</setting>
<setting>
<name>VBSEO_URL_FORUM_ANNOUNCEMENT</name>
<value><![CDATA[%forum_title%/announcement-%announcement_title%.html]]></value>
</setting>
<setting>
<name>VBSEO_URL_FORUM_ANNOUNCEMENT_ALL</name>
<value><![CDATA[%forum_title%/announcements.html]]></value>
</setting>
<setting>
<name>VBSEO_URL_ATTACHMENT</name>
<value><![CDATA[%forum_title%/%attachment_id%-%thread_title%-%original_filename%]]></value>
</setting>
<setting>
<name>VBSEO_URL_ATTACHMENT_ALT</name>
<value><![CDATA[%thread_title%-%original_filename%]]></value>
</setting>
<setting>
<name>VBSEO_URL_FORUM_GENERAL_FEED</name>
<value><![CDATA[rss.xml]]></value>
</setting>
<setting>
<name>VBSEO_URL_FORUM_TITLE_FEED</name>
<value><![CDATA[rss-%forum_title%.xml]]></value>
</setting>
<setting>
<name>VBSEO_HOMEPAGE_ALIASES</name>
<value><![CDATA[index.php|index.php?]]></value>
</setting>
Most important part for me will be:
ForumDisplay URLs
Showthread URLs
Category Urls
Rest can be ignored from those settings, I have also attached the config.xml file in case required.