vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Show RSS Feed Icon in each forum (https://vborg.vbsupport.ru/showthread.php?t=104978)

Zia 01-30-2006 04:06 PM

Quote:

Originally Posted by BaconDelight
I've installed your icon hack on a test board, waiting to finish a host tranfer before I go live with it.

My issue is not with the hack, but with vB's RSS generation script.

Let's say I have 5 threads, one of them started 2 days ago, the rest started today. Even if the most recent post on the forum is to teh thread starte 2 days ago, the other 4 threads are what show up first in the RSS feed because it sorts by creation time not time of most recent post. Is there any way to alter this (without adding too many queries)?


a new updated fps_external.php has been relased here.....i am using it...it works...for forum(inside)....

tho i have some other probs..validator cant valid...all the things

Zia 02-06-2006 03:21 PM

dear wane...
can u modify it that it will send ping using pingomatic.com
so the serch engn will keep informed that rss is updated

Marv 02-07-2006 11:18 AM

Quote:

Originally Posted by Wayne Luke
Sorry for the delay. I will try to look into this today, however my wife and I are going away on a four day weekend tomorrow so I might not get to it until Monday...

Hi Wayne,

maybe you?d already could effort the time to have a look into my (very personal) problem ;) ?
For some reason I cannot solve this on my own - even if it looks to me like it couldn?t be such a big thing.

I would really appreciate your help.

mdcarlson 02-08-2006 02:58 PM

Quote:

Originally Posted by MrNase
What is the feed supposed to look like..?

Iam missing some information in it: http://www.pagodentreff.de/diskussio...ss2&forumids=4

Wayne,

I am seeing the same behavior as MrNase. My RSS icons were only showing upon "category" forums. But those forums don't contain any posts which makes for a pretty uninteresting RSS feed.

What do I need to change to get the RSS feed icon to show up on the forums (sub-forums really) and NOT show up on the category forums?

Mark

Bulent Tekcan 02-13-2006 06:52 AM

I have a problem for colored title....I'm already post here http://www.vbulletin.com/forum/showthread.php?t=175044

Any idea for that ?

Thanks

Bulent Tekcan 02-13-2006 07:40 AM

My problem solved...

HTML Code:

<td class="tcat"><a href="external.php?type=rss2&forumids=$foruminfo[forumid]"><img class="inlineimg" src="$stylevar[imgdir_misc]/feed_icon.png" height="14" width="14" alt="RSS Feed Icon" border="0" /></a></td>

Removed title="Subscribe to $foruminfo[title]'s RSS Feed" this line.My problem solved.

Zia 02-13-2006 08:47 AM

Hello wane..

its rss..can u modify it to add
xml/my yahoo/my msn button to??

i searched it for that..didnt get

Zia 02-18-2006 08:49 AM

Hello dear wane..

its nice...tryst u can modify it.. the rss buton now showing for each forum top-right side..

can u add few more button..


https://vborg.vbsupport.ru/
thhere are few buttons who alloes rss...

in the footer of the page..in every page ..it will be linked with the forums..


Please consider it...thnakx

Wayne Luke 02-28-2006 12:31 PM

Quote:

Originally Posted by Zia
Hello dear wane..

its nice...tryst u can modify it.. the rss buton now showing for each forum top-right side..

can u add few more button..


https://vborg.vbsupport.ru/
thhere are few buttons who alloes rss...

in the footer of the page..in every page ..it will be linked with the forums..


Please consider it...thnakx

This would be a completely different mod in my opinion. I don't know anything about these feed aggregators but they should provide instructions on their sites that you can follow.

Zia 03-01-2006 02:12 AM

thnx Wane....we got a way to add this....:)

silurius 03-01-2006 07:21 PM

Having probs with this, but looking forward to getting it working!

No icon is showing up as indicated above. Here's what I've done:

1. Installed fps_external.php, renaming original external.php to external.php.old and fps_external.php to external.php.
2. Made change listed in this post
3. Installed Wayne's RSS icon hack
4. Turned off RSS and turned it back on again, in admincp->options

beano33 03-01-2006 08:30 PM

Can something similar could be done to allow rss subscriptions to individual threads?

Ignignokt 03-01-2006 10:18 PM

