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)

NTLDR 04-09-2004 07:59 PM

Quote:

Originally Posted by Mark.B
It's trying to load from this URL, which is obviously not going to work:

http://www.bowlandcentral.com/forum/...lies/smile.gif

Its something to do with the URL you use to visit the site, using http://www.bowlandcentral.com/forum/vbindex.php/ results in the incorrect path for the smilies where as http://www.bowlandcentral.com/forum/vbindex.php (note the lack of the final slash) the smilies work correctly.

NTLDR 04-09-2004 07:59 PM

Quote:

Originally Posted by ???`S?LV?R???`
I was just noticing that when you have an image file as your category strip it doesnt show up on the vbindex page only on the forum pages, is there anyway to fix this to make it showup on the vbindex pages also?

You need to edit your CSS for each style as per the install intructions.

NTLDR 04-09-2004 08:00 PM

Quote:

Originally Posted by Chris|vB
Any idea whats wrong with mine ?

If you have uploaded the files as per the install instructions there is no reason why you would get that error.

???`S?LV?R???` 04-09-2004 08:06 PM

or is there a reason that its not applying it to my vbindex pages?

???`S?LV?R???` 04-09-2004 10:04 PM

"You need to edit your CSS for each style as per the install intructions." how would i go about doing that?

Dsmed 04-09-2004 11:37 PM

will this work with php4 vb? if not, do i only have to change all the php extensions to php4?

chris frolic 04-10-2004 02:15 AM

Quote:

Originally Posted by NTLDR
Try this edit, in vbindex.php above:

PHP Code:

// ## GET POSTERS AVATAR ## 

Add:

PHP Code:

$news['pagetext'] = unhtmlspecialchars($news['pagetext']); 


yes that fixed the html issue. thanks.

gmarik 04-10-2004 07:01 AM

[high]How To Add Extra (Non-Dynamic) Pages With vBindex 3.0.0 RC3 or above

NOTE: Upon saving this template you WILL get an error, ignore it and press continue

Is there any way to ged rid of that error, what to change in the functions.php file maybe?



RC5 - 3.0.0 - soon?

tobkat 04-10-2004 04:59 PM

Quote:

Originally Posted by gmarik
[high]How To Add Extra (Non-Dynamic) Pages With vBindex 3.0.0 RC3 or above

NOTE: Upon saving this template you WILL get an error, ignore it and press continue

Is there any way to ged rid of that error, what to change in the functions.php file maybe?



RC5 - 3.0.0 - soon?

NTLDR, is it possible to leave the portal open, even if the board is closed ?

???`S?LV?R???` 04-10-2004 07:33 PM

NTLDR how do i Edit my CSS for each style so that the itll apply to my vbindex page

NTLDR 04-10-2004 08:23 PM

Quote:

Originally Posted by ???`S?LV?R???`
"You need to edit your CSS for each style as per the install intructions." how would i go about doing that?

Admin CP -> Style Manager -> All Options (foreach style)

NTLDR 04-10-2004 08:25 PM

Quote:

Originally Posted by Dsmed
will this work with php4 vb? if not, do i only have to change all the php extensions to php4?

Should be 100% compatible with the different extensions, in vbiconfig.php find:

PHP Code:

define('SCRIPT_EXTENSION''.php'); 

Replace with:

PHP Code:

define('SCRIPT_EXTENSION''.php4'); 

Then rename the .php files to .php4 WITH THE EXCEPTION of vbiconfig.php WHICH MUST have a .php extension, and will work with .php regardless of what your server is set to use for PHP.

NTLDR 04-10-2004 08:27 PM

Quote:

Originally Posted by gmarik
Is there any way to ged rid of that error, what to change in the functions.php file maybe?

Somewhere in adminfunctions_template.php lists the two phpinclude templates to ignore that error. Full details of this optional edit will be with vBindex 3.0.0 (Final) which will be the next release assuming no major bugs are found.

Brahm 04-11-2004 12:00 AM

I know you have heard this before, but AWESOME HACK!!! Thanks for all the work you put into this. It installed EASY and QUICK. Thanks Again...

???`S?LV?R???` 04-11-2004 12:46 AM

hmm im somewhat confused exactly what id have to do, i know what your talking about just still confused, can you give an exact example?

tobkat 04-11-2004 12:03 PM

Quote:

