Search found 7 matches
- Tue Sep 04, 2012 10:44 pm
- Forum: Proposals
- Topic: Increased security for private areas - no sharing
- Replies: 10
- Views: 15746
Re: Increased security for private areas - no sharing
How about posting the changes you made
- Mon Jun 11, 2012 12:28 am
- Forum: Proposals
- Topic: Option to disable captcha if logged in [SOLVED] with answer
- Replies: 7
- Views: 16070
Re: Option to disable captcha if logged in [SOLVED] with ans
Cool, glad to be able to contribute.
I noticed your code is different to mine, mine works so do you see any problems leaving it like that?
I noticed your code is different to mine, mine works so do you see any problems leaving it like that?
- Sun Jun 10, 2012 3:16 am
- Forum: Proposals
- Topic: Option to disable captcha if logged in [SOLVED] with answer
- Replies: 7
- Views: 16070
Re: Option to disable captcha if logged in [SOLVED]
Oh how I love solving my own questions :)
I found that the $auth value wasn't being passed into the function and without searching on how to make it global (with maybe some implications elsewhere) I decided to pass the value through.
Since I only really want this behaviour on the add page, in /add ...
I found that the $auth value wasn't being passed into the function and without searching on how to make it global (with maybe some implications elsewhere) I decided to pass the value through.
Since I only really want this behaviour on the add page, in /add ...
- Sun Jun 10, 2012 2:53 am
- Forum: Proposals
- Topic: Option to disable captcha if logged in [SOLVED] with answer
- Replies: 7
- Views: 16070
Re: Option to disable captcha if logged in
Hmmm...poking along because I am keen to make this happen I found this
/inc/PMF_Helper/Captcha.php
if (PMF_Configuration::getInstance()->get('spam.enableCaptchaCode')) {
based on if (isset($auth)) {
$loginTemplate = 'loggedin.tpl'; in index.php
I thought that using this might work && !isset ...
/inc/PMF_Helper/Captcha.php
if (PMF_Configuration::getInstance()->get('spam.enableCaptchaCode')) {
based on if (isset($auth)) {
$loginTemplate = 'loggedin.tpl'; in index.php
I thought that using this might work && !isset ...
- Sun Jun 10, 2012 2:06 am
- Forum: General discussions
- Topic: How do I detect that user is logged in
- Replies: 1
- Views: 2432
How do I detect that user is logged in
I want to make some modifications based on whether someone is logged in or not. Before I go pulling apart code, is there an easy way to detect that a person is logged in?
- Sun Jun 10, 2012 1:46 am
- Forum: Proposals
- Topic: Option to disable captcha if logged in [SOLVED] with answer
- Replies: 7
- Views: 16070
Option to disable captcha if logged in [SOLVED] with answer
Since people are manually approved when they register, we can assume that they are trusted. How about that if logged in no captcha for adding items. This also enables admins to add items without the pain of doing the captcha every time.
- Sun Jun 10, 2012 12:34 am
- Forum: Proposals
- Topic: Increased security for private areas - no sharing
- Replies: 10
- Views: 15746
Increased security for private areas - no sharing
Hey there,
A good feature for the future would to be able to turn off sharing via facebook etc for individual categories.
I have an install with some public categories and some private. Specific people have access to the private categories and of course it is impossible to stop people copying or ...
A good feature for the future would to be able to turn off sharing via facebook etc for individual categories.
I have an install with some public categories and some private. Specific people have access to the private categories and of course it is impossible to stop people copying or ...