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)

peterska2 01-18-2007 07:31 PM

Updated to version 1.0.2

This update fixes the moderated posts issue.

To upgrade, upload portal.php overwriting your existing portal.php file (probably renamed to index.php on your site) making sure you edit the forumpath in the file again. The reimport the product.

Bounce 01-19-2007 12:07 AM

BD error here

Code:

Database error in vBulletin 3.6.4:

Invalid SQL:

                SELECT t.threadid, t.title, t.lastpost, t.forumid, t.open, t.replycount, t.postusername, t.postuserid, t.lastposter, t.dateline, t.views, t.visible, t.firstpostid, f.title AS forumtitle, post.pagetext AS preview
                FROM forum f
                INNER JOIN thread t ON t.forumid = f.forumid
                LEFT OUTER JOIN post AS post ON post.postid = t.firstpostid WHERE t.forumid = 0 AND visible = 1
                ORDER BY dateline DESC
                LIMIT 3;

MySQL Error  : Column: 'visible' in where clause is ambiguous

:eek:

now my install varies a bit different in the fact that I want to use this as a site map would you believe ...lol...

I already have phpportal installed in the rootand and am happy with it ...

I need a site map for my forum so was thinkin of using this to add info etc to any new sections we might have on our site and explain to user what's what :)

I renamed it to sitemap.php and get that error

Does this NEED to be a portal install in the root then ?

[high]* Bounce is confused and goes to study instructions lol[/high]

bigr5026 01-19-2007 01:25 AM

im havingthe same issue as the person above

Pierre-Yves 01-19-2007 10:45 AM

For this problem, replace line 62 and 116 in portal.php


Line 62
Quote:

PHP Code:

if (forumid1) { 

replace by
PHP Code:

if ($forumid1) { 


Line 116
Quote:

PHP Code:

if (forumid2) { 

replace by
PHP Code:

if ($forumid2) { 



bigr5026 01-19-2007 01:54 PM

still wont work

Bounce 01-19-2007 07:18 PM

Sort off worked lol

As soon as I change the forum ID and have a forum ID in the " Forum ID
Specify the second (optional) forumid where you want your news to come from. " section I get the error again...

Working just now thou so thanks :D :up:

LePaul 01-20-2007 03:45 AM

Im lost...granted Im new

How to I "Import" the XML file??

JamieLee2k 01-20-2007 06:42 PM

I am getting the same database error as hIBEES

MySQL Error : Column 'visible' in where clause is ambiguous

JamieLee2k 01-20-2007 06:52 PM

So I used the fix from Pierre Yves and a few things need sorting, Since it's took the header from the forums things have changed, the header now doesn't show the images and the shoutbox isn't working properly, it just says loading all the time.

Glynn58 01-20-2007 07:12 PM

Quote:

Originally Posted by LePaul (Post 1163231)
Im lost...granted Im new

How to I "Import" the XML file??

to be honest m8 if you dont know how to do that i'd leave this mod alone until you've found your way around a bit, you'll get there and happens i'll get there the same time as you lol


All times are GMT. The time now is 08: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.01224 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
  • (1)bbcode_code_printable
  • (4)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
  • (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