Search found 1867 matches

by Marc
10. December 2015 13:31
Forum: Board3 Portal 2.1.x - Deutscher Support
Topic: Portal 2.1.0, phpBB 3.1.6 und p8pbb Bridge mit Joomla 3.4.5
Replies: 1
Views: 8603

Re: Portal 2.1.0, phpBB 3.1.6 und p8pbb Bridge mit Joomla 3.

Ich kenne mich leider mit der Joomla Bridge nicht aus. Wie soll das denn im Zweifel sonst aussehen? Hast du vielleicht schon mal beim Support der Bridge nachgefragt ob sie wissen wie das so funktioniert wie du dir es vorstellst?
by Marc
10. December 2015 10:38
Forum: Board3 Portal 2.1.x - English Support
Topic: New message not appearing on portal 2.1.0
Replies: 14
Views: 28656

Re: New message not appearing on portal 2.1.0

Seems like a part of the caching was missed earlier. You should take a look at this: https://github.com/board3/Board3-Portal/blob/b93ebc781e7a1a88e9b883577c9c77868e56b875/portal/fetch_posts.php#L269 The 600 at the end caches it for 10 minutes. Reduce that to a normal value like 30 for 30 seconds. It...
by Marc
10. December 2015 10:22
Forum: Modification Requests
Topic: Custom Module That Uses PHP
Replies: 3
Views: 14838

Re: Custom Module That Uses PHP

Allowing PHP in custom blocks created from a web end frontend have some serious security implications. This would potentially give an attacker direct file system access. Therefore, we will not support this in Board3 Portal. You should rather have a look at this if you really require PHP: https://git...
by Marc
7. December 2015 11:55
Forum: Board3 Portal 2.1.x - English Support
Topic: New message not appearing on portal 2.1.0
Replies: 14
Views: 28656

Re: New message not appearing on portal 2.1.0

Have you tried removing the occurences of the above code to look like this?

Code: Select all

$result = $this->db->sql_query($sql);
That will remove the caching of the queries.
by Marc
23. November 2015 18:31
Forum: Board3 Portal 2.1.x - English Support
Topic: New message not appearing on portal 2.1.0
Replies: 14
Views: 28656

Re: New message not appearing on portal 2.1.0

The portal caches the data on the portal for 30 seconds. If you refresh the page after 30 seconds, the new messages should properly show.
This was added to reduce the database load on data that doesn't necessarily need to be instantly up to date.
by Marc
23. November 2015 18:28
Forum: Board3 Portal 2.1.x - English Support
Topic: Show full path to the Topic in "LATEST NEWS"
Replies: 2
Views: 9053

Re: Show full path to the Topic in "LATEST NEWS"

That would significantly increase database load as you'd have to query the parent for every forum and its parent forum. This doesn't just require some tiny switch.
by Marc
10. November 2015 17:10
Forum: Modifications Support
Topic: whois_online_center.html - Bots entfernen
Replies: 2
Views: 12124

Re: whois_online_center.html - Bots entfernen

Die einfachste Lösung wäre es wohl, wenn du dazu einfach die Anzeige der Gruppe "Bots" auf der Legende deaktivierst. Dazu musst du dies nur in den Einstellungen der Gruppe deaktivieren.
by Marc
10. November 2015 17:03
Forum: Board3.de
Topic: module paypal no work
Replies: 7
Views: 23485

Re: module paypal no work

This is a known issue and will be fixed in the next version. Until then, please apply the following changes:
https://github.com/board3/Board3-Portal/pull/651
by Marc
26. October 2015 09:05
Forum: Board3 Portal Releases / Download
Topic: [Release] Board3 Portal 2.1.0 - English
Replies: 1
Views: 263581

Re: [Release] Board3 Portal 2.1.0 - English

Please start support topics in the English support forum.
by Marc
26. October 2015 09:04
Forum: Board3 Portal Releases / Download
Topic: [Release] Board3 Portal 2.1.0 - Deutsch
Replies: 1
Views: 140378

Re: [Release] Board3 Portal 2.1.0 - Deutsch

Support-Anfragen bitte im deutschen Support-Forum stellen.
by Marc
26. October 2015 08:56
Forum: Board3 Portal Releases / Download
Topic: [Release] Board3 Portal 2.1.0 - Deutsch
Replies: 1
Views: 140378

[Release] Board3 Portal 2.1.0 - Deutsch

Extension Name: Board3 Portal Autor: Marc, nickvergessen Extension Beschreibung: : Fügt ein Portal mit diversen Modulen deinem Forum hinzu. Im Admin-Bereich kann man unter Anderem die Einstellungen ändern, die Module verschieben, neue Module hinzufügen und vieles mehr. http://www.w3.org/html/logo/d...
by Marc
26. October 2015 08:53
Forum: Board3 Portal Releases / Download
Topic: [Release] Board3 Portal 2.1.0 - English
Replies: 1
Views: 263581

[Release] Board3 Portal 2.1.0 - English

Extension Name: Board3 Portal Author: Marc, nickvergessen Extension Description: : Adds a portal with several modules to your forum. You can change the settings, move the modules, add new modules, and more in the ACP. http://www.w3.org/html/logo/downloads/HTML5_Logo_32.png Extension Version: : 2.1....
by Marc
5. October 2015 17:35
Forum: Board3 Portal 2.1.x - Deutscher Support
Topic: Blockverschiebung auf Index bei Announcement
Replies: 1
Views: 8343

Re: Blockverschiebung auf Index bei Announcement

Ich hab das Ganze mal zu unserem Bugtracker auf github.com hinzugefügt: https://github.com/board3/Board3-Portal/issues/656
by Marc
20. September 2015 12:38
Forum: Board3 Portal 2.1.x - English Support
Topic: Exclude BBCode from Lates News module
Replies: 2
Views: 10382

Re: Exclude BBCode from Lates News module

No, there is currently no way this can be handled. One would have to modify the way phpBB itself handles BBCodes which is out of scope of this extension.
by Marc
1. September 2015 18:55
Forum: Board3 Portal 2.1.x - Deutscher Support
Topic: Blöcke verschoben
Replies: 2
Views: 7973

Re: Blöcke verschoben

Es ist durchaus möglich, dass du ein Problem beschreibst, welches in der nächsten Portalversion bereits beseitigt wurde. Falls manche Spalten aufgrund fehlender Blöcke leer sind, kann es zu Verschiebungen in 2.1.0-RC2 kommen. In dem Fall kann ich dir eigentlich nur empfehlen auf unsere neue Version ...

Go to advanced search