Search found 1875 matches

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

Änderungen an den Styles Dateien

Hallo Gemeinde,
dieses Thema soll allen helfen, die Problemen haben nach Änderungen an die Styles Dateien, den hier muss folgendes beachtet werden:


Änderungen an Templates:
Gehe ins ACP und wähle "Styles -> Templates -> dein Style, welches geändert hast" aus und klicke den Link "Aktualisieren ...
by Kevin
21. January 2017 17:50
Forum: KB-Archiv
Topic: KB Archiv DE: Board3 Portal 1.0.x - Feintuning
Replies: 12
Views: 33924

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 ...
by Kevin
21. January 2017 17:48
Forum: KB-Archiv
Topic: KB Archiv EN: Board3 Portal 1.0.x - Customizing
Replies: 12
Views: 86934

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/*your_style*/template ...
by Kevin
21. January 2017 17:47
Forum: KB-Archiv
Topic: KB Archiv EN: Board3 Portal 1.0.x - Customizing
Replies: 12
Views: 86934

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:

Open: /styles/subsilver2/template/ overall ...
by Kevin
21. January 2017 17:47
Forum: KB-Archiv
Topic: KB Archiv EN: Board3 Portal 1.0.x - Customizing
Replies: 12
Views: 86934

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 German "Umlauts" (i.e. Ä, Ö, or ...
by Kevin
21. January 2017 17:46
Forum: KB-Archiv
Topic: KB Archiv EN: Board3 Portal 1.0.x - Customizing
Replies: 12
Views: 86934

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 ...
by Kevin
21. January 2017 17:45
Forum: KB-Archiv
Topic: KB Archiv EN: Board3 Portal 1.0.x - Customizing
Replies: 12
Views: 86934

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:
<option value="USD">{L_USD ...
by Kevin
21. January 2017 17:44
Forum: KB-Archiv
Topic: KB Archiv EN: Board3 Portal 1.0.x - Customizing
Replies: 12
Views: 86934

_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 ...
by Kevin
21. January 2017 17:44
Forum: KB-Archiv
Topic: KB Archiv EN: Board3 Portal 1.0.x - Customizing
Replies: 12
Views: 86934

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 ...
by Kevin
21. January 2017 17:43
Forum: KB-Archiv
Topic: KB Archiv EN: Board3 Portal 1.0.x - Customizing
Replies: 12
Views: 86934

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 ...
by Kevin
21. January 2017 17:43
Forum: KB-Archiv
Topic: KB Archiv EN: Board3 Portal 1.0.x - Customizing
Replies: 12
Views: 86934

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, choose "Styles ...
by Kevin
21. January 2017 17:42
Forum: KB-Archiv
Topic: KB Archiv EN: Board3 Portal 1.0.x - Customizing
Replies: 12
Views: 86934

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 currencies you don't ...
by Kevin
21. January 2017 17:42
Forum: KB-Archiv
Topic: KB Archiv EN: Board3 Portal 1.0.x - Customizing
Replies: 12
Views: 86934

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 ...
by Kevin
21. January 2017 17:41
Forum: KB-Archiv
Topic: KB Archiv EN: Board3 Portal 1.0.x - Customizing
Replies: 12
Views: 86934

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 ...
by Kevin
21. January 2017 17:41
Forum: KB-Archiv
Topic: KB Archiv EN: Board3 Portal 1.0.x - Customizing
Replies: 12
Views: 86934

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('redirect', "index.$phpEx"));
break ...

Go to advanced search