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)

digitalSite 01-27-2004 03:38 AM

I am having some issues with the mini calendar. It doesn't show the links to events. I have checked the calendar permissions, usergroup calendar permissions, and vbAdv's settings, etc. I have calendar #1 (public) set up, but not seeing the links. Any ideas on how to make it show or is that the way vbAdv works?

GameMania 01-27-2004 07:06 AM

Quote:

Originally Posted by Tigga
GameMania - Remove the quote from your news post, or change your "News Maximum Characters" setting to a higher number so the ending quote tag will be included in the post.

thanks for your answer... but if i set the maximum characters to 1000 and the quote-text has more than 1000 characters i've the same problem...

so, is there no better solution?

Tigga 01-27-2004 01:52 PM

digitalSite - vBulletin apparently changed the way some of the calendar functions work in one of their receint versions. If you'll open your adv_index.php file and look for this line:
PHP Code:

define('NO_REGISTER_GLOBALS'1); 

Right below that add:
PHP Code:

define('THIS_SCRIPT''adv_index'); 

Then open your includes/functions.php file and look for:
PHP Code:

if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'index' AND $vboptions['showevents'])) 

Replace that with:
PHP Code:

if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR THIS_SCRIPT == 'adv_index' OR (THIS_SCRIPT == 'index' AND $vboptions['showevents'])) 


GameMania - At the moment, no. That section is coded the way it is to help prevent broken vbcode tags for when a tag isn't ended before the cut off. I've tried finding a good solution and a way to end the quote if there is one that isn't ended, but I'm not sure if that's going to be possible. I will try to look into that some more before I release the next version though.

Aceman 01-27-2004 01:59 PM

Installed and working great on my site. I've even started hacking in a few new features of my own :)

Aceman

digitalSite 01-27-2004 02:25 PM

Thanks Tigga! That fixed my mini calendar!

How can I center my top banner/logo? In index_header and also in Common Templates: header, I see: $stylevar[left]

I changed it to: $stylevar[center] but that doesn't work. Any ideas how to center it?
Thanks! :D

Tigga 01-27-2004 02:30 PM

There would be no need for a $stylevar[center] tag since the center would be the same in every language. Try align="center" instead. ;)

Mont 01-27-2004 03:12 PM

running RC2, can some please post the fix to make the event links work right in the calendar. The path is wrong and mine isn't seeing the folder I have the forums in. Thanks in advance.

stlracing 01-27-2004 04:25 PM

I really like vBadvanced. My site is currently on vBulletin 2.3.4 with vbPortal.

I would like to switch to vBadvanced when I move to vBulletin 3, but it doesn't seem to have one key feature that I use and that is TOPICS. I like to put my news articles into topics so someone can easily find all the news related to that topic.

I also use the WebLinks in vbPortal extensively, but I don't like the way they are making the WebLinks look like a FORUM in vbPortal for vBulletin 3. They seem very difficult to navigate. Whether I use vbPortal or vBadvance for vBulletin 3, I will likely have to switch to In-Link or some other link management software.

Also, does anyone have a script to wrap the vBadvanced side blocks and header around a static html file sort of like the "display.php" file with vbPortal?

Just trying to figure out what I want to use for portal software when I convert to vBulletin 3.

Thanks....

digitalSite 01-27-2004 04:41 PM

I use In-link for my links... http://www.dstcentral.com/
Then click on Web Links on left menu.

I have tried all the portals, and vbAdvanced is the only one that had everything I wanted. :D

digitalSite 01-27-2004 04:43 PM

Quote:

Originally Posted by Tigga
There would be no need for a $stylevar[center] tag since the center would be the same in every language. Try align="center" instead. ;)

Perfect! Is there a way I can make a small box called "Today's Events" and have today's events listed in there, like in a "Latest Threads" format? Not sure if it's supposed to do that automatically or not. Thank you!


All times are GMT. The time now is 05:13 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.03602 seconds
  • Memory Usage 1,750KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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