Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Post any general problems, information or issues on ModphpBB3 in here.
-
linux-abc.dk
- Forum Member

- Posts: 2
- Joined: Sun Oct 03, 2010 7:27 pm
Post
by linux-abc.dk » Mon Oct 11, 2010 8:53 pm
Hi, I have installed ModpbpBB3 forum - nice work BTW

- I just have one problem: It's a "family only" forum where all members have to be aproved and nothing, besides "Site anouncements" shuld be shown before login. That is all taken care of now, exept: where do I remowe these links so they only are viewable after login
Skærmbillede-18.png
Thanks in advance
Linux-abc
You do not have the required permissions to view the files attached to this post.
-
linux-abc.dk
- Forum Member

- Posts: 2
- Joined: Sun Oct 03, 2010 7:27 pm
Post
by linux-abc.dk » Wed Oct 13, 2010 6:15 pm
linux-abc.dk wrote:Hi, I have installed ModpbpBB3 forum - nice work BTW

- I just have one problem: It's a "family only" forum where all members have to be aproved and nothing, besides "Site anouncements" shuld be shown before login. That is all taken care of now, exept: where do I remowe these links so they only are viewable after login
Skærmbillede-18.png
Thanks in advance
Linux-abc
First I found (I'm not allowed to post urls, so)
Sniper_E wrote:Open index_body.html
FIND
Code: Select all
<!-- INCLUDE forumlist_body.html -->
BEFORE ADD
Code: Select all
<!-- IF S_USER_LOGGED_IN -->
<!-- INCLUDE chat_body.html -->
<!-- ENDIF -->
You can add this <!-- IF S_USER_LOGGED_IN --> to your chat_body.html template to keep Guests from seeing the main chat page.
witch helped me a bit, but after update to 3.0.7 PL1 - some tinkering in ACP it looks like the links don't work any more unless one is logged in, so: mission accomplished

-
cisco007
- Staff

- Posts: 501
- Joined: Tue Oct 07, 2008 3:44 am
Post
by cisco007 » Mon Oct 18, 2010 12:10 am
sure thing those are the correct edits, glad you got it!