Originally Posted by ???`S?LV?R???`
hmm im somewhat confused exactly what id have to do, i know what your talking about just still confused, can you give an exact example?

uhm.... answer ?

redlabour 04-11-2004 05:02 PM

Very nice project - but not very useful if you can´t create unlimited sites and boxes from the AdminCP. That´s a MUST HAVE FEATURE ! Why does this one didn´t have it ? Ok - you can do it manually - but who whant´s that ?

Dsmed 04-11-2004 05:22 PM

Quote:

Database error in vBulletin 3.0.0:

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,
NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed,
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)

LEFT JOIN subscribethread AS subscribethread ON(subscribethread.threadid = thread.threadid AND subscribethread.userid = 1)
WHERE forumid IN (http://www.highertuning.com/forums/f...splay.php4?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 4
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.highertuning.com/forums/forumdisplay.php4?f=2)
AND de

mysql error number: 1064

Date: Sunday 11th of April 2004 02:17:13 PM
Script: http://www.highertuning.com/
Referer:
Username: Dsmed
IP Address: 68.97.154.219

i keep getting this error when i enable the news groups...any idea on what im doing wrong?

thanks
-Brian

Tradjick 04-11-2004 05:37 PM

After I install vbIndex and export the style I get the error:
Quote:

XML Error: not well-formed (invalid token) at Line X
when reimporting it.
Do you have any idea why this is happening?

Pseudomizer 04-11-2004 05:44 PM

Quote:

Originally Posted by Dsmed
i keep getting this error when i enable the news groups...any idea on what im doing wrong?

thanks
-Brian

Hmm. As it looks like your problem is here:

