QtrCafe |
03-16-2006 04:32 AM |
Hello,
I don't know what I am doing wrong but the CSS changes will not take effect at all .. it doesn't matter what i put in there I will still get a plain page white and the text is just black except what I have assigned in the MEMBERINFO.
even if I just have random letters or numbers or even just one letter i'll always get the same thing .. can some one help me out
here is my MEMEBERINFO template
PHP Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<if condition="$userinfo[field8]">
<style type="text/css">$userinfo[field8]</style>
<else />
$headinclude
</if>
<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>
</head>
<body>
$header
$navbar
<table width="100%" align="center" class="tborder" cellspacing="1" cellpadding="6">
<tr>
<td class="tcat"><b><span lang="ar-sa">سبيس </span>"$userinfo[musername]"</b>
</td>
</tr>
</table>
<table width="100%" class="tborder" cellspacing="1" cellpadding="6">
<tr>
<td align="center" valign="top" class="alt1" width="25%">
<if condition="$show['profilepic']">
<img src="$userinfo[profilepicurl]" $userinfo[profilepicsize] alt="$userinfo[username]" border="0" style="border:1px solid $stylevar[tborder_bgcolor]" /> <else /> <img src="http://www.qtrcafe.com/up/uploaded/nopic.gif" alt="$userinfo[username]" border="0" style="border:1px solid $stylevar[tborder_bgcolor];" />
</if>
</td>
<td class="alt1" valign="top" width="75%">
<!-- START USER AVATAR -->
<div style="float:left;"><img src="$userinfo[avatarurl]" $userinfo[avatarsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></div>
<!-- END USER AVATAR -->
<!-- USER INFORMATION -->
<div style="font-size:18pt">$userinfo[onlinestatus] $userinfo[musername]</div>
<div class="smallfont">
<font color="#800000">
<b>$vbphrase[join_date]:</b></font> $userinfo[datejoined]<br />
$userinfo[usertitle]<br />
<font color="#800000">
<b>$vbphrase[age]:</b></font> $userinfo[age]<br />
<font color="#800000">
<span lang="ar-sa"><b>الإقامة</b></span><b>:</b></font> $userinfo[field2]<br />
<font color="#800000">
<b><span lang="ar-sa">أفضل كافيه</span>:</b></font> $userinfo[field7]<if condition="$show['profileviews']"><div class="fieldset">
<div style="padding:$stylevar[formspacer]px">
<if condition="$show['profileviewsother']"><a href="#" onClick="openWindow('misc.php?$session[sessionurl]do=profileviews&u=$userinfo[userid]', 300, 400); return false;"><font color="#800000"><b><span lang="ar-sa">عدد الزيارات</span></b></font></a><else /><font color="#800000"><b><span lang="ar-sa">عدد الزيارات</span></b></font></if>: $userinfo[profileviews]
</div>
</div>
</if>
<if condition="$show['lastactivity']">
<div><font color="#800000"><b><span lang="ar-sa">آخر تواجد</span>:</b></font> $userinfo[lastactivitydate] - <span class="time">$userinfo[lastactivitytime]</span></div>
</if>
</td>
</tr>
<tr>
<td class="alt1" valign="top" width="25%">
<table width="100%" class="tborder" cellspacing="1" cellpadding="6">
<tr>
<td class="thead"><span lang="ar-sa"><b>معلومات الإتصال</b></span><b>:</b></td>
</tr>
<tr>
<td class="alt1"><div class="smallfont">
<if condition="$show['hasimicons']">
<fieldset class="fieldset">
<legend>$vbphrase[instant_messaging]</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<if condition="$show['textimicons']">
<if condition="$userinfo['showicq']">
<tr>
<td>$vbphrase[icq]</td>
<td>$userinfo[icq]</td>
</tr>
</if>
<if condition="$userinfo['showaim']">
<tr>
<td>$vbphrase[aim]</td>
<td>$userinfo[aim]</td>
</tr>
</if>
<if condition="$userinfo['showmsn']">
<tr>
<td>$vbphrase[msn]</td>
<td>$userinfo[msn]</td>
</tr>
</if>
<if condition="$userinfo['showyahoo']">
<tr>
<td>$vbphrase[yahoo]</td>
<td>$userinfo[yahoo]</td>
</tr>
</if>
<if condition="$userinfo['skype']">
<tr>
<td>$vbphrase[skype]</td>
<td>$userinfo[skype]</td>
</tr>
</if>
<else />
<if condition="$userinfo['showicq']">
<tr>
<td>$userinfo[icqicon]</td>
<td><a href="#" dir="ltr" onclick="imwindow('icq', '$userinfo[userid]', 500, 450); return false;">$userinfo[icq]</a></td>
</tr>
</if>
<if condition="$userinfo['showaim']">
<tr>
<td>$userinfo[aimicon]</td>
<td><a href="#" dir="ltr" onclick="imwindow('aim', '$userinfo[userid]', 400, 200); return false;">$userinfo[aim]</a></td>
</tr>
</if>
<if condition="$userinfo['showmsn']">
<tr>
<td>$userinfo[msnicon]</td>
<td><a href="#" dir="ltr" onclick="imwindow('msn', '$userinfo[userid]', 400, 200); return false;">$userinfo[msn]</a></td>
</tr>
</if>
<if condition="$userinfo['showyahoo']">
<tr>
<td>$userinfo[yahooicon]</td>
<td><a href="#" dir="ltr" onclick="imwindow('yahoo', '$userinfo[userid]', 400, 200); return false;">$userinfo[yahoo]</a></td>
</tr>
</if>
<if condition="$userinfo['showskype']">
<tr>
<td>$userinfo[skypeicon]</td>
<td><a href="#" dir="ltr" onclick="imwindow('skype', '$userinfo[userid]', 400, 220); return false;">$userinfo[skype]</a></td>
</tr>
</if>
</if>
</table>
</fieldset>
</if>
</div></td>
</tr>
<tr>
<td class="alt1"><div class="smallfont">
<a href="sendmessage.php?$session[sessionurl]do=mailmember&u=$userinfo[userid]">
<span lang="ar-sa">إرسال رسالة عبر البريد الإلكتروني</span></a></div></td>
</tr>
<tr>
<td class="alt1"><div class="smallfont">
<a href="private.php?$session[sessionurl]do=newpm&u=$userinfo[userid]">
<span lang="ar-sa">إرسال رسالة خاصة</span></a></div></td>
</tr>
<tr>
<td class="alt1"><div class="smallfont">
<a href="$userinfo[homepage]"><span lang="ar-sa">
الموقع الإلكتروني</span></a></div></td>
</tr>
<tr>
<td class="alt1"><div class="smallfont">
<if condition="$show['addbuddylist']">
<a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[add_x_to_buddy_list]</phrase></a>
<else />
<a href="profile.php?$session[sessionurl]do=removelist&userlist=buddy&u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[remove_x_from_your_buddylist]</phrase></a>
</if></td>
</tr>
<if condition="$vboptions['usereferrer']">
<tr>
<td class="alt1"><div class="smallfont"><b>$vbphrase[referrals]:</b>
$referrals</div></td>
</tr>
</if>
</table>
<br />
<table width="100%" class="tborder" cellspacing="1" cellpadding="6">
<tr>
<td class="thead"><b>مشاركات المنتدى:</b></td>
</tr>
<tr>
<td class="alt1"><div class="smallfont">$vbphrase[total_posts]:
$userinfo[posts]</div></td>
</tr>
<tr>
<td class="alt1"><div class="smallfont">
<a href="search.php?$session[sessionurl]do=finduser&u=$userinfo[userid]">
إيجاد جميع مشاركاتي</a></div></td>
</tr>
<tr>
<td class="alt1"><div class="smallfont">
$vbphrase[last_post]: <a href="$userinfo[lastposturl]">$userinfo[lastposttitle]</a> - $userinfo[lastpostdate] <span class="time">$userinfo[lastposttime]</span>
</div></td>
</tr>
<tr>
<td class="alt1"><div class="smallfont">
<a href="search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&exactname=1&searchuser=$userinfo[urlusername]">
إيجاد جميع المشاركات التي كتبتها</a></div></td>
</tr>
<tr>
<td class="alt1"><div class="smallfont">
<a href="/gallery/browseimages.php?do=member&imageuser=$userinfo[userid]">
إيجاد جميع الصور التي حملتها</a></div></td>
</tr>
</table><br>
<if condition="$userinfo[field9]">
<table width="100%" class="tborder" cellspacing="1" cellpadding="6">
<tr>
<td class="thead"><b>إغنية أو فيديو كليب</b></td>
</tr>
<tr>
<td class="alt1"><div class="smallfont">
$userinfo[field9]
</a></div></td>
</tr>
</table><br>
</if>
<table width="100%" class="tborder" cellspacing="1" cellpadding="6">
<tr>
<td class="thead" colspan="2"><b><span lang="ar-sa">
هوايات </span>$userinfo[musername]</b></td>
</tr>
<if condition="$userinfo[field10]">
<tr>
<td class="alt1"><div class="smallfont">
<font color="#800000"><b>عامة:</b></font></div></td>
<td class="alt1">$userinfo[field10]
</a></td>
</tr>
</if>
<if condition="$userinfo[field11]">
<tr>
<td class="alt1"><div class="smallfont">
<font color="#800000"><b>مطربين:</b></font></div></td>
<td class="alt1">$userinfo[field11]
</a></td>
</tr>
</if>
<if condition="$userinfo[field12]">
<tr>
<td class="alt1"><div class="smallfont">
<font color="#800000"><b>أفلام:</b></font></div></td>
<td class="alt1">$userinfo[field12]
</a></td>
</tr>
</if>
<if condition="$userinfo[field13]">
<tr>
<td class="alt1"><div class="smallfont">
<font color="#800000"><b>مسلسلات:</b></font></div></td>
<td class="alt1">$userinfo[field13]
</a></td>
</tr>
</if>
<if condition="$userinfo[field14]">
<tr>
<td class="alt1"><div class="smallfont">
<font color="#800000"><b>شخصيات تعجبك:</b></font></div></td>
<td class="alt1">$userinfo[field14]
</a></td>
</tr>
</if>
<if condition="$userinfo[field17]">
<tr>
<td class="alt1"><div class="smallfont">
<font color="#800000"><b>كتب قرأتها</b></font></div></td>
<td class="alt1">$userinfo[field17]
</a></td>
</tr>
</if>
</table>
<br>
<if condition="$profileimagebits">
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat" colspan="$vba_options[gallery_columns]">
<a href="%20$vba_options[galleryurl]/index.php?$session[sessionurl]">آخر
الصور التي أضفتها</a>
</td>
</tr>
<tr>$profileimagebits</tr>
</table>
</if>
<br>
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat" colspan="$vba_options[gallery_columns]">
$FNB_HTML
</td>
</tr>
</table>
</td>
<td class="alt1" valign="top" width="75%">
<table width="100%" class="tborder" cellspacing="1" cellpadding="6">
<if condition="$show[journalinfo]">
<tr>
<td class="thead"><strong><span lang="ar-sa">مدونتي</span></strong>
</td>
</tr>
<tr>
<td class="alt2"><div class="smallfont">
<a href="journal.php?$session[sessionurl]do=showjournal&j=$journal[journal_id]"><strong>زيارة مدونة $userinfo[username]</strong></a><br />
<font color="#800000">
<strong>إضافات المدونة:</strong></font> $journal[entrycount]<br />
<font color="#800000">
<strong>التعليقات:</strong></font> $journal[commentcount]<br />
<font color="#800000">
<strong>زيارات المدونة:</strong></font> $journal[journalviews]<br />
<font color="#800000">
<strong>آخر إضافة:</strong></font> <if condition="$show[journal_lastentry]"><a href="journal.php?$session[sessionurl]do=showentry&e=$journal[lastentry_id]">$journal[lastentry]</a> ($journal[lastentry_date])<br /><else />$vbphrase[private]</if>
</div>
</td>
</tr>
</if>
</table>
<br>
<table width="100%" class="tborder" cellspacing="1" cellpadding="6">
<tr>
<td class="thead"><strong><span lang="ar-sa">معلومات عامة</span></strong>
</td>
</tr>
<tr>
<td class="alt2"><div class="smallfont">
<u><font color="#800000">
<strong>من أنا:</strong></font></u></div>$userinfo[field5]<br /><br>
<u><font color="#800000">
<strong>شخصيات أحب التحدث معهم:</strong></font><br></u>$userinfo[field6]<br />
</td>
</tr>
</if>
</table>
<br>
<table width="100%" class="tborder" cellspacing="1" cellpadding="6">
<tr>
<td class="thead"><strong>$userinfo[field15]</strong>
</td>
</tr>
<tr><td class="alt2">
$userinfo[field16]
</td></tr>
</table><br>
$comment_panel
$footer
<br />
</body>
</html>
help will be really appreciated ... check the attachment for a pic to show the problem
|