maxibaut
Forum Replies Created
-
Forum: Plugins
In reply to: [Booking Calendar] do I really need all the css files?I put the print_js_css code up in the script and got errors who are normal in my opinion. missing stuf. Not important, I was playing around.
leave it. I wait for your team to implement the feature. Will be a great Yslow solution, as 4 css and styles will no longer load.
Forum: Plugins
In reply to: [Booking Calendar] do I really need all the css files?I know what you mean, but I already tested it with a print statement.
I will wait for you to put in the code.
I did move it up in the script for testing and it worked, but allong came the errors also.
Forum: Plugins
In reply to: [Booking Calendar] do I really need all the css files?Hi,
This is my page:
http://www.fermeduchateau.be/vrije-periodes/
The calader is on the left side as a widget.I changed the wpdev-booking-class.php
function print_js_css($is_admin =1 ) {
if ( (! $_SERVER[‘REQUEST_URI’] == ‘/vrije-periodes/’) ) {
return;
}the page next to it contains reviews from people who visit us.
On that page the booking code is also visible
http://www.fermeduchateau.be/gastenboek/ps: this could be a standard feature, it would be a big plus vs other calanders.
Forum: Plugins
In reply to: [Booking Calendar] do I really need all the css files?thx for the fast answer.
I installed it, checked it with a print screen to be sure of the output, but all pages still have the booking sc. & sty. on their page.
Could it be because I’m using the calender as a widget?
Forum: Plugins
In reply to: [W3 Total Cache] Fatal error: Call to undefined function w3tc_button_link()thanks
Forum: Plugins
In reply to: setting time before user expires?Thx Carla, but no.
I need this for a hostel where people do a booking for a specific period. The expiredate should then be set to “sleeping day + 1”. It doesn’t matter how long the are user on the forum, but the day after they came at the hostel, they should be out of the forum.
It’s a shame I’m no php writer, but as sql-expert, I would say,
-create a new table that holds the user-id and expire_date
-run trigger daily to see if today > expire_date
-update blocked field in the user_table.Forum: Plugins
In reply to: setting time before user expires?In drupal, this is a very simple item. I would never have the idea that this is not in the code.
strange.
Forum: Fixing WordPress
In reply to: Hiding “posted on.. by…” in posts (Twenty-ten)Good topic question. Great answer to the problem.
This CSS update worked fine for me.Thank you very much.