Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 01-05-2007, 11:05 PM
shete shete is offline
 
Join Date: Aug 2006
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default MEMBERINFO ( table help plz ! )

how can i get 2 tables underneath the " last post " table ???

i suck at placing tables and it took me like 1 month to figure out how to get my memberinfo template like this lol...


can someone code 2 tables underneath the last post box ???

heres a screenshot


here is my template

HTML Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>
</head>
<body>
$header


<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="90%" align="center">
<tr>

</tr>
<tr valign="top">

	<td class="<if condition="$post['field42']">$post[field42]</if>" align="left">
	<div class="">
		<div align="$stylevar[left]">
		
			<div class="fieldset">
				<div style="padding:$stylevar[formspacer]px">

<div class="bigusername">$userinfo[musername] $userinfo[onlinestatus]</div>
				<if condition="$userinfo['usertitle']"><div class="smallfont">$userinfo[usertitle]</div></if>









<if condition="$show['currentlocation']">
					<div><font size=1>$userinfo[action] $userinfo[where]</font><if condition="$show['detailedtime']">  <else /> @ </if> </div>
				</if>


			
<if condition="$post['field39']">
<a href="viewmemberpics.php?$session[sessionurl]u=$post[userid]"><img src="$post[field39]" width="130" border="6" style="border:1px solid ; border-color: red; border-top:1px solid ; border-top-color: red;" /></a>  <bR>

</if>
		
<br>


<if condition="$post['field38']">
$post[field38]<else /> This user has not written anything .
</if>


<br>
<a href="viewmemberpics.php?$session[sessionurl]u=$post[userid]"><img src="http://img206.imageshack.us/img206/2538/viewpicsck4.gif" border="0"></a>



<br>
<br>
<if condition="$show['age']">
				
						<strong>$vbphrase[age]</strong>:
						$userinfo[age]
					
				</if>

<Br>



				
				<if condition="$post['field2']">		<strong>$vbphrase[location1]</strong>:
						$post[field2]
					
				


<br>

</if>

<br>

					$vbphrase[join_date]: <strong>$userinfo[datejoined]</strong>
				</div>
			</div>
			
			
				<legend>Contact</legend>
				<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
				<tr>
					<td>

<if condition="$show['pm']">$vbphrase[private_message]:<br />
						<a href="private.php?$session[sessionurl]do=newpm&amp;u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[send_private_message_to_x]</phrase></a></if>
						
					</td>
				</tr>
<tr><td>

				<if condition="$vboptions['vbpager_active'] AND $bbuserinfo['userid']">
				
						
						<a href="#" onclick="window.open('pager.php?do=buddylist&amp;puserid=$userinfo[userid]','pagerbuddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=$vboptions[vbpager_width],height=$vboptions[vbpager_height]'); return false;"><img src="http://img301.imageshack.us/img301/3082/sendpagered1.gif" border="0"></a>
					
				</if></tr></td>
				<if condition="$show['email']">
				<tr>
					<td>
							$vbphrase[email]:<br />
						<a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[send_message_via_email_to_x]</phrase></a>
					</td>
				</tr>
				</if>
<tr><td>
<if condition="$show['homepage']">$vbphrase[home_page]:<br />
						<a href="$userinfo[homepage]" target="_blank" dir="ltr">$userinfo[homepage]</a></if>

</td></tr>
<tr><td>
<br>

					<if condition="$userinfo['showicq']">
					
						$vbphrase[icq]
						<a href="#" dir="ltr" onclick="imwindow('icq', '$userinfo[userid]', 500, 450); return false;">$userinfo[icq]</a></td>
					
					</if>
</tr></td><tr><td>
					<if condition="$userinfo['showaim']">
					
						$vbphrase[aim]
						<a href="#" dir="ltr" onclick="imwindow('aim', '$userinfo[userid]', 400, 200); return false;">$userinfo[aim]</a>
					
					</if>
</tr></td><tr><td>
					<if condition="$userinfo['showmsn']">
					
						$vbphrase[msn]
						<a href="#" dir="ltr" onclick="imwindow('msn', '$userinfo[userid]', 400, 200); return false;">$userinfo[msn]</a>
					
					</if>
</tr></td><tr><td>
					<if condition="$userinfo['showyahoo']">
					
						$vbphrase[yahoo]
						<a href="#" dir="ltr" onclick="imwindow('yahoo', '$userinfo[userid]', 400, 200); return false;">$userinfo[yahoo]</a>
					
					</if>
