vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vBindex v2.1 (https://vborg.vbsupport.ru/showthread.php?t=41916)

wolfe 10-30-2002 12:50 PM

also can u look @ that reviews.php i have got the table in the bd already all i need is the file fixing :D

Buddha 10-30-2002 12:53 PM

Quote:

Originally posted by wolfe
how can i change it so they can view vBindex and the news but they can't go on the board thats like a sneak peek then they register :D
allow them to view forum home, but not read the posts within the forum until they register.

wolfe 10-30-2002 12:53 PM

ok also can u look @ the reviews.php i will try on my end but it will be better to have a few doing it :D

Buddha 10-30-2002 01:01 PM

can't help you with the php dude.
what's the problem you're having?

wolfe 10-30-2002 01:02 PM

well i want to turn this vBPortal reviews page into a vBIndex one so i can add it to vBIndex :D

Buddha 10-30-2002 01:03 PM

sorry, but i definitively can't help you there.
good luck though.

wolfe 10-30-2002 01:06 PM

yep when its done it will be top to add to vBIndex :D

FleaBag 10-30-2002 06:45 PM

The templates in the installer are royally screwed up. If you put a quote in a news post, it messes up the display of the whole page.

NTLDR 10-30-2002 07:04 PM

Quoting in news posts and the shoutbox works fine with the default vBcode, if you have changed it, its your changes that are causing it to display incorrectly.

Buddha 10-30-2002 07:04 PM

just tested that on mine gamer, and it looks fine.
can you post a screenshot?

also, do you have the character limiter on? if so, i'll cut off the post after that amount of characters regardless of whether or not it reaches the [ / quote ].
know what i mean?

FleaBag 10-30-2002 07:07 PM

I hadn't changed anything, it was a fresh install. I re-installed it 5 times before I realised the quote was the problem.

FleaBag 10-30-2002 07:15 PM

Oh and for an example go to www.GamerForums.com - excuse the horrible style, I just lost my default one trying to install a hack. :(

NTLDR 10-30-2002 07:20 PM

You have the PHP, Code and Quote boxes installed, this doesn't work with vBindex.

FleaBag 10-30-2002 07:28 PM

Ah right, I kinda forgot that was a hack I'm so used to it. Thanks. :) Any idea on how I can make them work with it? They used to work in earlier versions...

NTLDR 10-30-2002 08:07 PM

There have been no changes to home_news or home_newsbit since v2.0.1 that would cause this.

Chris M 10-30-2002 08:18 PM

I also use the PHP/Code/Quote changes...

Thats probably what caused my screen to go all strange;)

Satan

haste 10-30-2002 10:24 PM

I just installed this hack. It's working well, except that none of the images (except for avatars) are not showing up. The index page is located in the directory under the forums, and I did the chdir line in the file. Any ideas what could be causing this?

NTLDR 10-30-2002 10:38 PM

{imagesfolder } needs to be set to the Full URL.

Buddha 10-30-2002 11:10 PM

hey ntldr, just thought i'd let you know i upgraded all of my twenty odd pages today to 2.1 and it went off without a hitch. didn't worry too much about the template changes, and i'm saving querries like crazy.
i appreciate all the help and hard work.
thank you very much.

wolfe 10-31-2002 01:08 AM

well mine works fine :D

wolfe 10-31-2002 01:08 AM

d00d it might be ending in the middle of the code so it might mess up if you got XX characters set :D

Larry@IOG 10-31-2002 01:48 AM

How do I get the top 10 posters and top 10 online on the vbindex page?

Thanks

Larry

menace86 10-31-2002 03:42 AM

Parse error: parse error in /usr/local/www/data-dist/azn/vbulletin/upload/vbindex.php on line 112

copied everything correctly too. could use some help! thanks.

NTLDR 10-31-2002 06:34 AM

Quote:

Originally posted by Buddha
[B]hey ntldr, just thought i'd let you know i upgraded all of my twenty odd pages today to 2.1 and it went off without a hitch. didn't worry too much about the template changes, and i'm saving querries like crazy.[B]
Glad to hear it all went smoothly Buddha :D

NTLDR 10-31-2002 06:35 AM

Quote:

Originally posted by Larry@IOG
How do I get the top 10 posters and top 10 online on the vbindex page?
You need to add the code from that hack to vbindex.php and add the variables to the vBindex templates.

NTLDR 10-31-2002 06:36 AM

Quote:

Originally posted by menace86
Parse error: parse error in /usr/local/www/data-dist/azn/vbulletin/upload/vbindex.php on line 112

copied everything correctly too. could use some help! thanks.

You haven't added the code correctly and as I've said before the information you have posted is useless, no-one can help from that alone.

Buddha 10-31-2002 03:54 PM

hey ntldr, i have a quick question. where can i change it so that when there's a quote in the post, it doesn't say Quote:.
it's not the default quote template, as i've changed that.
don't know where to find it for vbindex.

thanks.

NTLDR 10-31-2002 04:00 PM

You need to edit the Quote vBcode in the ACP to remove that part ;)

