mulitple urls for one listing

4 posts by 2 authors in: Forums > CMS Builder
Last Post: January 10, 2011   (RSS)

Re: [rentittoday] mulitple urls for one listing

By Jason - January 5, 2011

Hi,

How are you getting these different versions of the url? There are two ways to accomplish what you're looking for. One is to set up the Viewer Url section in each of your section editors. Then when need a url to that page, use the ['_link'] pseudo field.

The other way is to always manually create your url, but to do it the same way each time.

For example:

<a href="http://www.rentittoday.com/medical-equipment-rentals/<?php echo str_replace(" ","-",$record['name'])."-".$record['num'];?>">*LINK TEXT*</a>

Does this seem like what you're looking for?

Hope this helps.
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] mulitple urls for one listing

By rentittoday - January 9, 2011

These different URL versions are popping up in our Google analytics. We are careful to setup links to our site from out on the web in the way we want them to appear. So we are not really sure how the robots and crawlers are coming across them.

Across the site now we use the ['_link'] to create the links from our results to details pages. We have changed parts of the Viewer URL section to create the links with the ['name'] field "/" ['num']. They create the link how we want them to be and we use a mod rewrite to change in the path info, as to have "medical-equipment-rentals" instead of "viewers/medical_equipment_rentals.php"
We do know how to create the "custom links" (we found info on another of the forum posts). Which I believe is similar to the code you provided. But I guess as I think about it more, the only way to "prohibit" any of the other urls from being used would be to redirect all pages that were of the "unwanted urls" to the "desired urls". Although I do not know if this is really possible.

Basically, if someone went to:
http://www.rentittoday.com/medical-equipment-rentals/33

It would know to send them to:

http://www.rentittoday.com/medical-equipment-rentals/Orlando-Medical-Ramp-For-Rent---Florida-Healthcare-Equipment-Rentals-33
Jason Glass

Re: [rentittoday] mulitple urls for one listing

By Jason - January 10, 2011

Hi,

The "Filename Fields" list will only use the first non-empty field you enter into it, so by default, there isn't a way to get more than one field into your url string.

There are a couple of things you can do:
1) You can custom create each of your urls. You would have to do this for each template.
2) You can create a new field in your section where you specify what your want in the url string and then use this when outputting your links.
3) We can do some custom coding to allow more than 1 field to appear as part of the ['_linl'] pseudo field.

If you're interested in this last option, please send an email to consulting@interactivetools.com and we can get you an estimate on what this would cost.

Hope this helps.
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/