Welcome to Geeklog, Anonymous Saturday, November 23 2024 @ 07:41 pm EST
Geeklog Forums
Intro & Body Story Access
Status: offline
congleal
Forum User
Full Member
Registered: 11/08/04
Posts: 179
Is it possible to allow anonymous users to view the story information on the site but when they click on "read more" link to the body of the story, require anonymous users to create an account?
If this question has already been asked, I apologize but I couldn't find it anywhere.
Thanks,
Lee
If this question has already been asked, I apologize but I couldn't find it anywhere.
Thanks,
Lee
14
14
Quote
Status: offline
THEMike
Forum User
Moderator
Registered: 07/25/03
Posts: 141
Location:Sheffield, UK
Without hacking the code, no I don't think so.
However, I think it's a very easy hack to make:
// Main
if (!SEC_inGroup('Logged-in Users')
{
COM_Refresh($_CONF['site_url'] . '/staticpages/index.php/signuptoreadblurb');
}
That should work.
However, I think it's a very easy hack to make:
Text Formatted Code
// Main
if (!SEC_inGroup('Logged-in Users')
{
COM_Refresh($_CONF['site_url'] . '/staticpages/index.php/signuptoreadblurb');
}
That should work.
11
15
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
The parse error is because of a missing ')' in Mike's code. It's also missing something else. Try this:
{
echo COM_Refresh($_CONF['site_url'] . '/staticpages/index.php/signuptoreadblurb');
exit;
}
Right after the
bye, Dirk
Text Formatted Code
if (!SEC_inGroup('Logged-in Users')){
echo COM_Refresh($_CONF['site_url'] . '/staticpages/index.php/signuptoreadblurb');
exit;
}
Right after the
require_once ('lib-common.php');
Works for me ...bye, Dirk
15
26
Quote
Status: offline
congleal
Forum User
Full Member
Registered: 11/08/04
Posts: 179
You're absolutely right on with the static page and I will ultimately use your suggestioin but in trying to understand how it works I annotated it to refer to the following..."users.php?mode=new" and it works and displays a page
which is pretty close to what I want.
I'd like to know where is the verbage for this page referenced...if I wanted to modify, text or graphics?
Thanks
Lee
which is pretty close to what I want.
I'd like to know where is the verbage for this page referenced...if I wanted to modify, text or graphics?
Thanks
Lee
15
10
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Status: offline
Flernk
Forum User
Chatty
Registered: 07/31/03
Posts: 46
I love this hack, it is so helpful. I was wondering if it's possible to expand on it.
The site I'm building is subscription based with two levels of access, "Basic" and "Advanced". Is there away to restrict Anonymous users to intro text only, Basic Users to a specific set of stories (perhaps from the "Basic" group), and give Advanced Users the right to see everything?
The site I'm building is subscription based with two levels of access, "Basic" and "Advanced". Is there away to restrict Anonymous users to intro text only, Basic Users to a specific set of stories (perhaps from the "Basic" group), and give Advanced Users the right to see everything?
12
12
Quote
All times are EST. The time is now 07:41 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content