vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - vS-Interactive Profiles (https://vborg.vbsupport.ru/showthread.php?t=150028)

dukegotgame 07-06-2007 02:51 AM

Quote:

Originally Posted by jasculs (Post 1284035)
Do you mean the css layout or the profile (MEMBERINFO) layout?

both lol.... they are pretty sweet, and mine is not looking too hot right now. thanks!

atropos4 07-06-2007 06:56 AM

Downloaded

<----reservered for comments if needed----->

Thank you in advance!

cheat-master30 07-06-2007 07:42 AM

Quote:

Originally Posted by Juju Man (Post 1282435)
Since you guys shared a style I will share a custom one I came up with.
I hope you enjoy it.

Quote:

Originally Posted by Loco.M (Post 1272684)
If you are talking about the Zodiac fix, I have updated already for that one. :(

I'll look to see if there was another.

I'll also try reverting the memberinfo template and redoing the edits

*yup, I must of missed some code b4, all is working now :)*


oh, and if someone wants a red and black style that was made up real fast, here is one :)

Code:

body { 
background:#000000;

color:#ff0000;
}
.tcat {

background:#000000;

color:#ff0000;
}
.thead { 
background:#000000;

color:#ff0000;
}
.tborder {

border:dotted #FF0000;
}
.tbody { 
background:#000000;
}
.tfooter {

background:#000000;

color:#ff0000;
}

Let me know if you have some others,
thanks

Quote:

Originally Posted by Loco.M (Post 1272862)
here is a grey - black one that is nice :)
Code:

