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)

SnowBot 03-19-2004 12:18 PM

i have a problem in the admincp with images not being shown for users avatars, profile pictures and such.

I am running a standard vb rc4 board/style, there are no other hacks on the site at all, its a fresh install. Everything was fine before i installed the portal. Can anyone suggest how to fix this, see attached pic. Thanks.

Zachery 03-19-2004 12:35 PM

Quote:

Originally Posted by SnowBot
i have a problem in the admincp with images not being shown for users avatars, profile pictures and such.

I am running a standard vb rc4 board/style, there are no other hacks on the site at all, its a fresh install. Everything was fine before i installed the portal. Can anyone suggest how to fix this, see attached pic. Thanks.

update the image path for clear.gif to a realtive path
upload clear.gif to your root ie mysite.com

FleaBag 03-19-2004 01:16 PM

Hi guys, I have a problem I was wondering if you could help me with. I've tried to do it myself, but to no avail. Basically I want the news to show on my homepage inside an iframe - the way I want my design to work I can't really afford the space that it requires as is. In vB2 I used PluhNews to pull the news to a seperate page called news.php, included it in the iframe and removed the MyvBindex news template.

The way I thought about doing it is in the same way that you can create vBAdvanced powered pages, by using for example index.php?page=news - and this news page contains the newsbits. I tried hacking this in myself and failed, could you possible point me in the right direction?

Thanks in advance - heh. :)

Yuneek 03-19-2004 03:09 PM

Should my vB be installed at my main page (index of public_html) in order for the portal to show up at my domain alone or should I install the forum in a sub directory in order for the portal to be my sites homepage?

SnowBot 03-19-2004 03:14 PM

Quote:

Originally Posted by Zachery
update the image path for clear.gif to a realtive path
upload clear.gif to your root ie mysite.com

thanks for the responce but hhhmm where do i edit the path for the clear.gif file? I cant seem to locate it :(

Zachery 03-19-2004 03:20 PM

Quote:

Originally Posted by SnowBot
thanks for the responce but hhhmm where do i edit the path for the clear.gif file? I cant seem to locate it :(

AdminCP > vBulletin Options > Not sure where

Quote:

Originally Posted by Yuneek
Should my vB be installed at my main page (index of public_html) in order for the portal to show up at my domain alone or should I install the forum in a sub directory in order for the portal to be my sites homepage?



either it doesnt matter.

SnowBot 03-19-2004 03:38 PM

:) found it.....

AdminCP > vBulletin Options > Style & Language Settings

THANKS for the push in the right direction :)

scottct1 03-20-2004 01:29 AM

Anyone got this running on VB3 Gold?

FleaBag 03-20-2004 01:37 AM

Did you say Gold? :D

chas_h 03-20-2004 01:50 AM

Quote:

Originally Posted by scottct1
Anyone got this running on VB3 Gold?


I will have it running on Gold in about 1/2 hour...
I hope! ... :)


Chas.

Zachery 03-20-2004 02:40 AM

Havent downloaded it yet, but neither me or tigga see a reason for it not to work

apokphp 03-20-2004 03:08 AM

What about "excluding" certain private forums from the front page news? Has that issue been resolved yet?

chas_h 03-20-2004 03:48 AM

Quote:

Originally Posted by Zachery
Havent downloaded it yet, but neither me or tigga see a reason for it not to work

It works fine, I just tried it on 2 boards. One was a clean install and the other was just upgraded from RC-4 to Gold. On the upgrade I had to re-upload the advindex_install.php file and run it again, I just chose the option to 'load templates' or something, it's the option that is mentioned when you are upgrading Vbulletin. Then I made the necesary edits to the files in the 'includes' folder.
Woking fine now.

Chas.

The Wise One 03-20-2004 04:24 AM

im having a slight problem on mine...clean install...vb3 gold...

http://www.hel-razor.com/index.php

i followed the directions in the readme.html...i run this on RC2 test site without issues...

images not showing up is not an issue...i know how to fix that...its the way the tables are. scroll down a ways and you will see what im saying.

any help would be greatly appreciated. thanks :)

SnowBot 03-20-2004 05:52 AM

While doing a clean install of the GOLD version i came across afew changes that need to be amended in the install instructions.

in step 3
Find:
PHP Code:

