vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - CinVin vB Forum Feed Listing (https://vborg.vbsupport.ru/showthread.php?t=133365)

David_R 09-22-2008 01:14 PM

RSS feeds are not generated via templates.. Rss feeds from our domain has to be added to feedburner account, since we are using cinvin feeds for a long time.
It has become a requirement now :)

U.K.Visuals 09-28-2008 08:24 AM

Hello guys. i have the same problem like two other guys some pages ago:

Quote:

The requested URL /<!-- BEGIN TEMPLATE: cv_ffl_forum_feed_link -->http://board.mydomain.com/external.php<!-- END TEMPLATE: cv_ffl_forum_feed_link --> was not found on this server.
does anybody knows a solution for this problem? i didn't found anything in this thread yet.

KW802 09-28-2008 04:11 PM

Quote:

Originally Posted by U.K.Visuals (Post 1632102)
Hello guys. i have the same problem like two other guys some pages ago:



does anybody knows a solution for this problem? i didn't found anything in this thread yet.

I must've been a while since I don't remember that one but just edit your cv_ffl_forum_feed_link and remove the HTML comment tags.

U.K.Visuals 09-29-2008 06:02 AM

in the cv_ffl_forum_feed_link i have just this:

PHP Code:

$vboptions[bburl]/external.php<if condition="$forumid">?forumids=$forumid</if> 

i have this problem when i click one of the RSS buttons on the cv_rss_feeds.php

pnosko31 09-29-2008 09:09 AM

I tried to upload this before and just tried again - uploading this file makes my ftp program quit! odd lol

KW802 09-29-2008 02:48 PM

Quote:

Originally Posted by U.K.Visuals (Post 1632818)
in the cv_ffl_forum_feed_link i have just this:

PHP Code:

$vboptions[bburl]/external.php<if condition="$forumid">?forumids=$forumid</if> 

i have this problem when i click one of the RSS buttons on the cv_rss_feeds.php

I'll take a look when I get home tonight. In the back of my mind I remember somebody else reporting that problem ages ago but it's been so long I forget what the correction was. If you want to try something else in the interim of waiting for me to get a chance to work on it tonight, try downloading a fresh copy directly from CinVin.

Quote:

Originally Posted by pnosko31 (Post 1632892)
I tried to upload this before and just tried again - uploading this file makes my ftp program quit! odd lol

Sorry, but providing support for your FTP software is way outside of the scope.

U.K.Visuals 09-30-2008 12:42 PM

i downloaded the package again directly from CinVin and installed it... but still the same problem.

U.K.Visuals 10-06-2008 04:05 AM

did you already found a solution for my problem?

Spinball 10-13-2008 08:29 AM

Couple of things to report.
First, there is a bug, running with 3.7.2, when tuning on the vBSEO option within this mod's options causing a crash when accessing cv_rss_feeds.php:
Quote:

Fatal error: Call to undefined function get_forum_info() in /home/sites/avforums/public_html/forums/cv_rss_feeds.php on line 195
And secondly I want to display an RSS button right justified to the right of the forum title in forumdisplay. I got it working nearly correctly adding the following plugin:
forumdisplay_complete
HTML Code:

if ($vbulletin->options['cv_ffl_permissions_usergroupid']) {
        $forumperms = $foruminfo['permissions'][$vbulletin->options['cv_ffl_permissions_usergroupid']];
} else {
        $forumperms = $vbulletin->userinfo['forumpermissions'][$foruminfo['forumid']];
}

if ( (!($forumperms & $vbulletin->bf_ugp_forumpermissions['canview']) AND !$vbulletin->options['showprivateforums']) OR (!$foruminfo['displayorder']) OR !($foruminfo['options'] & $vbulletin->bf_misc_forumoptions['active']) OR ($foruminfo['link'] AND !$vbulletin->options['cv_ffl_show_linked'] AND !$forum['nametitle']) OR ($excluded_forums AND (in_array($foruminfo['forumid'],$excluded_forums))) ) {
        $forumrss = "";
} else {
        $forumrss = "<a style='float:right' rel='nofollow' href='http://www.avforums.com/forums/external.php?forumids=" . $foruminfo['forumid'] . "' title='" . $foruminfo['title'] . "'><img src='http://www.avforums.com/forums/images/cinvin_forum_feed_listing/rss.gif' border='0' alt='" . $foruminfo['title'] . "' /></a>";
}

and edited the forumdisplay template, changing
HTML Code:

<!-- / controls above thread 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>

to
HTML Code:

<!-- / controls above thread 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%">$forumrss $vbphrase[threads_in_forum]<span class="normal"> : $foruminfo[title] </span></td>

And you can see it working on www.avforums.com.
However for those forums in the exclude list in the options screen for this mod are still being included. Can anyone help refine this code, please?

BeakerUK 10-14-2008 03:33 AM

I know this is an old hack, but I'm just posting to say it's working perfectly with 3.7.0. I'll be upgrading the forum software to the latest patch soonish, but I assume it'll work fine with other 3.7.x versions.

By observation :: http://www.prestone.co.uk

Link is in the footer.


All times are GMT. The time now is 09:08 AM.

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.03132 seconds
  • Memory Usage 1,756KB
  • 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
  • (3)bbcode_html_printable
  • (2)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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