 |

ross
Staff
/ Moderator

Sep 13, 2006, 9:04 AM
Post #26 of 32
(1669 views)
Shortcut
|
|
Re: [webgroup] Exclude category(s) from headlines and index
[In reply to]
|
Can't Post
|
|
Hi. I was hoping to see your site so that I can see the template code in action. Basically, I want to see what the source code of your publish page looks like so I can see what’s happening to the JavaScript. If you could post a link or email it to me, that would be great! ----------------------------------------------------------- Cheers, Ross Fairbairn - Product Specialist support@interactivetools.com
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
|  |
 |

webgroup
User
Sep 17, 2006, 5:20 AM
Post #27 of 32
(1652 views)
Shortcut
|
|
Re: [ross] Exclude category(s) from headlines and index
[In reply to]
|
Can't Post
|
|
Any news about this? I sent you a PM
|
|
|  |
 |

webgroup
User
Sep 19, 2006, 5:20 AM
Post #28 of 32
(1641 views)
Shortcut
|
|
Re: [webgroup] Exclude category(s) from headlines and index
[In reply to]
|
Can't Post
|
|
Hi Ross, Here is the info I have on me index templatecell : row area - <!-- templatecell : row --> <span class="summary_breadcrumb"><a name="$art_num$">$cat_breadcrumb$</a></span><br> <span class="summary_title"><a href="$detail_link$">$art_name$</a></span><br> <span class="summary">$art_summary$</span><br> <span class="summary_date">$art_date$, $art_time$<br clear="all"><br></span> <!-- /templatecell : row --> Please, let me know what excatly do I have to add there, to hide the category named Reggaeton News from appearing on my index page. Please note that I want to keep the template as it is, showing images, summary, etc. Thanks!
|
|
|  |
 |

ross
Staff
/ Moderator

Sep 20, 2006, 2:40 PM
Post #29 of 32
(1592 views)
Shortcut
|
|
Re: [webgroup] Exclude category(s) from headlines and index
[In reply to]
|
Can't Post
|
|
Hi What you are basically going to need to do here is get all the code within the templatecell example you posted there happening within document.write statements. That will look like this:
document.write('<span class='summary_breadcrumb'><a name='$art_num$'>$cat_breadcrumb$</a></span><br>"); document.write("<span class='summary_title'><a href='$detail_link$'>$art_name_he$</a></span><br>"); document.write("<span class='summary'>$art_summary$</span><br>"); document.write("<span class='summary_date'>$art_date$, $art_time$<br clear='all'><br></span>"); All that is going to go within the if statement that I had put on your template yesterday when I was testing things out. Does that make sense? Give this a shot and let me know how you make out . ----------------------------------------------------------- Cheers, Ross Fairbairn - Product Specialist support@interactivetools.com
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
|  |
 |

webgroup
User
Sep 20, 2006, 3:39 PM
Post #30 of 32
(1590 views)
Shortcut
|
|
Re: [ross] Exclude category(s) from headlines and index
[In reply to]
|
Can't Post
|
|
I tried exactly that, but all the articles dissapear.
|
|
|  |
 |

ross
Staff
/ Moderator

Sep 23, 2006, 9:23 AM
Post #31 of 32
(1552 views)
Shortcut
|
|
Re: [webgroup] Exclude category(s) from headlines and index
[In reply to]
|
Can't Post
|
|
Hi. Could you email me your edited template so I can test it out locally this time? It’s hard for me to see what’s happening right now because the changes aren’t on the page right now (which makes sense cause the site is live). I look forward to hearing from you . ----------------------------------------------------------- Cheers, Ross Fairbairn - Product Specialist support@interactivetools.com
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
|  |
 |

webgroup
User
Sep 23, 2006, 12:33 PM
Post #32 of 32
(1545 views)
Shortcut
|
|
Re: [ross] Exclude category(s) from headlines and index
[In reply to]
|
Can't Post
|
|
sent
|
|
|  |
|