• Resolved henrysate

    (@henrysate)


    Hi when user tried to add topic on my forum without log in,message box prompted that say” Please Log in or register” and message box point to top right corner with arrow. This box design is very different from my Theme format.

    So how can i set this forum plugin so that when guest tried to add topics without log in, instead of message box, they will directly be taken to my THEME log in page?.

    Now
    Click Add topic > Message box prompts with Pls log in or register > USER Click log in & redirect to THEME log in page

    What is expected
    Click Add topic > Immediately redirects user to Theme log in page

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support gVectors Support

    (@gvectorssupport)

    Hi @henrysate,

    It’s possible but required large customization. We don’t recommend to do it. All the other messages, like: “You’ve successfully subscribed”, “Welcome back”? etc. are being displayed in the same message box.

    I’d suggest you change the designed of the message box. All you need is to write your custom CSS codes, and put it in the “Custom CSS code” textarea, located in the Dashboard > Forums > Settings > Styles admin page.

    You can refer to the CSS by using the wpForo #wpf-msg-box attribute. For example. if you want to change the background color you should use the following CSS code:

    #wpf-msg-box > p{
            background-color: #3ece7e;
    }
    #wpf-msg-box > p:after {
        border-color: transparent #3ece7e;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Please log in or register’ is closed to new replies.