faina09
Forum Replies Created
-
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] i18n language supportI have improved my translation and modified the plugin code to include almost all the messages, but still I do not know where to send my files!
@joschi81 you seems to be rigth, but many sentences in the plugin simply do not use gettext(). I fixed this. If you want can sent your translation to me for a check, and/or I can send you my modified pluginForum: Plugins
In reply to: [qTranslate] my plugin not translatesProbably solved using the .mo/.po files in wp-content\languages provided by original wp 3.6 Italian distribution, NOT the Gettext grabbed by qTranslate!
Forum: Plugins
In reply to: [Simplr Registration Form Plus+] i18n language supporthow can I send it to you? my email is [redacted]
As previously reported, I solved the problem, so I have no longer a sample to submit. I can just note the the solution was “Reset all options to a default settings” and that a symptom is that “Gallery settings” menu page shows no headers.
Of course I receive ALL other emails, included the TEST mail from this plugin, but NOT the delivered newsletter. And the plugin says ‘mails send’
the solution was simple but ell hidden and would be described s part of the upgrade process! Just go to Gallery->Other options->Reset & Uninstall and click “Reset all options to a default settings”
No choice: you have to reprogram all your options, since 2.0 opts seems to be NOT compatible to 1.9
Good luck!It’s incredible!! A so used plugin, once so great, and now it’s more that a week that NOTHING is working and no patch is available!!
Forum: Plugins
In reply to: [phpgrid] installing phpgridthe instructions are misleading! You need to CREATE a lib folder under plugins\phpgrid AND copy the ontents of the zip distribution file from phpgrid.org INTO plugins\phpgrid\lib
Forum: Plugins
In reply to: [WP FEvents Book] Please add time to event dates valuesAfter some tests, I decided not to add this feature: the ‘Event date’ and ‘Expire date’ are free text, it is possible but not mandatory to compile the second using standard British date.
From ver 0.28 is possible to personalize the warning modifying css:
.wpfevent_table .expirewarn {font-weight: bold;}
.expirewarn span {font-weight: bold;color: red;}Forum: Plugins
In reply to: [WP FEvents Book] How to highlight the warning about the expiration date ?ok, try ver 0.28
= 0.28 =
* link to invite subscribers to log in (wp-login.php)
* expire date css
and customize in style.css:.wpfevent_table .expirewarn {font-weight: bold;} .expirewarn span {font-weight: bold;color: red;}Forum: Plugins
In reply to: [WP FEvents Book] Can you please add a link to invite subscribers to log inok, try ver 0.28
= 0.28 =
* link to invite subscribers to log in (wp-login.php)
* expire date cssForum: Plugins
In reply to: [WP FEvents Book] Can you please add a link to invite subscribers to log inok, good idea! I’ll include it in the next revision.
Forum: Plugins
In reply to: [WP FEvents Book] How to highlight the warning about the expiration date ?No sorry! I’ll add a css style on the warning in the next version.
You can you the CSV file for a mailmerge print using a wordprocessor, the layout will depend on your needs.
Forum: Plugins
In reply to: [WP FEvents Book] Great plugin, could I ask…To use shortcode inside a widget try using:
http://wordpress.org/plugins/shortcodes-in-sidebar-widgets/
probably you have to do some work whit css to display properly.Forum: Plugins
In reply to: [WP FEvents Book] Great plugin, could I ask…May be my tests cover not all :(.
Did you get a warning only or a blocked error?
Can you post the php version you use?
About Text widget is not actually possible to use the shortcodes inside them. I’ll post more info about this….