LostInNetwork
Forum Replies Created
-
Forum: Plugins
In reply to: Plugin: post photo-gallery with lightboxThis?
http://www.huddletogether.com/projects/lightbox2/Or do you need to email images to this?
Forum: Plugins
In reply to: Plugin: post photo-gallery with lightboxForum: Plugins
In reply to: Does anyone know if this plug-in exists?Create a “recommended” category, with subcategories and place the recommended items there as posts. There’s also a “rate post” plugin that allows one to assign stars to posts…
Forum: Plugins
In reply to: Most trouble free editor with good support for tables? (wysiwyg capable)Btw, FCK breaks Event Calendar 3 event editor… At least in my system… Don’t know why…
Forum: Plugins
In reply to: Most trouble free editor with good support for tables? (wysiwyg capable)I need online editing, ie. no “clients”.
Thanks for the fck-link.
Does anybody have any other suggestions?
Forum: Plugins
In reply to: Your Opinion For Event CalendarEventCalendar3 is good. I haven’t tried any other, though.
Forum: Fixing WordPress
In reply to: How to add “All caterories” to the category list in sidebar?If was actually “&optionall=0&all=string”
Now I found this:
“Note: This feature no longer works in WordPress 1.5.x and 2.0 but is slated to be added back at Version 2.1.”
Looks like I need to learn PHP real fast 🙁
Forum: Fixing WordPress
In reply to: How to add “All caterories” to the category list in sidebar?Is it something like this that I need to do?
<?php wp_list_cats(‘sort_column=name&optioncount=1&hierarchical=0&optionall’); ?>
Forum: Fixing WordPress
In reply to: How to add “All caterories” to the category list in sidebar?(and yes, I know about the back space key, but not all my readers do)
Forum: Fixing WordPress
In reply to: How to add “All caterories” to the category list in sidebar?Why? Because the category list is in the sidebar (right, middle) but the index tab is on the upper left hand side corner in a tab. If one chooses one category, then the “undo” requires an awfull lot of pointer travel. I want easy switching between one category and “all categories”.
Forum: Fixing WordPress
In reply to: Post topic only in categories and not in front pageI would appreciate that too. I don’t want to see event posts on the front page after the event has ended. So, an end date for the publishing on the “front page” would be very nice.
Joomla can do that kind of thing, but it’s not WordPress…
Would “Posts Expire” work?
http://wunder-ful.com/wordpress-plugins(I haven’t tested it – I don’t know what it does to expired posts)
Forum: Everything else WordPress
In reply to: Translating plugins. Gettext. Po-files.Ok, so I translated the names of the event calendar widgets… I had to go to Presentation –> Sidebar Widgets and drag the calendar and event list back to the sidebar.
Works nicely.
Now I can see how studip the translation looks… need to fine tune…
Forum: Everything else WordPress
In reply to: Translating plugins. Gettext. Po-files.(edited)
Oh no. The plugin is gone.
I uploaded my ec3-fi_FI.mo to that ec3 plugins gettext directory. I then created a wordpress/languages directory and copied the mo there (needed?) and changed the wp-settings.php (WPLANG to fi_FI).
The plugins backend is now properly translated, but the widget is gone from the sidebar…
Forum: Everything else WordPress
In reply to: Translating plugins. Gettext. Po-files.It is highly annoying though, that I do not know what the problem actually was.
I fear that some day I notice that – oops – I have ten megabytes of text in the wrong character set…
Forum: Everything else WordPress
In reply to: Translating plugins. Gettext. Po-files.Problem solved.
PROBLEM
I tried to edit the po-files with visual editor (vi) in a SSH session. Bad choice.
The remote system with the po-files and the vi editor was running Debian (probably UTF-8, but how could I know…)(no xgettext there, and no root/install access).
The local system had Windows Vista, and Putty was set to interpret characters as ISO-8859-1, if I remember it correctly. I at all looked good. Looked… There was some character set matching problem that my fine editors and terminals did not show…
This resulted in text files with “invalid multibyte sequence” (all the national, non-ascii, characters). I downloaded these po-files to Windows (poEdit could not convert them to Unicode) and to Ubuntu (invalid multibyte sequence).
SOLUTION
I gave up using vi, and loaded the pot to Windows and ran poEdit. Success.