Frequently Asked Questions

Login
Q: How come that I cannot login
A: If you were a member of the old site, please try all lower case for user name. If you still can’t login, you may need to request for a new password.

Events
Q: How to add an event?
A: Very easy, you can find a detailed guide about adding an event here.

Split post
Q: How to split a long post?
A: From “Visual” editor, position your cursor where you would like to split and click “Split post” button. (see image below)
Split post click image to enlarge

Pasting from Microsoft Word

Q: How to paste from Microsoft Word?
A: Select the text from your Microsoft Word and Copy

1. From “Visual” editor, click “Show/Hide Advance Toolbar” button
Advance Toolbar click image to enlarge
2. From Advance Toolbar click “Paste From Word” button. Small window will pop-up
Paste from wordclick image to enlarge
3. Now you can paste them inside using keyboard shortcut key “CTRL+V” or simply right click inside the text box and “Paste”. Click “Insert” button and now you’re ready to publish.

Countdown
Q: How to add countdown/off timer in a post?
A: Change the editor from Visual to Code and insert the code below anywhere you like, you need to change the ENTER_DATE_HERE part.

<!–afdn_countdownTimer_single(”ENTER_DATE_HERE”)–>

Example: Countdown till noon of December 25, 2012 in the Philippines, replace ENTER_DATE_HERE with 25 december 2012 12:00:00 +0800. Remove time if it is not required.

This code <!–afdn_countdownTimer_single(”25 december 2012 12:00:00 +0800″)–> displays:
52 months, 24 days, 18 hours, 55 minutes, 25 seconds

This code <!–afdn_countdownTimer_single(”25 december 2012″)–> displays:
52 months, 24 days, 6 hours, 55 minutes, 25 seconds

Image overlay
Q: How to display overlay images on the current page?
A: It is cool because it keeps users on the same page. Clicking to view an image and then having to click the back button to return to to the previous page is bad for continuity (and no fun!).
Edit your post, default editor is visual, change it to code. If you think it is complicated, comment your post and I shall add the code for you.

* Add rel=”lightbox” attribute to any link tag to activate the lightbox.
Example: (Basically, this is all you need)
<a href=”img1.jpg” rel=”lightbox” title=”my caption”>thumbnail1</a>

Optional: Use the title attribute if you want to show a caption.

* For image set you need to add rel=”lightbox[roadtrip] attribute to any link tag to activate the lightbox.
Image set example:
<a href=”images/image-1.jpg” rel=”lightbox[roadtrip]” title=”my caption”>image #1</a>
<a href=”images/image-2.jpg” rel=”lightbox[roadtrip]” title=”my caption”>image #2</a>
<a href=”images/image-3.jpg” rel=”lightbox[roadtrip]” title=”my caption”>image #3</a>

Video
Q: How to embed a video?
A: You can read it here