Thanks!

ffzeus 03-13-2006 12:25 AM

Hi Wayne,

I have installed the code as you have outlined, tried a .png and .gif and get nothing to display anywhere. I have made sure RSS is turned on in the cp, I have cleared my browser cache and reloaded the page, I have gone throught the code by hand in my FORUMDISPLAY template to make sure it matches and still nothing. Any help would be greatly appreciated. Running 3.5.4

Here is the code. I included a line before and the lines immediately following.


HTML Code:

<if condition="$show['forumslist']">
<!-- sub-forum list  -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr>
    <td class="tcat" width="100%">$vbphrase[threads_in_forum]<span class="normal"> : $foruminfo[title]</span></td> 
    <td class="vbmenu_control" id="forumtools" nowrap="nowrap"><a href="$show[nojs_link]#goto_forumtools" el="nofollow">$vbphrase[forum_tools]</a> <script type="text/javascript"> vbmenu_register("forumtools"); </script></td> 
    <if condition="$show['forumsearch']">  <td class="vbmenu_control" id="forumsearch" nowrap="nowrap"><a href="$show[nojs_link]#goto_forumsearch" rel="nofollow">$vbphrase[search_this_forum]</a> <script type="text/javascript"> vbmenu_register("forumsearch"); </script></td>        </if> 
    <if condition="$show['rss']"> 
      <td class="tcat"><a href="external.php?type=rss2&forumids=$foruminfo[forumid]"><img class="inlineimg" src="$stylevar[imgdir_misc]/feed_icon.png" height="14" width="14" alt="Feed Icon" title="Subscribe to $foruminfo[title]'s RSS Feed"></a></td> 
    </if> 
</tr>
</table>

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>


intrigue 03-17-2006 09:20 AM

Quote:

Originally Posted by SHANE-D-PAIN
HTML Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr>
<td class="tcat" width="100%">$vbphrase[threads_in_forum]<span class="normal"> : $foruminfo[title]</span></td>
<td class="vbmenu_control" id="forumtools" nowrap="nowrap"><a href="$show[nojs_link]#goto_forumtools" rel="nofollow">$vbphrase[forum_tools]</a> <script type="text/javascript"> vbmenu_register("forumtools"); </script></td>
    <if condition="$show['forumsearch']">
<td class="vbmenu_control" id="forumsearch" nowrap="nowrap"><a href="$show[nojs_link]#goto_forumsearch" rel="nofollow">$vbphrase[search_this_forum]</a> <script type="text/javascript"> vbmenu_register("forumsearch"); </script></td>
    </if>
    <if condition="$show['rss']">
<td class="tcat"><a href="external.php?type=rss2&forumids=$foruminfo[forumid]"><img class="inlineimg" src="$stylevar[imgdir_misc]/feed_icon.png" height="14" width="14" alt="Feed Icon" title="Subscribe to $foruminfo[title]'s RSS Feed" border="0" /></a></td>
    </if>
    </tr>
</table>

No Border around image now.

Saw this after i manually edited it to take away the border hehe
Can you update the first post to take away the border
matt

silurius 03-20-2006 04:36 AM

Quote:

Originally Posted by silurius
Having probs with this, but looking forward to getting it working!

No icon is showing up as indicated above. Here's what I've done:

1. Installed fps_external.php, renaming original external.php to external.php.old and fps_external.php to external.php.
2. Made change listed in this post
3. Installed Wayne's RSS icon hack
4. Turned off RSS and turned it back on again, in admincp->options

Been watching the related threads to the above and still looking forward to fixing this.

I just realized that I can see the RSS feed icon in parent forums for some reason, just not for the child forums. Unfortunately the threads are all in the child forums.

Wayne Luke 03-24-2006 03:55 PM

Does the same thing happen with the default external.php? I see no reason why the other hack would affect this as it is a template edit. If your child forums use a separate style, then you have to apply the changes to that style as well.

silurius 03-27-2006 10:37 PM

Quote:

Originally Posted by Wayne Luke
Does the same thing happen with the default external.php? I see no reason why the other hack would affect this as it is a template edit. If your child forums use a separate style, then you have to apply the changes to that style as well.

