Am interested if anyone has used VBSEO effectively with the auction add-on vBay?
This is a discussion on Anyone used VBSEO with vBay? within the Pre-Sales Questions forums, part of the Announcements & Pre-Sales category; Am interested if anyone has used VBSEO effectively with the auction add-on vBay?...
Am interested if anyone has used VBSEO effectively with the auction add-on vBay?
I think I have seen a few.
The Forum Hosting - Forum Hosting from the Forum Experts
If I buy a new VBSEO license on the basis of needing to have vbay produce se friendly URL's etc, will vbseo control the vbay product like it was / is part of VB - for example will vbseo guarantee I will get se friendly URL's for my auctions?
Can anyone give me a site URL running vbay and vbseo right now?
I found a bunch searching google. I'm sure rewrites could be setup for it, which these guys are really good at
Here is one I found:
Consultdomain.de - das Domainforum
I hope I helped?
Thanks, but I was not looking for vBay sites, I was looking for vBay sites where their auction URLs are se friendly / governed by vbseo. The site you refered me to has the standard VB / vBay config.
I'm sorry I thought you we're looking for sites running both vbay and vbseo...which that is..but yeah makes sense now. Sorry.
How the mod is written it is for the use of ID's. You would need to contact the owner and see if they could change that to allow the use of the title.
Right now you could have it be like:
yoursite.com/vbay/category-1/
yoursite.com/vbay/item-1/
etc.
The Forum Hosting - Forum Hosting from the Forum Experts
Do you have example URLs of how vbay looks right now so I can help with the rewrite rules.
The Forum Hosting - Forum Hosting from the Forum Experts
Right now, vbay's url in my forum looks like this
/forum/vbay.php?do=cat&showcat=1
this is the link for showing categories and this
/forum/vbay.php?do=item&viewitem=4
is an example of an item page! Thank you for your help Michael!
In your CRR add:
This will make URLs like:Code:'^vbay\.php\?do=(.+?)&showcat=(.+?)$' => 'vbay/$1-$2/'
vbay/cat-1/
vbay/item-4/
The Forum Hosting - Forum Hosting from the Forum Experts