HiveLife.com

HiveLife.com - Help

Page Title

To change you page title, in the HEAD of you Page or Guestbook add:
	
	<title> Title Here </title>

Cascading Style Sheets

To add Style Sheets to your HEAD add:
	
	<style type="text/css" > 
		Styles Here
	</style>
	
For example, if I wanted to make my BODY background-color black I would add:
	
	<style type="text/css" > 
		body{background-color:black;}
	</style>
	
For CSS Style Sheets tutorials go to HTML Goodies: CSS or W3schools.com: CSS
(also try searching for "CSS Tutorial" on Google.com)
For CSS Tags Reference go to Blooberry.com: CSS Property Index

JavaScripts

To add Javascripts to your HEAD add:
	
	<script language="javascript" > 
		Script Content Here
	</script>
	
For example, if I wanted to make an Alert box pop up everytime your page is loaded:
	
	<script language="javascript" > 
		alert("Welcome to My Page");
	</script>
	
For a Javascript Primer go to HTML Goodies: Javascript or WebMonkey: Javascript Tutorial
(also try searching for "Javascript Tutorial" on Google.com)
For a Javascript/DHTML Reference go to Microsoft DHTML Reference

Safe Tags

Safe Tags can be used almost anywhere in HiveLife. They can be used in your Blog Entries and your Guestbook Entries (if allowed).
Text and Font
[b][/b] = <span class="safe_bold"></span> [u][/u] = <span class="safe_underline"></span> [i][/i] = <span class="safe_italic"></span> [color=red][/color] = <span style="color:red"></span> or [color=#FF0000][/color] = <span style="color:#FF0000;"></span> [size=9][/size] = <span style="font-size:9px;"></span> [font=courier][/font] = <span style="font-family:'courier';"></span>
List
[list] <ul> [*] <li></li> [*] <li></li> [*] <li></li> [/list] </ul> [list=1] <ol style="list-style-type:decimal;"> [*] <li></li> [*] <li></li> [*] <li></li> [/list] </ol> [list=a] <ol style="list-style-type:lower-alpha;"> [*] <li></li> [*] <li></li> [*] <li></li> [/list] </ol>
Links
[url]http://www.google.com[url] = <a href="http://www.google.com">http://www.google.com</a> [url=http://www.google.com]Google[/url] = <a href="http://www.google.com">Google</a>
Image
[img]http://www.google.com/images/logo.gif[/img] = <img src="http://www.google.com/images/logo.gif" />
Other
[br] = <br /> [quoteblock=author]The Quote[quoteblock] = <div class="safe_quoteblock_main"><div class="safe_quoteblock">The Quote<span class="safe_quoteblock_author">author</span></div></div> [quote]Quote[/quote] = <hr class="safe_quote_bar" /><div class="safe_quote_main"><div class="safe_quote">Quote</div></div><hr class="safe_quote_bar" /> [code][/code] = <div class="safe_code"></div> [left][/left] = <div class="safe_left"></div> [right][/right] = <div class="safe_right"></div> [center][/center] = <div class="safe_center"></div> [indent][/indent] = <div class="safe_indent"></div>

Search: Boolean Mode

The boolean full-text search capability supports the following operators:

+
A leading plus sign indicates that this word must be present in every row returned.
-
A leading minus sign indicates that this word must not be present in any row returned.
(no operator)
By default (when neither + nor - is specified) the word is optional, but the rows that contain it will be rated higher. This mimics the behavior of MATCH() ... AGAINST() without the IN BOOLEAN MODE modifier.
> <
These two operators are used to change a word's contribution to the relevance value that is assigned to a row. The > operator increases the contribution and the < operator decreases it. See the example below.
( )
Parentheses are used to group words into subexpressions. Parenthesized groups can be nested.
~
A leading tilde acts as a negation operator, causing the word's contribution to the row relevance to be negative. It's useful for marking noise words. A row that contains such a word will be rated lower than others, but will not be excluded altogether, as it would be with the - operator.
*
An asterisk is the truncation operator. Unlike the other operators, it should be appended to the word.
"
A phrase that is enclosed within double quote (`"') characters matches only rows that contain the phrase literally, as it was typed.
For Examples and More Information: MySQL Manual | 13.6.1 Boolean Full-Text Searches

HiveLife Smileys

 :wink: ;-) ;)
 :smile: :-) :)
 :shocked: :o :-o
 :sad: :-( :(
 :angry: >:| :k
 :shy:
 :crying:
 :fu:
 :laugh:
 :rolleyes:
 :confused:
 :silly:
 :dead:
 :question:
 :exclaim:
 :lock:
 :heart:

HiveLife Engine Tags

<$HLuserFullName$>
<$HLuserFirstName$>
<$HLuserLastName$>
<$HLuserBirthdate$>
<$HLuserGender$>
<$HLuserCountry$>
<$HLuserState$>
<$HLuserOccupation$>
<$HLuserIndustry$>
<$HLuserExpertise$>
<$HLuserHobbies$>
<$HLuserEmailAddress$>
<$HLuserMemberSince$>
<$HLuserPageLink$>
<$HLuserMailLink$>

<$HLdefaultBlogName$>
<$HLdefaultBlogDescription$>
<$HLdefaultBlogPostOldLink$>
<$HLdefaultBlogPostNewLink$>
<$HLdefaultGuestbookID$>
<$HLdefaultGuestbookUserID$>
<$HLdefaultGuestbookName$>
<$HLdefaultGuestbookSubnote$>
<$HLdefaultGuestbookLink$>

<$HLguestUsername$>

<HLdefaultGuestbookSubmit>
	<$HLgbookSubmitTopic$>
	<$HLgbookSubmitEntry$>
	<$HLgbookSubmitSend$>
</HLdefaultGuestbookSubmit>

<HLmailSend>
	<$HLmailSendSubject$>
	<$HLmailSendEntry$>
	<$HLmailSendSubmit$>
</HLmailSend>

HiveLife Blog Tags

<HLblog>
	<$HLblogName$>
	<$HLblogDescription$>
	
	<HLblogEntry>
		
		<HLblogDate>
			<$HLblogDate$>
		</HLblogDate>
		
		<$HLblogEntryID$>
		<$HLblogDateTime$>
		<$HLblogDate$>
		<$HLblogTime$>
		<$HLblogLastUpdated$>
		<$HLblogAuthorType$>
		<$HLblogAuthorID$>
		<$HLblogAuthorName$>
		<$HLblogSubject$>
		<$HLblogEntry$>
		<$HLblogEntryLink$>
		<$HLblogEntryCommentCount$>
	</HLblogEntry>
	
	<HLblogEntryPrevious>	
		<$HLblogEntryPreviousLink$>
	</HLblogEntryPrevious>
	
	<HLblogEntryNext>
		<$HLblogEntryPrevLink$>
	</HLblogEntryNext>
	
</HLblog>

HiveLife Blog Entry Date Bar

<HLblogEntryDateBar>
	<$HLblogEntryDateBarMonth$>
	<$HLblogEntryDateBarDay$>
	<$HLblogEntryDateBarYear$>
	<$HLblogEntryDateBarSubmit$>
</HLblogEntryDateBar>

HiveLife Guestbook Tags

<HLgbook>
	<$HLgbookID$>
	<$HLgbookUserID$>
	<$HLgbookName$>
	<$HLgbookSubnote$>
	<$HLgbookLink$
	
	<HLgbookPageNext>
		<$HLgbookPageNextLink$>
	</HLgbookPageNext>
	
	<HLgbookPagePrevious>
		<$HLgbookPagePreviousLink$>
	</HLgbookPagePrevious>
	
	<HLgbookPageCount>
		<$HLgbookPageLink$>
		<$HLgbookPageCount$>
	</HLgbookPageCount>
	
	<HLgbookSubmit>
		<$HLgbookSubmitTopic$>
		<$HLgbookSubmitEntry$>
		<$HLgbookSubmitSend$>
	</HLgbookSubmit>
	
	<HLgbookEntry>
		<$HLgbookEntryID$>
		<$HLgbookDateTime$>
		<$HLgbookDate$>
		<$HLgbookTime$>
		<$HLgbookAuthorType$>
		<$HLgbookAuthorID$>
		<$HLgbookAuthor$>
		<$HLgbookAuthorLink$>
		<$HLgbookAuthorLinkGbook$>
		<$HLgbookAuthorLinkReply$>
		<$HLgbookReplyButton$>
		<$HLgbookTopic$>
		<$HLgbookEntry$>
	</HLgbookEntry>
</HLgbook>

HiveLife BuddyList Tags

<$HLdefaultSaveBuddy$>

<HLdefaultBuddyList>
	<$HLlistID$>
	<$HLlistUserID$>
	<$HLlistName$>
	<$HLlistDescription$>
	
	<HLlistItems>
		<$HLlistItem$>
		<$HLlistItemId$>
		<$HLlistItemCount$>
		<$HLlistItemDateTime$>
	</HLlistItems>
	
	<HLlistMembers>
		<$HLlistMember$>
		<$HLlistMemberID$>
		<$HLlistMemberLink$>
		<$HLlistMemberURL$>
		<$HLlistMemberCount$>
		<$HLlistMemberDateTime$>
	</HLlistMembers>
	
</HLdefaultBuddyList>

HiveLife Template Tags

<HL$IF('test' == 'test')>
	Do this
</HL$IF>
<HL$elseIF('test' == 'error')>
	Else If
</HL$elseIF>
<HL$else>
	Default
</HL$else>

<HL$SWITCH(1)>
	<HL$CASE(0)>
		IF 1=0
	</HL$CASE>
	<HL$CASE(1)>
		IF 1=1
	</HL$CASE>
	<HL$DEFAULT>
		Else Default
	</HL$DEFAULT>
</HL$SWITCH>

<HL$[]$>

Date and Timestamp Format

For Date, Time or Timestamp tags, such as <$HLgbookDateTime$>, <$HLblogDate$>, <$HLuserBirthdate$>
the format can be changed by adding format="", <$HLgbookDateTime format="format here"$>, <$HLblogDate format="format here"$>
For Example: a datetime of March 4 2004 3:11PM

	<$HLblogDate format="D, M j Y"$> would print Thu, Mar 4 2004
	<$HLblogDate format="g:i a"$> would print 3:11 pm
	<$HLblogDate format="m/d/y"$> would print 03/04/04
	<$HLblogDate format="l, F d, Y"$> would print Thursday, March 04, 2004
	
HiveLife uses the PHP date() function to achieve this.
For Reference to the date() format go to : PHP.net: Date Function

HiveLife Default Template Vars

These are the Variables for the Default Template.
They can be edited in the "Customize" section on your Edit page.
They can be used on the page by <HL$[var_name]$>
For Instance <HL$[background_color]$> will give you the background_color you've chosen.

$background_color_set="#ffffff";
$background_color="#ffffff";
$border_style="None";
$border_size="inherit";
$border_color_set="";
$border_color="";
$body_font="verdana";
$body_font_size="12px";
$text_color_set="#000000";
$text_color="#000000";
$link_color_set="#3300ff";
$link_color="#3300ff";
$link_underline="on";
$alink_color_set="#000000";
$alink_color="#000000";
$alink_underline="on";
$vlink_color_set="#6600cc";
$vlink_color="#6600cc";
$vlink_underline="on";
$hlink_color_set="#ff0000";
$hlink_color="#ff0000";
$hlink_underline="on";
$main_background_color_set="transparent";
$main_background_color="transparent";
$main_border_style="None";
$main_border_size="inherit";
$main_border_color_set="";
$main_border_color="";
$main_width="auto";
$main_custom_width="";
$background_image_url="";
$background_image_fixed="off";
$music_url="";
$music_loop="off";
$header_choice="no_header";
$site_name="<$HLdefaultBlogName$>";
$title_font="verdana";
$title_size="16px";
$title_color_set="#000000";
$title_color="#000000";
$tagline="<$HLdefaultBlogDescription$>";
$tagline_font="verdana";
$tagline_size="14px";
$tagline_color_set="#000000";
$tagline_color="#000000";
$header_border_style="solid";
$header_border_size="thin";
$header_border_color_set="";
$header_border_color="#ffcc66";
$interior_color_set="";
$interior_color="";
$header_html="";
$left_mod_enabled="on";
$left_mod_border_style="solid";
$left_mod_border_size="thin";
$left_mod_border_color_set="";
$left_mod_border_color="#ffcc66";
$left_mod_title_bar_color_set="inherit";
$left_mod_title_bar_color="inherit";
$left_mod_interior_color_set="transparent";
$left_mod_interior_color="transparent";
$left_mod_title_text_color_set="#000000";
$left_mod_title_text_color="#000000";
$left_mod_title_font="verdana";
$left_mod_title_font_size="12px";
$left_mod_title_text_align="left";
$left_mod_text_color_set="#000000";
$left_mod_text_color="#000000";
$left_mod_font="verdana";
$left_mod_font_size="12px";
$left_mod_text_align="left";
$left_mod_title="<$HLusername$>";
$left_mod_content="<b>Real Name:</b> <$HLuserFullName$><br />
<b>Birthday:</b> <$HLuserBirthdate format=\"%y\"$><br />
<b>Gender:</b> <$HLuserGender$><br />
<b>Location:</b> <$HLuserState$><br />
<b>Occupation:</b> <$HLuserOccupation$><br />
<b>Industry:</b> <$HLuserIndustry$><br />
<b>Expertise:</b> <$HLuserExpertise$><br />
<b>Hobbies:</b> <$HLuserHobbies$><br /><br />
<b>Member Since:</b> <$HLuserMemberSince$>";
$right_mod_enabled="off";
$right_mod_border_style="inherit";
$right_mod_border_size="inherit";
$right_mod_border_color_set="";
$right_mod_border_color="";
$right_mod_title_bar_color_set="";
$right_mod_title_bar_color="";
$right_mod_interior_color_set="";
$right_mod_interior_color="";
$right_mod_title_text_color_set="";
$right_mod_title_text_color="";
$right_mod_title_font="verdana";
$right_mod_title_font_size="10px";
$right_mod_title_text_align="left";
$right_mod_text_color_set="";
$right_mod_text_color="";
$right_mod_font="verdana";
$right_mod_font_size="10px";
$right_mod_text_align="left";
$right_mod_title="";
$right_mod_content="";
$bottom_mod_enabled="off";
$bottom_mod_border_style="inherit";
$bottom_mod_border_size="inherit";
$bottom_mod_border_color_set="";
$bottom_mod_border_color="";
$bottom_mod_interior_color_set="";
$bottom_mod_interior_color="";
$bottom_mod_text_color_set="";
$bottom_mod_text_color="";
$bottom_mod_font="verdana";
$bottom_mod_font_size="10px";
$bottom_mod_text_align="left";
$bottom_mod_content="";
$page_align="center";
$main_align="center";
$blog_border_style="None";
$blog_border_size="inherit";
$blog_border_color_set="inherit";
$blog_border_color="inherit";
$blog_interior_color_set="transparent";
$blog_interior_color="transparent";
$blog_text_color_set="#000000";
$blog_text_color="#000000";
$blog_font="verdana";
$blog_font_size="12px";
$blog_text_align="left";
$blog_title_enabled="off";
$blog_title_bar_color_set="";
$blog_title_bar_color="";
$blog_title_text_color_set="";
$blog_title_text_color="";
$blog_title_font="verdana";
$blog_title_font_size="8px";
$blog_title_text_align="left";
$blog_title="";
$blog_date_format="%A, %B %d, %Y";
$blog_date_color_set="#000000";
$blog_date_color="#000000";
$blog_date_font="verdana";
$blog_date_font_size="12px";
$blog_date_text_align="left";
$blog_subject_text_color_set="#000000";
$blog_subject_text_color="#000000";
$blog_subject_font="verdana";
$blog_subject_font_size="12px";
$blog_subject_text_align="left";
$blog_entry_border_style="None";
$blog_entry_border_size="inherit";
$blog_entry_border_color_set="";
$blog_entry_border_color="";
$blog_entry_interior_color_set="transparent";
$blog_entry_interior_color="transparent";
$blog_entry_text_color_set="#000000";
$blog_entry_text_color="#000000";
$blog_entry_font="verdana";
$blog_entry_font_size="12px";
$blog_entry_text_align="left";
$blog_timestamp_format="%I:%M %p";
$blog_timestamp_color_set="#000000";
$blog_timestamp_color="#000000";
$blog_timestamp_font="verdana";
$blog_timestamp_font_size="10px";
$blog_timestamp_text_align="left";