weasello
Forum Replies Created
-
Forum: Plugins
In reply to: Need a plugin – Image resizingOh, and if it could do the same to images in the comments section too, that would be wonderful =)
Forum: Plugins
In reply to: Captcha plugin suddenly letting spam through…My site is quite popular and gets almost nil spam with Just Akismet; until recently anyway. A few started getting through using the Author_name field to punch in URLs, so I wrote a quick plugin to correct that. Hope this helps.
Forum: Fixing WordPress
In reply to: Spam? Read this.I made a plugin that works with akismet, stops the few that make it through ?? Check it out if you’re getting spam in the “author name” field =)
Forum: Plugins
In reply to: NEW PLUGIN: Weasel’s AuthorShare (can help beginners!)Fixed the link. ?? bug in wordpress there ( https://www.ads-software.com/support/topic/69139?replies=1 )
Forum: Fixing WordPress
In reply to: Page not showing upTracked it down even further, it is a wordpress bug! see other entry:
Forum: Fixing WordPress
In reply to: Page not showing upI’ve tracked the problem down to the UserExtra plugin… I’m trying to contact the author to get the fix.
Anyone know of an alternative to this plugin?
Forum: Fixing WordPress
In reply to: Page not showing upAnyone have any ideas at all? I really want to fix this one.
Forum: Plugins
In reply to: PNG TransparenciesOh, and have HREF tags work overtop of the backgrounds. ??
Forum: Plugins
In reply to: Dynamic CSS Customization?Well yes, that would be easiest, unfortunately I am not the designer of the CSS files… I don’t know how monday should look, since I post on tuesdays. ??
I want to give my authors the ability to change it up at any time.
If it’s just too difficult I could always tell my authors to suck it up and learn html…
Forum: Fixing WordPress
In reply to: Error: This page cannot be used on it’s ownTurns out it was fixed in v2.0, but any ideas for how to correct it in v1.52?
Forum: Fixing WordPress
In reply to: 1.52 to 2.0 – Comments acting upOK, I resolved it by hacking WordPress. ??
comment-functions.php – this line seems to be the culprit:
if ( is_single() || is_page() || $withcomments ) :
Well there’s the problem! Comments will only display if is_single or is_page. My solution was to comment out lines 8 and 46.
If anyone has a plugin that’ll do the same thing, that would be great – I don’t like modifying the source ??
Forum: Fixing WordPress
In reply to: 1.52 to 2.0 – Comments acting upNo love?
I’ve had no luck fixing this.
Forum: Fixing WordPress
In reply to: Error: This page cannot be used on it’s ownAlso,
Logging in/logging out doesn’t show the error message, but after entering name/pass it just flips back to the main screen still logged out. Hitting “logout” does nothing. But only on some computers! Very strange.
None of the work computers have viewed my site before, so cookies shouldn’t be the culprit.
Forum: Fixing WordPress
In reply to: Show all from authorHeh, I had this plugin installed already and was very familiar how it worked.. Odd how my brain decided to completely obliterate it from memory ?? thanks, worked like a charm!
Forum: Plugins
In reply to: External logged-in checkOK, I found the problem with that last chunk of code. The cookie is registered as valid only in directory /wordpress/, but the file I’m using is in the root dir of /
Can I safely change the wordpress cookie to run off of /?