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)

danbc 01-17-2004 12:48 AM

Quote:

Originally Posted by Faranth
vB has a built in RSS feed already

It has, where?

Tigga 01-17-2004 02:28 AM

rinkrat - The gallery you pointed out is not Gallery, it's vBadvanced Gallery and probably won't be available for another couple of months.

jancarlo - You will need to modify the links and form action to point to the full URL to your forums in your "STANDARD_ERROR" template.

ciaranirl - Just follow the instructions in the readme file. The installer does most of the work for you anyways. ;)

tgmorris 01-17-2004 02:37 AM

Thanks for all the effort. I notice that an older error is still alive in the index template though for users that will use the Login block.

This line:
<script type="text/javascript" src="$vboptions[bburl]/clientscript/md5.js"></script>

Should be:
<script type="text/javascript" src="$vboptions[bburl]/clientscript/vbulletin_md5.js"></script>

digitalSite 01-17-2004 06:11 AM

Does vbAdvanced help me add certain features from my forum on my "existing" home page?...meaning, my home page is NOT a template not script, but my own web site front page.

Any help is appreciated!

13th_Disciple 01-17-2004 03:18 PM

tigga - sent you an email several days ago.. just wondering if you have gotten it or if you have had a chance to respond yet.. would have pm'ed you, but some folks on here get freaked out when they receive pm's..

Tru Smiles 01-17-2004 03:26 PM

I installed the hack with no difficulty, but I have one small problem.. On the forum home and index home, the icons wont appear. They are located within the right directory, yet appear as a broken image. Smileys on the home page appear as a broken image too, and I have no idea why o_O

Any clue? The skin I'm using all have the /forum/path set so I dunno whats up! Any help would save me :)

Nmidia 01-17-2004 03:31 PM

If I wanted to integrate the New Posts code into the standard Navbar - what changes would I need to make?

Zachery 01-17-2004 05:39 PM

Quote:

Originally Posted by 13th_Disciple
tigga - sent you an email several days ago.. just wondering if you have gotten it or if you have had a chance to respond yet.. would have pm'ed you, but some folks on here get freaked out when they receive pm's..

see this is how we get tigga tto check his email
* Faranth pokes tigga hard with a stick

:D


Quote:

Originally Posted by Tru Smiles
I installed the hack with no difficulty, but I have one small problem.. On the forum home and index home, the icons wont appear. They are located within the right directory, yet appear as a broken image. Smileys on the home page appear as a broken image too, and I have no idea why o_O

Any clue? The skin I'm using all have the /forum/path set so I dunno whats up! Any help would save me :)

right click on the broken picture and see where its pointing too

your best off using http://www.mysite.com/forum/images :)
Quote:

Originally Posted by Nmidia
If I wanted to integrate the New Posts code into the standard Navbar - what changes would I need to make?

Depends :)

tgmorris 01-17-2004 06:14 PM

A couple of minor items that I bumped into while checking error logs.

$index_footer uses $cronimage which has a relative path to cron.php. This not only generates an error it means cron doesn't run from the adv_index page - which normally wouldn't be a big deal. I added
Code:

$index_footer = str_replace('"cron.php', "\"$vboptions[bburl]/cron.php", $index_footer);
after the index_footer template is eval'd.

The 2nd minor item deals with the usage of "$vboptions[cleargifurl]". If the definition is changed to a path such as '/forums/clear.gif' or a full absolute path then things break when using the admincp as values such as '../$vboptions[cleargifurl]' are used within the code. I reverted my definition back to "clear.gif" and just placed a copy of the image in my web root directory for now.

Zachery 01-17-2004 06:22 PM

Quote:

Originally Posted by tgmorris
A couple of minor items that I bumped into while checking error logs.

$index_footer uses $cronimage which has a relative path to cron.php. This not only generates an error it means cron doesn't run from the adv_index page - which normally wouldn't be a big deal. I added
Code:

$index_footer = str_replace('"cron.php', "\"$vboptions[bburl]/cron.php", $index_footer);
after the index_footer template is eval'd.

The 2nd minor item deals with the usage of "$vboptions[cleargifurl]". If the definition is changed to a path such as '/forums/clear.gif' or a full absolute path then things break when using the admincp as values such as '../$vboptions[cleargifurl]' are used within the code. I reverted my definition back to "clear.gif" and just placed a copy of the image in my web root directory for now.

i belive placing it in the root dir is probally the best option :)

and im sure tigga will look into fixing the cron problem :)


All times are GMT. The time now is 09:58 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.01532 seconds
  • Memory Usage 1,747KB
  • 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_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