faina09
Forum Replies Created
-
Forum: Plugins
In reply to: [WPF-jqGrid] CRUD enhancementHy Anthony. Sorry my site is down in the last few hours. I just developed this first very basic functionalities. What are your needs? You can reach me by email stefanocotterliATgmail.com
Forum: Plugins
In reply to: [WPF-jqGrid] CRUD enhancementThe plugin is very basic; I planned to develop more features that in this moment can be done only in a tricky way.
To allow editing specific fields you should set the others as read-only. that means to specify in ‘custom fields formatting’ read only for any field.
To change the colors I suggest to use a different jquery thema: http://jqueryui.com/ and copy it in the themes dir of the plugin
You can disable delete for all the rows of the table but I should implement a shortcode optionForum: Plugins
In reply to: [WPF-jqGrid] Error while setting upReally sure your MySQL server is up and running? Do the other wordpress pages work correctly?
Forum: Plugins
In reply to: [WPF-jqGrid] Add data to the tableIt is possible to build a jscript code that send a json formatted record directly to the jQGrid backend.
This is not implemented in the plugin.
You should refer to jQGrid samples and doc: http://trirand.com/blog/jqgrid/jqgrid.htmlForum: Plugins
In reply to: [WP FEvents Book] Features requests :-)sorry there is a misunderstanding. A not-logged-user can VIEW the event, but can NOT partecipate, because the plugin is integrated with WP native user management, that is the user name and other details (email etc) cannot be enter directly but are grabbed from existing WP users database.
If you need this feature I can consider to implement it but it is not currently planned.Forum: Plugins
In reply to: [WP FEvents Book] Translation not showing upPlease send to me your translation, I’ll integrate it in a new release in few minutes. Follow my profile info for an email
Forum: Plugins
In reply to: [WPF-jqGrid] No Data DisplayVersion 0.09 released, hope this fix your issue.
Forum: Plugins
In reply to: [WPF-jqGrid] No Data DisplayYes, his is a BIG help and means there is a weakness in my code. I’ll fix it this evening, stay tuned!! Thanks for the debug and sorry for the issue
Forum: Plugins
In reply to: [WPF-jqGrid] No Data DisplaySorry for the delay answering, I do not know why but I am not notified of new support requests!!
The problem is surely in the jscript generated, because as you correctly pointed if the header are displayed the table is correctly accessed, and the shortcode is right.
Please send to me the source code or inspect it with firebug or a similar code and let me know!Forum: Plugins
In reply to: [WP FEvents Book] Max users allowed to subscribeWhen the Max users allowed is reached the ‘Book’ button tuns into ‘Book NOT POSSIBLE; max number reached!’.
What other advertise do you need? A warning email to admin?Forum: Plugins
In reply to: [WPF-jqGrid] USAGE, TEST, SUPPORT and LANGUAGE1. The shortcode to insert in a post or a page is described at point 6 of ‘installation’:
Use a shortcode like [wp-fjqgrid table=’wpf_jqgrid_sample’ idtable=1 caption=’name to display’ editable=true] in any page or post to display a CRUD for the table!2. sorry I do not understand your question
3. All the DB table’s field are set as headers. If you want NOT to display any you must specify them in WP_FjqGrid Configuration a custom field formatting. E.g. if you do NOT want to display the filed ID in the table wp_fjqgrid_sample you must write:
wp_fjqgrid_sample::ID::hidden:trueForum: Plugins
In reply to: [WPF-jqGrid] New to PluginIf the columns header are displayed this means that the plugin is correctly accessing the db table.
Are you sure that actually exists data to be displayed?
Try to insert a row….Forum: Plugins
In reply to: [phpgrid] GREAT!! How search and edit table?As I received no answers, I developed my own plugin based on jqGrid:
http://wordpress.org/plugins/wp-fjqgrid/Forum: Plugins
In reply to: [WPF-Login] Hide lost password linkThere is an issue saving the values: the pluging reports a failure also if the options are simply not changed!
Please try to save “Hide the ‘Lost your password?’ link?” NO and then again YES, and let me know: it should work.Forum: Plugins
In reply to: [WP FEvents Book] PROBLEMSorry for the delay answering, it seems that sometimes new support requests do not generate an email to the owner.
Can you please inform here about the WP an PHP versions you currently uses?