'forumhome' => $vbphrase['forum_home'], 

changed to:
PHP Code:

'forumhome' => $vbphrase['group_forum_home'], 

Below that Add:
PHP Code:

'index' => 'Index'

All the rest seems fine and i installed it with no problem on another new install.

Have a look
www.thepremierleague.co.uk & .net

Zachery 03-20-2004 09:17 AM

Quote:

Originally Posted by SnowBot
While doing a clean install of the GOLD version i came across afew changes that need to be amended in the install instructions.

in step 3
Find:
PHP Code:

'forumhome' => $vbphrase['forum_home'], 

changed to:
PHP Code:

'forumhome' => $vbphrase['group_forum_home'], 

Below that Add:
PHP Code:

'index' => 'Index'

All the rest seems fine and i installed it with no problem on another new install.

Have a look
www.thepremierleague.co.uk & .net

Ty snowy :)

Oblivion Knight 03-20-2004 09:34 AM

Quote:

Originally Posted by SnowBot
Have a look
www.thepremierleague.co.uk & .net

Everything works apart from the Navbar.. :)
The forum title isn't shown next to the 'opening' folder.

SnowBot 03-20-2004 10:07 AM

Quote:

Originally Posted by Oblivion Knight
Everything works apart from the Navbar.. :)
The forum title isn't shown next to the 'opening' folder.

aahh yes you are right, didnt notice that. I will go have a look at it.

deathemperor 03-20-2004 10:26 AM

my front page shows a blank page with vb3 gold, any idea ?

Zachery 03-20-2004 11:06 AM

Quote:

Originally Posted by deathemperor1st
my front page shows a blank page with vb3 gold, any idea ?

reinstall the templates ;)

chas_h 03-20-2004 04:30 PM

Quote:

Originally Posted by SnowBot
While doing a clean install of the GOLD version i came across afew changes that need to be amended in the install instructions.

in step 3
Find:
PHP Code:

'forumhome' => $vbphrase['forum_home'], 

changed to:
PHP Code:

'forumhome' => $vbphrase['group_forum_home'], 

Below that Add:
PHP Code:

'index' => 'Index'

All the rest seems fine and i installed it with no problem on another new install.

Have a look
www.thepremierleague.co.uk & .net


I noticed that as well, I was going nuts trying to figure out why the 'VI' editor couldn't find that string so I decided to scroll down to find it manually. Of course it's almost at the end of the file.... :rolleyes: ...Lol!
Otherwise all went well.

Chas.

MindTrix 03-20-2004 04:31 PM

Wont do the templates at all for me, just gettng a mysql error showing the templates that should be entered then at the end saying

mysql error: Duplicate entry 'index--1' for key 2

mysql error number: 1062

freedom2support 03-20-2004 05:37 PM

I have a serious problem, namely that It seems to be exporting the oldest articles to the front page rather than the latest!

MindTrix 03-20-2004 05:41 PM

Theres nothing i hate more than doing this bloody CHdir part :)

If the forum is www.wteva.com/forums/index.php

and in the FTP its

SomeIPnumber / httpdocs / forums


in the file i just put /forums/

but i get this error

Warning: ChDir: No such file or directory (errno 2) in /home/httpd/vhosts/declutterdivas.com/httpdocs/adv_index.php on line 15

Warning: Unable to access ./global.php in /home/httpd/vhosts/declutterdivas.com/httpdocs/adv_index.php on line 77

Fatal error: Failed opening required './global.php' (include_path='.:/usr/share/pear') in /home/httpd/vhosts/declutterdivas.com/httpdocs/adv_index.php on line 77


can someone pleaseeee tell me the right CHdir to put, its doing my head in :)

FleaBag 03-20-2004 06:01 PM

The FTP is different to the path in most cases.

DivisionByZero 03-20-2004 07:25 PM

i just did a clean install and everything SEEMS to be working fine except for that it's not even showing news, polls, or latest forum threads.... any idea what I can do?

Areku 03-20-2004 07:32 PM

Run article indexer from the installer...

Has any1 upgraded to VB3 gold with vbadvanced aboard??

Dolamite 03-20-2004 07:57 PM

i've been waiting for the author to say something about it myself... i would have to assume that RC4 & the final are so alike that perhaps it does work....or we'd hear more about it?

