arr0w
Forum Replies Created
-
Forum: Plugins
In reply to: [MultiSite Clone Duplicator] Frontend DuplicationI also need this! :O
Forum: Plugins
In reply to: [Participants Database] Signup and record on same page (non-unique ID)Thank you very much!
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Clone sites from frontend?Thank you!
Can I please get a full refund on my purchase of NS Cloner PRO?
The plugin did not suit my needs so I would like to use the money back guarantee.My order is #32977
Forum: Plugins
In reply to: [Participants Database] WP Multisite with same participants database?Can you point me in any direction on where to change this value?
Where in the plugin is the database and wpdb prefix specified?Thanks!
/Jacob
Forum: Plugins
In reply to: [Inactive Logout] iframe support?Hello Deepen
I have tested your suggestion and it works very well.
It is not really what I intended because the user can be inactive after clicking inside an iframe…But thanks anyways
/Jacob
Forum: Plugins
In reply to: [Inactive Logout] Exclude AdministratorsHi wprun
You need to go to the Advanced Management tab and enable multi-role Timeout
Here you can specify different role types and select the “disable” checkbox for those who should not be signed out.Forum: Plugins
In reply to: [Inactive Logout] iframe support?Hi Deepen
Could you please try this:
– Set the timeout to 1 minuter for your user.
– Create an iframe to af external website – eg. google.com
– Login as the user, select the iframe and use it without the mouse leaving until you see the “Last active” message in your log.Can you recreate this?
I’m just asking if its possible to track mouse-movement and keypresses inside an iframe, because the plugin thinks I am inactive whenever an iframe is in use…
Thanks
/Jacob
Forum: Plugins
In reply to: [Inactive Logout] iframe support?Hi Deepen
Have got time to look into this?
/Jacob
Forum: Plugins
In reply to: [Participants Database] Combine first and last nameI figured it out with some MySQL in PHPMyAdmin
Forum: Plugins
In reply to: [Participants Database] Favorite posts when logged inI know that, but I actually manage to find a solution with jQuery.
It may not be the best solution, but it works!
I’ve created a new PDB textfield which I place on the pages which is possible to favorite. Then I hide the field and rename the button to “Favorite”.When a user with the pdb_persistence cookie enters the site the script does the following:
var favorite = $("#pdb-favorites").val(); var fullpath = window.location.href var posttitle = $("h1.post-title").html() if ($("#pdb-favorites").val().indexOf(fullpath) > -1) { $("button.btn.btn-default").prop("disabled", true).html("Added!"); } else { $("#pdb-favorites").val(favorite+'<li><a href="'+fullpath+'">'+posttitle+'</a></li>') } }
If the user hit “Favorite” the data is saved
On the users private page I just append the text into aHi Will
Thank you for the quick reaction to my question.
The page did give some information of interest, but not what I was looking for.To be very specific:
I want to put the displayname of the second role of a currently logged in user into a variable. Like I’ve done above. Then I can use the variable in some shortcodes afterwards. Do you know another way to do this?Forum: Plugins
In reply to: [Participants Database] Extend “Extended Access” cookieThanks!
Could you add a “Remember me” checkbox on the pdb_login page in the next update?
(Checkbox is checked by default and only visible if extended access is enabled)Unchecked = disables extended cookie
Forum: Plugins
In reply to: [Participants Database] Title Database FieldExactly was I was looking for – Thanks!
Forum: Plugins
In reply to: [Participants Database] Title Database FieldCould you implement this feature in the next update?
Forum: Plugins
In reply to: [Participants Database] Tabs acting weird on frontendVery weird… I tried removing all the css from the plugin settings but I still get this result: https://drive.google.com/open?id=0BwUzvSTFhivRMjhNSEFvRWgyREE
https://drive.google.com/open?id=0BwUzvSTFhivRUVZwMERqLXNWRW8Any clue?