XF 2.1 Private forum message for none member

MediaSVI

Active member
Hello, I would like to have a custom message with a link that shows when a user clicks on a forum or thread link that goes to a private forum that you have to pay to have access to. The picture below shows what the user sees now and below it what I would like it to change it to.

Thank you for your time.

Screen Shot 2020-05-25 at 11.32.53 AM.png

oops.webp
 
Last edited:
So far I added this to the extra.less


.blockMessage:before {
clear: both;
content: "This is a test";
display: table;
}

And the picture shows what it looks like.

Screen Shot 2020-05-25 at 4.23.42 PM.webp

Any help will be greatly appreciated.
 
Thanks! Only one problem now I have the XenPorta add-on and I would like to promote posts in the private forum to help advertise what is going on in that forum and the Notice Page Criteria does not have a selection of categories to choose from only the 2. Is there a way to include just one category and not all the Articles? My notice does not show when clicking on an article that is in the private forum.

Screen Shot 2020-05-25 at 7.25.22 PM.webp
 
Top Bottom