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)

Jorrit787 02-17-2007 08:36 PM

Quote:

Originally Posted by John1uk (Post 1184749)
this is what i see in Path_Translated.....

kunden/homepages/xx/xxxxxxxxx/htdocs/mm/forum/admincp/index.php

Try 'C:/kunden/homepages/xx/xxxxxxxxx/htdocs/mm/forum/'

John1uk 02-17-2007 09:57 PM

thanx for that i have just sussed it.......but now something looks weared! if you go here i get this.

if you go to our main forum homepage you see this......the columns down the left and right are another mod that i am in the middle of installing from marie....plz any advice would be greatfull.

Jorrit787 02-17-2007 10:34 PM

Quote:

Originally Posted by John1uk (Post 1184848)
thanx for that i have just sussed it.......but now something looks weared! if you go here i get this.

if you go to our main forum homepage you see this......the columns down the left and right are another mod that i am in the middle of installing from marie....plz any advice would be greatfull.

So what exactly is the problem?

And just a word of advice: It's usually not a good idea to try installing two mods at the same time.

John1uk 02-17-2007 10:40 PM

Thanx for the advice mate :D i have removed the left and right column mods.....back to how the forum looked in the first place.

the problem is, excuse my ignorance, i thought this mod would add colums down my main forum homepage, like marie's. with navagation etc....but i don't see anything?????

John1uk 02-17-2007 10:47 PM

like i said im such a noob....i have just twigged on whats going on.......i haven't install the
vbonjour column addon........... so sorry to waste everyones time. thanx for all your help.....:D

Jorrit787 02-17-2007 11:16 PM

Quote:

Originally Posted by John1uk (Post 1184880)
Thanx for the advice mate :D i have removed the left and right column mods.....back to how the forum looked in the first place.

the problem is, excuse my ignorance, i thought this mod would add colums down my main forum homepage, like marie's. with navagation etc....but i don't see anything?????

It will add columns to your new Portal page, not your forum's main page. And yes, you need to have something IN the columns before they show up on the Portal page.

Jorrit787 02-18-2007 10:53 PM

If one of the threads in the forums you are pulling threads from is a redirect, it comes up as this... (in other words: no message text.)

Mythotical 02-20-2007 06:06 AM

Just a bit of info, if you wish to have your navbits reflect your vB title instead of vB title > Portal.

Open portal.php:
Find
PHP Code:

$navbits = array();
$navbits[$parent] = 'Portal';

$navbits construct_navbits($navbits); 

Remove it completely, save and upload.

This will add a breadcrumb when viewing your forum.

Next open index.php (if you renamed opened the renamed file)
Find:
PHP Code:

eval('$navbar = "' fetch_template('navbar') . '";'); 

Above add:
PHP Code:

$navbits = array();
$navbits[$parent] = 'Forum';

$navbits construct_navbits($navbits); 

Edit 'Forum' to whatever you wish.

Cheers
Steve

TruthElixirX 02-22-2007 09:33 PM

I tried installing this, but I'm having a problem getting the index.php to show up. I jsut get a nice white blank page.

I edited the portal.php to reflect the forum path (/home/cporg/public_html/forums), but it doesn't change anything.

http://www.computerproblems.org/index.php
http://www.computerproblems.org/forums

Any idea?

Wayne Luke 02-22-2007 11:39 PM

Toss:

ini_set('display_errors',1);

Into your config.php under the <?php and paste the actual error here.


All times are GMT. The time now is 06:05 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.01279 seconds
  • Memory Usage 1,745KB
  • 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
  • (3)bbcode_php_printable
  • (3)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