View Single Post
  #8  
Old 05-30-2006, 01:10 AM
DjTaz DjTaz is offline
 
Join Date: Apr 2003
Posts: 251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you wish to use Forumhome as a place to put this , and you dont have VBa - then you could try this- though i dont think its anyway near as nice ....

Open the FORUMHOME template and find :
Code:
<td class="smallfont">&nbsp; $vbphrase[forum_is_closed_for_posting]</td>
		</tr>
		</table>
	</td>
and under it add in :

Code:


<!-- start of msn login window -->
<td border=4 class="alt2" width=165>

<table 	cellpadding="2"
	cellspacing="1" 
	border="0" 
	width="165" 
	height="300">
	
	<tr>
	<td class="thead"> 
	MSN Messenger
	</td></tr>
	<tr>
	<td class="alt2">
	<center>
	<img src="images/msn.gif">
	</td></tr>
		
		
		
	<form 	action="http://chicago.e-messenger.net//servlet/dologin" 
		method="POST" 
		target="_blank" 
		onsubmit='processSubmit()'>
	<div id="login">	
		
		
	<tr><td class="alt2">
		<strong>Passport:</strong><br>
<if condition="$bbuserinfo[msn] != '' ">
<input type='text' name='passport' value='$bbuserinfo[msn]'>
</if>
<if condition="$bbuserinfo[msn] == '' ">
<input type='text' name='passport' value='@hotmail.com'>
</if>
	</td></tr>
	
	
	
	<tr><td class="alt2">
		<strong>Password:</strong><br>
		<input type='password' name='password' value=''>
	</td></tr>
	
	
	<tr><td class="alt2">
		<strong>Initial Status:</strong><br>
	

<if condition="$bbuserinfo[userid] != 0">
		<select name='initial' id='initial'>
		<option value='NLN' >Online</option>
		<option value='AWY' >Away</option>
		<option value='BSY' >Busy</option>
		<option value='BRB' >Be Right Back</option>
		<option value='PHN' >On The Phone</option>
		<option value='LUN' >Out To Lunch</option>
		<option value='HDN' >Appear Offline</option>
		</select>
</if>


<if condition="$bbuserinfo[userid] == 0">
		<select name='initial' id='initial'>
		<option value='NLN' >Disabled for NonMembers</option>
		<option value='NLN' >Online</option>
		<option value='NLN' >Away</option>
		<option value='NLN' >Busy</option>
		<option value='NLN' >Be Right Back</option>
		<option value='NLN' >On The Phone</option>
		<option value='NLN' >Out To Lunch</option>
		<option value='NLN' >Appear Offline</option>
		<option value='NLN' >Disabled for NonMembers</option>
		</select>
</if>

	</td></tr>

	<tr>
	<td class="alt2">
	<input 	id='secure' 
		onclick='clickSecure()' 
		type='checkbox' 
		value='1'>
	Secure SSL(https)
	<center>
	<input 	type='submit' 
		value='Login'> <br></center>
	</td></tr>
	
	<tr><td class="alt2">
	<font 	color="red" 
		face="arial,verdana,geneva" 
		size='1'>
	Make sure your popup blocker is OFF for this. 
	Usernames and Passwords are 100% secure and 
	will not be logged.</font>
	</div>
	</form>

	</td>
	</tr>
</table>

</td>

<!-- end of msn login window -->


</td><td width=20></td>

<!-- start of yahoo login window -->
<td border="4" class="alt2" width="165">

<table 	cellpadding="2"
	cellspacing="1" 
	border="0" 
	width="165" 
	height="300">
	
	
	<tr>
	<td class="thead"> 
	Yahoo Messenger
	</td></tr>
	<tr>
	<td class="alt2">
	<center>
	<img src="images/yahoo.gif">
	</td></tr>
	
	
	
	<form 	style="position:absolute" 
		action="http://hongkong.e-messenger.net/webyahoo//doLogin.jsp" 
		id="yahoo_form" 
		method="post" 
		class="loginYIM" 
		target="yahoo">
		<div id="yimlogin">	
		
	<input 	type="hidden" 
		name="password" 
		id="yahoo_password"/>
	<input 	name="network" 
		type="hidden" 
		value="yim" />
		

	<tr><td class="alt2">
		<strong>Yahoo ID:</strong><br>
<if condition="$bbuserinfo[yahoo] != '' ">
<input type='text' name='username' value='$bbuserinfo[yahoo]'>
</if>
<if condition="$bbuserinfo[yahoo] == '' ">
<input type='text' name='username' value='@yahoo.com'>
</if>
	</td></tr>
	
	
	
	<tr><td class="alt2">
		<strong>Password:</strong><br>
		<input name="username" 
			type="password" 
			id="yahoo_p" >
	</td></tr>
	
	
	<tr><td class="alt2">
		<strong>Initial Status:</strong><br>
	
<if condition="$bbuserinfo[userid] != 0">
		<select name="status">
		<option value="1" selected="selected">Online</option>
		<option value="2">Busy</option>
		<option value="3">Be Right Back</option>
		<option value="4">Away</option>
		<option value="4">Appear Offline</option>
		
</select>
</if>


<if condition="$bbuserinfo[userid] == 0">
		<select name="status">
		<option value='1' >Disabled for NonMembers</option>
		<option value="1" selected="selected">Online</option>
		<option value="1">Busy</option>
		<option value="1">Be Right Back</option>
		<option value="1">Away</option>
		<option value="1">Appear Offline</option>
		<option value='1' >Disabled for NonMembers</option>
		</select>
</if>

	</td></tr>

	<tr>
	<td class="alt2">
	<input 	name="securelogin" 
		id="yahoo_secure" 
		type="checkbox" 
		value="1" 
		onclick="clickSecure('yahoo');"/>
		Secure login
	<center>	
	<input 	type="submit" 
		class="formButton" 
		value="Submit" 
		onclick="doYahooLogin()" /></center>
	</td></tr>
	
	<tr><td class="alt2">
	<font 	color="red" 
		face="arial,verdana,geneva" 
		size='1'>
	Make sure your popup blocker is OFF for this. 
	Usernames and Passwords are 100% secure and 
	will not be logged.</font>
	</div>
</form>

	</td>
	</tr>
</table>
<!-- end of yahoo login window -->
And that should display both yahoo and msn on the bottom of forumhome
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01200 seconds
  • Memory Usage 1,803KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete