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)
-   -   Major Additions - vBonjour - Portal System (https://vborg.vbsupport.ru/showthread.php?t=133757)

TheBlackPoet 12-12-2006 08:49 PM

yeah... that did it bro! thanks a lot...

asj 12-12-2006 09:12 PM

Invalid forum path specified! Please edit this file and be sure to include the correct path for your $forumpath variable.?

peterska2 12-12-2006 09:14 PM

Quote:

Originally Posted by iran.gs (Post 1137027)
Installed just few minutes ago humm real nice but don't think this can handle
big news and big post forums news, and thats is our biggest viewed and this does not handle that :(

Yes, change the character setting in the options from 250 to what ever you want. I have mine set to 25000 and it displays the full post. You may need to experiement with this setting until you find one that works best for you.

Quote:

Originally Posted by Smoothie (Post 1137107)
Can this be installed in /root or does it need to go in the root/forum directory?

Yes, it can be installed in root or in the forum directory. Instructions for both are in the instructions.txt file included in the zip.

Quote:

Originally Posted by TheBlackPoet (Post 1137112)
man!! thank you very much!!! for whatever reason, i could not install the other cmps.. but this one came through like a champ!! now i dont have to install a seperate portal system..
your hack has helped me tremendously...

Thanks a lot :) Glad it works for you :)

Quote:

Originally Posted by redlabour (Post 1137119)
1. Really need the possibility to enter different Boxes (more then in your Addon for 2 custom Contents) with own HTML Content from the AdminCP like it is possible at vBa.

2. Sure a RSS Feedsystem for external Feeds is a must have. Look here for a Example : Customizable RSS feed module

3. And can i move the Boxes from AdminCp wherever i like (left, center, right)?

1. How many boxes are we talking about? I can do some additional boxes in another plugin if required.

2. This is currently in an early development stage.

3. All movement is done via the style manager. This may change in future editions, but at the moment the style manager is the most efficient way of doing it hence that method.

Quote:

Originally Posted by TheBlackPoet (Post 1137316)
my members are having a problem with the arcade.. when it tries to record scores, it goes to the index (portal)... i tried to look for the line in arcade.php where i could change it to forum.php.. no good... i looked at the xml... for the arcade.... struck out...

any ideas on how i can get the arcade back on track???

Is this IBProArcade? If so, I'll rumble up a fix for it shortly.

peterska2 12-12-2006 09:15 PM

Quote:

Originally Posted by asj (Post 1137353)
Invalid forum path specified! Please edit this file and be sure to include the correct path for your $forumpath variable.?

Check the instructions and edit the portal.php file accordingly. There are comments in the php file for where to edit (you aren't running in the same place as my test board so it won't find it ;)) and instructions in the txt file on an easy way to get your forum path from the ACP

davidw 12-12-2006 11:39 PM

Quote:

Originally Posted by TheBlackPoet (Post 1137316)
my members are having a problem with the arcade.. when it tries to record scores, it goes to the index (portal)... i tried to look for the line in arcade.php where i could change it to forum.php.. no good... i looked at the xml... for the arcade.... struck out...

any ideas on how i can get the arcade back on track???

Quote:

Originally Posted by christianb (Post 1137322)
According to the instructions, this code needs to be put in the index.php page right after the <?php
Code:

// ibProArcade modification
if($_POST['module'] == "pnFlashGames"){
    $_GET[act] = "Arcade";
    $_GET['module'] = "arcade";
}
if($_POST['func'] == "storeScore"){
    $_GET['do'] = "pnFStoreScore";
}
if($_POST['func'] == "saveGame"){
    $_GET['do'] = "pnFSaveGame";
}
if($_POST['func'] == "loadGame"){
    $_GET['do'] = "pnFLoadGame";
}
$act = $_GET[act];
$showuser= $_GET[showuser];
if($act == "Arcade") {
include "arcade.php";
exit();
}
if(!empty($showuser) && $showuser >= 1) {
$u = $showuser;
$_GET[u] = $showuser;
include "member.php";
exit();
}
// end of ibProArcade modification


Quote:

Originally Posted by peterska2 (Post 1137357)
Is this IBProArcade? If so, I'll rumble up a fix for it shortly.

Fixed (above) :)

peterska2 12-12-2006 11:43 PM

I know, but I've also done a proper fix using the plugin system. :)

davidw 12-12-2006 11:47 PM

I just now saw that. :P - A plugin works better. :)

HMBeaty 12-13-2006 12:51 AM

/me installed. Going to uninstall vBadvanced before I upgrade to 3.6.4 and try this out.

Thanks

ManagerJosh 12-13-2006 04:18 AM

Kerry,

Does this support multiple domain installations?

For example, I'm trying to install vBadvanced CMPS over at http://beta.simgames.net but there's an indirect installation of vBulletin which is tied in over at http://forums.worldsims.org :)

peterska2 12-13-2006 11:57 AM

Not the faintest idea to be honest as I don't have any complex setups to test on.

PM me full details of exactly how your setup works and I'll see if I can figure anything out for it.


All times are GMT. The time now is 03:13 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.01432 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
  • (1)bbcode_code_printable
  • (9)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
  • (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