DivisionByZero 03-20-2004 08:23 PM

Quote:

Originally Posted by Dolamite
i've been waiting for the author to say something about it myself... i would have to assume that RC4 & the final are so alike that perhaps it does work....or we'd hear more about it?

they're not... it's totally different

MindTrix 03-20-2004 08:26 PM

Code wise RC4 and GOLD are the same, except GOLD has some bug fixes

DivisionByZero 03-20-2004 08:30 PM

Quote:

Originally Posted by Areku
Run article indexer from the installer...

umm... no that won't work.

Areku 03-20-2004 08:47 PM

So in the end we can't upgrade to VB gold?

cscgal 03-20-2004 09:00 PM

I upgraded by vB 3 RC 4 to gold with absolutely no problems at all. Check it out at http://www.daniweb.com

Areku 03-20-2004 10:33 PM

Which steps (in which order) did u follow to not overwrite vbadvanced?

Thanks!

chas_h 03-20-2004 11:30 PM

Quote:

Originally Posted by Areku
Which steps (in which order) did u follow to not overwrite vbadvanced?

Thanks!

Here's what I did;

1) Upgrade to Vb-3 Gold (upload all files and run upgrade script, as per instructions).

2) Depending on which templates that you revert when upgrading to Gold (you have a choice) you may have to make all the edit changes as per the Vbandvanced instuctions (calendar templates, some files in the 'includes folder etc). Check those now and edit as needed.

3) Important! Re-upload the 'advindex_install.php' to the admincp folder and run that script again (http://yoursite.com/forum/admincp/advindex_install.php) but after you give the admin login CHOOSE THE THIRD OPTION , it;s something like;
Click here to install ONLY the templates (useful after upgrading vBulletin) -->
This will make the necesary updates to the new VB-3 files and you shouldn't lose any of your VBadvanced hacks, because those are left untouched, they don't get overwritten by VB-3 files with a couple of exceptions like the Navbar template etc.

Pretty much just following the original instructions except not uploading the index.php file and choosing the third option when runniing that script.

Chas.

P.s. To answer Powerpig's question, if you run the script to re-install the tempaltes you will probably have to go back into the Vbadvanced options section of the admincp and enter your news forum ID number etc to get that to show up again on the index page. This is all in the instructions for a 'new' install, you can download the zip again if you don't have those instructions.

Alien 03-21-2004 01:01 AM

chas above is correct... Follow that and you won't go wrong..

However, when you are doing the file edits you will notice one change from RC4 to GOLD:

Instead of looking for:

Code:

'forumhome' => $vbphrase['forum_home'],
In your includes/adminfunctions_template.php file, you'll want to search for this instead:

Code:

'forumhome' => $vbphrase['group_forum_home'],
That's it, you should be good to go!

Zachery 03-21-2004 01:30 AM

Quote:

Originally Posted by Alien
chas above is correct... Follow that and you won't go wrong..

However, when you are doing the file edits you will notice one change from RC4 to GOLD:

Instead of looking for:

Code:

'forumhome' => $vbphrase['forum_home'],
In your includes/adminfunctions_template.php file, you'll want to search for this instead:

Code:

'forumhome' => $vbphrase['group_forum_home'],
That's it, you should be good to go!

This hack works 100% fine with the one listed change by snowy and Alien above.

:) im about as offical as Tigga on the subject for vBa

Alien 03-21-2004 01:53 AM

You can take that to the bank! :D

chas_h 03-21-2004 03:30 AM

Quote:

Originally Posted by Alien
chas above is correct... Follow that and you won't go wrong..

However, when you are doing the file edits you will notice one change from RC4 to GOLD:

Instead of looking for:

Code:

'forumhome' => $vbphrase['forum_home'],
In your includes/adminfunctions_template.php file, you'll want to search for this instead:

Code:

'forumhome' => $vbphrase['group_forum_home'],
That's it, you should be good to go!


Oops, you're right, I forgot to add that part. I was able to find it without that but it was a pain. Thanks for pointing that out.

Chas.

d3nnis 03-21-2004 04:58 AM

so is vbadvanced ready for vb 3 gold?


All times are GMT. The time now is 04:50 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.02808 seconds
  • Memory Usage 1,849KB
  • 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
  • (6)bbcode_code_printable
  • (9)bbcode_php_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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