The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I have some RSS feeds that are posted as threads. I would like to set them so that they don't show in the "New Posts" list. Is this possible?
|
#2
|
||||
|
||||
![]()
Do you have them going to their own forum? If so, then to exclude forums in the New Posts button, you may add "&exclude=xx" or "&exclude=xx,yy,zz" (separate the forumids by commas) to the end of the New Posts url... ie. "/forums/search.php?do=getnew&exclude=xx" in your navbar template (or wherever you have your navbar links).
|
#3
|
|||
|
|||
![]() Quote:
I'm pretty new at vB. I do have them going to their own forums. Where do I find the location of where to exclude them? I'm not far enough along to understand where the New Posts button is or the New Posts URL. Is there a procedure explained in the manual? Thanks for your help! EDIT: I think I can find the nav bar template. I'll see if I can find the string you've mentioned. I'll edit again with my results. ![]() No, I couldn't find the navbar template. I haven't modified it, so it should be wherever it is in the stock 3.7.4 version. Can you give me some directions? I'm such a newbie.... --------------- Added [DATE]1231641974[/DATE] at [TIME]1231641974[/TIME] --------------- I did find what I think is the correct template. In the navbar template, I found two strings that were similar to what you mentioned. Am I in the correct place? <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td> <else /> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td> </if> <td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td> </if> <if condition="$show['member']"> <td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]#usercptools" accesskey="3">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td> </if> <else /> <if condition="$show['searchbuttons']"> <td class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td> <if condition="$show['member']"> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td> |
#4
|
||||
|
||||
![]()
You want to change both of those instances of the search to:
search.php?$session[sessionurl]do=getnew&exclude=xx where x is the forumid of the forum the rss feed threads are located. Get the forumid in Forums & Mods > Forum Manager > find the forum > hover over it and see f=x or click to edit and find the id at the top of the page. |
#5
|
|||
|
|||
![]() Quote:
Thanks! I can't believe I found the correct strings! Lucky ![]() |
#6
|
||||
|
||||
![]()
Yes, the quotes would go around that whole link as you've shown above.
And, actually, even though what I wrote will work, it is probably better to replace the & with & so.... "search.php?$session[sessionurl]do=getnew&exclude=xx,xx,xx,xx,xx" (I need to get myself into the habit of doing that!) |
#7
|
|||
|
|||
![]() Quote:
Can you tell me where the "do=getnew" code is for that instance? ***** Thank you again Lynne. You've been a great help to me. I'm sorry I didn't answer last night. I'm an old guy and it was way past my bedtime ![]() In case anyone wishes to know why I would want to do this, it's because I have a group that is primarily forums for member posts. I have 300 posting forums so far, for that. The newspaper RSS feeds are for two reasons; first, to expand my SEO presence. Secondly, to give the members something to do until there is enough postings to interest them. None of the news feed forums allow posting. They are read only. That's why I don't want to show them in the "New Posts" results. It's obvious where they are, and seeing several hundred new RSS posts every day would make seeing the human posts more difficult. The group is brand new and as a result, quite empty. If you'd like to look over what I've done, check out www.cityfactnow.com and you'll see how I've arranged the format. Join if you don't mind the echos.... ![]() A million thanks, Lynne! |
#8
|
||||
|
||||
![]()
To find the "You may search for threads..." phrase, do a Search in Phrases and put in "You may search for threads" and the phrase will come up and you may edit it.
Your link to your forum isn't working right now. ![]() |
#9
|
|||
|
|||
![]() Quote:
(I misspelled my own site name....what a shame! I fixed it! The link will work now. ![]() |
#10
|
||||
|
||||
![]()
Yes, try the same edit to the link in the phrases that you did for the template. I think it will work, but I guess you can test it and see.
edit: Nice forum. When you get more comfortable with vbulletin, it might be fun to change the banner based on what 'city' you are in. Find an image of the skyline for each city and incorporate that. Just a thought. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|