Yes, reverting back to the default external.php, I still see the icon in parent forums. My forums all use the default style. Incidentally, setting the parent forum's "Act as Forum" to "yes" will cause the RSS icon to disappear.

snowman872 03-31-2006 09:07 AM

Same probblem as the other guys ... only shows up on the category, but not on the actual forums (with messages). =(

Snake 05-14-2006 05:08 PM

Will this image works on dark backgrounds?

coffee 05-21-2006 08:50 AM

Thank you Wayne Luke.

ShackMaster 05-22-2006 01:51 AM

I'm having this problem in my Sub-forums...

https://vborg.vbsupport.ru/external/2006/05/10.gif

Al-Fateh 05-26-2006 01:26 AM

Quote:

Originally Posted by Zia
Hello dear wane..

its nice...tryst u can modify it.. the rss buton now showing for each forum top-right side..

can u add few more button..


http://img133.imageshack.us/img133/3832/rss9bv.gif
thhere are few buttons who alloes rss...

in the footer of the page..in every page ..it will be linked with the forums..


Please consider it...thnakx


i would also like to know how to add this

how do i generate feeds for the forums as well...

thanks

epicbear 06-14-2006 12:02 PM

I modified the if statement in the plugin to selectively eliminate the feed icon from private forums where no feed would exist anyway, in order to avoid confusion among my users.

HTML Code:

if ($vbulletin->options['externalrss'] and $foruminfo[forumid]!='20' and $foruminfo[forumid]!='33')
{
  $show['rss'] = true;
}

Anyone know if I can list multiple forumids in one argument?

HTML Code:

$foruminfo[forumid]!='20,33'
didn't work.

almukmin 06-22-2006 12:42 AM

I can't install this.

Quote:

The following error occurred when attempting to evaluate this template:

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/global13/public_html/includes/adminfunctions_template.php(3537) : eval()'d code on line 41

This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
Anyone kind enough?

Zia 06-22-2006 05:53 AM

Quote:

Originally Posted by Al-Fateh
i would also like to know how to add this

how do i generate feeds for the forums as well...

thanks

Please see there.......

Add Feed To MyYahoo, Msn, Google & Blogline Button In Every Forum

almukmin 06-25-2006 01:44 AM

I still can't install this, can someone please help?

almukmin 06-25-2006 03:49 AM

It works now, I forgot to enable the external RSS and XML feed in VB Options.

leakmob 06-28-2006 03:04 AM

i can't find the forumdisplay_start in the plugin manager?

SCI 06-28-2006 01:27 PM

Thanks for the Mod. I installed it.

I was wondering why the whole post is displayed in my rss feeds rather than just a snippet of it like I see everywhere else?

Also, how do I set the url's in the rss feeds to not have &goto=newpost at the end of every thread url.

Baku 07-02-2006 12:27 PM

I'm having a little problem installing the mod on my forums, but I think its down to a custom style I'm using.

I've updated the forumdisplay_start plugin without a problem, but I can't find the correct html code that I need to replace in the forumdisplay template. :(

Here's my forumdisplay template... can anyone help??

Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$foruminfo[title_clean]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title>
<if condition="$show['inlinemod']"><script type="text/javascript" src="clientscript/vbulletin_inlinemod.js"></script></if>
</head>
<body>
$header
$navbar

<if condition="$show['forumslist']">
<!-- sub-forum list  -->
 <!-- top category table setup -->
<table width="100%" class="tcat" border="0" cellpadding="0" cellspacing="0">
  <tr>
      <td width="88" height="26" align="left" valign="top"><img src="$stylevar[imgdir_misc]/tren_z_front_top_table_ls.gif" width="88" height="26" alt=" " border="0" /></td>
        <td class="tcat" width="100%"><span class="smallfont"><strong>$vbphrase[subforums]</strong> : $foruminfo[title]</span></td>
        <if condition="$show['forumsearch']">
        <td  style="background-image:url($stylevar[imgdir_misc]/cat_back.gif)" class="vbmenu_control" id="forumsearch.subforums" nowrap="nowrap"><a href="search.php?$session[sessionurl]f=$foruminfo[forumid]" rel="nofollow">$vbphrase[search_this_forum]</a> <script type="text/javascript"> vbmenu_register("forumsearch.subforums"); </script></td>
        </if>
        <td width="88" height="26" align="right" valign="top"><img src="$stylevar[imgdir_misc]/tren_z_front_top_table_rs.gif" width="88" height="26" alt=" " border="0" /></td>
  </tr>
</table>
        <!-- End top category table setup -->
       
       
       
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
        <tr align="center">
          <td class="thead">&nbsp;</td>
          <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
          <td class="thead" width="175">$vbphrase[last_post]</td>
          <td class="thead">$vbphrase[threads]</td>
          <td class="thead">$vbphrase[posts]</td>
          <if condition="$vboptions[showmoderatorcolumn]">
          <td class="thead">$vbphrase[moderator]</td>
          </if>
        </tr>
</thead>
$forumbits
</table>

  <!-- bottom table setup -->
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="60" align="left" valign="top"><img src="$stylevar[imgdir_misc]/tren_z_front_btm_table_ls.gif" width="60" height="14" alt=" " border="0" /></td>
        <td  width="100%" style="background-image:url($stylevar[imgdir_misc]/tren_z_front_btm_table_back.gif)"><img src="$stylevar[imgdir_misc]/clear.gif" width="100%" height="14" alt=" " border="0" /></td>
        <td width="60" align="right" valign="top"><img src="$stylevar[imgdir_misc]/tren_z_front_btm_table_rs.gif" width="60" height="14" alt=" " border="0" /></td>
      </tr>
    </table>
  <!-- End bottom table setup -->



<br />
<!-- / sub-forum list  -->
</if>

<if condition="$show['threadslist']">
<!-- threads list  -->

<form action="inlinemod.php" method="post" id="inlinemodform">
<input type="hidden" name="url" value="$url" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="forumid" value="$forumid" />

<!-- controls above thread list -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
        <td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else />&nbsp;</if></td>
        <if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>
<!-- / controls above thread list -->
<table width="100%" class="tcat" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="88" height="26" align="left" valign="top"><img src="$stylevar[imgdir_misc]/tren_z_front_top_table_ls.gif" width="88" height="26" alt=" " border="0" /></td>
        <td class="tcat" width="100%" align="left"><span class="smallfont"><strong>$vbphrase[threads_in_forum]:</strong> $foruminfo[title]</span></td>
        <td  align="right" style="background-image:url($stylevar[imgdir_misc]/cat_back.gif)" class="vbmenu_control" id="forumtools" nowrap="nowrap"><a href="$show[nojs_link]#goto_forumtools" rel="nofollow">$vbphrase[forum_tools]</a> <script type="text/javascript"> vbmenu_register("forumtools"); </script></td>
        <if condition="$show['forumsearch']">
        <td align="right" style="background-image:url($stylevar[imgdir_misc]/cat_back.gif)" class="vbmenu_control" id="forumsearch" nowrap="nowrap"><a href="$show[nojs_link]#goto_forumsearch" rel="nofollow">$vbphrase[search_this_forum]</a> <script type="text/javascript"> vbmenu_register("forumsearch"); </script></td>
        </if>
          <td width="88" height="26" align="right" valign="top"><img src="$stylevar[imgdir_misc]/tren_z_front_top_table_rs.gif" width="88" height="26" alt=" " border="0" /></td>
  </tr>
</table>
        <!-- End top category table setup -->

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" id="threadslist">
$announcebits
<if condition="$show['search_engine']">
        <if condition="$show['threadicons']">
                <td class="thead" colspan="2">&nbsp;</td>
        <else />
                <td class="thead">&nbsp;</td>
        </if>       
        <td class="thead" width="100%">
                <if condition="$show['threadratings']"><span style="float:$stylevar[right]">$vbphrase[rating]</span></if>
                $vbphrase[thread] / $vbphrase[thread_starter]
        </td>
        <td class="thead" width="150" align="center" nowrap="nowrap"><span style="white-space:nowrap">$vbphrase[last_post]</span></td>
        <td class="thead" align="center" nowrap="nowrap"><span style="white-space:nowrap">$vbphrase[replies]</span></td>
        <td class="thead" align="center" nowrap="nowrap"><span style="white-space:nowrap">$vbphrase[views]</span></td>
<else />
<tr>
        <if condition="$show['threadicons']">
                <td class="thead" colspan="2">&nbsp;</td>
        <else />
                <td class="thead">&nbsp;</td>
        </if>       
        <td class="thead" width="100%">
                <if condition="$show['threadratings']"><span style="float:$stylevar[right]"><a href="$sorturl&amp;order=desc&amp;sort=voteavg" rel="nofollow">$vbphrase[rating]</a> $sortarrow[voteavg]</span></if>
                <a href="$sorturl&amp;order=asc&amp;sort=title" rel="nofollow">$vbphrase[thread]</a> $sortarrow[title] /
                <a href="$sorturl&amp;order=asc&amp;sort=postusername" rel="nofollow">$vbphrase[thread_starter]</a> $sortarrow[postusername]
        </td>
        <td class="thead" width="150" align="center" nowrap="nowrap"><span style="white-space:nowrap"><a href="$sorturl&amp;order=desc&amp;sort=lastpost" rel="nofollow">$vbphrase[last_post]</a> $sortarrow[lastpost]</span></td>
        <td class="thead" align="center" nowrap="nowrap"><span style="white-space:nowrap"><a href="$sorturl&amp;order=desc&amp;sort=replycount" rel="nofollow">$vbphrase[replies]</a> $sortarrow[replycount]</span></td>
        <td class="thead" align="center" nowrap="nowrap"><span style="white-space:nowrap"><a href="$sorturl&amp;order=desc&amp;sort=views" rel="nofollow">$vbphrase[views]</a> $sortarrow[views]</span></td>
       
        <if condition="$show['inlinemod']">
                <if condition="$show['popups']">
                        <td class="vbmenu_control" id="imod" align="center" title="$vbphrase[moderation]"> <script type="text/javascript"> vbmenu_register('imod'); </script> </td>
                <else />
                        <td class="thead" align="center">
                                <input type="checkbox" name="allbox" id="checkall_all" title="$vbphrase[check_uncheck_all]" onClick="inlineMod.check_all()" />
                        </td>
                </if>
        </if>
</tr>
</if>
<if condition="$show['threads']">
        <!-- show threads -->
        <if condition="$show['stickies']">
        $threadbits_sticky
        </if>
        $threadbits       
        <!-- end show threads -->
<else />
        <!-- show no threads message -->
        <tr>
                <td class="alt1" colspan="$foruminfo[bottomcolspan]" align="center">
                        <div style="padding: 16px">
                                <if condition="$show['noposts']"><strong>$vbphrase[no_posts_in_this_forum]</strong><else /><strong><phrase 1="$daysprune">$vbphrase[no_posts_last_x_days_forum]</phrase></strong><br />
                                <span class="smallfont">$vbphrase[try_controls_below_for_older_posts]</span></if>
                        </div>
                </td>
        </tr>
        <!-- end show no threads message -->
</if>
</table>

  <!-- bottom table setup -->
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="60" align="left" valign="top"><img src="$stylevar[imgdir_misc]/tren_z_front_btm_table_ls.gif" width="60" height="14" alt=" " border="0" /></td>
        <td  width="100%" style="background-image:url($stylevar[imgdir_misc]/tren_z_front_btm_table_back.gif)"><img src="$stylevar[imgdir_misc]/clear.gif" width="100%" height="14" alt=" " border="0" /></td>
        <td width="60" align="right" valign="top"><img src="$stylevar[imgdir_misc]/tren_z_front_btm_table_rs.gif" width="60" height="14" alt=" " border="0" /></td>
      </tr>
    </table>
  <!-- End bottom table setup -->

<!-- controls below thread list -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:3px">
<tr valign="top">
        <td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else />&nbsp;</if></td>
        <if condition="$show['pagenav'] OR $show['inlinemod']">
                <td align="$stylevar[right]">$pagenav
                <if condition="$show['inlinemod']">
                        <div class="smallfont" style="text-align:$stylevar[left]; white-space:nowrap; float:$stylevar[right]">
                        <if condition="$show['pagenav']"><br /></if><strong>$vbphrase[moderation]</strong><br />
                        <select name="do">
                                <optgroup label="$vbphrase[option]">
                                        <if condition="$show['deletethread']">
                                        <option value="deletethread">$vbphrase[delete_threads]</option>
                                        <option value="undeletethread">$vbphrase[undelete_threads]</option>
                                        </if>
                                        <if condition="$show['openthread']">
                                        <option value="open">$vbphrase[open_threads]</option>
                                        <option value="close">$vbphrase[close_threads]</option>
                                        </if>
                                        <if condition="$show['approvethread']">
                                        <option value="approvethread">$vbphrase[approve_threads]</option>
                                        <option value="unapprovethread">$vbphrase[unapprove_threads]</option>
                                        </if>
                                        <if condition="$show['movethread']">
                                        <option value="stick">$vbphrase[stick_threads]</option>
                                        <option value="unstick">$vbphrase[unstick_threads]</option>
                                        <option value="movethread">$vbphrase[move_threads]</option>
                                        <option value="mergethread">$vbphrase[merge_threads]</option>
                                        </if>
                                </optgroup>
                                <optgroup label="____________________">
                                        <option value="clearthread">$vbphrase[clear_thread_list]</option>
                                </optgroup>
                        </select><input type="submit" class="button" id="inlinego" value="$vbphrase[go]" />
                        </div>
                        <script type="text/javascript">
                        <!--
                        inlineMod = new vB_Inline_Mod('inlineMod', 'thread', 'inlinemodform', '$vbphrase[go_x]');
                        //-->
                        </script>
                </if>
                </td>
        </if>
</tr>
</table>
<!-- / controls below thread list -->

</form>
<br />




<!-- Active Users in this Forum (and sub-forums) and Moderators -->

<form action="forumdisplay.php" method="get">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="f" value="$forumid" />
<input type="hidden" name="page" value="$pagenumber" />
<input type="hidden" name="pp" value="$perpage" />

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="tcat">$vbphrase[display_options]</td>
        <if condition="$show['activeusers']">
        <td class="tcat">$vbphrase[currently_active_users]</td>
        </if>
        <if condition="$show['moderators']">
        <td class="tcat">$vbphrase[moderators]</td>
        </if>
</tr>
<tr>
        <td class="thead"><phrase 1="$limitlower" 2="$limitupper" 3="$totalthreads">$vbphrase[showing_threads_x_to_y_of_z]</phrase></td>
        <if condition="$show['activeusers']">
        <td class="thead">$totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_y_guests]</phrase>)</td>
        </if>
        <if condition="$show['moderators']">
        <td class="thead">$vbphrase[moderators] : $totalmods</td>
        </if>
