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)

captainslater 01-27-2007 04:50 PM

Still getting the error message from above. Strange?

edit: works now, mistake in path

May someone delete this message.

goodguy 01-27-2007 11:10 PM

The new file solved the database problems but now the portal homepage looks weird, probably me being dumb but any advice gratefully received.
Here is the portal Link

Wayne Luke 01-27-2007 11:16 PM

Did you customize the PORTAL template in any way? Try reverting it.

I'm using this system on a site without problems.

http://www.ridersofconquest.org/

goodguy 01-27-2007 11:21 PM

Quote:

Originally Posted by Wayne Luke (Post 1168624)
Did you customize the PORTAL template in any way? Try reverting it.

I'm using this system on a site without problems.

http://www.ridersofconquest.org/

The only ones I edited were the right and left columns kinda like this?


<if condition="$vboptions[portal_left_column]">
<td width="160" valign="top">
</td>
<td width="10">&nbsp;</td>
</if>
$navigation
$who_has_posted

mxdan 01-27-2007 11:45 PM

For some reason I get:

Quote:

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 exeforum f
INNER JOIN exethread t ON t.forumid = f.forumid
LEFT OUTER JOIN exepost AS post ON post.postid = t.firstpostid WHERE t.forumid = 0 AND visible = 1
ORDER BY dateline DESC
LIMIT 3;

Referrer :
(The reason it doesn't say index.php were it says portal is because I renamed it to figure out the problem and bring back the boards.)

mxdan 01-28-2007 12:42 AM

Sorry, please disregard that post, I got your new version =D.

peterska2 01-28-2007 07:49 AM

Quote:

Originally Posted by goodguy (Post 1168627)
The only ones I edited were the right and left columns kinda like this?


<if condition="$vboptions[portal_left_column]">
<td width="160" valign="top">
</td>
<td width="10">&nbsp;</td>
</if>

Your edits to your columns are in the wrong place.

It needs to be

Code:

<if condition="$vboptions[portal_left_column]">
<td width="160" valign="top">
$navigation
$who_has_posted
</td>
<td width="10">&nbsp;</td>
</if>

Check your right column template too, as its probably the same thing.

goodguy 01-28-2007 08:42 AM

Quote:

Originally Posted by Kerry-Anne (Post 1168835)
Your edits to your columns are in the wrong place.

It needs to be

Code:

<if condition="$vboptions[portal_left_column]">
<td width="160" valign="top">
$navigation
$who_has_posted
</td>
<td width="10">&nbsp;</td>
</if>

Check your right column template too, as its probably the same thing.

Magic, thanks a million, it looks great now.
Is it possible to display arcade scores in a custom block, can I find instructions somewhere?

Thanks for your help. :)

osso12 01-28-2007 03:06 PM

Before I mess my site up all over again, if we are upgrading from 1.0.2 to 1.0.3
what are the only changes need to be made?
I am assuming just reload the new product file, or do we need to upload all the php files as well?

captainslater 01-28-2007 06:32 PM

You need to update the php-file also.

Because there was the one mistake ;)


All times are GMT. The time now is 09:15 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.01133 seconds
  • Memory Usage 1,741KB
  • 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
  • (4)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