Visitor Message Page
+3
Kami-sama
Ape
Zandranna
7 posters
Page 1 of 1
Visitor Message Page
I've been looking at the list of variables and I was wondering if there is something similar I can use for members to click a link to go directly to their own visitor message page.
At the moment the link to the message pages has to have the users account number tagged on the end, but I'm am trying for a more global type link to the visitor message page of each individual.
I hope I've explained that properly for understanding.
Thanks for any help you might be able to give.
At the moment the link to the message pages has to have the users account number tagged on the end, but I'm am trying for a more global type link to the visitor message page of each individual.
I hope I've explained that properly for understanding.
Thanks for any help you might be able to give.
Re: Visitor Message Page
Hello @Zandranna
I have looked over this for you and sadly I don't think there is but it maybe possible to do it with some help of Javascript maybe @Draxion or maybe @Luffy can help you on this one.
I have looked over this for you and sadly I don't think there is but it maybe possible to do it with some help of Javascript maybe @Draxion or maybe @Luffy can help you on this one.
Re: Visitor Message Page
Hello,
The link you want, is a link to take the member to the Wall of their page to see the visitor messages?
The link you want, is a link to take the member to the Wall of their page to see the visitor messages?
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Visitor Message Page
Luffy wrote:Hello,
The link you want, is a link to take the member to the Wall of their page to see the visitor messages?
Yes, Exactly.
Neptune wrote:Possible with a short script !
Where exactly do you want that link ?
I was thinking of putting it along side the other contact links that show up at the bottom of each post (on my board they show there), such as profile, pm, email, online, etc.
If I could somehow get a global link to that "wall" page I can easily add it as a default image link there via the profile fields.
That was my orginal thought regarding it, but I'm up for any suggestion if that's not going to be possible.
Re: Visitor Message Page
Would this work:
|
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Visitor Message Page
You would have to write a script for that to work
You need for that USER ID tag or variable. (I am interested in getting this tag as well)
Something like this:
You need for that USER ID tag or variable. (I am interested in getting this tag as well)
Something like this:
- Code:
var wall = "YOUR URL";
wall += "USER ID TAG";
wall += "wall";
$(".wallB").on("click", function () {
window.location = wall;
});
Re: Visitor Message Page
Zandranna wrote:I was wondering if there is something similar I can use for members to click a link to go directly to their own visitor message page.
Zandranna wrote:I was thinking of putting it along side the other contact links that show up at the bottom of each post (on my board they show there), such as profile, pm, email, online, etc.
If I could somehow get a global link to that "wall" page I can easily add it as a default image link there via the profile fields.
That was my orginal thought regarding it, but I'm up for any suggestion if that's not going to be possible.
I thought it would be nonsense to display in the same area buttons for author's profile, pm and so on and link to own (reader) visitors messages' page who would be the same on each post.
So i show that item in the toolbar's Welcome menu
AP > Modules > HTML & JAVASCRIPT > Javascript codes management
-> Create a new javascript
Title : anything explicit enough
Placement : In all the pages
Code :
- Code:
$(function(){ $(function(){if(_userdata["session_logged_in"] ==1){
$('<li><a href="/u'+_userdata["user_id"]+'wall">Visitor messages</a></li>')
.insertAfter('#fa_menulist li a:contains('+_lang["All_PMs"]+')');
}
})});
Submit, then enjoy
Re: Visitor Message Page
Thank you so much for that Neptune. It's much appreciated. And my thanks to everyone else that chipped in here.
Re: Visitor Message Page
Problem solved & topic archived.
|
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» visitor's message
» Visitor message option not showing although set up
» Visitor Messages - "Hide Message" Button
» No button for "visitor message", cant send messages
» What happened to message page "Your message has been posted..."?
» Visitor message option not showing although set up
» Visitor Messages - "Hide Message" Button
» No button for "visitor message", cant send messages
» What happened to message page "Your message has been posted..."?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum