Nice MOD ;) But can u tell me how to use the BBCode Box3 - Expanded as the standart Editor for MyPage? The BBCode Box 3 - Expanded replaces the standart posting editor of phpBB. See the BBCode Box3 MOD here: http://www.phpbb.de/community/viewtopic.php?f=88&t=182351 http://www.dreamcarisma.de/_mods/p...
Thank you for your answer. Very nice MOD btw :). But I want to integrate the custom title in the user's menu of my portal. How to to that? I use this Portal: http://www.board3.de . Just adding <!-- IF CUSTOM_TITLE --><dd><strong>{CUSTOM_TITLE}</strong></dd><!-- ENDIF --> to the user_menu.html does n...
Well, I moved some folders of my webspace. One of them is an internal image-hosting-service. Because i moved the folders, i now have dead links in all posts which used the internal image-hosting-service. Now I want to change posts like [img]http://mydomain.com/imagehost[/img] (this is the old url) t...
Hi All, i changed some folders on my server (mydomain.com/imagehost to mydomain.com/phpbb3/imgehost). Now i want to update the table that links in posts still work (get changed to the new folder). I found this MySQL command for phpBB2: UPDATE phpbb_posts_text SET post_text = REPLACE(post_text, 'OLD ...
Hi All, i created my own php file using this guideline. I named it chat_ol.php. ;) It sholud show all online users from the et chat v305 intigrated in my board. I took over some lines of code from the Zusatztool_ExterneAnzeige_Interface.php which was contained in the et chat dictonary. Well, the fil...
Hello, i just changed the backround colour of the prosilver style, which is used in my board, by editing the colours.css: /* -------------------------------------------------------------- Colours and backgrounds for common.css -------------------------------------------------------------- */ html, b...