vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBindex v3.0.0 RC5 (https://vborg.vbsupport.ru/showthread.php?t=59524)

triage 04-27-2004 08:27 AM

sam ft that sounds exactly the same as the issue i am having

NTLDR 04-27-2004 01:47 PM

Quote:

Originally Posted by mattyk72
I want the latest threads box to say 'News Wire' instead, I've tried editing the latestthreads template to no avail.

Edit the vBindex Phrases.


Quote:

Also, is it possible to have the title of the post in the latest threads box be a little bit longer?
In vbindex.php find and change 22 to the number of characters you want:

PHP Code:

$thread['title'] = fetch_censored_text(fetch_trimmed_title(unhtmlspecialchars($thread['title']), 22)); 

Quote:

Also my calendar isn't working from the portal page. Any ideas? Thanks
Make sure the usergroups have access to view it, that its enabled and assigned to a side block.

NTLDR 04-27-2004 01:48 PM

Quote:

Originally Posted by triage
sam ft that sounds exactly the same as the issue i am having

Its being looked into :)

Sam FT 04-27-2004 07:13 PM

Quote:

Originally Posted by NTLDR
Its being looked into :)

Well if anybody can fix this you can NTLDR...I just hope that u can correct it soon. But it is very useful to have subdirectories under image/avatar folder...just better organization for files. :)

JaNa 04-27-2004 07:41 PM

What the helll? I've had this installed for a couple of days, and it's been working fine. Now, suddenly i've been getting this error.

Code:

Database error in vBulletin 3.0.0 Release Candidate 4:

Invalid SQL:
                ## GET NEWS ##
                SELECT thread.*,thread.iconid AS threadiconid, threadpost.pagetext AS pagetext,
                threadpost.attach AS attachcount,
                avatarpath, NOT ISNULL(avatardata) AS customavatar, user.avatarrevision, customavatar.dateline AS customdateline,
               
                IF(user.displaygroupid = 0, user.usergroupid, user.displaygroupid) AS displaygroupid
                FROM thread AS thread
                LEFT JOIN user AS user ON (thread.postuserid = user.userid)
                LEFT JOIN post AS threadpost ON (thread.firstpostid = threadpost.postid)
                LEFT JOIN deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND type = 'thread')
               
                LEFT JOIN customavatar AS customavatar ON (customavatar.userid = user.userid)
                LEFT JOIN avatar AS avatar ON (avatar.avatarid = user.avatarid)
               
                WHERE forumid IN (http://www.*.com/forums/forumdisplay.php?f=2)
                AND deletionlog.primaryid IS NULL
                AND forumid NOT IN (0)
                AND thread.open <> 10
                AND thread.visible = '1'
               
               
                ORDER BY thread.sticky DESC, thread.dateline DESC
                LIMIT 5
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 '://www.*.com/forums/forumdisplay.php?f=2)
                AN

mysql error number: 1064

Date: Tuesday 27th of April 2004 04:39:08 PM
Script: http://www.*.com/forums/vbindex.php
Referer:
Username: *
IP Address: *


NTLDR 04-27-2004 07:53 PM

Quote:

Originally Posted by JaNa
What the helll? I've had this installed for a couple of days, and it's been working fine. Now, suddenly i've been getting this error.

The news forum id is a number, 2, and not a URL.

JaNa 04-27-2004 07:57 PM

I wonder how that was changed. And why I didn't check it! Well thanks it's working again ^.^

vBFreak 04-27-2004 08:11 PM

No Buddylist and Search included? Or comes that with the first full-release?

Nya whatever... nice Hack, I'll install it after upgrading to vB 3 :nervous:

NTLDR 04-27-2004 09:26 PM

If your buddies are online they are indicated as buddies on the online list (if enabled) and a search box is included by default in the navbar :)

Sam FT 04-28-2004 12:39 AM

Ok here is what I have found out with the welcome panel and the avatars that show up in them.

Custom and guest avatars work when welcome panel avatar is enabled.

No avatar members and pre-defined avatars don't work when welcome panel avatar is enabled.

No avatar members and pre-defined avatars work when both welcome panel avatar is enabed and news posters avatar is enable.

Also I tried the avatars both ways under a subdirectory and without and the same thing happen on both.


All times are GMT. The time now is 02:53 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.02284 seconds
  • Memory Usage 1,755KB
  • 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
  • (1)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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