Search found 16 matches
- 10. August 2008 17:38
- Forum: board3 Portal v1.0.x - Modifications
- Topic: [ABD] recent & random images - Board3Portal v1.0.2
- Replies: 2
- Views: 15663
[ABD] recent & random images - Board3Portal v1.0.2
Addon: recent & random images - Board3Portal Addon-Version: [REL] 1.0.2 Addon-Description: Adds recent & random images to portal.php. Addon-Requirements: Gallery by nickvergessen v0.4.1 Addon-Authors: nickvergessen, Christian_N Addon-Download: recent & random images - Board3Portal v1.0....
- 21. February 2008 13:10
- Forum: board3 Portal 1.0.x - Deutscher Support
- Topic: Feld letzter Beitrag--> Mod Beitragstitel Mod
- Replies: 6
- Views: 8750
Re: Feld letzter Beitrag--> Mod Beitragstitel Mod
lösche if (!$config['altt_last_post']) { $last_topic_title = $row['topic_title']; $last_topic_url = append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'f=' . $row['forum_id_last_post'] . '&t=' . $row['topic_id']); $last_topic_title_substr = ( utf8_strlen($last_topic_title) > $config['alt...
- 16. February 2008 00:04
- Forum: board3 Portal 1.0.x - English Support
- Topic: MSSQL Support?
- Replies: 13
- Views: 28768
Re: MSSQL Support?
Seems like i found the fix for the random
http://www.parsed.org/tip/347/
http://www.parsed.org/tip/347/
- 14. February 2008 14:19
- Forum: board3 Portal 1.0.x - English Support
- Topic: MSSQL Support?
- Replies: 13
- Views: 28768
Re: MSSQL Support?
Please try for the friends block
portal/blocks/friends.php
findreplace with
portal/blocks/friends.php
find
Code: Select all
$sql = $db->sql_build_query('SELECT_DISTINCT', array(
Code: Select all
$sql = $db->sql_build_query('SELECT', array(
- 11. February 2008 18:02
- Forum: board3 Portal 1.0.x - English Support
- Topic: MSSQL Support?
- Replies: 13
- Views: 28768
Re: MSSQL Support?
hey, please follow this two steps: open install_portal/install.php find: default: trigger_error('Sorry, unsupported DBMS found.'); break; replace with: default: trigger_error('Sorry, unsupported DBMS found: ' . $db->sql_layer); break; Afterwards run the install again and post the resulting error mes...
- 2. February 2008 01:47
- Forum: board3 Portal v1.0.x - Modifications in Dev
- Topic: [Erweiterung] NV "Who Was Here?" in Portal
- Replies: 145
- Views: 236726
Re: [Erweiterung] NV "Who Was Here?" ins Portal einbinden
Es wurde einfach ersetzt um dem Wer ist online in der Gestalltung näher zukommenfranki wrote:Wo liegt den dort der Unterschied?
Das <br /> ist doch, wenn mich nicht alles teuscht, nur für einen Zeilenumbruch
nötig oder hat das entfenen was mit dem xHtml-strict zu tun?
- 22. January 2008 23:42
- Forum: board3 Portal 1.0.x - Deutscher Support
- Topic: Wie siehts mit Updates aus?
- Replies: 3
- Views: 9297
Re: Wie siehts mit Updates aus?
Dann hast du wohl pech,
außer einer der anderen ist fleißig,
Ich werde die 100ten von Änderungen nicht in eine Anleitung packen
außer einer der anderen ist fleißig,
Ich werde die 100ten von Änderungen nicht in eine Anleitung packen
- 21. January 2008 17:03
- Forum: board3 Portal 1.0.x - Deutscher Support
- Topic: Doppeltes Menu im ACP
- Replies: 17
- Views: 28808
Re: Doppeltes Menu im ACP
Wie richtig gesagt handelt es sich um folgenden text
aber mit links...board3 Portal - based on phpBB3 Portal
- 21. January 2008 17:01
- Forum: board3 Portal 1.0.x - Deutscher Support
- Topic: Wie das Menu erweitern?
- Replies: 42
- Views: 46081
Re: Wie das Menu erweitern?
ja, ich denke ne Anleitung dazu wär hilfreich
- 21. January 2008 14:21
- Forum: board3 Portal 1.0.x - Deutscher Support
- Topic: Typo in "Einstellungen für Mini-Kalender"
- Replies: 3
- Views: 9922
- 21. January 2008 14:15
- Forum: board3 Portal 1.0.x - Deutscher Support
- Topic: Uhr weg
- Replies: 3
- Views: 8749
- 21. January 2008 14:14
- Forum: board3 Portal 1.0.x - Deutscher Support
- Topic: Wie kriegt man immer die neuste Umfrage?
- Replies: 9
- Views: 18946
Re: Wie kriegt man immer die neuste Umfrage?
sinnvoll ja
- 20. January 2008 09:35
- Forum: board3 Portal 1.0.x - Deutscher Support
- Topic: Wie kriegt man immer die neuste Umfrage?
- Replies: 9
- Views: 18946
Re: Wie kriegt man immer die neuste Umfrage?
ich hab auch das problem.HenK wrote:Nebenbei: Dieses Thema hier im Board (ganz mormal in der Foren-Ansicht) wird mir als nicht gelesen angezeigt (also mit dem kleinen orangenen Blatt). Wenn ich es lese und wieder zurüch gehe, zeigt er mir das immer noch so an. Auch wenn ich die Seite neu lade.
- 20. January 2008 08:56
- Forum: board3 Portal v1.0.x - Modifications in Dev
- Topic: [Snippet] Zeilenumbruch beim Willkommen-Block
- Replies: 6
- Views: 15331
Re: [Snippet] Zeilenumbruch beim Willkommen-Block
ist wohl eher n bug im portal, als n snippet
- 20. January 2008 08:53
- Forum: board3 Portal v1.0.x - Modifications in Dev
- Topic: [Erweiterung] NV "Who Was Here?" in Portal
- Replies: 145
- Views: 236726
Re: [Erweiterung] NV "Who Was Here?" ins Portal einbinden
liegt am php highlight *korrigiert*