Search found 1867 matches
- 15. August 2022 15:43
- Forum: Board3 Portal 2.1.x - Deutscher Support
- Topic: Letzte bzw. aktuellste Beiträge anzeigen
- Replies: 16
- Views: 37503
Re: Letzte bzw. aktuellste Beiträge anzeigen
Ich hab mich mal etwas an das Problem gesetzt. Der Fehler entsteht ja offensichtlich durch das kürzen. Den Code dazu habe ich nun versucht etwas zu überarbeiten, gerne könnte der ein oder andere Versuchen den Ordner in ext/board3/portal/vendor/marc1706/phpbb-text-shortener/src mit dem aus dieser ZIP...
- 30. March 2016 11:57
- Forum: Board3 Portal 2.0.x - English Support
- Topic: portal 2.0.2 compatible with phpbb 3.0.14?
- Replies: 5
- Views: 21206
Re: portal 2.0.2 compatible with phpbb 3.0.14?
Board3 Portal 2.0.2 should install with AutoMOD on phpBB 3.0.14 just fine.
- 30. March 2016 11:55
- Forum: Board3 Portal 2.1.x - English Support
- Topic: Portal not showing correctly on iPad
- Replies: 4
- Views: 21170
Re: Portal not showing correctly on iPad
This is based on your style files. I do not care what your ACP says in this case. Make sure to replace your extension's files with the ones from the latest released version.
- 15. March 2016 14:12
- Forum: Board3 Portal 2.1.x - Deutscher Support
- Topic: Responsive ausschalten möglich
- Replies: 9
- Views: 20471
Re: Responsive ausschalten möglich
Responsive kann durch das entfernen der der Einbindung der responsive CSS Dateien hier erfolgen:
https://github.com/board3/Board3-Portal ... ppend.html
Anschließend einfach den Cache leeren.
https://github.com/board3/Board3-Portal ... ppend.html
Anschließend einfach den Cache leeren.
- 14. March 2016 13:46
- Forum: Board3 Portal 2.1.x - Deutscher Support
- Topic: Aktuelle Beiträge, aktualisieren sich sehr spät
- Replies: 2
- Views: 10981
Re: Aktuelle Beiträge, aktualisieren sich sehr spät
Die Caching-Zeit wird übrigens in der nächsten Version deutlich reduziert.
- 14. March 2016 13:45
- Forum: Board3 Portal 2.1.x - English Support
- Topic: Portal not showing correctly on iPad
- Replies: 4
- Views: 21170
Re: Portal not showing correctly on iPad
Your portal version seems to be outdated. Please try again with the latest version: http://board3.de/viewtopic.php?f=40&t=11060
- 14. March 2016 13:35
- Forum: Board3 Portal 2.1.x - English Support
- Topic: Portal stopped loading, getting a DateTime::__construct() er
- Replies: 11
- Views: 30138
Re: Portal stopped loading, getting a DateTime::__construct(
Please take a look at the proposed fix in phpBB that should prevent something like this from happening in the future:
https://github.com/phpbb/phpbb/pull/4222
https://github.com/phpbb/phpbb/pull/4222
- 13. February 2016 09:56
- Forum: Board3 Portal 2.1.x - English Support
- Topic: No Permissions to view portal in ACP after update to 3.1.7-
- Replies: 20
- Views: 58121
Re: No Permissions to view portal in ACP after update to 3.
This was already solved in the current development version a while back and will make its way into the next version of Board3 Portal:
https://github.com/board3/Board3-Portal/pull/650
https://github.com/board3/Board3-Portal/pull/650
- 13. February 2016 09:38
- Forum: General phpBB3 Support
- Topic: Home Tab
- Replies: 4
- Views: 23824
Re: Home Tab
You'll have to use {U_PORTAL} if you want to redirect to the portal and not hard code that link into your template file.
- 13. February 2016 09:35
- Forum: Board3 Portal 2.1.x - Deutscher Support
- Topic: Getrenntes „max-width“ für Portal- und Forums-Ansicht
- Replies: 3
- Views: 12262
Re: Getrenntes „max-width“ für Portal- und Forums-Ansicht
Um die Breite des Portals zu verändern bietet sich die Abänderung der portal.css an. Darin definierte Breiten für die Seite sollte die Einstellungen der common.css "überstimmen".
- 13. February 2016 09:33
- Forum: Board3 Portal 2.1.x - English Support
- Topic: whois_online Not show bots
- Replies: 7
- Views: 19949
Re: whois_online Not show bots
You should only have to change that to: $sql_ary = array( 'SELECT' => 'u.username, u.username_clean, u.user_id, u.user_type, u.user_allow_viewonline, u.user_colour', 'FROM' => array( USERS_TABLE => 'u', ), 'WHERE' => $db->sql_in_set('user_id', $online_users['online_users']) . ' AND user_type <> ' . ...
- 13. February 2016 09:22
- Forum: General phpBB3 Support
- Topic: Users Posts Need Non Approval For Reply Comments.
- Replies: 5
- Views: 31289
Re: Users Posts Need Non Approval For Reply Comments.
You'll have to properly set up the forum permissions for your Newly Registered Users group in that case. This doesn't have much to do with the portal as the permissions themselves are handled by phpBB itself.
- 13. February 2016 09:21
- Forum: Board3 Portal 2.1.x - Deutscher Support
- Topic: Style wird nicht angezeigt
- Replies: 4
- Views: 15250
Re: Style wird nicht angezeigt
Verwendest du vielleicht nicht die aktuelle .htaccess deiner phpBB Version? Die enthält u.A. eine Einstellungen für die korrekte Funktion der app.php.
- 13. February 2016 09:17
- Forum: Small talk
- Topic: Translation
- Replies: 3
- Views: 21763
Re: Translation
Sorry for my late reply. I've now added you to the translators group.
- 13. December 2015 08:58
- Forum: Board3 Portal 2.1.x - English Support
- Topic: How to ... Redirect to the portal after login / logout
- Replies: 9
- Views: 33737
Re: How to ... Redirect to the portal after login / logout
Those changes won't work for phpBB 3.1.x and Board3 Portal 2.1.x. They were made for Board3 Portal 1.0.x. If you login via the portal, you should already get redirected to the portal after login.