CrazySerb
Forum Replies Created
-
Forum: Plugins
In reply to: HidePost Plugin’s link protection issue/customization?Ahhh, nice try… almost had it.
I replaced it with this instead
return $matches[2][$m_id] . $hidepost_link_text;
and that shows the actual text with links stripped out of it + my custom sign up link text.
Some degree of customization of this feature would really be appreciated in the next version, like the ability to display the link text (like above, with $matches[2][$m_id]) and then define a custom link we want that to be linked to instead, such as the %login% or %register% link… or anything else.
Thanks again!
Forum: Plugins
In reply to: Limit the number of posts a user can makeI’ll put my name down for this one too… curious if and when anyone comes up with this, as I’ve been looking for it forever now too.
Forum: Installing WordPress
In reply to: can’t run auto upgradeyep, that fixed it.
Forum: Installing WordPress
In reply to: Upgrade to 2.7; Login reloads login pageI’ve had the same problem until I disabled wp-lite plugin. In your case, it might be another plugin that re-writes the way admin menu looks/feels, or disables some admin items…
Forum: Fixing WordPress
In reply to: Getting Redirect Loop error when trying to login as adminI get the same problem.
I can log in to the backend with only a single (admin) account, but all other accounts get caught in that endless loop…
What a heck?
Forum: Installing WordPress
In reply to: Search Everything dosent work after update to 4.7Same here.
Cannot activate the plugin after upgrading to 4.7 on WP 2.5.1…
Fix, anyone?
Forum: Fixing WordPress
In reply to: category id in archives pageThat code doesn’t work if a post is listed in more than one category, as it seems to display only the first category ID of the post listed on the archive page… which is the weirdest thing ever.
Forum: Fixing WordPress
In reply to: Add New User from Site Admin does not send registration emailAre there any plugins that add this functionality – emailing admin-created users their username/password?
I really couldn’t find any, given the weak search options in the plugin repository…
Forum: Fixing WordPress
In reply to: Add New User from Site Admin does not send registration emailI am wondering the same thing…
And there isn’t a single option to turn this off/on at all either.
Forum: Fixing WordPress
In reply to: WP 2.5.1 will not place thumbs, med size or galleryI have actually ran across this issue myself… anyone know how to fix that, or at least change the option to put the thumbs into the post instead of full images?
Forum: Fixing WordPress
In reply to: Permalink Category IssuesForum: Fixing WordPress
In reply to: Creating new users role – a security risk?Ok, I’ve done this, as a hard core hack, which now prevents me from logging in as the administrator (which is ok, until I need to get into the admin as an administrator):
in wp-includes/capabilities.php, after line 24 I’ve added this:
$this->roles = array_splice($this->roles,1,10,$this->roles);
and that removes the first role from the database when they’re all pulled out (and first role seems to be the admin, for some reason).
now if I could only check for something like current_user_can(‘level_10’) in that file directly so to execute that array splicing only for non admins, that would be perfect!
Forum: Fixing WordPress
In reply to: .htaccess being overwritten all the time?!!!aaahhhhhhh… now THAT makes sense!
thank you.
Forum: Plugins
In reply to: Event Registration Plugingood idea…
but I still needed a frontend output to display actual events with a URL to signup and such, so I had to modify events-category plugin a bit to work the way I needed.
for now, it’s cforms + events-category together that are taking care of this issue…
Forum: Plugins
In reply to: How to manage panels on new post page?That website is down/doesn’t work…
Any other ideas, sources?
And anything that works with wordpress 2.3.3 or 2.5?