</tr>
<tr valign="top">
        <td class="alt1">
       
                <table cellpadding="0" cellspacing="1" border="0">
                <tr>
                        <td class="smallfont" style="padding-right:6px">$vbphrase[sorted_by]</td>
                        <td><select name="sort">
                                <option value="title" $sort[title]>$vbphrase[thread_title]</option>
                                <option value="lastpost" $sort[lastpost]>$vbphrase[last_post_time]</option>
                                <option value="replycount" $sort[replycount]>$vbphrase[number_of_replies]</option>
                                <option value="views" $sort[views]>$vbphrase[number_of_views]</option>
                                <option value="postusername" $sort[postusername]>$vbphrase[thread_starter]</option>
                                <if condition="$show['threadratings']"><option value="voteavg" $sort[voteavg]>$vbphrase[thread_rating]</option></if>
                        </select></td>
                        <td class="smallfont" style="padding-right:6px; padding-left:12px">$vbphrase[sort_order]</td>
                        <td><select name="order">
                                <option value="asc" $order[asc]>$vbphrase[ascending]</option>
                                <option value="desc" $order[desc]>$vbphrase[descending]</option>
                        </select></td>
                </tr>
                <tr>
                        <td class="smallfont" style="padding-right:6px">$vbphrase[from_the]</td>
                        <td><select name="daysprune">
                                <option value="1" $daysprunesel[1]>$vbphrase[last_day]</option>
                                <option value="2" $daysprunesel[2]>$vbphrase[last_2_days]</option>
                                <option value="7" $daysprunesel[7]>$vbphrase[last_week]</option>
                                <option value="10" $daysprunesel[10]>$vbphrase[last_10_days]</option>
                                <option value="14" $daysprunesel[14]>$vbphrase[last_2_weeks]</option>
                                <option value="30" $daysprunesel[30]>$vbphrase[last_month]</option>
                                <option value="45" $daysprunesel[45]>$vbphrase[last_45_days]</option>
                                <option value="60" $daysprunesel[60]>$vbphrase[last_2_months]</option>
                                <option value="75" $daysprunesel[75]>$vbphrase[last_75_days]</option>
                                <option value="100" $daysprunesel[100]>$vbphrase[last_100_days]</option>
                                <option value="365" $daysprunesel[365]>$vbphrase[last_year]</option>
                                <option value="-1" $daysprunesel[all]>$vbphrase[beginning]</option>
                        </select></td>
                        <td colspan="2" align="$stylevar[right]"><input type="submit" class="button" value="$vbphrase[show_threads]" /></td>
                </tr>
                </table>
       
        </td>
        <if condition="$show['activeusers']">
        <td class="alt1"><div class="smallfont">$activeusers</div></td>
        </if>
        <if condition="$show['moderators']">
        <td class="alt1"><div class="smallfont">$moderatorslist&nbsp;</div></td>
        </if>