body { 
background:#dddddd; 
 
color:#000000; 

.tcat { 
 
background:#aaaaaa; 
 
color:#000000; 

.thead { 
background:#bbbbbb; 
 
color:#000000; 

.tborder {
border:dotted #0000FF; 

.tbody { 
background:#cccccc;
color:#000000; 

.tfooter {
background:#bbbbbb; 
 
color:#000000; 
}

and here is another attempted from me..
it's grey - blue

Code:

body { 
background:#f3f2f2;

color:#1c05fa;
}
.tcat {

background:#f3f2f2;

color:#ff0000;
}
.thead { 
background:#f3f2f2;

color:#1c05fa;
}
.tborder {

border:dotted #1c05fa;
}
.tbody { 
background:#f3f2f2;
}
.tfooter {

background:#f3f2f2;

color:#7ad8e3;
}

I think some other cool stuff can be done, but CSS isn't really my thing :(

People have posted these, and said if people want them... does that mean they're free to use by anyone, including me? Because my members don't have a clue about CSS, I am seriously not going to spend 6 pages teaching people about it, and I think they expected ready made templates...

dukegotgame 07-06-2007 08:50 PM

Quote:

Originally Posted by jasculs (Post 1284035)
Do you mean the css layout or the profile (MEMBERINFO) layout?

could you please post the css layout and memberinfo temp?? if you want you can pm me if you would rather do that. thank you

TheMilkCarton 07-07-2007 10:27 AM

Was it this mod that added line break support to profile fields?? If so... THANK YOU! I remember being really pissed off with vBulletin shortly after getting it because of this (I started with 3.6.4). Anyway, just noticed that line breaks actually parse now (at least in the Bio field) and got really excited! :)

Also, I've cleaned up the comment postbit and friendbit.. If anyone is interested I can share the code. I gave a max-width to avatars (big ones can really kill the layout), added some valigns where they were needed (postbit text was vertically aligning = ugly), and this was a personal choice, but I thought the "Last Profile Update" in the friendbit was really unnecessary. Well, nothing too big, but thought I'd ask while I was here. :)

jasculs 07-07-2007 06:43 PM

Quote:

Originally Posted by dukegotgame (Post 1284688)
could you please post the css layout and memberinfo temp?? if you want you can pm me if you would rather do that. thank you

Here is my MEMBERINFO template. You also have to make sure that you add user profile feilds and change the feild numbers in the template.

Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<if condition="$userinfo[field35]">
<style type="text/css">$userinfo[field35]</style>
<else />
$headinclude
<if condition="$userinfo['iprof_css'] AND !isset($_REQUEST['no_css'])">
<style type="text/css">
<!--
$userinfo[iprof_css]
-->
</style>
</if>
</if>
<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>
</head>
<body>
<if condition="$userinfo['iprof_isprivate']"><div align="center" style="color: red; background-color: white; border: 1px solid black; padding:2px; margin: 0 0 1px 0">$vbphrase[iprof_alert_profile_is_private]</div></if>
$header
$navbar

<center><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="panel" align="center">
<div align="center" class="bigusername"><strong>$userinfo[musername]</div></strong><br><a href="$vboptions[bburl]/$userinfo[username]">$vboptions[bburl]/$userinfo[username]</a>
</td>
</tr>
</table></center>
 
<table width="100%" border="0" align="center" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]">
 
<tr>
    <td valign="top" width="0%"><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
 
<tr class="tcat"> <td colspan="2">
<div class="smallfont"><strong>$userinfo[username]</td></div></tr>
<if condition="$userinfo['usertitle']">
<tbody>

 
                            </if>
 
        <tr class="alt2">
            <td><div align="right"><center><if condition="$show['avatar']">
    <div class="smallfont">
    &nbsp;<a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" border="4" alt="" style="border-color:white;" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></center>
    </div>
<else /> <center><img src="http://www.grapplersguide.com/forums/images/noavatar.gif">
                </if></div><br /></center>
<!--<strong><div align="center"><a href="/gallery/browseimages.php?do=member&amp;imageuser=$userinfo[userid]" title="View More Pics">View More Pics ($userimages[count])</td> </div></strong>-->

            <td align="left" valign="top" class="text">
<div class="smallfont" align="left">$userinfo[usertitle]</div> <br />
 
<strong>Sex:</strong> $userinfo[field16] <br /> <if condition="$show['age']"><strong>$vbphrase[age]:</strong>

               
                               

            $userinfo[age]</if>


<br /> <strong>Location:</strong> $userinfo[field32]<br />

<if condition="$userinfo['zodiac_sign']">                        <strong>$vbphrase[iprof_zodiac_sign]</strong>:$userinfo[zodiac_sign]</if>

            <div>$userinfo[onlinestatus]</div>
            <br />
<div><strong>Last Online:</strong> $userinfo[lastactivitydate] at $userinfo[lastactivitytime]</div> <br>$vbphrase[iprof_lastupdate]: <strong>$userinfo[iprof_lastupdate]</strong>
<br>
<div class="fieldset">
                                <div style="padding:$stylevar[formspacer]px">
                                        <if condition="$show['who_viewed_member']"><a href="#" onclick="who_viewed_member($userinfo[userid]); return false;">$vbphrase[iprof_profileviews]</a><else />$vbphrase[iprof_profileviews]</if>: <strong>$userinfo[iprof_profileviews]</strong>
                                </div>
                        </div>
</td>
        </tr>
        </tbody>
    </table>
    <p>
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td colspan="2"><strong>Contacting $userinfo[username]</td></font></strong>
        </tr>
        <tr class="alt2">
<td height="5" nowrap="nowrap" width="50%"> <div align="left">
            <a href="private.php?$session[sessionurl]do=newpm&amp;u=$userinfo[userid]&quot;&gt;&lt;">
<img border="0" src="http://www.fitnessmasterminds.com/images/sendpm.gif" align="left" width="79" height="22"></a>
</td>
        <td height="5" nowrap="nowrap" valign="top" width="50%">
    <a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$userinfo[userid]&quot; rel=&quot;nofollow">
<img border="0" src="http://www.fitnessmasterminds.com/images/sendmailicon2.gif" align="left" width="79" height="22"></a>
            </if> </td>
        </tr>
        <tr class="alt2">
<td height="5" nowrap="nowrap" width="50%"> <div align="left">
            <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$userinfo[userid]">
<img border="0" src="http://www.fitnessmasterminds.com/images/addbuddy.gif" align="left" width="79" height="22"></a>
</td>
        <td height="5" nowrap="nowrap" valign="top" width="50%">
    <a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=ignore&amp;u=$userinfo[userid]">
<img border="0" src="http://www.fitnessmasterminds.com/images/block.jpg" align="left" width="79" height="22"></a>
            </if> </td>
        </tr>   
</table>
 
 
 
 
 
 
 
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td><strong>User Information</td> </font></strong>
        </tr>
        <tr class="alt2">
        <td valign="top"></td>
        </tr>
 
<tr>
        <td class="alt2"><div class="smallfont"><a href="$userinfo[homepage]" target="_blank"
dir="ltr">My Home Page</a></div></td>
        </tr>
<tr>
        <td class="alt2"><div class="smallfont"><strong>MySpace URL:</strong><br /><a href="$userinfo[field33]" target="_blank">$userinfo[field33]</a></div></td>
        </tr>
<tr>
        <if condition="$show['profileviews']">
<td class="alt2">
<div class="smallfont">
    <if condition="$show['profileviewsother']"><a href="#" onClick="openWindow('misc.php?$session[sessionurl]do=profileviews&u=$userinfo[userid]', 300, 400); return false;">$vbphrase[profile_views]</a><else />$vbphrase[profile_views]</if>: $userinfo[profileviews]
    </div>
</div>
</if>
        </tr>
<tr>
        <td class="alt2"><div class="smallfont"><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 class="alt2"><div class="smallfont"><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>
<tr>
        <td class="alt2"><div class="smallfont">$vbphrase[total_posts]: <strong>$userinfo[posts]</strong> (<phrase 1="$postsperday">$vbphrase[x_posts_per_day]</phrase>)
    </td></div>
        </tr>
<tr>
        <td class="alt2">
<if condition="$vboptions['usereferrer']">
<div class="smallfont">
<strong>$vbphrase[referrals]:</strong> $referrals
    </div>
</div>
</if>
        </tr>
<tr>
        <td class="alt2"><div class="smallfont"><a href="payments.php?$session[sessionurl]gift=true&userid=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[buy_x_a_sub]</phrase></a>
        </td>
    </td></div>
        </tr>
    </table>
<br />
 
 
 
 
 
 
 
 
 
 
 
 
 
<if condition="$userinfo[field30]">
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td class="text" wrap="" style="" align="left" height="10" valign="center" colspan="2">
            <span class=""><strong>$userinfo[username]'s Media </span> </td> </font></strong>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="center"><object width="320" height="240"><param name="movie" value="http://www.youtube.com/v/$userinfo[field30]"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/$userinfo[field30]" type="application/x-shockwave-flash" wmode="transparent" width="320" height="240"></embed></object></div></td>
        </tr>
    </table>
</if>
    <p>
 <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td colspan="3" valign="middle"><strong>$userinfo[username]'s Interests</td></font></strong>
        </tr>
        <tr valign="top" class="alt2">
        <td align="left" valign="top"><span class=""><strong>General:</strong></span></td>
        <td align="left" valign="top">$userinfo[field10]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Grappling Styles:</strong></span></td>
        <td align="left" valign="top">$userinfo[field11]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Grappling Experience:</strong></span></td>
        <td align="left" valign="top">$userinfo[field12]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Other Martial Arts:</strong></span></td>
        <td align="left" valign="top">$userinfo[field13]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Competition:</strong></span></td>
        <td align="left" valign="top">$userinfo[field14]</td>
        </tr>
<tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Other Hobbies:</strong></span></td>
        <td align="left" valign="top">$userinfo[field15]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"><span class=""><strong>Groups:</strong></span></td>
        <if condition="$show['membergroups']">
        <td>$membergroupbits</td>
        <else />
        <td><strong><phrase 1="$userinfo[username]">$vbphrase[x_is_not_a_member_of_any_public_groups]</phrase></strong></td>
        </if>
    </table>
 
    <p>
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td class="text" wrap="" style="" align="left" height="10" valign="center" colspan="2">
            <span class=""><strong>$userinfo[username]'s Details </span> </td> </font></strong>
        </tr>
        <tr valign="top" class="alt2">
        <td align="left" valign="top" width="33%"> <div align="left"><span class=""><strong>Status:</strong></span></div></td>
        <td style="">$userinfo[field17]</td>
        </tr>
        </tr>
        <tr valign="top" class="alt2">
        <td align="left" valign="top" width="33%"> <div align="left"><span class=""><strong>Here For:</strong></span></div></td>
        <td style="">$userinfo[field34]</td>
        </tr>        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Orientation:</strong></span></div></td>
        <td style="">$userinfo[field19]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Hometown:</strong></span></div></td>
        <td style="">$userinfo[field20]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Body Type:</strong></span></div></td>
        <td style="">$userinfo[field21]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Ethnicity:</strong></span></div></td>
        <td style="">$userinfo[field22]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Smoke
            / Drink:</strong></span></div></td>
        <td style="">$userinfo[field23] / $userinfo[field24]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Children:</strong></span></div></td>
        <td style="">$userinfo[field31]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Education:</strong></span></div></td>
        <td style="">$userinfo[field25]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Religion:</strong></span></div></td>
        <td style="">$userinfo[field26]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Occupation:</strong></span></div></td>
        <td style="">$userinfo[field27]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Height:</strong></span></div></td>
        <td style="">$userinfo[field28]</td>
        </tr>
        <tr class="alt2">
        <td align="left" valign="top"> <div align="left"><span class=""><strong>Grappling Weight Class:</strong></span></div></td>
        <td style="">$userinfo[field29]</td>
        </tr>
    </table></td>

    <td valign="top" width="60%"> <if condition="$show[journalinfo]"><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td><strong>$userinfo[username]'s Latest Blog Entry</td></font></strong>
        </tr>
        <tr class="alt2">
        <td><if condition="$show[journalinfo]"> <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> </if></td>
        </tr>
        <tr class="alt2">
        <td><if condition="$show[journalinfo]"> [<a href="journal.php?$session[sessionurl]do=showjournal&j=$journal[journal_id]"><phrase 1="$userinfo[username]">$vbphrase[visit_xs_journal]</phrase></a>]
            </if></td>
        </tr>

    </table>

    <p></if>
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr class="tcat">
        <td><strong>$userinfo[username]'s Blurbs</td></font></strong>
        </tr>
        <tr class="alt2">
        <td valign="top"><strong>About Me:</strong><br /><br />$userinfo[field8]</td>
        </tr>
        <tr>
        <td class="alt2"><strong>Who I'd Like to Meet:</strong><br /><br />
            $userinfo[field9]</td>
        </tr>
    </table>
<br>


<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
    <td class="tcat"><if condition="$show['friendlistlink']"><span style="float: right"><a href="friends.php?$session[sessionurl]u=$userinfo[userid]">$vbphrase[iprof_show_all_friends]</a></span></if><phrase 1="$userinfo[username]">$vbphrase[iprof_friends_for_x]</phrase> ($totalfriends)</td>
</tr>
</table>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<if condition="$show['friendlist']">
        $friendlist
<else />

    <td class="alt1" align="center">
        &nbsp;<br />
        <phrase 1="$userinfo[username]">$vbphrase[iprof_x_does_not_have_any_friends]</phrase>
        <br />&nbsp;
    </td>
</if>
</tr>
</table>



<!-- add profile comment / pagenav -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">
    <td class="smallfont"><if condition="$show['addcomment']"><a href="profilecomment.php?$session[sessionurl]do=newprofilecomment&amp;u=$userinfo[userid]">$vbphrase[iprof_post_new_profile_comment]</a></if>&nbsp;</td>
    <if condition="$show['pagenav']"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
<if condition="$show['comments']">

    <div id="comments">
    $commentbits
    </div>
   
<else />

        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr>
            <td class="tcat"><phrase 1="$userinfo[username]">$vbphrase[iprof_comments_for_x]</phrase></td>
        </tr>
        </table>

    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr>
        <td class="alt1" align="center">           
            &nbsp;<br />
            <phrase 1="$userinfo[username]">$vbphrase[iprof_x_does_not_have_any_profile_comments]</phrase>
            <br />&nbsp;
        </td>
    </tr>
    </table>
   
</if>       
</table>
<!-- / add profile comment / pagenav -->




<br />
    </td>
</tr></table></td>
</table>
<br />
<center>
<if condition="can_moderate()">Moderator Tools<br />
<td class="vbmenu_control"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[user_options]</a></td><br />
</if>
<!-- Hack: Username Management (MarcoH64) -->
<if condition="$mh_unm_can_change_other_name">
<td class="vbmenu_control"><a href="$mh_unm_modcp_link">$vbphrase[mh_unm_change_username]</a></td>
</if>
<!-- / Hack: Username Management (MarcoH64) -->
<if condition="$mh_upcd_last_changed">
    <div style="padding:$stylevar[formspacer]px">
    <strong>Profile last updated: $mh_upcd_last_changed</strong>
    </div>
    </if>
</center>

$footer
<br />
</body>
</html>


Brandon Sheley 07-07-2007 06:45 PM

Quote:

Originally Posted by cheat-master30 (Post 1284185)
People have posted these, and said if people want them... does that mean they're free to use by anyone, including me? ...

yes, you are welcome to use those :)
I was hoping a few others would come up with some templates too.. I guess I'll just have to make up a few more.

any color request ?

Vizionz 07-07-2007 07:30 PM

i will make a bunch very soon :) just trying to finish my site

