Hello everyone:
I’ve had a rough start with making Logmein Module work with PB 2.0.2b I already asked for help at their site, but I am trying to reach out to the EE community, in case someone has this module running successfully.
I had re-installed the module many times, and still something is just not working.
I have a form, very basic.
If I am logged in, as Admin, everything works great.
But when I am not logged in, the logmein module seems to not be working. I just receive a blank page. Furthermore, I have set the username as the admin or other users, and still nothing. In the debug, Username does not exist.
If I do the query the module has in MySQL, I do retrieve the user.
Here is the basic code:
{exp:logmein:now username="privileged_guest" if_member_group="6" expire="1200"}
{exp:channel:entry_form channel="form" return="form/index" preview="form/index"}
Title: <input type="text" name="title" id="title" value="{title}" size="50" maxlength="100"></p>
URL Title:
<input type="text" name="url_title" id='url_title' value="{url_title}" maxlength="75" size="50" /></p>
<input type="submit" name="preview" value="Preview" />
<input type="submit" name="submit" value="Submit" />
{/exp:channel:entry_form}BTW, I am using LogmeIn version 1.3
Ludvik