[CDB] Board3 Portal 2.1.0-RC2

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Scam Warning
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
User avatar
Miri4ever
Registered User
Posts: 608
Joined: Sat Mar 07, 2015 11:18 am
Contact:

Re: [RC] Board3 Portal 2.1.0-RC2

Post by Miri4ever »

Hello marc,

just was working again and wanted to put some texts and code inside my portal site and still got the problem having no PHPBB Editor module displayed at editing sites for Welcome or Custom pages blocks. Would be much easier if the PHPBB Editor got enabled there for writing and editing those.
Homepage: Terra Oceanica

Extension Developments:
PHPBB Games Solitaire, MChat Poker, MChat Black Jack, MChat Cards, MChat Trivia
PHPBB Special Effects, Mousepointers, X-Mas Themes and Designs for PBWoW Style.
Supported work: (**New Updated** UCP Sidebar), Tables, Hide, PBWow3 Style
..777..
Registered User
Posts: 150
Joined: Tue Oct 28, 2014 5:43 pm

Re: [RC] Board3 Portal 2.1.0-RC2

Post by ..777.. »

Marc wrote:
..777.. wrote:I possibly found a bug. In the lastest news if you click on the last page, or one of the last pages I get this error:

Code: Select all

DateTime::__construct(): Failed to parse time string (@) at position 0 (@): Unexpected character
raypeatforum.com
I have seen this before and it's caused by invalid topic/post data. Take a look at your oldest topics in your viewforum page(s). You probably won't be able to open these topics. It would be nice if you could give me a database dump of the offending topics/posts as nobody has done that before.
I went and checked the oldest topics in the view forum pages and they all worked.
xneo70
Registered User
Posts: 66
Joined: Tue Jul 28, 2015 7:16 am

Re: [RC] Board3 Portal 2.1.0-RC2

Post by xneo70 »

Hi. I have a strange behavor. When i go to the Portal page, and i am not logged in from my mobile phone, it begins automaticly to download a really strange named file, without content, and i cant even see what sort of file it is.

Is this happening only to me?
robtig
Registered User
Posts: 37
Joined: Thu May 21, 2015 3:45 pm

Re: [RC] Board3 Portal 2.1.0-RC2

Post by robtig »

I have a question. How can I set it so it does not display the "Portal" link within the breadcrumbs?
Mick2015
Registered User
Posts: 40
Joined: Sun Feb 02, 2014 9:58 pm
Location: Newcastle
Name: michael lambert
Contact:

Re: [BETA] Board3 Portal 2.1.0-b1

Post by Mick2015 »

wintstar wrote:https://github.com/board3/Board3-Portal/issues/320

Hide the phpBB menu on the portal page for the function I've found another solution that works well:
open root/ext/board3/portal/prosilver/template/portal/portal_body.html

find

Code: Select all

<!-- INCLUDE overall_header.html -->
add after

Code: Select all

<!-- IF not $S_IN_PORTAL or not S_DISPLAY_PHPBB_MENU -->
<style>.navbar {display: none;}</style>
<!-- ENDIF -->
any 1 know how to use this code for the lastest version of the portal, i did have it working before the update but i cant seem to get it to work now
jstMusa
Registered User
Posts: 40
Joined: Tue Feb 25, 2014 1:19 pm

Re: [RC] Board3 Portal 2.1.0-RC2

Post by jstMusa »

It is possible to disable the portal on small screen but be active on large screen only like on computer browsers?
User avatar
KillBill.
Registered User
Posts: 625
Joined: Tue Jun 02, 2009 4:07 pm
Contact:

Re: [RC] Board3 Portal 2.1.0-RC2

Post by KillBill. »

Hi Marc I would like to request two Template events.

portal_body.html
  1. This <div id="portal-body" role="grid">
    before add <!-- EVENT board3_portal_body_before -->
  2. This <!--// board3 Portal by http://www.board3.de //-->
    before add <!-- EVENT board3_portal_body_after -->
thx ;)

edit: No need, I use instead other alternatives.
User avatar
masterbiz
Registered User
Posts: 65
Joined: Thu Dec 20, 2012 8:31 am

Re: [RC] Board3 Portal 2.1.0-RC2

Post by masterbiz »

DateTime::__construct(): Failed to parse time string (@) at position 0 (@): Unexpected character
??
User avatar
Marc
Development Team Leader
Development Team Leader
Posts: 5657
Joined: Tue Oct 30, 2007 10:57 pm
Location: Munich, Germany
Name: Marc
Contact:

Re: [RC] Board3 Portal 2.1.0-RC2

Post by Marc »

Could you please run these 2 queries?

Code: Select all

SELECT post_id, post_time
FROM phpbb_posts
WHERE post_time = ''

Code: Select all

SELECT topic_id, topic_last_post_id, topic_last_post_time
FROM phpbb_topics
WHERE topic_last_post_time = ''
Replace the phpbb_ table prefix with yours if necessary.
User avatar
masterbiz
Registered User
Posts: 65
Joined: Thu Dec 20, 2012 8:31 am

Re: [RC] Board3 Portal 2.1.0-RC2

Post by masterbiz »

Hi Marc .. I solved by enabling the form of the latest news
"Show most recent message:"
it all seems to work thanks to good work
User avatar
Derky
Development Team Member
Development Team Member
Posts: 4874
Joined: Sun Apr 10, 2005 9:58 am
Location: Netherlands
Contact:

Re: [CDB] Board3 Portal 2.1.0-RC2

Post by Derky »

This extension has been approved in the Extensions Database: Board3 Portal

For support go to: https://www.phpbb.com/customise/db/exte ... xt/support
Locked

Return to “Extensions in Development”