cheat-master30 07-07-2007 09:25 PM

Quote:

Originally Posted by Loco.M (Post 1285259)
yes, you are welcome to use those :)
I was hoping a few others would come up with some templates too.. I guess I'll just have to make up a few more.

any color request ?

Thanks. Maybe actual red (not black background), or green, or yellow or white styles?

And the templates are pretty awesome, although you need to add this to them:

Quote:

.page {
background:[put page background colour here];
color: [put page font colour here];
}
As vBulletin nests much of the page inside a div with a class name of 'page'.

cheat-master30 07-07-2007 10:50 PM

I may have a new profile style for this (makes everything various shades of green):
Code:

body {
background:#006600;
color:#FFFFFF;
}
.tcat {
background:#339900;
color:#ffffff;
}
.thead {
background:#66FF00;
color:#336666;
}
.panelsurround {
background: #33FF33;
color: #000000;
}
.page {
background:#006600;
color:#FFFFFF;
}
.tfoot {
background:#66FF00;
color:#FFFFFF;
}
.usercpoptions {
background:#66FF00;
color:#FFFFFF;
}
.vbmenu_popup {
background:#66FF00;
color:#FFFFFF;
}
.vbmenu_control {
background:#66FF00;
color:#FFFFFF;
}

I know, very complex code, but I wanted to turn EVERYTHING some type of green colour, not just the profile information...

