brighthelix
Forum Replies Created
-
Forum: Plugins
In reply to: [Inactive Logout] Run plugin only on certain workstations?I imagine I would do this by detecting the IP address of the client, but how do I get the plugin to run only on certain IP addresses and not others?
Forum: Plugins
In reply to: [Watu Quiz] User selects # of questions out of poolI see, one more question before I commit to purchase WatuPro.
Can I place a few options on a page to allow the user to select the number of questions without filling out a form?
For example, let’s say I have a quiz with 50 questions total. Can I put 3 links:
1. Start quiz with 10 questions
2. Start quiz with 20 questions
3. Start quiz with all questionsThanks for your speedy response!
ShawnForum: Reviews
In reply to: [Watu Quiz] Exactly what I’m looking forI am wondering if there is a way to set the number of questions dynamically. For example if I have a pool of 50 questions but I would like the user to build select 10, 20 or all 50 questions. One way I can see to do this is to create three different quizzes but this seems somewhat redundant. Is there another way to do this?
Forum: Fixing WordPress
In reply to: image_make_intermediate_size() broken? Doesn't make thumbnails.Okay, figured it out!
The reason it was happening was because I was specifying the filepath argument to wordpress as:
$wp_upload_dir[‘url’]
Returning the absolute path with https://. Somehow WordPress was never able to find the file.now I use:
$wp_upload_dir[‘path’]
Which returns the absolute path with /home/etc…
Wordpress likes this better.Anyone know why?
Forum: Fixing WordPress
In reply to: image_make_intermediate_size() broken? Doesn't make thumbnails.Hello, anyone around?
Forum: Fixing WordPress
In reply to: image_make_intermediate_size() broken? Doesn't make thumbnails.I know the thumbnails can be generated correctly on that server, because my gravity forms installation is able to create images, thumbnails, and the correct metadata.