[MODDB] Board3 Portal 1.0.2

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Scam Warning
Locked
avaren
Registered User
Posts: 95
Joined: Fri Dec 21, 2007 1:52 pm

Re: [Beta] Board 3 Portal 0.2.0

Post by avaren »

All I'm saying now is that look in to the future. ;)
User avatar
thejdm
Registered User
Posts: 438
Joined: Sun Dec 21, 2003 4:18 pm
Location: pennsylvania
Contact:

Re: [Beta] Board 3 Portal 0.2.0

Post by thejdm »

sounds good. with the lil wink there seems like this has already been discussed. awesome!
www.thejdm.com ...turn it on, y0
User avatar
crackerboy
Registered User
Posts: 255
Joined: Sun Jul 15, 2007 5:49 pm

Re: [Beta] Board 3 Portal 0.2.0

Post by crackerboy »

I have question regards speed on the portal,the portal page is much slower then the index page,what can i do to speed up the portal?

And hope you add more blocks in the future this portal i can mange
FlexyClown
Registered User
Posts: 88
Joined: Thu May 13, 2004 7:20 pm

Re: [Beta] Board 3 Portal 0.2.0

Post by FlexyClown »

I know that already included are:
Recent announcements
Recent popular topics
Recent topics

Can the following be added as options as separate blocks?

Top x Recent Topics
Top x Active
Top x Viewed Topics

and how about a Recent Topics box of a fixed size with an automatically scrolling list of recent topics?
FlexyClown
Registered User
Posts: 88
Joined: Thu May 13, 2004 7:20 pm

Re: [Beta] Board 3 Portal 0.2.0

Post by FlexyClown »

Also just noticed that the bottom part of the text for View topic in the poll section, the bottom part of the word topic the lower part of p is missing
User avatar
cwcollector
Registered User
Posts: 353
Joined: Tue Nov 27, 2001 1:25 pm
Contact:

Re: [Beta] Board 3 Portal 0.2.0

Post by cwcollector »

I get the same error. I am using the founder account.
crackerboy wrote:

Code: Select all

SQL ERROR [ mysql4 ]

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY t.topic_last_post_time DESC LIMIT 5' at line 47 [1064]

SQL

SELECT t.forum_id, t.topic_id, t.topic_last_post_id, t.topic_last_post_time, t.topic_time, t.topic_title, t.topic_attachment, t.topic_views, t.poll_title, t.topic_replies, t.forum_id, t.topic_poster, u.username, u.user_id, u.user_type, u.user_colour, p.post_id, p.post_time, p.post_text, p.post_attachment, p.enable_smilies, p.enable_bbcode, p.enable_magic_url, p.bbcode_bitfield, p.bbcode_uid, f.forum_name FROM phpbb_topics AS t LEFT JOIN phpbb_users as u ON t.topic_last_poster_id = u.user_id LEFT JOIN phpbb_forums as f ON t.forum_id=f.forum_id LEFT JOIN phpbb_posts as p ON t.topic_last_post_id = p.post_id WHERE ( t.topic_type != 2 ) AND ( t.topic_type != 3) AND t.topic_status <> 2 AND t.topic_approved = 1 AND () ORDER BY t.topic_last_post_time DESC LIMIT 5

BACKTRACE

FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()

FILE: includes/db/mysql.php
LINE: 205
CALL: dbal_mysql->sql_query()

FILE: includes/db/dbal.php
LINE: 157
CALL: dbal_mysql->_sql_query_limit()

FILE: portal/includes/functions.php
LINE: 312
CALL: dbal->sql_query_limit()

FILE: portal/block/news.php
LINE: 35
CALL: phpbb_fetch_posts()

FILE: portal.php
LINE: 100
CALL: include('portal/block/news.php')
And i cant figure out how to enable the modules it doesnt say anything in the install.xml
avaren
Registered User
Posts: 95
Joined: Fri Dec 21, 2007 1:52 pm

Re: [Beta] Board 3 Portal 0.2.0

Post by avaren »

Version 0.2.1 has been released. It fixes those SQL errors you've been getting.

English: http://www.board3.de/viewtopic.php?f=10&t=183

German: http://www.board3.de/viewtopic.php?f=8&t=182
hondaciv
Registered User
Posts: 8
Joined: Sun Jan 27, 2008 2:53 am

Re: [Beta] Board 3 Portal 0.2.1

Post by hondaciv »

For those of us who have already done custom mods to portal .1.0, is there documentation on precisely what was changed between versions so that we can manually make the changes ourselves and not do the installer? I wouldnt want to overwrite anything ive already done to my site.

Thanks!
User avatar
cwcollector
Registered User
Posts: 353
Joined: Tue Nov 27, 2001 1:25 pm
Contact:

Re: [Beta] Board 3 Portal 0.2.1

Post by cwcollector »

Great mod, i got it working - thanks for the help.
User avatar
crackerboy
Registered User
Posts: 255
Joined: Sun Jul 15, 2007 5:49 pm

Re: [Beta] Board 3 Portal 0.2.1

Post by crackerboy »

I cant download the latest fix for MySQL errors please fix the download link
Saint_hh
Registered User
Posts: 363
Joined: Thu Mar 31, 2005 5:16 pm
Location: Hamburg / Germany
Name: Kevin
Contact:

Re: [Beta] Board 3 Portal 0.2.1

Post by Saint_hh »

Which download link do you mean - from where?
The fix is included in version 0.2.1.
embleau
Registered User
Posts: 17
Joined: Mon Mar 25, 2002 9:19 pm
Location: Bakersfield, CA
Contact:

Re: [Beta] Board 3 Portal 0.2.1

Post by embleau »

Can't install the 0.2.1 version... Made all modifications to files, I try to run installer... keeps telling me I need to be logged in as an admin.... I login... "Need to be logged in...." over and over and over....

I'm quickly losing faith in having a working Portal anytime soon... :roll:
User avatar
Floyds
Registered User
Posts: 77
Joined: Tue Oct 08, 2002 10:59 pm
Location: The Netherlands
Contact:

Re: [Beta] Board 3 Portal 0.1.0

Post by Floyds »

FlexyClown wrote:Looking good. Would be nice if the Welcome message could be longer than 160 characters and allow bbcode in it. Currently there is no checking of the length so anything over 160 chars gives a database insert error.
Is this fixed in 0.2.1 ?? or is there a way to make it handle more chars by editing the database ? if so tell me how..

Thx
Saint_hh
Registered User
Posts: 363
Joined: Thu Mar 31, 2005 5:16 pm
Location: Hamburg / Germany
Name: Kevin
Contact:

Re: [Beta] Board 3 Portal 0.2.1

Post by Saint_hh »

Hey guys,

i made a list with the changed files from 0.2.0 to 0.2.1 and a list of know problems and how to fix them:
http://www.board3.de/viewtopic.php?p=1543#p1543

This should be the answer to the last questions.
FlexyClown
Registered User
Posts: 88
Joined: Thu May 13, 2004 7:20 pm

Re: [Beta] Board 3 Portal 0.1.0

Post by FlexyClown »

Floyds wrote:
FlexyClown wrote:Looking good. Would be nice if the Welcome message could be longer than 160 characters and allow bbcode in it. Currently there is no checking of the length so anything over 160 chars gives a database insert error.
Is this fixed in 0.2.1 ?? or is there a way to make it handle more chars by editing the database ? if so tell me how..

Thx
Now fixed
Locked

Return to “[3.0.x] MODs in Development”