FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Email notification missing domain in links ($goto_url['email'] = '{FULL_ROOT}{ROOT}?t=rview&goto='.$msg_id.'#msg_'.$msg_id;)
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Email notification missing domain in links [message #168104 is a reply to message #168095] Sun, 27 January 2013 12:06 Go to previous messageGo to previous message
LeCoyote is currently offline  LeCoyote   France
Messages: 18
Registered: October 2012
Karma:
Junior Member
Hi,

The problem can be addressed quickly by changing {ROOT} to {FULL_ROOT}{ROOT} in the following templates:
- iemail_body_lnk
- iemail_body_lnk1
- iemail_thread_unsub_lnk
- iemail_forum_unsub_lnk

Here's a diff for forum_data/thm/default/tmpl/iemail.tmpl:
109c109
< {ROOT}?t=rview&th={VAR: id}
---
> {FULL_ROOT}{ROOT}?t=rview&th={VAR: id}
113c113
< {ROOT}?t=rview&frm_id={VAR: id}
---
> {FULL_ROOT}{ROOT}?t=rview&frm_id={VAR: id}
117c117
< {ROOT}?t=post&reply_to={VAR: obj->id}
---
> {FULL_ROOT}{ROOT}?t=post&reply_to={VAR: obj->id}
121c121
< {ROOT}?t=rview&goto={VAR: obj->id}#msg_{VAR: obj->id}
---
> {FULL_ROOT}{ROOT}?t=rview&goto={VAR: obj->id}#msg_{VAR: obj->id}


Cheers
--
Romain
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: NNTP Subject Encoding Bug
Next Topic: karma issue
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat May 25 00:36:37 GMT 2024

Total time taken to generate the page: 0.05444 seconds