cheat-master30 07-08-2007 06:35 PM

I forgot to say this before, but can a future version of this modification allow editing of user ratings of profiles?

Yours Truly 07-08-2007 06:53 PM

Editing what? The actual rating they have?

cheat-master30 07-08-2007 06:56 PM

Maybe, maybe also the rating they gave somewhere, like reversing that of a troll/flamer, since been banned who's been giving people like 1 out of 5 for profile ratings of his enemies and it's effecting overall scores (everyone else is giving about 5 out 5 for these users).

cheat-master30 07-08-2007 09:25 PM

I now have another new style:

Quote:

body {
background:#990099;
color:#FFFFFF;
}
.tcat {
background:#660066;
color:#FFFF33;
}
.thead {
background:#FF33CC;
color:#FFFFFF;
}
.tborder {
border-style: double;
border-width: thick;
}
.page {
background:#990099;
color:#FFFFFF;
}
.vbmenu_control {
background:#660066;
color:#FFFFFF;
}I call it Shroob Invasion (it's various shades of purple).

Dilldogs 07-09-2007 12:16 PM

Psionic Vision, On your site you have these two options in the usercp for the members to edit these profiles

Custom CSS
Pre-Defined CSS Templates

How to I get the second option:

Pre-Defined CSS Templates?

Yours Truly 07-09-2007 01:02 PM

Quote:

Originally Posted by cheat-master30 (Post 1286036)
Maybe, maybe also the rating they gave somewhere, like reversing that of a troll/flamer, since been banned who's been giving people like 1 out of 5 for profile ratings of his enemies and it's effecting overall scores (everyone else is giving about 5 out 5 for these users).

I can try and rack me brain for an idea =]