</tr></td><tr><td>
					<if condition="$userinfo['skype']">
					
						$vbphrase[skype]<
						<a href="#" dir="ltr" onclick="imwindow('skype', '$userinfo[userid]', 400, 285); return false;">$userinfo[skype]</a>
					
					</if>

				<else />
					
					</tr></td><tr><td>
					


				</tr>
				</table>
			</fieldset>
			
			<if condition="$vboptions['usereferrer']">
			<div class="fieldset">
				<div style="padding:$stylevar[formspacer]px">
					$vbphrase[referrals]: <strong>$referrals</strong>
				</div>
			</div>
			</if>
			
			<if condition="$show['usernotes']">
			<div class="fieldset">
				<div style="padding:$stylevar[formspacer]px">
					$vbphrase[user_notes]:
					<if condition="$show['usernoteview']">
						<strong>$usernote[total]</strong> [<a href="usernote.php?$session[sessionurl]u=$userinfo[userid]">$vbphrase[view]</a>]
					</if>
					<if condition="$show['usernotepost']">
						[<a href="usernote.php?$session[sessionurl]do=newnote&amp;u=$userinfo[userid]">$vbphrase[post_user_note]</a>]
					</if>
					<if condition="$show['usernoteview']">
						<br />($vbphrase[last_note]: $usernote[lastpostdate] <span class="time">$usernote[lastposttime]</span>)
					</if>
				</div>
			</div>
			</if>
		
		</div>
	</div>
	</td>
	
	<td class="" align="center">
	
		
	
	<div class="<if condition="$post['field43']">$post[field43]</if>">
		<div align="$stylevar[left]">
			<div class="fieldset">
				<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
				<tr>
					<if condition="$show['membergroups']">
					<td></td>
					<else />
					<td>

<legend>$vbphrase[posts]</legend>
				<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
				<tr>
					<td>
						$vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
					</td>
				</tr>
				<if condition="$vboptions['profilelastpost']">
				<tr>
					<td>
							$vbphrase[last_post]:<br />
							<a href="$userinfo[lastposturl]">$userinfo[lastposttitle]</a><br />
							$userinfo[lastpostdate] <span class="time">$userinfo[lastposttime]</span>
					</td>
				</tr>
				</if>
				<tr>
					<td><a href="search.php?$session[sessionurl]do=finduser&amp;u=$userinfo[userid]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_posts_by_x]</phrase></a></td>
				</tr>
				<tr>
					<td><a href="search.php?$session[sessionurl]do=process&amp;showposts=0&amp;starteronly=1&amp;exactname=1&amp;searchuser=$userinfo[urlusername]" rel="nofollow"><phrase 1="$userinfo[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a></td>
				</tr>
<Br>




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








			</div>
		
		</div>
	</div>
	</td>

</tr>
</table>
<br>




				

			</div>
		
		</div>
	</div>
	</td>

</tr>
</table>
$footer

</body>
</html>










<style type="text/css">


table, tr, td { background-color:transparent; border:none; border-width:0;}
body {
	background-color:000;
	background-image:url("<if condition="$post['field41']">$post[field41]<else />http://azbboy.com/images/prototypefile_1280.jpg</if>");
        background-position:Center Center;
        background-repeat:no-repeat;
        background-attachment:fixed;
	border-color:ffffff;
	border-width:2px ;
	border-style: none;
</style>


<style type="text/css">
table, tr, td, li, p, div { font-family:tahoma; color:<if condition="$post['field44']">$post[field44]</if>;      }  
</style>



<if condition="$post['field38']">$post[field38]<else />This user has not wrote anything</if>"
Reply With Quote
  #2  
Old 01-05-2007, 11:38 PM
FunaGuy's Avatar
FunaGuy FunaGuy is offline
 
Join Date: Dec 2005
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can but at this time I am very busy
When i come back at home then I will try to make
Reply With Quote
  #3  
Old 01-06-2007, 01:22 AM
shete shete is offline
 
Join Date: Aug 2006
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

an example screenshot of how i want the tables



Quote:
Originally Posted by FunaGuy View Post
I can but at this time I am very busy
When i come back at home then I will try to make

i hope you come back home today ! lol
Reply With Quote
  #4  
Old 01-06-2007, 01:39 AM
Shazz's Avatar
Shazz Shazz is offline
 
Join Date: Jun 2006
Location: Utah
Posts: 4,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks like the myspace template
Reply With Quote
  #5  
Old 01-06-2007, 01:45 AM
shete shete is offline
 
Join Date: Aug 2006
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah but this is more simple . i just cant figure out how to put tables in order ! they always come up at the bottom or top or whatever ...

all i want is for like 2 more tables but i cant do it
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:36 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.12735 seconds
  • Memory Usage 2,261KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_html
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (5)post_thanks_box
  • (5)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (5)post_thanks_postbit_info
  • (5)postbit
  • (5)postbit_onlinestatus
  • (5)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • 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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete