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)
-   -   vBadvanced Homepage (https://vborg.vbsupport.ru/showthread.php?t=59803)

Flow Fusion 03-27-2004 04:59 AM

Hot Damn thanks alot. I got alot of work to do now...Where's that install button! lol thanks alot!

ChuanSE 03-27-2004 05:59 AM


D3nnis, plz help me out here mate :/

this is my navbar template...

I tweaked it with some hacks, so replacing it with your alternative isn't just that easy. Wanna check it for me plz? :|

Many thanks in advance amigo :D

msimplay 03-27-2004 01:47 PM

how do i stop threads / posts awaiting moderation from appearing in latests posts block ?

d3nnis 03-27-2004 03:38 PM

Quote:

Originally Posted by ChuanSE
D3nnis, plz help me out here mate :/

this is my navbar template...

I tweaked it with some hacks, so replacing it with your alternative isn't just that easy. Wanna check it for me plz? :|

Many thanks in advance amigo :D


your navbar looks ok to me, you will need to edit the one under Index Templates -> Index

find this line

Code:

<input name="s" type="hidden" value="" />
change it to

Code:

<input type="hidden" name="s" value="$session[sessionhash]" />

The Realist 03-27-2004 09:39 PM

It says in the instructions to do the following:

In your includes/adminfunctions_template.php file:

Find:'forumhome' => $vbphrase['forum_home'],
Below that Add:'index' => 'Index',

But in my includes/adminfunctions_template.php file I have
'forumhome' => $vbphrase['group_forum_home'],

So were is this $vbphrase['forum_home'], to?

Laters

Lurk 03-27-2004 10:03 PM

That is also my problem, where do i add that?
Quote:

Originally Posted by The Realist
It says in the instructions to do the following:

In your includes/adminfunctions_template.php file:

Find:'forumhome' => $vbphrase['forum_home'],
Below that Add:'index' => 'Index',

But in my includes/adminfunctions_template.php file I have
'forumhome' => $vbphrase['group_forum_home'],

So were is this $vbphrase['forum_home'], to?

Laters


Preds 03-27-2004 10:30 PM

Quote:

Originally Posted by LurkCorp
That is also my problem, where do i add that?

In vB 3.0.0 forum_home and group_forum_home are one and the same. Just add the 'index' => 'Index' on the lione below the groupo_forum_home.

Lurk 03-27-2004 10:37 PM

Quote:

Originally Posted by Preds
In vB 3.0.0 forum_home and group_forum_home are one and the same. Just add the 'index' => 'Index' on the lione below the groupo_forum_home.

Ok, now i have another problem
Code:

Warning: chdir(): No such file or directory (errno 2) in /home/lurkcorp/public_html/testvb/adv_index.php on line 15
I enter the correct directory, but it isn't working =/
Code:

chdir('/public_html/testvb');
i am installing it in my test vb installation, it is pass protected..
i'm testing before i install thing on main forums.

SVTBlackLight01 03-27-2004 11:19 PM

Try using this instead.

Code:

chdir('/home/lurkcorp/public_html/testvb');

Lurk 03-27-2004 11:38 PM

THANK YOU!!!!!!!!!!
very much


All times are GMT. The time now is 07:23 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.02229 seconds
  • Memory Usage 1,744KB
  • 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
  • (5)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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