how add one link PORTAIL in ACP ?

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
daniel25000
Active Member
Posts: 23
Joined: 2. January 2010 15:46

how add one link PORTAIL in ACP ?

Post by daniel25000 »

Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
bonjour à toutes et à tous.

Je voulais savoir si il était possible d'avoir un lien vers le portail dans le panneau d'administration à coté de :

Code: Select all

Index de l’administration •  "PORTAL"  • Index du forum
merci dans l'attente
CDT Daniel[/i]
Last edited by daniel25000 on 17. January 2010 17:13, edited 1 time in total.
User avatar

anywhere91
Translator
Posts: 62
Joined: 21. May 2009 11:02
phpBB.com User: Anywhere91
Location: 48°638127N 2°771616E or not far
Contact:

Re: ajouter un lien sur PORTAIL sur ACP

Post by anywhere91 »

daniel25000 wrote:bonjour à toutes et à tous.

Je voulais savoir si il était possible d'avoir un lien vers le portail dans le panneau d'administration à coté de :

Code: Select all

Index de l’administration •  "PORTAL"  • Index du forum
merci dans l'attente
CDT Daniel[/i]

hello to you all.

I wanted to know if it was possible to have a link to the portal in the administration panel next to:

Code: Select all

Administrator •  "PORTAL"  • Board index
Hi

Beware, I am not sure it works. Make a copy of the file before any changes

Open Root/adm/style/overall_header.html

Find :

Code: Select all

		<p><a href="{U_ADM_INDEX}">{L_ADMIN_INDEX}</a> &bull; <a href="{U_INDEX}">{L_FORUM_INDEX}</a></p>
Replace With

Code: Select all

		<p><a href="{U_ADM_INDEX}">{L_ADMIN_INDEX}</a> &bull; <a href="{U_PORTAL}">{L_PORTAL}</a> &bull; <a href="{U_INDEX}">{L_FORUM_INDEX}</a></p>
Regards

Salut

Attention, je ne suis pas sûr que cela fonctionne. Faites une copie du fichier avant toute modification

Ouvrir Root/adm/style/overall_header.html

Trouver:

Code: Select all

		<p><a href="{U_ADM_INDEX}">{L_ADMIN_INDEX}</a> &bull; <a href="{U_INDEX}">{L_FORUM_INDEX}</a></p>
Remplacer par

Code: Select all

		<p><a href="{U_ADM_INDEX}">{L_ADMIN_INDEX}</a> &bull; <a href="{U_PORTAL}">{L_PORTAL}</a> &bull; <a href="{U_INDEX}">{L_FORUM_INDEX}</a></p>
Cordialement

Topic author
daniel25000
Active Member
Posts: 23
Joined: 2. January 2010 15:46

Re: ajouter un lien sur PORTAIL sur ACP

Post by daniel25000 »

bonjour anywhere91
j'avai déjà essayer cela ne marche pas ...

Le lien ne redirige pas et il est afficher avec des balises...
Image
User avatar

anywhere91
Translator
Posts: 62
Joined: 21. May 2009 11:02
phpBB.com User: Anywhere91
Location: 48°638127N 2°771616E or not far
Contact:

Re: how add one link PORTAIL in ACP ?

Post by anywhere91 »

Hi

Ok, then try to make this solution

Replace With

Code: Select all

		<p><a href="{U_ADM_INDEX}">{L_ADMIN_INDEX}</a> &bull; <a href="{U_PORTAL}">Portail</a> &bull; <a href="{U_INDEX}">{L_FORUM_INDEX}</a></p>
Open root/adm/index.php

Search

Code: Select all

		'U_INDEX'				=> append_sid("{$phpbb_root_path}index.$phpEx"),
ADD Before

Code: Select all

		'U_PORTAL'				=> append_sid("{$phpbb_root_path}portal.$phpEx"),
Regards

Bonjour / soir

Ok, alors essaye de faire cette solution

Replace par

Code: Select all

		<p><a href="{U_ADM_INDEX}">{L_ADMIN_INDEX}</a> &bull; <a href="{U_PORTAL}">Portail</a> &bull; <a href="{U_INDEX}">{L_FORUM_INDEX}</a></p>
Ouvre root/adm/index.php

Recherche

Code: Select all

		'U_INDEX'				=> append_sid("{$phpbb_root_path}index.$phpEx"),
Ajoute APRÈS

Code: Select all

		'U_PORTAL'				=> append_sid("{$phpbb_root_path}portal.$phpEx"),
Cordialement
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: how add one link PORTAIL in ACP ?

Post by Marc »

The problem is that {L_PORTAL} is missing.
You need to add this to adm/index.php:

Code: Select all

$user->add_lang('mods/lang_portal');
 

Topic author
daniel25000
Active Member
Posts: 23
Joined: 2. January 2010 15:46

Re: how add one link PORTAIL in ACP ?

Post by daniel25000 »

re bonsoir

J'ai toujours une erreur mais cette fois ci , le lien de redirection n'est pas bon, car j'ai effectué le changement suivant et en fait le lien doit pointer vers:

http://cyber.traque.free.fr/portal.php

au lieu de

http://cyber.traque.free.fr/forum/portal.php
Not Found
The requested URL /forum/portal.php was not found on this server.

Apache/ProXad [Aug 9 2008 02:45:07] Server at cyber.traque.free.fr Port 80
merci pour ton aide

Topic author
daniel25000
Active Member
Posts: 23
Joined: 2. January 2010 15:46

Re: how add one link PORTAIL in ACP ?

Post by daniel25000 »

hello marc thanks for help me.

le probléme de redirection reste le même
Locked

Return to “board3 Portal 1.0.x - English Support”