Hi! How may I change this link address: PHP: $imDescription = "<div class='rssimage'><a href='" . $listing['link'] . "'><img src='" . URL . "/thumbs/small_" . $irs['image'] . "' /></a></div><div class='rssprice'>$price</div>"; TO: m.vendoautos.net
The link directs you to the listing, I'm not sure why you would want to change it... Please give some more details as to what your goal is...thanks
Thanks to replay: Ok I trying to create a mobile web page this is the address www.website.net/movil if you can see there is link with the name garage, when you click in this link, this show you my listing page that come from rss = external.php when I click any picture, this send to the whole site vendoautos.net/viewlisting.php?view=12 and this is not that I want. I want to take me to this address: http://website.net/viewlisting.php?view=12 but I dont know how redirect to this address i'm using the same database but with a different installation in other directory called /movil (sorry! my english is not so good)
Hi everybody! How could I do from my external.php to view the ads in the printer.php I mean I want to see when I clicked in the photo from external.php can to see the content in printer.php I tried many times but I recieve Parse error I tried with the following address but I am using SEO module: <a href=".$listing['id']."> = www.webaddress.net/32 how Could I see it http://www.webaddress.net/printer.php?view=45 my another problem is this http://www.webaddress.net/printer.php/listing/45/blahblah.html that address no exist... This is the original line in the external.php file: PHP: $imDescription = "<a href=".$listing['link']."><img src='". URL . "/thumbs/small_" . $irs['image'] . "' align='left' style='margin: 0 5px 5px 0;' border='0' /></a>".$listing['description'].'<br clear="all" />';
lowis, I don't see the code that you posted anywhere in the external.php file? Where is that from? I believe the link for the printer should be: <a href=" .URL. "/printer.php?view=" . $listing['id'].">your link text/image</a>
Hi Mike yes is from the external.php file line 147 and 149... Thank you Mike that is that I needed...