vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   [v1.6] Inferno RSS Forum Feeds Technology (https://vborg.vbsupport.ru/showthread.php?t=94510)

ixian 10-07-2005 05:29 PM

I've yet to see a dupe now. Ha! Two bugs fixed in one!

(knocks on wood)

Gizmo5h1t3 10-07-2005 06:45 PM

Quote:

Originally Posted by ixian
I've yet to see a dupe now. Ha! Two bugs fixed in one!

(knocks on wood)

yep, just been back on me site..deleted all the posts i grabbed from the feeds arlier, and tried forcing a feed update with a cron job done manually....updated with zero posts....

seems the dupe problem has been sorted out....

hope everyone else can use this info to try it on their boards... :ninja:

ManagerJosh 10-07-2005 07:11 PM

Quote:

Originally Posted by ixian
I've yet to see a dupe now. Ha! Two bugs fixed in one!

(knocks on wood)

still seeing duplicates.

SkyShadow 10-08-2005 09:21 AM

My problem is unsolved.
Please help

https://vborg.vbsupport.ru/showpost....&postcount=278

garrynewman 10-08-2005 10:46 AM

I think I figured out why I was getting duplicates. Kinda.

The order was set the wrong way. On the first import I had to have it on back to front to order the posts right, but then front to back to update it so it doesn't repeat.

garrynewman 10-08-2005 01:56 PM

I've got a question related to this.

Is it possible to have the posts not get 'bumped' to the top of the list when a user replies. Have the always ordered by the date of the first post?

Is that possible?

ManagerJosh 10-08-2005 09:44 PM

Quote:

Originally Posted by garrynewman
I've got a question related to this.

Is it possible to have the posts not get 'bumped' to the top of the list when a user replies. Have the always ordered by the date of the first post?

Is that possible?

BTW, ZT came up with this kewl mod for me for the HTML usergroup cause HTML still appears. Note: You need this Plugin Installed for it to work

./includes/class_ffrss.php

FIND:
PHP Code:

$ThreadDM->registry->options['floodchecktime'] = 0// Disable flood check in memory... 

BELOW IT ADD:
PHP Code:

$vbulletin->overide_html 1


IN: bbcode_parse_start (Plugin Manager) for plugin "Allow Usergroups to post HTML"

FIND:
PHP Code:

if ($permissions['allowhtmlpermissions'] & $vbulletin->bf_ugp_allowhtmlpermissions['canposthtml']) 

REPLACE IT WITH

PHP Code:

if (($permissions['allowhtmlpermissions'] & $vbulletin->bf_ugp_allowhtmlpermissions['canposthtml']) || $vbulletin->overide_html

Now it should render feeds properly.


Note, this doesn't work if you installed this fix... for some reason those lines of codes make the mod above break.

garrynewman 10-08-2005 10:02 PM

Did you mean to quote me?

ixian 10-09-2005 01:05 AM

Quote:

Originally Posted by ManagerJosh
Note, this doesn't work if you installed this fix... for some reason those lines of codes make the mod above break.

That's because you are making the exact same mistake my fix corrects with the other line of code; you are passing a variable as part of a string. That code won't work with newer versions of PHP 5 period whether my fix is used or not.

ManagerJosh 10-09-2005 01:21 AM

Quote:

Originally Posted by ixian
That's because you are making the exact same mistake my fix corrects with the other line of code; you are passing a variable as part of a string. That code won't work with newer versions of PHP 5 period whether my fix is used or not.

Hey I didn't write the code.... ZT did :)


All times are GMT. The time now is 08:23 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.01669 seconds
  • Memory Usage 1,749KB
  • 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
  • (4)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
  • (2)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