croila
Forum Replies Created
-
Forum: Plugins
In reply to: [Lazyest Gallery] 10 Stars to Lazyest GalleryDokan216, I’m really pleased to read your recommendation here!
I run a camera club website and up till now have used NextGen Gallery. All the users can upload their own photos to their own albums, BUT … They are desperate to be able to comment on each other’s photos and as far as I can see, NextGen doesn’t support commenting. It also has a nasty backend for users to upload and maintain their albums.
So I then installed Gallery3 which, to be fair, looks a pretty good system. It’s very easy to use. But it doesn’t play nicely with WordPress yet and I was really struggling to make my Gallery3 application and my wordpress website talk to each other. I then tried Gallery2 but UGH, it’s so convoluted!
So … Can anyone please tell me if Lazyest Gallery would be good for a club website where different people need to upload their own pictures to their own albums and also leave comments on them all?
Many thanks in advance!
Forum: Plugins
In reply to: Nextgen Gallery: thickbox not workingHi there, I have the same problem, but when I click on the link to your site, everything seems fine.
Please can you tell me how you fixed it? I am really struggling to fix it myself!
Forum: Fixing WordPress
In reply to: Remove some profile fieldse-sushi, thank you SO much for posting this code! It worked beautifully for me.
However, I’d also like to strip out the “Website” form box and the entire “About Yourself” section with the biographical info box. I added into two extra lines of code into your function:
unset($contactmethods['url']);
and
unset($contactmethods['description']);
However, it’s not done anything. I have no idea how to remove these two items … Can anyone help, please?
Many thanks!
CroilaForum: Fixing WordPress
In reply to: Remove some profile fieldsHi, if anyone has written a plugin to hide these fields, I’d love to hear about it too as I always have to remove them manually which is a bit of a pain when it comes to upgrading!
Kind regards
CroilaForum: Installing WordPress
In reply to: Permission error when trying to upgrade?Just to say, I’m having this problem of “could not copy files” too … Any resolution would be greatly appreciated!
Forum: Fixing WordPress
In reply to: [Plugin: Users to CSV] Export extra fieldsMe too! I would really like to know how to export the extra data, so ALL the data pertaining to each user is in the one spreadsheet. If anyone can help here, that would be brilliant.
Forum: Plugins
In reply to: [Plugin: cForms] Upgrade causes error in lib_email.phpI’d love a fix for this too, as I can’t use this plugin thanks to the error …
Thanks
Forum: Fixing WordPress
In reply to: Login impossible after 2.7 upgradeI find this plugin works fine for v 2.7 …
Forum: Plugins
In reply to: [WP-Authenticate] Authentication plugins not compatible with 2.6I’ve upgraded to 2.6 and when I use the code adejeffchen pasted in above, I just get a kind loop of permanent redirecting without it getting anywhere!
Does anyone know of any other plugins like this which work with WP2.6?
Forum: Fixing WordPress
In reply to: Password Protect The Entire Blog?I’m in exactly the same situation with a company blog/site, and I found the solution in Angsuman’s Authenticated WordPress Plugin. However, you DO have to hack it if you’re using WP2.5 – and here’s how. It works beautifully now!
Forum: Fixing WordPress
In reply to: Apostrophe in user nameTedinoz, I’ve just encountered precisely the same problem with a user called “O’Brien”, so it’s good to see the answers here.
Can anyone tell me, please, how you change the template “to always pick the display name for reporting purposes?”
Many thanks
CroilaForum: Fixing WordPress
In reply to: user-edit.php: “display name publicly as” problemOtto – many thanks for this. I plan to upgrade to the most current version of WP when a particular plugin I rely on is upgraded and doesn’t conflict with it.
Moshu – yes, unfortunately I had to hack it, as the client insisted that the usernames and email addresses must be one and the same. Not an ideal situation ??
Forum: Fixing WordPress
In reply to: Forename and surname in profile won’t udpateHi, nobody got any ideas, no …? Thanks for reading anyway…
Forum: Fixing WordPress
In reply to: Restricting editing of single pages to single usersJulian,
Could you possibly tell us what the plugin is, please? I’d be very interested in using this.
Kind regards
CroilaForum: Plugins
In reply to: private/password protected modification?I use a plugin for this called Category Access which can be found here: https://www.coppit.org/code/
When people are NOT logged in, you can see there’s a post there and you can set the text to read something like “log in if you want to read this”.
Of course, you have to attribute all these particular posts you write to this category (I called it “MembersOnly”), but it’s simple enough.
Is this the kind of thing you mean?