Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Contact change. help please.

Asked Modified Viewed 1,742 times
B
bonnis
B
bonnis 10
  • Member, joined since
  • Contributed 100 posts on the community forums.
  • Started 29 threads in the forums
  • Started this discussions
asked
Member

in my "contact". (contact.php)
its says theres three ways to contact webmaster.

the PM way, i would like to change that link from (http://YOURDOMAIN/messages.php?msg_send=1) to (http://YOURDOMAIN/messages.php?msg_send=2)

i dont want to use the root user for that purpose, i have another user.
0 replies

2 posts

F
Falk
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
answered
Super Admin

You can find it in your locale folder/contact.php

$locale['401'] = "There are several ways you can contact me. You can email me directly at 
".hide_email($settings['siteemail']).". If you are a Member you can send me a
<a href='messages.php?msg_send=1'>Private Message</a>. Alternatively, you can fill in
the form on this page which sends your message to me via Email.";


Just change the msg_send=1 to the id of the new user.
0 replies
B
bonnis
B
bonnis 10
  • Member, joined since
  • Contributed 100 posts on the community forums.
  • Started 29 threads in the forums
  • Started this discussions
answered
Member

Quote

Domi wrote:

You can find it in your locale folder/contact.php

$locale['401'] = "There are several ways you can contact me. You can email me directly at 
".hide_email($settings['siteemail']).". If you are a Member you can send me a
<a href='messages.php?msg_send=1'>Private Message</a>. Alternatively, you can fill in
the form on this page which sends your message to me via Email.";


Just change the msg_send=1 to the id of the new user.



thanks ! :)
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

F
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
B
B
bonnis 10
  • Member, joined since
  • Contributed 100 posts on the community forums.
  • Started 29 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet