vBulletin Search Engine Optimization
This is a discussion on A Couple Presale Question within the Pre-Sales Questions forums, part of the Announcements & Pre-Sales category; Does the vbseo mod modify any templates ? Anotehr question i have is a couple of my forums i have ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| A Couple Presale Question
Does the vbseo mod modify any templates ? Anotehr question i have is a couple of my forums i have it set to sort by title like /forumdisplay.php?f=11&order=desc&sort=title would i have a search engine friendly way to do this ? since i know that vbseo makes url such as /category/ |
|
#2
| |||
| |||
| Re: A Couple Presale Question Quote:
Quote:
|
|
#3
| |||
| |||
| Re: A Couple Presale Question
How would this url be formatted ?
|
|
#4
| |||
| |||
| Re: A Couple Presale Question
it all depends on what settings you use for forum URL rewrite
|
|
#5
| ||||
| ||||
| Re: A Couple Presale Question Quote:
In the configuration file, you will find the following: Code: define('VBSEO_DEFAULT_MEMBERLIST_SORT', 'username');
define('VBSEO_DEFAULT_MEMBERLIST_ORDER', 'asc');
define('VBSEO_DEFAULT_FORUMDISPLAY_SORT', 'lastpost');
define('VBSEO_DEFAULT_FORUMDISPLAY_ORDER', 'desc');
Code: define('VBSEO_DEFAULT_FORUMDISPLAY_SORT', 'lastpost');
define('VBSEO_DEFAULT_FORUMDISPLAY_ORDER', 'desc');
Code: define('VBSEO_DEFAULT_FORUMDISPLAY_SORT', 'title');
define('VBSEO_DEFAULT_FORUMDISPLAY_ORDER', 'desc');
__________________ Juan Muriente / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#6
| |||
| |||
| Re: A Couple Presale Question
i only have this set on one forum though i would like the other forums to display
|
|
#7
| |||
| |||
| Re: A Couple Presale Question
Can vbseo staff verify this Does the vbseo mod modify any templates ? Only Footer ? |
|
#8
| ||||
| ||||
| Re: A Couple Presale Question
No templates have to be modified. You CAN modify your footer template if you want to force the copyright to be shown in a specific location.
__________________ Keith Cohen / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. My Personal Sites: My Blog | GPS Discussion Forum |
|
#9
| ||||
| ||||
| Re: A Couple Presale Question Quote:
PM Sent.
__________________ Juan Muriente / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#10
| |||
| |||
| Re: A Couple Presale Question
Hey juan i sent u a pm ... can u get back to me on that...
|
|
#11
| ||||
| ||||
| Re: A Couple Presale Question
Just making available a custom plugin that was created for s2kinteg916's request. Others might benefit from it Plugin includes the following simple code: Code:
if($forumid==11)
{
$sqlsortorder = $sortorder = 'ASC';
$sqlsortfield = $sortfield = 'thread.title';
$handled = true;
}
Attached: custom_forum_sort.xml
__________________ Juan Muriente / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Presale question lite vs full versions | vbisgreat | Pre-Sales Questions | 4 | 10-12-2005 12:42 PM |
| Quick Question | Amos | General Discussion | 3 | 10-11-2005 10:49 PM |