miharix
Forum Replies Created
-
Forum: Plugins
In reply to: [Donation Can] [Plugin: Donation Can] BrokenCould you plese describe lite more like step-by-step, how did you fix the Widget on non English page ?
Thanks!
Forum: Plugins
In reply to: [Donation Can] [Plugin: Donation Can] How this plugin works?Hi
I want to use this plugin on ours school website,
but I’m not so sure if our donators trust papal
so I have a weary noob questions about paypal pricing:1. If we don’t get any donation (0.000€) we still have to pay ($0.30)?
2. what are the cost for a business to register? (same as for normal buyer?)
3. what are the cost for a business to UN-register?Forum: Plugins
In reply to: [custom tables] [Plugin: custom tables] Filter by date fieldIn the page I have only
[wctselect id="5" field="razred" maintext="Razred"] [wctselect id="5" field="nadomesca" maintext="Nadome??a" ] [wctable id="5" filter="datum >= 'time()-1d'"]
the fields “razred” and “nadomesca” are type varchar(32)
the field datum is type datethe filter on table works so in this moment the table displays empty. this is correct because all entry in field “datum” are older than today.
but both the wctselect drop downs contain all the values of the table (if the filter would apply they shouldn’t display anything like the wctable)
Forum: Plugins
In reply to: [custom tables] [Plugin: custom tables] Filter by date fieldYes & No
The custom tables -> table name -> view setup -> table setup those red and blue buttons (table,link,kategory…) are back and working ??
but the [wctselec … isn’t
it shows all values & (counts) but the table is today empty (all dates are older)
Forum: Plugins
In reply to: [custom tables] [Plugin: custom tables] Filter by date fieldit’s some how not working in my case:
[wctselect id="5" field="razred" maintext="Razred"] [wctselect id="5" field="nadomesca" maintext="Nadome??a" ] [wctable id="5" filter="datum >= 'time()-1d'"]
Im Using WrodPress V3.3 and custom tables V2.6.0
I thing the WP3.3 is the problem because when I do
custom tables -> table name -> view setup -> table setup
it seems that those red and blue buttons (table,link,kategory…) are gone :/Forum: Plugins
In reply to: [custom tables] [Plugin: custom tables] Filter by date fieldgreat info & it’s working many thanks
just one more tiny question.
wctselect isn’t supporting filters?[wctselect id="5" field="razred" maintext="Razred" filter="datum >= 'time()-1d'"]
Forum: Plugins
In reply to: [custom tables] [Plugin: custom tables] Filter by date fieldI’m probably doing something really stupid…
I’m putting this in my page:
[wctable id="5" filter="SELECT * FROM wp_wct5 WHERE datum >= 'time()-1d'"]
result none (WP3.3)
Forum: Plugins
In reply to: [custom tables] [Plugin: custom tables] Filter by date fieldTo be more clear what Im trying to do.
Filter the display of values to be like this SQL:
SELECT * FROM
wp_wct5WHERE datum>=NOW()
but can’t find the example how to do this in this plugin.
Forum: Plugins
In reply to: [custom tables] [Plugin: custom tables] Dates and EmailsFor me it’s working like this:
[wctphp]strftime(“%A, %d.%m.%Y”,'{datum}’)[/wctphp](the string ‘datum’ is the field name type date.)