| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Auteur |
Message |
calogero89
Inscrit le: 28 Déc 2007 Messages: 22
|
Posté le: Dim Déc 30, 2007 5:59 pm Sujet du message: Re: Email rewrité. |
|
|
| De plus même en remplacant par un original c'est la meme chose. |
|
|
| Revenir en haut de page |
|
 |
|
 |
SeO Administrateur - Site Admin

Inscrit le: 15 Mar 2006 Messages: 3128
|
Posté le: Dim Déc 30, 2007 6:00 pm Sujet du message: Re: Email rewrité. |
|
|
| SeO a écrit: | Bah si -http://scenefrancaise.fr/viewtopic.php?f=5&t=371&p=5654&e=5654 marche maintenant, et c'est celui qui est envoyé.
L'autre, tu le verras plus. |
|
_________________
|
|
| Revenir en haut de page |
|
 |
calogero89
Inscrit le: 28 Déc 2007 Messages: 22
|
Posté le: Dim Déc 30, 2007 6:00 pm Sujet du message: Re: Email rewrité. |
|
|
PAs chez moi SEO.
Ca me redirige à ca :
-http://www.scenefrancaise.fr/post5654.html?e=5654&sid=2d8606c48383d3d7f691cb7277e2c043
et page blanche lorsqe je me connecte. |
|
|
| Revenir en haut de page |
|
 |
SeO Administrateur - Site Admin

Inscrit le: 15 Mar 2006 Messages: 3128
|
Posté le: Dim Déc 30, 2007 6:08 pm Sujet du message: Re: Email rewrité. |
|
|
Ah oui, ça ne marche que quand tu n'es pas connecté au départ, fichtre.
Bon, alors remplaces :
| Code: | if ($user->data['user_id'] == ANONYMOUS)
{
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
login_box(append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f=$forum_id&t=$topic_id&p=$post_id&e=$jump_to"), $user->lang['LOGIN_NOTIFY_TOPIC']);
// www.phpBB-SEO.com SEO TOOLKIT END
}
if ($jump_to > 0)
{
// We direct the already logged in user to the correct post...
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
redirect(append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f=$forum_id&t=$topic_id" . ((!$post_id) ? "&p=$jump_to" : "&p=$post_id")) . "#p$jump_to");
// www.phpBB-SEO.com SEO TOOLKIT END
} |
Par :
| Code: | // www.phpBB-SEO.com SEO TOOLKIT BEGIN
if ($jump_to > 0)
{
if ($user->data['user_id'] == ANONYMOUS)
{
login_box(append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f=$forum_id&t=$topic_id" . ((!$post_id) ? "&p=$jump_to" : "&p=$post_id")) . "#p$jump_to", $user->lang['LOGIN_NOTIFY_TOPIC']);
} else {
// We direct the already logged in user to the correct post...
redirect(append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f=$forum_id&t=$topic_id" . ((!$post_id) ? "&p=$jump_to" : "&p=$post_id")) . "#p$jump_to");
}
}
// www.phpBB-SEO.com SEO TOOLKIT END |
dans viewtopic.php.
Ce coup ci, ça doit marcher. |
_________________
|
|
| Revenir en haut de page |
|
 |
calogero89
Inscrit le: 28 Déc 2007 Messages: 22
|
Posté le: Dim Déc 30, 2007 6:13 pm Sujet du message: Re: Email rewrité. |
|
|
| Marche pas chez moi. |
|
|
| Revenir en haut de page |
|
 |
calogero89
Inscrit le: 28 Déc 2007 Messages: 22
|
Posté le: Dim Déc 30, 2007 6:15 pm Sujet du message: Re: Email rewrité. |
|
|
Edit:
Ca marche youpi.
Vous êtes formidable
Un grand merci. |
|
|
| Revenir en haut de page |
|
 |
calogero89
Inscrit le: 28 Déc 2007 Messages: 22
|
Posté le: Dim Déc 30, 2007 6:16 pm Sujet du message: Re: Email rewrité. |
|
|
Au fait pourquo ca ne marche pas sur mes ancien mail?
Par exemple en prenant ca:http://scenefrancaise.fr/viewtopic.php?f=5&t=371&p=5622&e=5622 |
|
|
| Revenir en haut de page |
|
 |
|
|
| Navigation |
Autres sujets de discussion |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |