Visitor messages Post Reply button Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Visitor messages Post Reply button

    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Visitor messages Post Reply button

    Post by runawayhorses October 19th 2013, 12:08 am

    As most of you know in your profile page that is viewable to members there is a "Visitor messages" tab you can click and it brings you to the "Visitor messages" part of the profile where you can leave a message, the problem is it uses the same reply button as the "Private Message" does. So for example your private message reply button says "New PM" on it so does the reply button for the Visitor messages reply button, its the same exact button. It can be misleading because its a Visitor message not a private message. I want to have a separate reply button for the Visitor messages that is not affiliated with the "New PM" button. I looked in all the templates but seen no way to have separate buttons for the New PM and Visitor messages reply buttons, or at least I can't think of a way. I didn't find a template for the Visitors message area.

    Anyone know a way to have separate buttons for the Visitor messages and New PM reply buttons?

    I have set the forum so guests can view the Memberlist and user profiles so you can take a look if you need to, however you can't see the reply buttons unless you are logged in, but perhaps you won't need to see the buttons. I don't have a test account right now but could create one if need be. Although any punbb forum would have the same buttons.

    Forum Version: punbb

    Forum address: http://runawayhorses.alldiscussion.net/
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Visitor messages Post Reply button

    Post by Ange Tuteur October 19th 2013, 1:53 am

    Hey runawayhorses,

    Thanks for mentioning this, I too didn't like this either so I went and wrote something up in CSS for it.

    Put this into your stylesheet and see if it replaces the images.
    Code:
    .new-message:before{
    content:url('http://hitskin.com/themes/20/08/57/i_post.png');
    position:relative;
    }
    .new-message img{
    opacity:0;
    position:relative;
    right:96px;
    }
    #new-message-link:before{
    content:url('http://hitskin.com/themes/20/08/57/i_post.png');
    position:relative;
    left:88px;
    }
    #new-message-link img{
    opacity:0;
    position:relative;
    }
    If it works this should be the effect(don't mind the locked bouton)
    Visitor messages Post Reply button New10

    What I did is add a new image before the image we're replacing. For the replaced image we make sure that its relative so it will display on top of our new image(so its clickable), and turn its opacity to zero. All you need to do is replace the content images. If they're bigger you might need to increase the padding(left/right) for the replaced image to extend the clickable range.

    I'm not sure about positioning, but you may need to edit it for your board specifically if it isn't positioned correctly.
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: Visitor messages Post Reply button

    Post by runawayhorses October 19th 2013, 3:21 am

    Excellent Seth it worked like a charm! Very Happy 

    I made some minor positioning changes but that was to be expected. Well done, I'm very impressed with your skills as a coder, you are doing a knockout job. Very Happy 

    Thanks again, this is solved.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51532
    Reputation : 3519
    Language : English
    Location : United States

    Solved Re: Visitor messages Post Reply button

    Post by SLGray October 19th 2013, 3:22 am

    Topic Solved & Locked



    Visitor messages Post Reply button Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.