arkham
Forum Replies Created
-
Forum: Plugins
In reply to: NGG GalleryView "is not a function" js errorhey, sorry should have posted on this thread that i got an answer to the problem over at stack overflow. turns out that the theme I’m using redefines jquery in a jquery tools slider.js script that came after the galleryview reference.
when i remove that script the slideshow appears but then I lose the featured content slideshow on the homepage so basically I have to clean up the html head area javascript.
thanks for responding though and for the plugin!
Forum: Plugins
In reply to: NGG GalleryView "is not a function" js errorSorry, about an hour after I made this post the site was made private by someone who didn’t know I’d put a request like this out there.
If you can check now it should be accessible.
Forum: Hacks
In reply to: need admin to be able to create users without email addressseems like i’ve got this working now… i had to modify edit_user function inside wp-admin/includes/user.php
also added a plugin to allow multiple users to have the same email address so that multiple users with blank emails wouldn’t throw errors.
i put the email validation inside a if ($update) conditional so that when the users login to their profile an email address will be required.
hope this helps someone in the future looking to do something similar.
Forum: Plugins
In reply to: need admin to be able to create users without email addressessorry this should have been in the hacks subforum… reposting there now.
Forum: Fixing WordPress
In reply to: Using permalink options I cant see individual postsPlease can someone help?
I switched back to default permalink view for now. Funny thing is htaccess is exactly the same as when I had the custom permalink….
Should there be a difference?
Forum: Plugins
In reply to: how to add and retain a custom query string valueThanks Otto. We were losing it despite the parameter being in the action of the search form. But duhh… adding the value as a hidden field in the form preserves it even on form post.
My bad!
Thanks very much for your help!