WHERE forumid IN (http://www.highertuning.com/forums/...isplay.php4?f=2)
AND deletionlog.primaryid IS NULL
AND forumid NOT IN (0)
AND thread.open <> 10
AND thread.visible = '1'

The yellow words should be your forum number and not your link. I would assume that you have an error in your ACP. Where it says put in your forumID you put in the complete link to your specific forum. But this is wrong. Just type in the number "2" and nothing else and it should work.

Cheers,

Pseudomizer

NTLDR 04-11-2004 07:02 PM

Quote:

Originally Posted by redlabour
Very nice project - but not very useful if you can?t create unlimited sites and boxes from the AdminCP. That?s a MUST HAVE FEATURE ! Why does this one didn?t have it ? Ok - you can do it manually - but who whant?s that ?

You can create unlimited boxes from that ACP, thats been built-in for ages. As the name suggests vBindex provides an index page for your forum, its not designed to be a muti-site system, although I do plan to make that posible in the future.

NTLDR 04-11-2004 07:03 PM

Quote:

Originally Posted by Tradjick
After I install vbIndex and export the style I get the error:

when reimporting it.
Do you have any idea why this is happening?

No, whats on the line it says there is an error on?

Tradjick 04-11-2004 07:28 PM

I just installed a test board, without having vBIndex installed. I import a style including vbIndex templates. When exporting the style and reimporting it it gives me the error.

The lines differ from time to time.

The corrupt xml files either contain something like that: "", replacing a hand of caracters, or something like that:

Quote:

 ?  ?   ?? ? ????? ??w\ ?  *   _

including the names of current systray processes.

here is another example:

Quote:

<br /> `i?hrase[updated_subscribed_threads]: <strong>$home[subscribedthreads]</strong>

environment:
(win xp)
Apache *.49
PHP Version 4.3.4
mysql 3.23.49
hacks: vbindex
vB Gold (reinstalled and database cleared everytime before trying to find an other solution with the XML thing)

NTLDR 04-11-2004 08:55 PM

I've no idea where thats comming from, those characters arn't used in vBindex anywhere. Its possibly a bug with vB's import/export system or with your configuration.

Dsmed 04-12-2004 01:48 AM

Quote:

Originally Posted by Pseudomizer
Hmm. As it looks like your problem is here:

WHERE forumid IN (http://www.highertuning.com/forums/...isplay.php4?f=2)
AND deletionlog.primaryid IS NULL
AND forumid NOT IN (0)
AND thread.open <> 10
AND thread.visible = '1'

The yellow words should be your forum number and not your link. I would assume that you have an error in your ACP. Where it says put in your forumID you put in the complete link to your specific forum. But this is wrong. Just type in the number "2" and nothing else and it should work.

Cheers,

Pseudomizer



ok, i feel stupid for doing that, i'm gonna blame it on lack of sleep lol, but i no longer have the error, yet the news portion does not show

???`S?LV?R???` 04-12-2004 03:19 AM

lol errr i still dont know exactly what to do to make the vbindex page show my category strips as images..

Ghostspy 04-12-2004 04:23 AM

Well i got it all installed but can anyone help me fix this problem


http://sxsecurity.org/http://sxsecur...cons/icon1.gif


my images are coming up like that take a look for yourself

http://sxsecurity.org/vbindex.php

does anyone know where i can fix that at to make it better b.c in the image icons they dont give u the option for icons. but they do everything else.

NTLDR 04-12-2004 11:25 AM

Icon images should be in the format images/icon.gif if you have the full URL, which it seems you do you need to edit the vbindex_newsbit template and remove the $vboptions[bburl]/ from the icon <img /> tag.

Tradjick 04-12-2004 12:05 PM

Quote:

Originally Posted by NTLDR
I've no idea where thats comming from, those characters arn't used in vBindex anywhere. Its possibly a bug with vB's import/export system or with your configuration.

Ok, thanks. Great hack btw :)

Zachariah 04-12-2004 12:38 PM

Quote:

Originally Posted by NTLDR
its not designed to be a muti-site system, although I do plan to make that posible in the future.

I will bend down and kiss your feet. :D I have been workin on trying to do this with VBadvanced, VBindex, and a few others .... @ snail speeds. :nervous:

Ideas:
** A person can use the same templates for all portal pages with "multi" setting installs.

** portal.php?=subject or each subject has a folder */subject/vbindex.php

tobkat 04-12-2004 04:04 PM

NTLDR, could you please answer my question: Is it possible that the board is closed an the portal is still working normally ?

NTLDR 04-12-2004 04:06 PM

Not without hacking your forums global.php.

Reeve of shinra 04-12-2004 04:38 PM

Quick Question for anyone:

Is it easy to get rid of the Nav Bar? I am interested in making the front page for a new site of mine somewhat flashier than the normal 'nuke block' look but I would really like to run something like VbIndex under the hood so to speak to make my life easier when it comes to updating the news, or links and such.

NTLDR 04-12-2004 04:47 PM

Just remove $navbar from the VBINDEX and VBINDEX_SHELL templates :)

tobkat 04-13-2004 06:51 AM

Quote:

Originally Posted by NTLDR
Not without hacking your forums global.php.

Difficult ?
Would be a great feature.

Ghostspy 04-13-2004 07:33 AM

Quote:

Originally Posted by NTLDR
Icon images should be in the format images/icon.gif if you have the full URL, which it seems you do you need to edit the vbindex_newsbit template and remove the $vboptions[bburl]/ from the icon <img /> tag.


Thanks i did what u said
www.sxsecurity.org
but now next to the news it says default. wtf. how do i get rid of that more make it say News:

Ghostspy 04-13-2004 07:38 AM

O yea how do I make another Box. I wanted to make a Link box so it could have links to other sites. Sorry I keep asking questions i only been using this for a while. i been away for some pretty good time in the navy.

Pseudomizer 04-13-2004 10:59 AM

Hi Ghostspy,

please open one of the customer templates and edit them accordingly. After that go to the vbindex options in the ACP and enable it either on the left or right side. That's it.

Cheers,

Pseudomizer

MiLynne 04-13-2004 01:28 PM

Quote:

Originally Posted by Pseudomizer
Hi Ghostspy,

please open one of the customer templates and edit them accordingly. After that go to the vbindex options in the ACP and enable it either on the left or right side. That's it.

Cheers,

Pseudomizer

Heya :)

can someone point me in the direction of a thread (or offer their own advice) that will show me how to add a paypal link to a custom block? I just want the paypal button the members click to show up in the custom block, but I don't know what code to add to do this.

Many thanks!! :D

Herman- 04-13-2004 06:37 PM

I got this error

Fatal error: Failed opening required './global.php' (include_path='.:') in /home/sasa/client/warcraft/www/vbindex.php on line 145

how do i fix it?


All times are GMT. The time now is 03:28 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.03380 seconds
  • Memory Usage 1,845KB
  • 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
  • (22)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
  • (40)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