Calm - it's like Imma nun or something. Probably because I just woke up. Anyway, as I'm nice
as usual hahaha, I'm going to put frequently asked questions to an end today. And although I may not be great at it, I'm gonna give it a shot. Hopefully these codes help you in some way! :)
ArchivesBy month:[BloggerArchives]
[a href='[$BlogArchiveURL$]'][$BlogArchiveName$][/a]
[/BloggerArchives]By post titles(shows 10):[BloggerPreviousItems]
[a href="[$BlogItemPermalinkURL$]"]
[$BlogPreviousItemTitle$]
[/a][br]
[/BloggerPreviousItems]Drop list select thing(by month):Sorry I don't know what its named but it's a drop list that you can select from. Compact.
[select name="ArchiveMenu" onChange="location.href=this.options[this.selectedIndex].value;"]
[option value="/"]Archives by month[/option]
[BloggerArchives]
[option value="[$BlogArchiveURL$]"][$BlogArchiveName$][/option]
[/BloggerArchives][/select]Drop list select thing(by post):[select name="ArchiveMenu" onChange="location.href=this.options[this.selectedIndex].value;"]
[option value="/"]Achives by posts[/option]
[BloggerPreviousItems]
[option value="[$BlogItemPermalinkURL$]"][$BlogPreviousItemTitle$][/option]
[/BloggerPreviousItems][/select]Note! Please remember to change the
squared "[ ]" brackets to
angled brackets(ctrl + ./,).
I can't type out the angled brackets here, it would be considered as a code and disappears. So, yep.Comments[BlogItemCommentsEnabled]
[a href="[$BlogItemCommentCreate$]"
[$BlogItemCommentFormOnClick$]]
[$BlogItemCommentCount$] comments[/a]
[/BlogItemCommentsEnabled]Note! Please change the
squared "[ ]" brackets to
angled brackets(ctrl + ./,).
To have a pop-up window, which in my opinion is the best,
1. Go Settings ~ 2. Under settings, go to comments ~ 3. Under comments, select show comments and select pop-up window at the comment form placement.Please place this code within the [blogger]
place the codes here[/blogger], so that the comments will be about the particular post and not the entire blog as a whole.
Follow my blog link[a href="http://www.blogger.com/follow-blog.g?blogID="]follow my blog[/a]Note! See the url? At the blogID=" section, please insert your own blog ID. For example:
[a href="http://www.blogger.com/follow-blog.g?blogID=123456789"]
How to find your own blog ID? From your dashboard, you can click template and from your browser's address bar at the top, you will be able to find it.
Please change the
squared "[ ]" brackets to
angled brackets(ctrl + ./,).
Disabling right clicks[script language=JavaScript]
[!--
//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// --]
[/script]Note! You have to place this code below your [head] tag.
Please change the
squared "[ ]" brackets to
angled brackets(ctrl + ./,).
LinksNormal:[a href="http://yourlinkhere"]name[/a]
Opening in a different page:Place
target="_blank" within your link codes. For example:
[a href="http://yourlinkhere" target="_blank"]name[/a]
Note! Please change the
squared "[ ]" brackets to
angled brackets(ctrl + ./,).
Remember to insert
http:// before entering the web url.
-
That's all I can remember. Anyway, please please please remember to change only all the
squared "[ ]" brackets to
angled brackets(ctrl + ./,). The
italic words with a different color are the codes that should be copied. Last time, I think I kinda missed out one of them and my codes went haywire - you wouldn't want that to happen to you, so be careful. :)