Juju Man 07-09-2007 01:08 PM

Have any of you received this error?

Quote:

Database error in vBulletin 3.6.7:

Invalid SQL:

DELETE FROM vb_userlist WHERE userid = 19 AND relationid IN () AND type = 'buddy';

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND type = 'buddy'' at line 1
Error Number : 1064
Date : Friday, July 6th 2007 @ 10:17:44 AM
Script : /forums/friends.php
Referrer : /forums/friends.php?do=requests
Username : JlytleFACD
Classname : vB_Database

jasculs 07-09-2007 01:57 PM

Quote:

Originally Posted by Juju Man (Post 1286693)
Have any of you received this error?

First I would remove your ip address. It might be another mod you have on your site that is causing the error. I had a similar error (don't think it was exactly the same) and I disabled and uninstalled my "Guests Only See First Post" mod and then everything worked fine. Now I just need to figure out how to get that other mod to work with it. :confused:

jasculs 07-09-2007 01:58 PM

Quote:

Originally Posted by Dilldogs (Post 1286662)
Psionic Vision, On your site you have these two options in the usercp for the members to edit these profiles

Custom CSS
Pre-Defined CSS Templates

How to I get the second option:

Pre-Defined CSS Templates?

It might not be turned on in your usergroup permissions.

quiklink 07-09-2007 04:09 PM

Quote:

Originally Posted by Juju Man (Post 1286693)
Have any of you received this error?

Yes. I pulled the mod for now till I have a chance to track down what the problem is.

jasculs 07-09-2007 05:30 PM

Does anyone know how I can possibly get the friends list to show up in the USERCP also? I'm trying to get my USERCP similar to a myspace profile and I want the users to be able to see their friends in their USERCP also just like someone can view them in their profile.

I tried placing the same code in my USERCP as the MEMBERINFO for the friends list, but it comes up as I have no friends. It's not recognizing me as the user it seems.

Brandon Sheley 07-09-2007 05:47 PM

Quote:

Originally Posted by cheat-master30 (Post 1286173)
I now have another new style:


}I call it Shroob Invasion (it's various shades of purple).

thanks for this one and the green one :)

