vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   error in rss threads (https://vborg.vbsupport.ru/showthread.php?t=176520)

zodehala 04-18-2008 11:07 AM

error in rss threads
 
inorder to print rss thread on statistics i have created hack is called rss_thred. its codes are like following

PHP Code:

$rssp $db->query_first("SELECT COUNT(*) AS total FROM thread WHERE postusername='rss_poster'");

$rssp $rssp[total]; 


threads which are opened by rss_poster are 775 but hack says they are 7

where is my error ?

MoT3rror 04-18-2008 12:16 PM

Have you tried using a userid then Username?

zodehala 04-18-2008 07:09 PM

like this ? (the same result (7))

PHP Code:

$rssp $db->query_first("
SELECT COUNT(*)AS total 
FROM thread 
WHERE postuserid= 1"
); 

$rssp = $rssp[total];

Lynne 04-18-2008 07:33 PM

Hmmm, I tried that on my site for a couple of different userids and it worked fine. Where are you getting the count of 775?

zodehala 04-19-2008 09:47 AM

1 Attachment(s)
like you see in attchment

pic.-1 : query i run in PMA and its result = 775

pic.-2 : my plugin codes

pic.-3 : codes in forumhome

pic.-4 : result in home

where is my error ?

Marco van Herwaarden 04-19-2008 10:04 AM

Are you sure you are working on the same database in PMA and vB?

zodehala 04-19-2008 12:02 PM

1 Attachment(s)
pic.1 = db name is forum and table name is thread

pic.2 = forum's config.php file

pic.3 = result of query i run in admincp

(vBulletin 3.7.0 Beta 3 )

Lynne 04-19-2008 02:13 PM

I have no idea if it makes a difference, but shouldn't the line be:
$rssp = $rssp['total'];
(with the single quotes)

This gets the award for weird problem today!

Marco van Herwaarden 04-19-2008 02:38 PM

The variable to use in your template is $rssp, not $rssp[total]. ;)

Or you must remove the line:

$rssp = $rssp['total']

from the plugin.

zodehala 04-19-2008 06:34 PM

ok thanks

when i remove $rssp = $rssp['total'] it is ok


All times are GMT. The time now is 03:21 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.01013 seconds
  • Memory Usage 1,722KB
  • 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
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete