nurbs65
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] Search with URL on Admin PageOk, I understand .. no problem.
Thank you.
Forum: Plugins
In reply to: [Participants Database] Input Date is not correctIt works, you were right. :-).
Here is the solution. I add the functions.php with the following code:function op_fix_timezone() { date_default_timezone_set('Europe/Berlin'); } add_action('init', 'op_fix_timezone', 1);Now it works and I am happy.
Thank you, for your helpful support and the great plugin.Forum: Plugins
In reply to: [Participants Database] Input Date is not correctThe global timezone is correctly set. Is it possible, that an old options value is not up to date? I want to sure, when I install the plugin again that no options value is set. How can I find all participants database option values in the wordpress table präfix_options and delete the entries for a new clear installation? Does this make sense?
Forum: Plugins
In reply to: [Participants Database] Input Date is not correctUsed PHP Version 5.4 – Run PHP as FastCGI-Application
Forum: Plugins
In reply to: [Participants Database] Input Date is not correctSame problem if I disable all plugins except Participants Database.
Forum: Plugins
In reply to: [Participants Database] Input Date is not correctI have the plugin new installed with the default data. I have added a new date field. When I save the record the date will every time changed. .. It is as before.
I do not know what happened. Everything is standard. Do you think that it may be possible that we have a confilct with another plugin? I am the only one who has these problems?
Participans Database is a great plugin and you did a very good work.
Please, please help me.Forum: Plugins
In reply to: [Participants Database] Input Date is not correctI think you’re right. Nevertheless, I’ll try a reinstallation with a new data import. Otherwise I have no way. Maybe it runs. If it works then I will write this here again. Thank you for your help.
Forum: Plugins
In reply to: [Participants Database] Input Date is not correctThis happens each time if you save the record. All date fields will be changed. What do you thing should i do? Reinstall?
Forum: Plugins
In reply to: [Participants Database] Input Date is not correctHi Xnau,
thank you for your fast answere. I don’t know whats wrong.
I checked the timezone setting in my wordpress installation and on php settings in the hosting control panel. Both values are set to timezone Berlin.
I also noticed that when i change a second date field then the first date field will also changed, this by using different field names. I used 70 fields in 12 groups. Is this to much for the participants database?
My site is still under construction. Something is wrong with the date fields.
Forum: Plugins
In reply to: [Participants Database] Upload path after update not correctlyIt works!
Thank you for your fast support. I am happy.
Best wishes from Frankfurt in Germany.
Forum: Plugins
In reply to: [Participants Database] Upload path after update not correctlyThank you for your fast answer.
I try it with “/” at the begining and the result ist the same. The image will not displayed.If I examine the page code i get the path:
http://www.myweb.de/wp-content/uploads/participants-database/xyz.jpg
but the upload path must be:
http://www.myweb.de/xyz/wp-content/uploads/participants-database/xyz.jpgIn my WordPress configuration I defined http://www.myweb.de/xyz as WP Root and only http://www.myweb.de as website address.
Perhaps it is, you use the website address instead of the WordPress address?
Maybe anyone can confirm my request?
Forum: Plugins
In reply to: [Participants Database] Image size in the BackendI use the Firefox object inspector. I don’t find the overriding class. I know, it’s no clean solution, but I will change the value in participants-database.css. And next time I have to remember me, to do this again.
It’s also possible that I can find the solution. For your support, help and the plugin I am very thankful.
Thank you very much.
Forum: Plugins
In reply to: [Participants Database] Image size in the BackendI found no other rule that overrides this class.
I have no idea what’s the reason is.
Forum: Plugins
In reply to: [Participants Database] Image size in the BackendThat doesn’t work. The selector is an id. Here is the HTML code:
<td id="pdb-foto"> <input type="hidden" value="4194304" name="MAX_FILE_SIZE"></input> <input type="hidden" value="xyz.jpg" name="foto"></input> <div class="pdb-upload"> <span class="image-field-wrap basename pdb-image image-field-wrap"> <img src="http: ...."></img> <span class="image-filename"></span> </span> <input type="file" value="xyz.jpg" name="foto"></input> <span class="file-delete"></span> </div> <span class="helptext"></span> </td>I tried various ways. I do not know, how can I select the class object “image-field-wrap”. The image size should be valid only for this participants site and not for all images.