LostInNetwork
Forum Replies Created
-
Forum: Plugins
In reply to: NextGen Gallery ProblemIn IE6?
How does it look in Firefox, Opera, IE7?
Forum: Plugins
In reply to: ‘Category Visibility’ PluginTry the Category Access plugin: http://www.coppit.org/code/
That is what I am using now, after Category Visibility broke.
Forum: Plugins
In reply to: Hide sidebar on certain pages?You could copy wp-content/themes/your_theme/page.php into page_no_sidebar.php and then remove the <?php get_sidebar(); ?> tag from this page template. Also remember to name this template by adding the required comment lines at the top of the file. I don’t remember all the details.
When you create/edit a page, choose this template.
Forum: Plugins
In reply to: Colossal Language ProblemGengo + language files (*.mo) will do what you want.
yourdomain.com/en
yourdomain.com/es
yourdomain.com/de
…and translated menus
You can get the polyglot flags and use them in hyperlinks to these languages in the header (or you can use the language chooser widget or let Gengo guess the best language depending on browser preferences).
I can login at wp-multilingual.net and set MY admin language in my admin panel. I have not tested displayed language – admin language correlation, though.
Just make sure that your plugins are compatible. Some have a problem, but can be easily corrected. Here: http://wp-multilingual.net/download-gengo/compatibility/en/
Forum: Plugins
In reply to: Colossal Language ProblemFirst of all you will need the language files (*.mo) for each of these languages. Place them in wp-includes/languages
Read this: http://wp-multilingual.net/2006/11/30/howto-localise-wordpress-and-gengo-part-1/en/
Forum: Plugins
In reply to: Restric admin login by IP/network?“iptables is free”
once you pay for a virtual server.
– webhotell –
.htaccess is not aware of the username. I can restrict login access and/or admin access by ip, but I cannot instruct apache to allow admin-account logins from net1, and other power user accounts from everywhere.
Oh well, maybe I just need to rename admin to someting else then.
Forum: Plugins
In reply to: Music in every post.You want the music inside each post and yet the playback controls somewhere else? What happens when the page displays five posts and you press play?
Could you embed it in html somehow?
Forum: Plugins
In reply to: FCKEditor not showing in PluginsFCKeditor is an editor written in Javascript(?) and it can be used in several web applications. WordPress is only one. But the editor code must be served in such a way that WordPress knows how to use it. These “wrappers” just make sure that the thing is visible as a plugin and that it is run in the “correct place” in WordPress.
Now, if you don’t manage to get that FCKEditor running for some reason, then you can also try TinyMCE Advanced 2.0 RC. It’s pretty sweet too.
Forum: Plugins
In reply to: FCKEditor not showing in PluginsHow many levels deep is it in plugins?
You should have plugins either in the top level plugins directory or one level deep, or else WP won’t notice them.
If your FCKEditor unzips to
/plugins/FCKEditor/something/
then it won’t work.Move it one level up.
Forum: Plugins
In reply to: Can WordPress versions 2.2.2 and higher be hacked? What to do to avoid?A lot of good advice above.
After you complete those tasks, the Bad Behaviour plugin might also be worth consideration.
Forum: Plugins
In reply to: Installing stats.php“security guidelines” … “Image Uploading” …
Well, is it not supposed to only allow uploading of images? It would be very very dangerous to allow editors and such upload some random code to the system. That is why you have the webhotels ADMIN PANEL or the terminal window + secure ftp server, SSH + SFTP.
Now go to that admin panel (it’s probably at http[s]://yourdomain.com:xxxx, where xxxx is some number), log in, locate the file manager / upload tool, upload the file, change the permissions to something like “r-xr-x—” or 550.
Forum: Developing with WordPress
In reply to: Security : Who is doing what?Also take a look at Audit Trail.
Forum: Fixing WordPress
In reply to: Dashboard in multple language!You will need a language file for arabic.
You could use Mocha (see http://wp-multilingual.net/contribute/en/) to make the translation.
I haven’t done it, though. I don’t know how the letters display.
Forum: Plugins
In reply to: Widgets won’t configureEh, this is embarrassing but…
restoring wordpress/wp-includes/widgets.php to original state solved my problem. I had been messing with that script in order to make Gengo translate the widget headers and in order to replace the “Search” -text with an image. I managed to change too many places (one too many, actually), and broke the widget editing. A few rollbacks, and now I have no problems anymore (but I still have the new features I added).
I also detected that the “js-things don’t work” situation was happening in this widgets-admin panel ONLY. Hence, this script was the cause. No, it was not a file permission issue. It was code problem. It did not affect only the widget editing code, but it also disabled at least Admin Dropdown Menus js-code.
I would recommend a restore of wp-includes/widgets.php as a general solution.
Does this work for you?
Forum: Plugins
In reply to: Widgets won’t configureSame here. I can drag widgets to/from sidebar and rearrange them, but that little button that opens the popup windows does not work. Hence, I cannot configure my widgets.
It used to be possible – but it isn’t anymore. No WP upgrade.
Hmm, I have inserted text and hyperlinks (with images) in the text widgets…