Status
Not open for further replies.

LuDawgs

Customer
This is going to drive me crazy if I can't figure it out - I'm semi-OCD :)

20120229-k8rdbqggacxwhkqi3tsfjsieya.jpg


You can see that the column on the left is set to line up at the top of the box (user names) and on the right where the currency is shown, it lines up at the bottom. I saw that on the site here that things are lined up perfectly. Where can I edit this?

---------- Post added 5th March 2012 at 12:23 ---------- Previous post was 29th February 2012 at 13:46 ----------

Any ideas?
 
Darkwaltz4 will make a post when he gets a chance, but since it's such a minor issue it may take a while - assuming it can be fixed :p
 
I really, really apologize. Can you tell me what I should edit? I'm embarrassed.

Code:
$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml"<if condition="$vboptions['enablefacebookconnect']"> xmlns:fb="http://www.facebook.com/2008/fbml"</if>  dir="$stylevar[textdirection]" lang="$stylevar[languagecode]" id="vbulletin_html">
<head>

	$headinclude
	<title>$pagetitle - $vboptions[bbtitle]</title>
	<if condition="$vb4">
	<link rel="stylesheet" type="text/css" href="{$vbcsspath}usercp.css" />
	<style type="text/css">
	dl.stats { line-height: 2em; padding: 0 10px; }
	dl.stats dd { float: $stylevar[right]; }
	</style>
        $headinclude_bottom
	</if>
</head>
<body>

$header
$navbar

<if condition="$vb4"><div id="usercp_nav" style="position: relative;"><else /><table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"><tr><td width="200" valign="top"></if>
<if condition="$vb4">
        <div class="block">
                <h2 class="blockhead">$vbphrase[currency]</h2>
                <div class="blockbody">$template_hook[credits_display_currencies]</div>
        </div>
<else />
	<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
	<tr><td class="thead">$vbphrase[currency]</td></tr>
	$template_hook[credits_display_currencies]
	</table>
</if>
        $richest
<if condition="$vb4"></div><div id="usercp_content"><else /></td><td valign="top"></if>

	<div class="cp_content">
		<div class="floatcontainer" id="controls_above">
			<if condition="$pagenav">
			<div id="pagination_top" style="float:$stylevar[right]">
				$pagenav
			</div>
			</if>
			<form action="credits.php$session[sessionurl_q]" method="get"><input type="hidden" name="u" value="$userinfo[userid]" /><select name="currencyid"><option value="">$vbphrase[credits_all_currencies]</option>$allcurrencies</select> <select name="actionid"><option value="">$vbphrase[credits_all_actions]</option>$allactions</select> <input class="button" type="submit" value="$vbphrase[go]" /></form>
		</div>
		<br />

<if condition="$vb4">
		<h2 class="blockhead"><if condition="$userinfo['userid']"><phrase 1="$userinfo[userid]" 2="$userinfo[username]">$vbphrase[credits_latest_transactions_user]</phrase><else />$vbphrase[credits_latest_transactions]</if></h2>
		<div class="blockbody settings_form_border">
			<div class="table" style="width: 100%;">
				<div class="tr" style="width: 100%;">
					<div class="td blocksubhead">$vbphrase[date]</div>
					<div class="td blocksubhead">$vbphrase[action]</div>
					<if condition="!$userinfo['userid']"><div class="td blocksubhead">$vbphrase[user]</div></if>
					<div class="td blocksubhead">$vbphrase[amount]</div>
					<div class="td blocksubhead">$vbphrase[note]</div>
				</div>
				$transactions
			</div>
		</div>
<else />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
	<tr>
	  <td class="tcat" colspan="<if condition="!$userinfo['userid']">5<else />4</if>"><if condition="$userinfo['userid']"><phrase 1="$userinfo[userid]" 2="$userinfo[username]">$vbphrase[credits_latest_transactions_user]</phrase><else />$vbphrase[credits_latest_transactions]</if></td>
	</tr>
	<tr align="center">
	  <td class="thead">$vbphrase[date]</td>
	  <td class="thead">$vbphrase[action]</td>
	  <if condition="!$userinfo['userid']"><td class="thead">$vbphrase[user]</td></if>
	  <td class="thead">$vbphrase[amount]</td>
	  <td class="thead">$vbphrase[note]</td>
	</tr>
</thead>
$transactions
</table>
</if>
		<if condition="$pagenav">
		<br />
		<div class="floatcontainer" id="controls_below">
			<div id="pagination_bottom" style="float:$stylevar[right]">
				$pagenav
			</div>	
		</div>
		</if>
	</div>

<if condition="$vb4"></div><else /></td></tr></table></if>

$footer
	
</body>
</html>
 
That's a good question, Ozzie. I'm not sure. I don't have a default style loaded...only mobile and our custom style. You think it's CSS related?
 
Wow, this is really embarrassing! :) Look, I had someone create my custom skin. I'm not quite sure how to upload a default style. I wonder if it's on my server somewhere? Is this it?

vbulletin-style.xml
 
Was the template marked as edited? If not, then its probably something css related you need to do, and unfortunately it would be easier to direct the person who did your custom style to take care of this for you.
 
Styles &Templates / Style Generator try creating one there and see what happens, you can make it just as it starts off, no need to edit the colors.
 
Thanks, Ozzie. It aligns perfectly in the default style :( I don't know where to go to fix it.

Default:

20120312-n41a7sbwqx3cpyyrem734j76ti.jpg


---------- Post added at 20:11 ---------- Previous post was at 19:53 ----------

Thanks, Ozzie. It aligns perfectly in the default style :( I don't know where to go to fix it.

Default:

20120312-n41a7sbwqx3cpyyrem734j76ti.jpg


Given the Credits_Home template code I pasted above, what do you think I should edit to adjust the alignment? Otherwise, I guess the next step is the CSS...
 
Off the top of my head I would not know, if you pm me a admin account I will look into it when I get a chance, but I can't promise anything.
 
Thanks, Ozzy.

---------- Post added 15th March 2012 at 13:24 ---------- Previous post was 13th March 2012 at 18:01 ----------

Hey, Ozzie. Just checking to see if you had a chance to take a look.
 
Thanks, any reason why my product has branding at the bottom of my main page? Did I not purchase the right version? Why is that appearing?
 
LuDawgs I do believe I got it looking better on your skin, not sure why it would display like it was but I got it looking like this now.

credits.webp

Where it looked like this before.

20120229-k8rdbqggacxwhkqi3tsfjsieya.jpg
 
Status
Not open for further replies.

Similar threads

Legacy vBCredits II Deluxe

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
846
Customer rating
0.00 star(s) 0 ratings
Back
Top