XTremo Posted January 11, 2010 Share Posted January 11, 2010 Hi guys....hope somebody can advise on this! I've done searches but I can't seem to find the answer. Basically I want to restrict viewing and access of all areas other than the Pre-Sales contact form to existing accounts. I don't want a signup facility at all as I'm going to manually create the accounts myself then notify the clients of their login info. The only areas I'll actually be using are Client Area/Submit Ticket/Support Tickets.....which are already client only. No problem there. Then the Pre-Sales which is for everybody....so that's fine as it is. But the Order section is the problem one! Because I don't want outside access or new account creation there.....only existing users to login. Any advice appreciated! 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted January 11, 2010 WHMCS Support Manager Share Posted January 11, 2010 Try this: http://wiki.whmcs.com/Template_Syntax#Displaying_Text_to_Logged_In_Users_Only 0 Quote Link to comment Share on other sites More sharing options...
XTremo Posted January 11, 2010 Author Share Posted January 11, 2010 Cheers John.....I'll check that out now! 0 Quote Link to comment Share on other sites More sharing options...
XTremo Posted January 11, 2010 Author Share Posted January 11, 2010 Sorted.....all the best John! 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted January 12, 2010 WHMCS Support Manager Share Posted January 12, 2010 My pleasure 0 Quote Link to comment Share on other sites More sharing options...
3Dog Posted February 23, 2010 Share Posted February 23, 2010 We have a similar situation, but it is a bit more complicated. We want to use WHMCS to manage premium content to clients via the knowledge base/articles section. Ideally, we'd like to assign some time of permission level to clients that's based on the type of product packaged they purchased. So someone who purchased a Gold package would get full access to the forum, and premium articles in the knowledge and someone who bought an entry level package would not. When testing creating an article, I can pick whether it's shown to logged in only users, but that's it. It looks like some of what we want is in the sub-account tool planed for the next version, but we don't really need sub accounts. we just need very basic permission levels for our clients. Is there a module somewhere or a place in the admin I'm missing where you can do that? Being able to easily pick and choose what I client sees is pretty much standard in every web app we use. It's hard to imagine that something as robust as WHMCS doesn't have the built in. 0 Quote Link to comment Share on other sites More sharing options...
web-1234 Posted July 19, 2010 Share Posted July 19, 2010 Which files do I add this code to? i am using Version: 4.2.1 http://wiki.whmcs.com/Template_Syntax#Displaying_Text_to_Logged_In_Users_Only Displaying Text to Logged In Users Only To display something on the page only if a user is logged in, use the following syntax: {if $loggedin} User is logged in so display client only information {else} User is not logged in so display this {/if} 0 Quote Link to comment Share on other sites More sharing options...
web-1234 Posted July 20, 2010 Share Posted July 20, 2010 Is there a way to hide the topics as well if you are not logged in? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted July 20, 2010 WHMCS Support Manager Share Posted July 20, 2010 You can add it to any template file. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.