henshall
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Setting new Posts Privacy to Protected by DefaultBrilliant! Thank you. Worked like a charm.
Forum: Networking WordPress
In reply to: Setting new Posts Privacy to Protected by DefaultThe plug-in worked. Posts are on the activated blog are now auto posted as private. This is very useful where I am using forms and want the form fillers to see their posts only (and not protected), while others can be given the permissions to see all posts. In this instance it would be useful to remove the “private: hello world” as a notation.
I note in the previous thread this:
To remove the “Private: ” part from the title of the post, change the following line of code in your code above:
$private_title_format = apply_filters(‘private_title_format’, __(‘Private: %s’));To this:
$private_title_format = apply_filters(‘private_title_format’, __(‘%s’));Anyway I can incorporate this into the same solution? Thanks for your time much appreciated.
Forum: Networking WordPress
In reply to: Setting new Posts Privacy to Protected by DefaultThank you much appreciated. I checked out the plug-in codex in the meantime. I will give it a go.
Forum: Networking WordPress
In reply to: Setting new Posts Privacy to Protected by DefaultOk… sort of. I see the code referenced although I’m not quite sure where to go from there. Do I just create a new plug-in from that code? Is there anything else that needs to go in this plug-in? I probably don’t understand enough. Thanks.
See this link. http://sakinshrestha.com/wordpress/nextgen-gallery-plugin-and-thumbnail-generation-support/ This fixed it for me. When photos are now ticked and new thumbnail generated and folder scanned then thumbnails now show up.
For New Version:
You will not find the file “thumbnail.inc.php” instead you will find the file “gd.thumbnail.inc.php” which is located in the same location “/wp-content/plugins/nextgen-gallery/lib/thumbnail.inc.php” . You just need to edit this file.Search for
// @ini_set(‘memory_limit’, ’128M’);Change it to
@ini_set(‘memory_limit’, ’128M’);Now you are done, just save and upload the file.
Note that as well as the thumbnail when the gallery is associated with generating a new page it creates a number to the page although that doesn’t show up in the multi-site blog pages list. You can also manually create a page and insert the new gallery however the slide thumbnails will not show as a they are not generated.
Forum: Installing WordPress
In reply to: Upgrade to 2.6 from 2.5 Database OK Blog will not DisplayI resolved this. I checked in settings and reset the blog to point to the index.php file in the blog directory. I found the blog then worked from that directory. I then edited the index.php and put the edited version in the root directory.
Resolved!