Page 1 of 1
how add one link PORTAIL in ACP ?
Posted: 17. January 2010 10:29
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]
Re: ajouter un lien sur PORTAIL sur ACP
Posted: 17. January 2010 14:30
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> • <a href="{U_INDEX}">{L_FORUM_INDEX}</a></p>
Replace With
Code: Select all
<p><a href="{U_ADM_INDEX}">{L_ADMIN_INDEX}</a> • <a href="{U_PORTAL}">{L_PORTAL}</a> • <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> • <a href="{U_INDEX}">{L_FORUM_INDEX}</a></p>
Remplacer par
Code: Select all
<p><a href="{U_ADM_INDEX}">{L_ADMIN_INDEX}</a> • <a href="{U_PORTAL}">{L_PORTAL}</a> • <a href="{U_INDEX}">{L_FORUM_INDEX}</a></p>
Cordialement
Re: ajouter un lien sur PORTAIL sur ACP
Posted: 17. January 2010 15:48
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...
Re: how add one link PORTAIL in ACP ?
Posted: 17. January 2010 19:32
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> • <a href="{U_PORTAL}">Portail</a> • <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> • <a href="{U_PORTAL}">Portail</a> • <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
Re: how add one link PORTAIL in ACP ?
Posted: 17. January 2010 20:24
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');
Re: how add one link PORTAIL in ACP ?
Posted: 17. January 2010 20:27
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
Re: how add one link PORTAIL in ACP ?
Posted: 17. January 2010 20:30
by daniel25000
hello marc thanks for help me.
le probléme de redirection reste le même