Or did you just want that line removed in news posts only?

Buddha 10-31-2002 04:07 PM

actually, just removing the line would be great.

NTLDR 10-31-2002 04:11 PM

Should work, find:

PHP Code:

$newstext=bbcodeparse($getnews[pagetext],0,1); 

Add after:

PHP Code:

$newstext=str_replace("quote:"""$newstext); 

Change quote: to the exact text that is being removed (thats the deafault for vB.)

Buddha 10-31-2002 04:18 PM

thank you very much buddy. nice to know i can rely on you for help.
works like a charm, granted i had to cap the 'q' in Quote... seems to be the default on mine.

thanks again.
(just starting the work on the second theme... having a blast with your script... gotta tell ya.)

kreatiV 11-01-2002 04:49 PM

I am just wondering, hopefully this won't sound too stupid ;)

I bought a style/templateset for my vB ( TREN_Z ) - if I install vBindex 2.1 will it use the graphcis inside my bought style or will it be the standard "purple"?

NTLDR 11-01-2002 04:54 PM

It will use the cololrs and graphics specified in the style you are using. You may have to make some edits if they haven't used the standard vB images names.

haste 11-01-2002 11:57 PM

I'm having a problem: only the newest news item shows a message icon, even though all of them have icons assigned. Any ideas?

Buddha 11-02-2002 02:30 AM

hey ntldr, i've installed the "allow admins to use HTML always" hack, but it still shows up as text html in vbindex unless html is allowed via admin cp.
is there a way to code it so that if the post is made by admin usergroup, it will allow html regardless of whether it's allowed in the admin cp.

thanks.

sHORTYWZ 11-02-2002 05:41 AM

ntldr - still having problems with posts showing up in the "latest threads" that the user doesn't have access to.. everything on my board is set to require login except for viewing of forum home yet you can see posts from all of my boards in the box..

Any help would be appreciated! Thanks.

Chris M 11-02-2002 10:21 AM

@sHORTYWZ - Check that Guests / Registered cant see the private forums at all;)

Satan

lemarsu 11-02-2002 12:26 PM

Hi,

I have installed VBI 2.1 with no problem....
Except that the news content is not showing up!
If I put Number of Characters in News to 25 I get "Read Full Post" but still no text shows up….

I can’t see what is going wrong can anyone help pls.

LeMarsu

Chris M 11-02-2002 12:28 PM

Goto your Admin CP:

Click "Update Counters" from the sidebar menu...

Then run the "set postids" option...

Satan

lemarsu 11-02-2002 12:43 PM

Cheers hellsatan,

It worked a treat....
but now the Avatar is showing.. I have disabled it in vBulletin Options.

I Can alway change the Template (quick fix) but is there an other way ?

LeMarsu


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