af3
Forum Replies Created
-
Forum: Networking WordPress
In reply to: NEXTPAGE not working with multisite?ipstenu – thx for ur inputs; i mistakenly selected a different post template in the dropdown.. it didnt have the wp-list-pages 🙂 closing this.
Forum: Networking WordPress
In reply to: NEXTPAGE not working with multisite?Ughh… darn it. this is on the main site. not sure what happened, it stopped working after i activated multisite, no new plugins, themes etc. any suggestions are appreciated. thx
Forum: Plugins
In reply to: [Plugin: Lazyest Gallery] Apostrophe in folder name breaks the galleryJust to share – if you are using FB Share — the thumbnail for the FB share post will not appear if your folder has spaces, easy solution is to keep the folder name with no funny characters (specified using <link rel=”image_src” type=”image/jpeg” href=”…”>)
Forum: Plugins
In reply to: [Plugin: Fotobook] Loading…. indefinitelyouch.. now its loading and stops at 33%
any ideas?Forum: Fixing WordPress
In reply to: Error on IE8 webpage related to jqueryThanks! That actually got me past that error!
Now the next error is:Message: ‘attr(…)’ is null or not an object
Line: 96
Char: 4
Code: 0
URI: /themes/smells-like-facebook/script.js?ver=2.9.2Hmm still googling trying to fix this… any idea?
Forum: Fixing WordPress
In reply to: Error on IE8 webpage related to jquery@kpelto — sorry, i meant i’m using the same theme smells like fbook. what element what that error referring to?
Forum: Fixing WordPress
In reply to: Error on IE8 webpage related to jqueryjackyah — did u manage to pinpoint where was the error and the fix? I’m using the same time and getting the same error msg.
Pls share. thanks
Forum: Plugins
In reply to: [Plugin: WPBook] problems with posting comments from facebookSeems like the upgrade to wp2.9.2 breaks wpbook to display the comment form in facebook; no issue when using wp2.9.1 earlier i.e. the comment_template() is returning empty when the rest of the post contents are shown — see http://donateyourjunk.com and http://http://apps.facebook.com/donateyourjunks/
Forum: Plugins
In reply to: [Plugin: WPBook] Image in post doesnt appear in facebook post.Hi, you were right!
What I did what to actually add the absolute path to timthumb.php in the WPBook default index.php. It’s working now.Not sure if this is the best approach tho’ 🙁
Forum: Plugins
In reply to: [Request] NextGen Gallery Facebookalex, can you consider adding fotonotes.com to nextgen? this would be a really useful feature. thanks & wishing
Forum: Plugins
In reply to: [Plugin: Fotobook] Loading…. indefinitelydoesnt work for me.. the backend option shows just empty page — conflicting with facebook connector plugin — how to fix this? thanks
Forum: Plugins
In reply to: Booking Calendar suggestionjust added an extremely crude way to email approved booking on the costs for item (2) above .. see below.
foreach ($result as $res) { $mail_body = $res->user_name . ', your reservation to stay at XXX on these dates: '.get_dates_str($res->booking_id).' has been approved.<br /><br />'; // calculate the number of days which is separated by dots; $days_num = substr_count(get_dates_str($res->booking_id), '.')/2; if ($days_num < 30) { $myrate = $days_num * 120; $numweek = 'less than a month'; $mail_body .= 'You are staying for '.$days_num.' days, which is '.$numweek.'. The lump sum rate for the whole duration is $'.$myrate.'.00 apartment charges only. <br /><br />Your invoice and leasing agreement will be emailed separately and we request advanced payment for the total amount.<br /><br />The invoice, methods of payment and rental agreement will be emailed to you shortly.<br /><br />Thank you.'; } elseif ($days_num < 90 ) { $myrate = $days_num * 55; $numweek = 'less than three months'; $mail_body .= 'You are staying for '.$days_num.' days, which is '.$numweek.'. The lump sum rate for the whole duration is $'.$myrate.'.00 apartment charges only. <br /><br />Your invoice, methods of payment and leasing agreement will be emailed separately. Take note that we will require a 50% advanced payment.<br /><br />We shall be contacting you soon.<br /><br />Thank you.'; } else { $myrate = $days_num * 45; $numweek = 'more than 3 months'; $mail_body .= 'You are staying for '.$days_num.' days, which is '.$numweek.' and considered leasing the apartment for a long-term basis. <br /><br />Your monthly rental details as well as a leasing agreement will be emailed separately.<br /><br />We shall be contacting you soon.<br /><br />Thank you.'; }Forum: Plugins
In reply to: Booking Calendar suggestion5. Ability to display ranges of dates of booking in the email (rather than each separate dates) i.e. Sep 1st – Sep 4 2009; and not 1/9/2009,2/9/009,3/9/2009,4/9/2009
Forum: Plugins
In reply to: Booking Calendar suggestion4. Ability for user to select the whole month in one click (rather than clicking the days one by one).
Forum: Plugins
In reply to: Booking Calendar suggestion1. I support this feature i.e. to set a minimum one week blocking i.e 7 days from the first day selected.
2. Second request is to be able to include cost of the booking in the approval email.
3. Paypal integration to pay the rental / deposit.