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)
-   -   Integration with vBulletin - vbWiki Standard - vBulletin+MediaWiki integration (https://vborg.vbsupport.ru/showthread.php?t=136242)

Quantnet 06-17-2007 01:52 AM

I have installed the Pro version with MW 1.10.0 but the log in doesn't seem to take it

Turn the Diagnosis tool on, everything seems ok, it found everything...

When I log in from the forum site, go the wiki site, it logs me out, i log in from the wiki site again and it doesn't take it...if i move to the forum side, it shows i'm logged in again.

I have the 1.6.10 version before and everything seems to work perfectly. I just upgraded it to 1.10.0 version and this happens.

Appreciate your help, ElfMage

ElfMage 06-17-2007 02:20 AM

Hi. Could you enable URL Commands from vbWiki Pro's Admin CP Settings, if you'd like you can set the IP filter to 67.191.58.190. Thanks.

Quantnet 06-17-2007 02:59 AM

Quote:

Originally Posted by ElfMage (Post 1270111)
Hi. Could you enable URL Commands from vbWiki Pro's Admin CP Settings, if you'd like you can set the IP filter to 67.191.58.190. Thanks.

I did.
Thanks for your support. Look forward to your help.

gforce75 06-17-2007 03:05 AM

Elfmage, I agree with you. It's good for knowledge as you stated.

Quantnet 06-17-2007 05:00 AM

Quote:

Originally Posted by ElfMage (Post 1270111)
Hi. Could you enable URL Commands from vbWiki Pro's Admin CP Settings, if you'd like you can set the IP filter to 67.191.58.190. Thanks.

I found the solution from your site http://www.nuhit.com/forums/4465-post7.html

I need to set the domain to .website.com and path to /

Now it works perfectly...weird...I didn't have to do it in earlier version.

Now that this issue solved, may I have your attention and help in another one.

I have a customized header template that has navigation bar in a similar fashion as vb.org in that the bar will be highlighted depends on the location of the page you visit. If you at forum home, the FORUM button will be highlighted, if you at the VBA home, the HOME will be highlighted and so on. I'd like to have it so that the Wiki will be highlighted when i'm on any page of wiki.

Here is my current code
Code:

<a href="#" onclick="window.open('/forum/javachat.php?$session[sessionurl]do=lite','javachat','statusbar=no,menubar=no,toolbar=no,scrollbars=no,resizable=yes,directories=no,width=750,height=550,left=50,top=100,screenX=50,screenY=100'); return false;" class="tab">Chat</a>

<a href="http://www.quantnet.org/wiki/" class="<if condition="THIS_SCRIPT == 'vbwiki'">tab<else />tabpage</if>">Wiki</a>

<a href="http://www.quantnet.org/forum/" class="<if condition="THIS_SCRIPT == 'adv_index'">tab<else />tabpage</if>">Forum</a>


<a href="http://www.quantnet.org/" class="<if condition="THIS_SCRIPT != 'adv_index'">tab<else />tabpage</if>">Home</a>

This does not work at the moment.

When i'm at VBA home, both HOME and WIKI are highlighted
When I'm at forum, both FORUM and WIKI highlighted
When i'm on wiki page, the FORUM highlight

You can visit www.quantnet.org and see for yourself.

Do you know any page location I can use ?

ElfMage 06-17-2007 01:00 PM

Quote:

Originally Posted by Quantnet.org (Post 1270174)
I found the solution from your site http://www.nuhit.com/forums/4465-post7.html

I need to set the domain to .website.com and path to /

Cool. Glad you got it working.:cool:

Quote:

Originally Posted by Quantnet.org (Post 1270174)
I have a customized header template that has navigation bar in a similar fashion as vb.org in that the bar will be highlighted depends on the location of the page you visit. If you at forum home, the FORUM button will be highlighted, if you at the VBA home, the HOME will be highlighted and so on. I'd like to have it so that the Wiki will be highlighted when i'm on any page of wiki.

Try the following. I am assuming that tabpage is the class for the active tab. What it does is to highlight the Forums tab only if you are not in the wiki nor in the vbAdvanced Home.

PHP Code:

<a href="#" onclick="window.open('/forum/javachat.php?$session[sessionurl]do=lite','javachat','statusbar=no,menubar=no,toolbar=no,scrollbars=no,resizable=yes,directories=no,width=750,height=550,left=50,top=100,screenX=50,screenY=100'); return false;" class="tab">Chat</a>

<
a href="http://www.quantnet.org/wiki/" class="<if condition="THIS_SCRIPT == 'vbwiki'">tabpage<else />tab</if>">Wiki</a>

<
a href="http://www.quantnet.org/forum/" class="<if condition="(THIS_SCRIPT != 'vbwiki') && (THIS_SCRIPT != 'adv_index')">tabpage<else />tab</if>">Forum</a>

<
a href="http://www.quantnet.org/" class="<if condition="THIS_SCRIPT == 'adv_index'">tabpage<else />tab</if>">Home</a


ElfMage 06-17-2007 01:06 PM

FYI, I also replied to your other support thread. Thanks.

Quantnet 06-17-2007 07:15 PM

Quote:

Originally Posted by ElfMage (Post 1270292)
Try the following. I am assuming that tabpage is the class for the active tab. What it does is to highlight the Forums tab only if you are not in the wiki nor in the vbAdvanced Home.

YESSSSSSSSSSSSSSSSSSSSSS

It works perfectly....I tested it quickly but everything seems to work as expected. You are the man ;)

Thanks very much.

Quantnet 06-17-2007 10:30 PM

Quote:

Originally Posted by ElfMage (Post 1270292)
Cool. Glad you got it working.:cool:

I sent you a PM with an id
Can you test it with some different browsers to see if it work properly now.

Thanks

RVSmarter 06-23-2007 03:30 AM

Hi I am trying to install vbwiki standard at the moment and I went through the instructions and I get the following error on the wiki mainpage:

Code:

Warning: require_once(/includes/AuthPlugin.php) [function.require-once]: failed to open stream: No such file or directory in /home/mathhelp/public_html/math-help/vbWiki/vbWiki_Auth.php on line 14

Fatal error: require_once() [function.require]: Failed opening required '/includes/AuthPlugin.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mathhelp/public_html/math-help/vbWiki/vbWiki_Auth.php on line 14

Line 14 reads: require_once( "$IP/includes/AuthPlugin.php");


What shall I do????

You can see for yourself here: www.mathhelpforum.com/wiki


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