vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vbArticles (https://vborg.vbsupport.ru/forumdisplay.php?f=106)
-   -   Featured Articles on Forum Home (https://vborg.vbsupport.ru/showthread.php?t=76815)

Creed 02-22-2005 03:16 AM

Featured Articles on Forum Home
 
When I tried putting the Featured Articles hack in, I get this database error on my forumhome:

Code:

Database error in vBulletin 3.0.6:

Invalid SQL:
        SELECT a.title, a.articles_articleid, a.icon, SUM(r.rating) / COUNT(r.rating) avg
    FROM articles_article a
    LEFT JOIN articles_rating r
    ON a.articles_articleid = r.articleid
    WHERE a.featured=1
    GROUP BY a.articles_articleid
    ORDER BY RAND()
    LIMIT
   
mysql error: You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 8

mysql error number: 1064

Any ideas?

cinq 02-22-2005 03:24 AM

The settings are saved already right ?

Creed 02-22-2005 03:25 AM

I've removed the limit, line and it seemingly works..but I'm sure I need it. Now I have an issue with the arcitles icon's not showing up, and I assume that is because its calling a template that doesn't exist:

Code:

if ($articon) {        eval('$articonimg = "' . fetch_template('vbArticles_articonimg') . '";');        }
        else {        $articonimg = '';        }

vbArticles_articonimg doesn't exist. What if anything should that be changed to?


BTW, the limit line was

Code:

    LIMIT ".$vboptions['numfeaturedarticlehome']."
Any ideas?

Btw, yes I did update the options. I have set to 4 featured articles on forum home :)

In an update, I created a test.php including:

Code:

<?

// ######################### REQUIRE BACK-END ############################
require_once('./global.php');
require_once('./includes/functions_bigthree.php');
require_once('./includes/functions_forumlist.php');

echo "Hello World";

echo $vboptions['numfeaturedarticlehome'] ;

?>

And all I get is Hello World :(

cinq 02-22-2005 03:54 AM

OH ! I just realized you are talking about an ADD ON ??
If so, please don't use the add-ons first.

Most ( if not all ) won't work properly with v2.0.
I will update them soon.

Creed 02-22-2005 03:55 AM

Sweet, thats kinda what I assumed. I've got it basically working, just missing icons now :) Sorry ;)

cinq 02-22-2005 03:58 AM

Which missing icons ?
I see them fine here :
http://www.hdclan.org/forums/articles.php ?

Creed 02-22-2005 04:11 AM

Oh, I was just referring to the ones on forumhome, but again thats an add-on which eventually will be fixed :)

http://www.hdclan.org/forums/forum.php


All times are GMT. The time now is 10:32 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.00943 seconds
  • Memory Usage 1,724KB
  • 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_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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