LostInNetwork
Forum Replies Created
-
Forum: Plugins
In reply to: Add several (think 70) posts to a category at a time?I found a plugin called “Manageable”. It is not quite what I was looking for, but at least it made the task a lot faster.
Forum: Installing WordPress
In reply to: No admin interface after upgrade to 2.6.1.PARTIAL SOLUTION
I commented out line 1428 of wp-includes/widgets.php:
// wp_widget_text_register();Now my site functions – with two exceptions.
– no text widgets
– scandinavian characters are still replaced with garbage.QUESTIONS
1) so, what is wrong with my text widgets? This error happens even with all the plugins disabled and the default theme as active. I suspect that there is something invalid in the options table (for text widgets) in my database. How can I correct that? What is the correct format? Can I just empty that field in phpMyAdmin?
2) How do I get these å, ä, ö back? More specifically, I want to do this correction:
ä -> ä
ö -> öThank you
Forum: Installing WordPress
In reply to: No admin interface after upgrade to 2.6.1.The problem seems to be at:
function wp_widget_text_register() {
…
foreach ( array_keys($options) as $o ) {I have double quotes and HTML code in my text widgets (to insert images etc). Could this cause some trouble while reading the options, even if the text widget would not be in use?
Forum: Installing WordPress
In reply to: No admin interface after upgrade to 2.6.1.If I restore the WordPress files (overwrite using sftp transfer) and then run upgrade.php I can successfully go back to 2.5.1
The upgrade path seems blocked for now, though.
Forum: Installing WordPress
In reply to: No admin interface after upgrade to 2.6.1.All the plugins had been disabled and the default theme was in use.
After the upgrade
– these error messages (re)appeared
– scandinavian characters were replaced with some garbage (two chars)Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Adding a thousend picsCan you not create an empty gallery and then upload the images using Winscp for example? Then just ask NextGen Gallery to fetch images from that gallery directory… I have done that; not with a thousand images, though.
Forum: Plugins
In reply to: Alternative to Disclose-Secret plugin?I was referring to the admin panels: I feel that it is confusing to have both:
– Groups -> Blog/Section/Object Roles
and
– Roles -> Blog/Section/Object RolesShould the latter three be Users -> Blog/Section/Object Roles instead?
There is something slightly unintuitive in how the menus are constructed. To me at least.
I need to open each menu, study them and memorize them. The menu names are not so helpfull. Especially as “Realms” and “Scopes” and such terms are not familiar to me. (no, I’m not a native neglish speaker).
Forum: Plugins
In reply to: Alternative to Disclose-Secret plugin?Hmm…
Adding “Read private pages” capability to some group does NOT affect the wp_list_pages output 🙁
Even if a subscriber is now capable of viewing private pages, those pages are not show in the wp_list_pages output after logging in. One needs to access them by direct url. Strange.
Same problem with privacuPlus, though. Maybe this is a wp 2.5.x bug?
Forum: Plugins
In reply to: Alternative to Disclose-Secret plugin?Oooooo! I like what I see. What a great plugin this is. Just perfect for my privacy needs. All of them. And more. I guess there is no task too complicated for this plugin to manage.
The amount of menus/submenus and settings is a bit intimidating at first sight, though. This plugin would benefit from step-by-step instructions for a set of common tasks – and a few more advanced examples.
There is one strange UI feature or bug:
Only when I click “Users”, will the Groups and Roles menus become visible. Is it a planned feature that these two menus are inserted into the top level admin menu once the admin clicks on “Users”, or should these two menus be placed as ordinary submenus? I would vote for placement as submenus. That would be more intuitive.
Forum: Plugins
In reply to: Alternative to Disclose-Secret plugin?Finally!
This sounds too good to be true! I will give it a try and report if any troubles would be encountered.
Forum: Plugins
In reply to: Problems downloading Gengo 2.5.1I tried to download it. Success. It took < 1 sec.
Forum: Plugins
In reply to: Has Someone hacked the WordPress.org Site?Ah, true. Wiki… What was I thinking… Sorry.
Forum: Plugins
In reply to: Has Someone hacked the WordPress.org Site?Have our passwords been compromized?
Forum: Plugins
In reply to: Has Someone hacked the WordPress.org Site?The “Getting Started” page looks like this:
== Ai.P. ==
“Working with WordPress” is empty
[stupid comment removed from here by author]
Forum: Plugins
In reply to: [Plugin: Gengo] category does not translateTemporary fix to a few problems:
The latest version of Gengo seems to be lacking the JS folder. After uploading the latest Gengo to your site, get the gengo/js folder from an older version of Gengo.
Then Gengo should work.