cheat-master30 07-09-2007 08:58 PM

Quote:

Originally Posted by Loco.M (Post 1286876)
thanks for this one and the green one :)

No problem. And thanks in return to all members who posted the other styles I have used from this topic, they all were awesome (with slight modification).

jasculs 07-10-2007 02:27 AM

So I assume that no one knows how to have your friends show up in the user control panel

cheat-master30 07-10-2007 11:30 AM

New Profile Styles:

Castle Bleck (based on that game monochrome final level):

Code:

body {
background:#000000;
color:#FFFFFF;
}
.tcat {
background:#999999;
color:FFFFFF;
}
.thead {
background:#666666;
color:FFFFFF;
}
.tborder {
border-style: double;
border-width: thick;
background: #FFFFFF;
}
.page {
background:#000000;
color:#FFFFFF;
}
.vbmenu_control {
background:#000000;
color:#FFFFFF;
}
.panel {
background:#000000;
color:#FFFFFF;
}
.panelsurround {
background:#666666;
color:#000000;
}
.fieldset {
background:#000000;
color:#FFFFFF;
}
.alt1 {
background:#000000;
color:#FFFFFF;
}
.alt2 {
background:#000000;
color:#FFFFFF;
}
.tfoot {
background:#999999;
color:FFFFFF;

}Ocean Blue (pretty much sea coloured, if you're talking about the sea in a very tropical area without much pollution...)

Code:

body {
background:#66FFFF;
color:#000000;
}
.tcat {
background:#0066CC;
color:FFFFFF;
}
.thead {
background:#3399FF;
color:FFFFFF;
}
.tborder {
border-style: double;
border-width: thick;
background: #FFFFFF;
}
.page {
background:#66FFFF;
color:#000000;
}
.vbmenu_control {
background:#0066CC;
color:#FFFFFF;
}
.panel {
background:#6699FF ;
color:#000000;
}
.panelsurround {
background:#666666;
color:#000000;
}
.fieldset {
background:#6699FF;
color:#000000;
}
.alt1 {
background:#6699FF;
color:#000000;
}
.alt2 {
background:#33FFFF;
color:#000000;
}
.tfoot {
background:#0066CC;
color:FFFFFF;
}

Just to let you know:

1- Where you release these on vBulletin.org? There's no section for miscellaneous styles...

2- I try to make all styles change the colours of all aspects of the profiles, including navbar, welcome area and footer table.

akanevsky 07-10-2007 12:32 PM

Quote:

Originally Posted by Juju Man (Post 1286693)
Have any of you received this error?

Just as a heads up, relationid is not related to this hack (or at least not the version attached to the first post in this thread). You see, the friends script has some of the same hooks as there are in the buddylist...

akanevsky 07-10-2007 12:35 PM

Quote:

Originally Posted by Dilldogs (Post 1286662)
Psionic Vision, On your site you have these two options in the usercp for the members to edit these profiles

Custom CSS
Pre-Defined CSS Templates

How to I get the second option:

Pre-Defined CSS Templates?

Usergroup Options -> Can Use Pre-Defined Templates
And also, you have to add at least one pre-defined template to the User Profile Css Manager (in the admincp, under Styles & Templates).

Quote:

Originally Posted by cheat-master30 (Post 1287509)
Where you release these on vBulletin.org? There's no section for miscellaneous styles...

Uh... You could release these here, under "Addon Releases", mentioning this thread in the "Addon for thread:" field.

cheat-master30 07-10-2007 02:13 PM

Quote:

Originally Posted by Psionic Vision (Post 1287547)
Usergroup Options -> Can Use Pre-Defined Templates
And also, you have to add at least one pre-defined template to the User Profile Css Manager (in the admincp, under Styles & Templates).



Uh... You could release these here, under "Addon Releases", mentioning this thread in the "Addon for thread:" field.

Erm, they're styles not add ons/template mods. As in, CSS you could insert as a pre set style for users to choose. But I have nothing to lose with releasing them as Template Modifications, so thanks.

Oh, and just to ask Psionic Vision, is there an option/a mod/a feature enhancement possibility to allow ordering of the usernames on your friend's lists in alphabetical order, just like how the default one does?

Juju Man 07-11-2007 04:36 AM

Here is a style I created for some of the women on my board as they wanted a 'pink' syle.

Quote:

body {
background:#FF33CC;
color:#9900CC;
}
.tcat {
background:#FF33CC;
color:#9900CC;
}
.thead {
background:#FF33CC;
color:#9900CC;
}
.panelsurround {
background: #FF33CC;
color: #9900CC;
}
.page {
background:#FF33CC;
color:#9900CC;
}
.tfoot {
background:#FF33CC;
color:#9900CC;
}
.usercpoptions {
background:#FF33CC;
color:#9900CC;
}
.vbmenu_popup {
background:#FF33CC;
color:#9900CC;
}
.vbmenu_control {
background:#FF33CC;
color:#9900CC;
}
Enjoy

cheat-master30 07-11-2007 06:07 AM

Quote:

Originally Posted by Juju Man (Post 1288119)
Here is a style I created for some of the women on my board as they wanted a 'pink' syle.



Enjoy

Also added that style.

dicegame 07-11-2007 07:46 AM

Doesn't work for me, i get errors once i upload the product file. :(

akanevsky 07-11-2007 03:53 PM

Quote:

Originally Posted by cheat-master30 (Post 1287599)
Erm, they're styles not add ons/template mods. As in, CSS you could insert as a pre set style for users to choose. But I have nothing to lose with releasing them as Template Modifications, so thanks.

Oh, and just to ask Psionic Vision, is there an option/a mod/a feature enhancement possibility to allow ordering of the usernames on your friend's lists in alphabetical order, just like how the default one does?

Yeah, just find the two queries (one in friends.php and one in member_complete.php) that fetch the buddies and change the order by to order by username.

cheat-master30 07-11-2007 04:24 PM

Quote:

Originally Posted by Psionic Vision (Post 1288419)
Yeah, just find the two queries (one in friends.php and one in member_complete.php) that fetch the buddies and change the order by to order by username.

Does this require actual php code edits? And can someone post the code edits here?

StarBuG 07-12-2007 08:20 AM

Hello Psionic Vision

I want to thank you first for making this hack available for free to the public.

I know you don't want to support it anymore but maybe there is an easy fix for this:

Like many here I get a mysql error when installing the product on 3.6.7

Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /includes/class_core.php (Line 665)

Do you have any idea what could cause this and how to fix this?

Help would be realy appreciated.

Thank you in advance

StarBuG

radarhunter 07-13-2007 04:37 AM

is there any way to send mass friend requests ??? I mean to all the members ????

cheat-master30 07-13-2007 01:21 PM

New style, Desert Sands:

Code:

body {
background:#FFFF33;
color:#666666;
}
.tcat {
background:#CC9900;
color:FFFFFF;
}
.thead {
background:#CCCC33;
color:#000000;
}
.tborder {
border-style: double;
border-width: thick;
background: #CC9900;
}
.page {
background:#FFFF33;
color:#666666;
}
.vbmenu_control {
background:#CC9900;
color:#FFFFFF;
}
.panel {
background:#FFFF33;
color:#666666;
}
.panelsurround {
background:#CCCC00;
color:#666666;
}
.fieldset {
background:#FFFF33;
color:#666666;
}
.alt1 {
background:#FFFF00;
color:#666666;
}
.alt2 {
background:#FFFF33;
color:#666666;
}
.tfoot {
background:#CC9900;
color:#FFFFFF;
}
.navbar {
background:#FFFF00;
color:#666666;
}
.navbar a {
background:#FFFF00;
color:#666666;
}
.navbar a:visited {
background:#FFFF00;
color:#666666;
}
.vbmenu_option {
background:#CC9900;
color:#FFFFFF;
}


cheat-master30 07-13-2007 04:40 PM

Sorry to bump, but three new styles!

Pure Nothingness:

For those who like a truly plain profile style, this is purely white mainly with grey for other colours.

Code:
body {
background:#FFFFFF;
color:#000000;
}
.tcat {
background:#999999;
color:#000000;
}
.thead {
background:#CCCCCC;
color:#000000;
}
.tborder {
border-style: single;
border-width: thick;
border-color: #666666;
background: #666666;
}
.page {
background:#FFFFFF;
color:#000000;
}
.vbmenu_control {
background:#FFFFFF;
color:#000000;
}
.panel {
background:#FFFFFF;
color:#000000;
}
.panelsurround {
background:#CCCCCC;
color:#000000;
}
.fieldset {
background:#FFFFFF;
color:#000000;
}
.alt1 {
background:#FFFFFF;
color:#000000;
}
.alt2 {
background:#FFFFFF;
color:#000000;
}
.tfoot {
background:#666666;
color:#000000;
}
.nav {
background:#FFFFFF;
color:#000000;
}


The Seaside:

Yellow type and blue profile done on request for Loco.M.

Code:
body {
background:#66FFFF;
color:#000000;
}
.tcat {
background:#FFFF00;
color:#000000;
}
.thead {
background:#FFFF33;
color:#000000;
}
.tborder {
border-style: double;
border-width: thick;
background: #FFCC00;
}
.page {
background:#66FFFF;
color:#000000;
}
.vbmenu_control {
background:#0066CC;
color:#FFFFFF;
}
.panel {
background:#6699FF ;
color:#000000;
}
.panelsurround {
background:#FFCC00;
color:#000000;
}
.fieldset {
background:#6699FF;
color:#000000;
}
.alt1 {
background:#6699FF;
color:#000000;
}
.alt2 {
background:#33FFFF;
color:#000000;
}
.tfoot {
background:#FFFF33;
color:#000000;
}
Dimension D

Based on a videogame (Super Paper Mario) and extremely bright colours because of that.

Code:
body {
background:#009900;
color:#000000;
}
.tcat {
background:#006600;
color:#000000;
}
.thead {
background:#FFFF33;
color:#000000;
}
.tborder {
border-style: single;
border-width: thick;
background: #99FF00;
}
.page {
background:#009900;
color:#000000;
}
.vbmenu_control {
background:#66FF00;
color:#000000;
}
.panel {
background:#00FF00 ;
color:#000000;
}
.panelsurround {
background:#99FF00;
color:#000000;
}
.fieldset {
background:#00FF00;
color:#000000;
}
.alt1 {
background:#00FF00;
color:#000000;
}
.alt2 {
background:#99FF66;
color:#000000;
}
.tfoot {
background:#66FF00;
color:#000000;
}

cheat-master30 07-14-2007 12:59 PM

Twilight Town style
Quote:

body {
background:#CC0066;
color:#000000;
}
.tcat {
background:#660000;
color:#000000;
}
.thead {
background:#CC3300;
color:#000000;
}
.tborder {
border-style: ridge;
border-width: thin;
background: #000000;
color: #FFFFFF;
}
.page {
background:#FF6666;
color:#000000;
}
.vbmenu_control {
background:#660000;
color:#000000;
}
.panel {
background:#993333;
color:#000000;
}
.panelsurround {
background:#000000;
color:#FFFFFF;
}
.fieldset {
background:#993333;
color:#000000;
}
.alt1 {
background:#993333;
color:#000000;
}
.alt2 {
background:#993333;
color:#000000;
}
.tfoot {
background:#663300;
color:#000000;
}
.navbar {
background:#993333;
color:#000000;
}
.navbar a {
background:#993333;
color:#000000;
}
.navbar a:visited {
background:#993333;
color:#000000;
}
.vbmenu_option {
background:#FF9966;
color:#000000;
}
Latest somewhat game based one...

Selene 07-14-2007 03:34 PM

fixed

Selene 07-14-2007 03:43 PM

other thing is i am using v2.3.6 version of this hack (i purchased it months ago)

now v2.3.8 is out. I just downloaded the zip. but i read the readme file, it doesnt got any upgrade instrucs. What should I do to upgrade it?


All times are GMT. The time now is 01:20 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02440 seconds
  • Memory Usage 2,003KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (8)bbcode_code_printable
  • (26)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete