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)

Cyricx 12-12-2006 11:45 AM

My one question..

Does it allow for more then one page with each page using different news forums?

That's the big bonus of vbadvanced to me, and if your product could do similiar I would definately give it a go :)

peterska2 12-12-2006 12:03 PM

Quote:

Originally Posted by Cyricx (Post 1137004)
My one question..

Does it allow for more then one page with each page using different news forums?

That's the big bonus of vbadvanced to me, and if your product could do similiar I would definately give it a go :)

At the moment it doesn't, but this is something that I am looking into.

iran.gs 12-12-2006 12:26 PM

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 :(

Smoothie 12-12-2006 02:27 PM

Can this be installed in /root or does it need to go in the root/forum directory?

TheBlackPoet 12-12-2006 02:36 PM

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...

redlabour 12-12-2006 02:46 PM

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)?

TheBlackPoet 12-12-2006 03:49 PM

someone asked me if i could help them understand how to install this portal... i am no coder... and peterska2 is best to ask for assistance, but... i did supply some instructions for the person who asked... and thought i would share them....



Step #1 - edit your portal.php file it should look something like this.....

/home/this is your root folder name/public_html/'

Step#2 change the name of the portal.php to index.php

Step#3 change the name of your index.php (on the server-side) (your forum index.php, to forum.php)

step#4 go to forum home options in your admincp and change the index to forum

step#5 go to your admincp plugins and products /manage products and upload your xml file that is in your portal directory

after you do this... your hack is installed...

refresh your screen and look under your VBulletin Options for portal. set up which forum will be your news for the portal.... and the other stuff...


the work starts now.......

in your styles and templates look for the portal templates you primarily want to work with the left and right columns.... in the addons that come with portal hack are instructions.. read them...

you are looking for code snippets that have $who_has_posted this code in it... each addon will have an instructions document.. and in that document you will find the code to paste.... either in your left or right column..
i suggest as you are pasting the snippets... dont try to put a <br> after a snippet
just...
$who_has_posted
$who_has_posted
$who_has_posted

stack the different snippets this way and all will be well...

good luck.. im going to bed!!

TheBlackPoet 12-12-2006 08:26 PM

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???

davidw 12-12-2006 08:28 PM

There should be something in the arcade installation instructions that for adding to the portal. Offhand I'm not sure what it is.

davidw 12-12-2006 08:32 PM

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



All times are GMT. The time now is 04:30 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.01245 seconds
  • Memory Usage 1,742KB
  • 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
  • (1)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