Search found 1874 matches

by Kevin
21. January 2017 17:50
Forum: KB-Archiv
Topic: KB Archiv DE: Board3 Portal 1.0.x - Feintuning
Replies: 12
Views: 30898

KB Archiv DE: Board3 Portal 1.0.x - Feintuning

Board3 V1.0.3 und Advanced phpBB3 SEO Mod RewriteV0-4-8 Für die nachfolgende Anleitung ist der vorherige Einbau des Board3 Portals 1.0.3 und des Advanced phpBB3 SEO Mod RewriteV0-4-8 vorausgesetzt. die Änderung der index.php => forum.html Change index.php to forum.html öffne/open phpbb_seo/phpbb_se...
by Kevin
21. January 2017 17:48
Forum: KB-Archiv
Topic: KB Archiv EN: Board3 Portal 1.0.x - Customizing
Replies: 12
Views: 83562

How to ... change the clock

To change the clock of your portal, go and google for "flash clock" . When you found a clock that you like, download the flash-file and copy it as /root/styles/*your_style*/theme/images/portal/ board3clock.swf Maybe you have to edit "width" and "height" in /root/styles/...
by Kevin
21. January 2017 17:47
Forum: KB-Archiv
Topic: KB Archiv EN: Board3 Portal 1.0.x - Customizing
Replies: 12
Views: 83562

site_logo link to Portal

prosilver: Open: /styles/prosilver/template/ overall_header.html search: <a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>   replace with: <a href="{U_PORTAL}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>   subsilver2:...
by Kevin
21. January 2017 17:47
Forum: KB-Archiv
Topic: KB Archiv EN: Board3 Portal 1.0.x - Customizing
Replies: 12
Views: 83562

Editing phpBB (language) files the right way

phpBB 3.0.x language files are encoded as "UTF-8 without BOM" (BOM = "byte-order mark"). Since php-scripts can not deal with a BOM, they will put out an error-message concerning the "header information". German authors will encounter the UTF-8-matter especially with Ger...
by Kevin
21. January 2017 17:46
Forum: KB-Archiv
Topic: KB Archiv EN: Board3 Portal 1.0.x - Customizing
Replies: 12
Views: 83562

How to ... edit portal.css

Hello, marc already wrote a good instruction for this. I put it into this FAQ to save users searching efforts ... portal.css only affects prosilver based styles and - concerning colours - the main- and user-menu. According to the colours in the original style these are subject to be changed. Here th...
by Kevin
21. January 2017 17:45
Forum: KB-Archiv
Topic: KB Archiv EN: Board3 Portal 1.0.x - Customizing
Replies: 12
Views: 83562

Change default currency in PayPal block

Open root/styles/prosilver/template/portal/block/ donation.html search: <option value="EUR" selected="selected">{L_EUR}</option>   replace with: <option value="EUR">{L_EUR}</option>   Now let's say you want to change the default currency to US Dollar. Search for: <optio...
by Kevin
21. January 2017 17:44
Forum: KB-Archiv
Topic: KB Archiv EN: Board3 Portal 1.0.x - Customizing
Replies: 12
Views: 83562

_block_config.html: adapt blocks to your style

New in Version 1.0.3 is a special Header/Content/Footer construction for the blocks which is quite similar to the one in the forum. This system allows individual customizing of your styles much easier and more convenient. Before you start to customize your blocks be sure to understand how the system...
by Kevin
21. January 2017 17:44
Forum: KB-Archiv
Topic: KB Archiv EN: Board3 Portal 1.0.x - Customizing
Replies: 12
Views: 83562

Where do I get the Forum-ID from?

In some blocks of Board3 Portal the forums/topics/postings to be displayed are selected by their ID. The question is now, where to find this ID ... The Forum-ID is a digit which is used by the database to identify the forum. Board3 Portal is using this digit to display (or not) particular forums (i....
by Kevin
21. January 2017 17:43
Forum: KB-Archiv
Topic: KB Archiv EN: Board3 Portal 1.0.x - Customizing
Replies: 12
Views: 83562

How to ... add your own menu items

Many users intend to add their own menu items to the portal menu (left column, top). In this FAQ we talk about 3 kinds of links: 1. Internal forum links to functions already defined (already installed MODs etc.) 2. Internal forum links to functions which are not yet defined 3. External links to othe...
by Kevin
21. January 2017 17:43
Forum: KB-Archiv
Topic: KB Archiv EN: Board3 Portal 1.0.x - Customizing
Replies: 12
Views: 83562

Changes to forums styles

This should help if you're receiving problems after changes to the styles system: Changes to the templates: Go to your ACP, choose "Styles -> Templates -> your style", which has been changed and click "refresh" - confirm with "yes". Changes to the themes: Go to your ACP...
by Kevin
21. January 2017 17:42
Forum: KB-Archiv
Topic: KB Archiv EN: Board3 Portal 1.0.x - Customizing
Replies: 12
Views: 83562

Customising the PayPal Options

In a few easy steps you can change and choose which options and currencies your users can donate to you. First open the following file: styles/yourstyle/templates/portal/block/donations.php FIND -> <option value="EUR" selected="selected">{L_EUR}</option> Now remove every currenci...
by Kevin
21. January 2017 17:42
Forum: KB-Archiv
Topic: KB Archiv EN: Board3 Portal 1.0.x - Customizing
Replies: 12
Views: 83562

Moving blocks / change order

First: this tutorial is similar for subsilver2. Which files have to be edited? The files where the position and order of the blocks are defined, are: root\styles\prosilver\template\portal\ portal_left.html root\styles\prosilver\template\portal\ portal_center.html root\styles\prosilver\template\porta...
by Kevin
21. January 2017 17:41
Forum: KB-Archiv
Topic: KB Archiv EN: Board3 Portal 1.0.x - Customizing
Replies: 12
Views: 83562

Moving portal.php outside of your forums directory

How to move portal.php outside of the forums directory. e.g from http://www.mysite.com/forums/portal.php to http://www.mysite.com/portal.php. This guide assumes your forums are located at /forums/ if yours is different please replace all instances of it in the code below. Move /forums/portal.php to ...
by Kevin
21. January 2017 17:41
Forum: KB-Archiv
Topic: KB Archiv EN: Board3 Portal 1.0.x - Customizing
Replies: 12
Views: 83562

KB Archiv EN: Board3 Portal 1.0.x - Customizing

How to ... Redirect to the portal after login / logout open ucp.php Redirect to the portal after login search:     case 'login':         if ($user->data['is_registered'])         {             redirect(append_sid("{$phpbb_root_path}index.$phpEx"));         }         login_box(request_var(...
by Kevin
21. January 2017 17:39
Forum: KB-Archiv
Topic: KB Archiv DE: Board3 Portal 1.0.x - Installation & Setup
Replies: 8
Views: 17397

Installerfehlermeldung: Gründer / Admin benötigt

Solltest du Probleme bei der Installation haben, das du immer wieder die Meldung bekommst, du solltest als Gründer / Admin eingeloggt sein, öffne die root/install_portal/install.php und suche nach:      if( $user->data['is_registered'] && $auth->acl_get('a_') )             {   und } else {  ...

Go to advanced search