vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO Total Support Team Launches DeskPro New vBSEO Discount Level for Network Builders vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

A Couple Presale Question

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 ...

Go Back   vBulletin SEO Forums > Announcements & Pre-Sales > Pre-Sales Questions

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 10-27-2005, 05:14 AM
Member
 
Join Date: Oct 2005
Posts: 45
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/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 10-27-2005, 09:31 AM
Member
 
Real Name: Tyler
Join Date: Sep 2005
Location: North Carolina
Posts: 49
Re: A Couple Presale Question

Quote:
Originally Posted by s2kinteg916
Does the vbseo mod modify any templates ?
Just one, and thats the footer template for the copyright

Quote:
Originally Posted by s2kinteg916
/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/
Yep
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 10-27-2005, 11:51 AM
Member
 
Join Date: Oct 2005
Posts: 45
Re: A Couple Presale Question

How would this url be formatted ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 10-27-2005, 11:55 AM
Member
 
Real Name: Tyler
Join Date: Sep 2005
Location: North Carolina
Posts: 49
Re: A Couple Presale Question

it all depends on what settings you use for forum URL rewrite
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 10-27-2005, 12:01 PM
Juan Muriente's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Juan Carlos Muriente
Join Date: Jun 2005
Location: Puerto Rico
Posts: 12,768
Re: A Couple Presale Question

Quote:
Originally Posted by s2kinteg916
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/
Yes, you can have SEF URLs on forums (or memberlists) sorted in a non-default way.

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');
Simply replace:
Code:
define('VBSEO_DEFAULT_FORUMDISPLAY_SORT', 'lastpost');
define('VBSEO_DEFAULT_FORUMDISPLAY_ORDER', 'desc');
With:
Code:
define('VBSEO_DEFAULT_FORUMDISPLAY_SORT', 'title');
define('VBSEO_DEFAULT_FORUMDISPLAY_ORDER', 'desc');
and Voilá
__________________
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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 10-27-2005, 02:55 PM
Member
 
Join Date: Oct 2005
Posts: 45
Re: A Couple Presale Question

i only have this set on one forum though i would like the other forums to display
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #7  
Old 10-27-2005, 03:45 PM
Member
 
Join Date: Oct 2005
Posts: 45
Re: A Couple Presale Question

Can vbseo staff verify this

Does the vbseo mod modify any templates ? Only Footer ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #8  
Old 10-27-2005, 03:54 PM
Keith Cohen's Avatar
vBSEO Staff
vBSEO Total Customer SupportBig Board Administrator
 
Real Name: Keith Cohen
Join Date: Jul 2005
Location: Raleigh, NC USA
Posts: 6,280
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #9  
Old 10-27-2005, 04:08 PM
Juan Muriente's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Juan Carlos Muriente
Join Date: Jun 2005
Location: Puerto Rico
Posts: 12,768
Re: A Couple Presale Question

Quote:
Originally Posted by s2kinteg916
i only have this set on one forum though i would like the other forums to display
Currently it is not possible to define sorting per forum. However, we may add this as a new config option.

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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #10  
Old 10-28-2005, 03:31 PM
Member
 
Join Date: Oct 2005
Posts: 45
Re: A Couple Presale Question

Hey juan i sent u a pm ... can u get back to me on that...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #11  
Old 01-24-2006, 12:56 AM
Juan Muriente's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Juan Carlos Muriente
Join Date: Jun 2005
Location: Puerto Rico
Posts: 12,768
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;
}
Users can simply customize the forumid and sort column in the file.

Attached: custom_forum_sort.xml
Attached Files
File Type: xml custom_forum_sort.xml (369 Bytes, 44 views)
__________________
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.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


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


All times are GMT -4. The time now is 10:22 PM.


Powered by vBulletin Version 3.8.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.