|
|
#11 |
|
Member
Join Date: Jul 2008
Posts: 77
Rep Power: 6 ![]() |
I dowloaded the template, took a look at where the RSS Feed was and placed it in my browse.tpl.
It looks like this: <a href="http://www.closeoutfloorsamples.com/external.php?cat=appliances"><img src="../images/rss.jpg" alt="Subscribe" /></a>{include file="categories/breadcrumb.tpl"} {$promo} The ting is though, the rss logo shows up in the template, though not in the browser. What I can't wrap my head around is how this one feeder icon placed on the browse.tpl knows which category was selected and which feed to publish. Right now I'm pretty sure it is only going to feed appliances. Now this is good when someone clicks on appliances, though when someone wants a feed of furniture, they're not going to get that, but rather appliances. my head hurts. chris |
|
|
|
|
|
#12 |
|
Member
Join Date: Jul 2008
Posts: 77
Rep Power: 6 ![]() |
I'm getting it now. So place the rss feed icon with the link to the external.php file and from there the feed is created.
Am I on the right track? So is there anything I need to configure within the external.php script in order for it to feed the correct category, is it all set? chris |
|
|
|
|
|
#13 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,150
Rep Power: 119 ![]() |
Set your link up like this:
<a href="external.php?cat={$smarty.get.cat}">RSS</a>
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules |
|
|
|
|
|
#14 |
|
Coder
Join Date: Mar 2006
Posts: 4,585
Rep Power: 111 ![]() ![]() |
your getting everything because you havent followed what we said abouve about appending the variable to the URL. So in essence your not specifying that it only show a certain category.
|
|
|
|
|
|
#15 |
|
Member
Join Date: Jul 2008
Posts: 77
Rep Power: 6 ![]() |
I used this:
<a href="external.php?cat={$smarty.get.cat}">RSS</a> AND IT'S WORKING!!!!!!!!!! HORRRRAAAAYYYYY!!!!!! BEER FOR EVERYONE!!!!!! HAHAHAAAAA!!! Sorry for all the questions. I'm really not an idiot, though today I certainly felt like one. Holy Crap this feels good now though!!!!! WhooooHoooo!!!!!! Thank you for all your help!!! This was one of the biggies I had to implement on the site before launch..... Phew... Thank you again . Sincerely, Chris |
|
|
|
|
|
#16 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,150
Rep Power: 119 ![]() |
Chris,
That is great news. Now I just need to look up your address so we can all meet at the closet bar.
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules |
|
|
|
|
|
#17 |
|
Member
Join Date: Jul 2008
Posts: 77
Rep Power: 6 ![]() |
I tell you what. When this site is up to snuff and trudge through the remaining modifications, with a little help, I'll send you beer money if you can't meet up.
I'm in Maine. Chris |
|
|
|
|
|
#18 |
|
All Hands On Deck
Join Date: Mar 2008
Posts: 1,257
Rep Power: 32 ![]() |
Another nice thing to do is put an RSS feed into listingsextra which is called by viewlistings. This way you can get a RSS feed for each seller (works nice if sellers post lots of items). Here is an example: Property In South West France.
<a href="feed://www.french-property-sale.eu/external.php?owner={$owner}">RSS feed from this seller</a> |
|
|
|
|
|
#19 |
|
Member
Join Date: Jul 2008
Posts: 77
Rep Power: 6 ![]() |
That's a great idea. I just implemented it into my website. Very nice function.
|
|
|
|
|
|
#20 |
|
All Hands On Deck
Join Date: Mar 2008
Posts: 1,257
Rep Power: 32 ![]() |
You are welcome - my advertisers like it because they feel happier about sharing the RSS feed of just their french properties which people can put onto the tool bar of their browser.
Something I am also working on is a random tag cloud of RSS feeds. Make that and share it about. I already put tag clouds of category links (a random list of categories) and search terms onto many pages. Helps to avoid duplicate pages and fills up empty ones which is always a problem. If you want the code let me know. Here is an example property in aquitaine. Hit the refresh a few times and watch the cloud change. I also change the footer every time with a cloud of conspicuous search terms. Last edited by seymourjames; 08-08-2008 at 09:28 AM. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Modification: Search Engine Friendly URL | Eric Barnes | v3.1 Modules & Modifications | 60 | 09-05-2008 02:54 PM |
| Does Maffo's Location mod work with the US zip code module from 68 classifieds? | fendter | v4 Questions & Support | 1 | 07-23-2008 06:32 AM |
| Can I make changes using Dreamweaver? | sbuell20 | v3.1 Questions & Support | 9 | 08-05-2006 08:43 AM |
| Make and Model for auto web sites. | igor81 | v3.0 Questions & Support | 4 | 04-18-2006 04:24 PM |