erikshosting
Forum Replies Created
-
Forum: Plugins
In reply to: [Limit Login Attempts] [Plugin: Limit Login Attempts] multisite compatibilityokay im done. check the link above for the .zip
basically I didnt move the options panel, I just made it only visible to network admin, change some settings parameters, and it looks like it already emails to the network admin if it detects multi site enabled (author already had that in there).. I’d test it, but im currently locked out of my own site due to previous testing (lol)So just network enable it. your admins cant touch it but super admins can tweak it on a per site basis. I set the settings I like already as I outlined in my post.
If you want to change some default settings, change them on lines 51 – 76. its easy just open up the php file. I DO RECCOMEND you change these settings before network activating. if you change them after, and youve already activated, the defaults may not propogate to your network, and you will have to change them by hand.
Anyway, have fun.P.S HERES THE LINK! I updated the url for multi site vs the old MU..
http://erikshosting.com/projects/limit-login-attempts-wpms/Forum: Plugins
In reply to: [Limit Login Attempts] [Plugin: Limit Login Attempts] multisite compatibilityI wrote a multi site branch for this a year or so back for Mu, I let its updates lapse, but I’ll go brush it up and revamp it for wp 3.3
heres a link to where I keep it, ill work on an update tonight, and update the page when I finish, so be sure to check the version number:
LOL. just googled my way here. laughing at my promo of 0.00 price for digital downloads…
yah, its made to customize the experience for your individual site admins. the super admin or network admins dash is a safe place to view the wordpress rss and plugin rss feeds…
It should be easy to modify to remove the network admin dash widgets if you really wanted too…Forum: Plugins
In reply to: [Plugin: GigPress] Objectif you search for that string, you find a couple websites with the error right now.. for instance ( http://www.see-i.com/category/shows/page/2/ )
It.s probably a white space error, but I havn’t even copied the gigpress files to my local machine, let alone re-saved/put them with an editor.
Forum: Plugins
In reply to: [Analytics360] [Plugin: Analytics360] Not showing in editor role?Hey, I tried to follow the instructions here to do this, but I noticed that the function that builds the menus is now tieing the settings and read only page together into the same code. So, what I did, was change all instances of ‘manage_options’ to ‘moderate_comments’, but then I copied the function for the menu, and put it and the original behind an IF/ELSE statement and removed the creation of the settings page in the appropriate place, and voila. settings page for admin, analytics page for admin and editors!
I wrote a tutorial, and copied my code onto my wordpress tutorial siteForum: Plugins
In reply to: [Image Widget] How Do You Add "NoFollow" CodeForum: Plugins
In reply to: [Image Widget] [Plugin: Image Widget] Images wont centerYup, same here.
Turns out there is some issues with the output.Here is a fix
http://erikshosting.com/wordpress-tips-code/image-widget-alignment-fix/Forum: Plugins
In reply to: Display GD Star Ratings next to post title on single?I wrote a tutorial on exactly this:
Here ya go 🙂
http://erikshosting.com/wordpress-tips-code/add-gd-star-rating-next-to-post-title/Forum: Plugins
In reply to: [Plugin: BuddyPress Admin Bar Mods] Is this project dead?@mosesshohet Thank you!
Forum: Fixing WordPress
In reply to: Extra home page I can’t find or deleteit generates that link in a function, then the header calls it as a hook
send me the url to your site, and copy/paste your themes function.php to pastebin and link here
Forum: Networking WordPress
In reply to: Plugin Management vs Plugin Commander in wp3I am.
Forum: Fixing WordPress
In reply to: Extra home page I can’t find or delete@hazesecurity
try searching for a smaller portion of the string.. Or even including a link for us to look at.Bottom line is this.. The code that generates the ‘Home’ link is different in every theme. Even its location in the header is not a sure bet.
Try this, open header.php and search for just the word ‘Home’. See if that helps. If not, take a look at the files in your theme directory. Maybe there is a file called nav-bar.php or something similar and header.php references it. Try looking in there (if it exists) and seeing if you can find the word ‘home’?
Hope this helps.same error when activating other plugins.
proper network activation plugin is only network activated once, and not active singularly on any other site (impossible anyway as it is ‘network activate only’ option). running wp 3.0.1..Forum: Alpha/Beta/RC
In reply to: Upgrade availablejust installed a wpmu 3.0.1 site, and I receive the update notification error described here as well.
When i nav to the update submenu, the notice dissapears. a few hours later it comes back.
Strange.. not an issue for me tho because only I (super-admin) see it, and the clients(admin) do not.