mixlplex
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Blog-in-Blog] Pagination doesn't appearJust found that this seems to be a problem if you use category_slug=’ada’ but if you switch to category_id=3 then the pagination appears.
The category ID’s are listed on the Blog-in-Blog settings page under Categories tab in the list box next to Category(ies) to hide from homepage.
Category Name(category_id=3, 17 posts)
Category 2(category_id=8, 4 posts)Forum: Everything else WordPress
In reply to: Core Dev Team Meetup Q&ASome of the wording presented to users is not very professional. For example, wp-signup.php has ‘so create to your heart’s content, but write responsibly!’ and ‘Now have at it!’
ms-delete-site.php also has ‘Happy trails to you until we meet again.’
It’d be nice to have hooks to change the wording for these without hacking core.
Forum: Plugins
In reply to: How do I add the Plugin Panel to my Dashboard?If you’re having this problem on a self hosted wordpress site, it could be that the Plugins option is turned off. On a network install, go to the Network Admin pages, choose Settings, and under Network settings you’ll see (at the bottom):
Menu Settings
Enable administration menus PluginsThis is unchecked by default (I believe). Check it and your site administrators will be able to choose which plugins to activate (from the list that you, as a network administrator, have installed.)
Great catch. Thanks for the info.
He’s spamming by creating the same plugin but posting it with different names.
Ok, so I fixed it.
In the superb-slideshow-gallery/inc/setting.js file, the first function is ssg_submit()
Out of the box all it does it check to see if all the fields are filled in, it doesn’t actually submit anything, so at the botton of the function I added:
else
{
document.ssg_form.action=”options-general.php?page=superb-slideshow-gallery/image-management.php&AC=ADD&DID=”+document.ssg_form.ssg_id.value;
document.ssg_form.submit();
}Viola, fixed.
Note: to make things easier on the users I also recommend changing the text from “enter the gallery type” to “enter the gallery name” and changing the associated line in image-management.php from “Enter gallery type (This is to group the images)” to “Enter gallery name (this is to group the images)”, and in the same file change “Insert Message” to “Insert Image” and “Update Message” to “Update Image”.
Same here. The buttons took me a place to supposedly manage my images, but once I tried to save the changes (either for a new image, or for editing an existing one) nothing changed.
Note: WordPress 3.2.1 MultiSite