vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Administrative and Maintenance Tools - vB Error Pages 1.0 (https://vborg.vbsupport.ru/showthread.php?t=132337)

masterme 01-06-2007 02:01 PM

Installed and very nice. Always a better look and a better service towards visitors this way!

Smoothie 01-06-2007 02:39 PM

Where are the phrases?

Smoothie 01-06-2007 07:39 PM

Quote:

Originally Posted by Brew (Post 1147562)
One other person has posted this problem so at least I know it's not just me :P

I recently migrated to vB from another system. Since vB has new URLs from the old system visitors are being taken to this error pages mod.

The problem is that since the bad page call is in a different directory than vB folder the css is not called correctly.

As an example try these:
1: http://www.politicalforums.net/oldforum/index.php
2: http://www.politicalforums.net/forums/badpage.php

Link 1 is similar to what people going to the old forums get. All graphics are missing.

Link 2 is the error page under the current vB folder where it can find the css data to generate the graphics.

I've trying to figure out a way around this but haven't had any luck. The only thing left I can think of is to put the css info directly into the error.php file but this would make it a real pain to change every time I update the forums.

Thanks for any help with this.

Brew

same here, this mod is worthless to me now. Uninstalled

Brew 01-06-2007 10:37 PM

Quote:

Originally Posted by Smoothie (Post 1152140)
same here, this mod is worthless to me now. Uninstalled

I was able to get it mostly working but I had to hard-code the image paths and links.

So long as I don't update the skin anytime soon I'll be ok.

:classic:

Smoothie 01-07-2007 02:28 PM

Quote:

Originally Posted by Brew (Post 1152237)
I was able to get it mostly working but I had to hard-code the image paths and links.

So long as I don't update the skin anytime soon I'll be ok.

:classic:

I hear that. Not worth the time or effort for me to do that. Thanks for the heads up though.....

Brew 01-07-2007 02:50 PM

This has actually been working very well. So it's no knock on the author.

It just has this one issue as far as I can tell.

Fix the skin problem and it'll be top notch.

In the mean time you just have three templates to change the links to the images and forums to. It's really not at all difficult.

vulture 01-09-2007 08:40 PM

I like this hack but it doesn't work properly (even on the authors forum)

This gives the correct error page: http://www.internetwatchers.co.uk/forums/blah
This totally screws up: http://www.internetwatchers.co.uk/blah

On my site if I do the later example the forums/ parts just disappears in any hyperlink. Is there a fix for this?

4yBak 01-15-2007 01:45 PM

how about fixing this bug?

redlabour 01-17-2007 01:36 PM

Still waiting for the WOL Fix. Everything else works perfect.

jgommel 01-25-2007 12:49 PM

I'm not sure if this will help anyone or not, but I added the following code to each .php error page in order to get my skins images/paths etc to work correctly.

FIND:
Code:

require_once('./global.php');
ADD UNDER:
Code:

// #################### HARD CODE JAVASCRIPT PATHS ########################
$headinclude = str_replace('clientscript', $vbulletin->options['bburl'] . '/clientscript', $headinclude);



All times are GMT. The time now is 06:53 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.01527 seconds
  • Memory Usage 1,739KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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