</tr>
</table>

</form>
<!-- End Active Users in this Forum (and sub-forums) and Moderators -->

<if condition="$show['popups']">
<br />
<!-- popup menu contents -->


<!-- forum tools menu -->
<div class="vbmenu_popup" id="forumtools_menu" style="display:none">
<form action="moderator.php" method="post" name="forumadminform">
        <table cellpadding="4" cellspacing="1" border="0">
        <tr><td class="thead">$vbphrase[forum_tools]<a name="goto_forumtools"></a></td></tr>
        <if condition="$show['newthreadlink']"><tr><td class="vbmenu_option"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]" rel="nofollow">$vbphrase[post_a_new_thread]</a></td></tr></if>
        <tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread&amp;f=$foruminfo[forumid]" rel="nofollow">$vbphrase[mark_this_forum_read]</a></td></tr>
        <tr><td class="vbmenu_option"><a href="subscription.php?$session[sessionurl]do=addsubscription&amp;f=$foruminfo[forumid]" rel="nofollow">$vbphrase[subscribe_to_this_forum]</a></td></tr>
        <tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]f=$foruminfo[parentid]" rel="nofollow">$vbphrase[view_parent_forum]</a></td></tr>
        <if condition="$show['adminoptions']">
        <tr>
                <td class="thead">$vbphrase[admin_tools]<a name="goto_forumadmin"></a></td>
        </tr>
        <tr>
                <td class="vbmenu_option" title="nohilite">               
                <div><label for="fa_mpo"><input type="radio" name="do" id="fa_mpo" value="modposts" checked="checked" />$vbphrase[view_posts_queue]</label></div>
                <div><label for="fa_mat"><input type="radio" name="do" id="fa_mat" value="modattach" />$vbphrase[view_attachment_queue]<


soletrader 07-31-2006 06:30 AM

Where can i get the RSS image?

Cebby 07-31-2006 03:42 PM

Here's the ones I use:

soletrader 07-31-2006 05:08 PM

How do I download that attachment?

Quote:

Originally Posted by Cebby
Here's the ones I use:


Cebby 07-31-2006 05:24 PM

Right click - Save Image As (on the image you want to download)

bada_bing 08-15-2006 07:43 PM

possible install

bada_bing 08-17-2006 07:24 PM

I dont have a forumdisplay_start plugin?

Mysticales 08-18-2006 04:05 AM

I have a question, is there a way to only allow RSS thread exporting to certain usergroups? I rather not allow everyone to a forum RSS feed kinda thing. (Dont want external sites to use it for leeching or so, unless you all wouldnt think I have anything to worry on)

bada_bing 08-25-2006 02:57 AM

Quote:

Originally Posted by bada_bing
I dont have a forumdisplay_start plugin?

Any help here please

gingery 08-26-2006 03:51 PM

Quote:

Originally Posted by bada_bing
Any help here please

You have to create it. See post #26 for the steps.


All times are GMT. The time now is 01:37 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01753 seconds
  • Memory Usage 1,979KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (5)bbcode_html_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete