inherit
141770
0
Feb 7, 2024 16:43:54 GMT -8
Decadence
Bless the Fallen.
283
June 2009
starsfall2
|
Post by Decadence on Apr 7, 2014 13:58:18 GMT -8
bump
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 24, 2024 4:49:19 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 7, 2014 15:00:15 GMT -8
I'm not sure how to put it above the shop section because the shop section is provided by a plugin, meaning I cannot access it in the coding. But the general gist of it should be something like...
<!-- PROFILE SUMMARY REMODEL // CREDIT TO ALISHA OF ADOXOGRAPHY.BOARDS.NET --> $[form.header] <table> <tr> <td id="center-column" width="66%"> {if $[can.update_status]} <div class="content-box center-col"> <table> <tr> <td class="status-input"> $[form.update.input] </td> <td class="status-submit"> $[form.submit.button] </td> </tr> </table> </div> {/if} {if $[user.warning.bar]} <div class="content-box center-col"> <table><tr><td class="warning-table-td">Warning Level: </td><td>$[user.warning.bar]</td></tr></table> </div> {/if} {if $[user.badges]} <div class="content-box center-col $[user.badges_container_class]"> {foreach $[user.badges]}$[user.badges]{/foreach} $[user.gift_link] </div> {/if} <div class="content-box center-col"> <table> <tr> <td class="headings">Latest Status:</td> <td>$[user.personal_text]</td> </tr> {if $[user.email]} <tr> <td class="headings">Email:</td> <td>$[user.email]</td> </tr> {/if} {if $[user.website]} <tr> <td class="headings">Web Site:</td> <td>$[user.website]</td> </tr> {/if} {if $[user.birthday]} <tr> <td class="headings">Birthday:</td> <td>$[user.birthday]</td> </tr> {/if} {if $[user.age]} <tr> <td class="headings">Age:</td> <td>$[user.age]</td> </tr> {/if} {if $[user.gender]} <tr> <td class="headings">Gender:</td> <td>$[user.gender.text]</td> </tr> {/if} {if $[user.location]} <tr> <td class="headings">Location:</td> <td>$[user.location]</td> </tr> {/if} <tr> <td class="headings">Posts:</td> <td>$[user.posts]</td> </tr> <tr> <td class="headings">Date Registered:</td> <td>$[user.registered_on]</td> </tr> {foreach $[user.custom_field]} <tr class="$[user.custom_field.content_class]"> <td class="headings"> $[user.custom_field.name]: </td> <td> $[user.custom_field.value] </td> </tr> {/foreach} </table> </div> {if $[user.social_exists]} <div class="content-box center-col"> {if $[user.social_network]} <div class="social networks"> <h4>Social Networks</h4> {foreach $[user.social_network]} $[user.social_network]<br /> {/foreach} </div> {/if} {if $[user.instant_messenger]} <div class="social messengers"> <h4>Instant Messengers</h4> {foreach $[user.instant_messenger]} $[user.instant_messenger]<br /> {/foreach} </div> {/if} </div> {/if} <div class="content-box center-col"> $[recent_posts_link]<br /> $[recent_threads_created_link] </div>
<center><div><a class="click-to-expand"> <div style="color: #89624b; font-size: 20px; font-family: georgia; text-align: center;">STATS</div></a></div> <div class="hide-and-show" style="display: none;"> <div style="color: #000000; font-family: georgia; font-size: 15px; text-align: center;"> {foreach $[user.custom_field]} {if $[user.custom_field.name] == "Attack"} $[user.custom_field.name]: $[user.custom_field.value]<br /> {elseif $[user.custom_field.name] == "Defense"} $[user.custom_field.name]: $[user.custom_field.value]<br /> {elseif $[user.custom_field.name] == "Speed"} $[user.custom_field.name]: $[user.custom_field.value]<br /> {elseif $[user.custom_field.name] == "Intelligence"} $[user.custom_field.name]: $[user.custom_field.value]<br /> {elseif $[user.custo_field.name] == "Endurance"} $[user.custom_field.name]: $[user.custom_field.value]<br /> {/if} {/foreach} </div> </div></center>
{if $[user.signature]} <div class="content-box center-col"> Signature <hr /> $[user.signature] </div> {/if} </td> <td valign="top" width="220px;"> {if $[following]} <div id="following" class="content-box right-col"> <h4><div class="followlink">$[view_following_link]</div></h4> {foreach $[following]} <div class="mini-user"> <div class="mini-avatar" style="width:75px;height:75px;border:4px solid #000;"> <a href="$[following.href]" title="$[following.name]">$[following.avatar_medium]</a> </div> </div> {/foreach} </div> {/if} {if $[follower]} <div id="followers" class="content-box right-col"> <h4><div class="followlink">$[view_followers_link]</div></h4> {foreach $[follower]} <div class="mini-user"> <div class="mini-avatar" style="width:75px;height:75px;border:4px solid #000;"> <a href="$[follower.href]" title="$[follower.name]">$[follower.avatar_medium]</a> </div> </div> {/foreach} </div> {/if} </td> </tr> </table> $[form.footer]
<!-- PROFILE SUMMARY REMODEL // CREDIT TO ALISHA OF ADOXOGRAPHY.BOARDS.NET -->
The coding is probably wrong because I don't know how you want it to look. Font color, size, family, etc. But I went ahead and threw in what I think might be similar to what you want. Let me know if there's problems, there probably will be, and remember to add that code to the global header and make the custom profile fields as well
|
|
inherit
141770
0
Feb 7, 2024 16:43:54 GMT -8
Decadence
Bless the Fallen.
283
June 2009
starsfall2
|
Post by Decadence on Apr 29, 2014 15:51:45 GMT -8
Hmmm, I added it to the site but it only shows STATS in a link color, if easier maybe it doesn't have to be click able?
|
|
inherit
141770
0
Feb 7, 2024 16:43:54 GMT -8
Decadence
Bless the Fallen.
283
June 2009
starsfall2
|
Post by Decadence on Apr 30, 2014 16:48:17 GMT -8
|
|
inherit
141770
0
Feb 7, 2024 16:43:54 GMT -8
Decadence
Bless the Fallen.
283
June 2009
starsfall2
|
Post by Decadence on May 2, 2014 17:59:08 GMT -8
bump
|
|
inherit
141770
0
Feb 7, 2024 16:43:54 GMT -8
Decadence
Bless the Fallen.
283
June 2009
starsfall2
|
Post by Decadence on May 6, 2014 14:25:02 GMT -8
bumpity
|
|
inherit
141770
0
Feb 7, 2024 16:43:54 GMT -8
Decadence
Bless the Fallen.
283
June 2009
starsfall2
|
Post by Decadence on May 12, 2014 13:12:36 GMT -8
|
|
inherit
141770
0
Feb 7, 2024 16:43:54 GMT -8
Decadence
Bless the Fallen.
283
June 2009
starsfall2
|
Post by Decadence on May 13, 2014 16:47:05 GMT -8
bump some more?
|
|
inherit
141770
0
Feb 7, 2024 16:43:54 GMT -8
Decadence
Bless the Fallen.
283
June 2009
starsfall2
|
Post by Decadence on May 14, 2014 17:45:26 GMT -8
bump
|
|
inherit
141770
0
Feb 7, 2024 16:43:54 GMT -8
Decadence
Bless the Fallen.
283
June 2009
starsfall2
|
Post by Decadence on May 16, 2014 15:42:02 GMT -8
help someone please?
|
|
inherit
141770
0
Feb 7, 2024 16:43:54 GMT -8
Decadence
Bless the Fallen.
283
June 2009
starsfall2
|
Post by Decadence on May 20, 2014 15:33:31 GMT -8
bumpity
|
|
inherit
141770
0
Feb 7, 2024 16:43:54 GMT -8
Decadence
Bless the Fallen.
283
June 2009
starsfall2
|
Post by Decadence on May 30, 2014 6:32:05 GMT -8
bump some more?
|
|
inherit
141770
0
Feb 7, 2024 16:43:54 GMT -8
Decadence
Bless the Fallen.
283
June 2009
starsfall2
|
Post by Decadence on Jun 4, 2014 9:22:04 GMT -8
Could someone please help me with this? Anyone?
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Jun 5, 2014 12:01:45 GMT -8
I THINK this is what you're wanting, otherwise your best bet would be to yell for ₪» ⅀ ƪ Ƒ «₪ some more.. Find this part of the code he gave you... <div style="color: #000000; font-family: georgia; font-size: 15px; text-align: center;"> The red part is the color of the displayed stats.. #000000 is black. You can also use color names, like 'blue', 'red', 'purple' etc.
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 24, 2024 4:49:19 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jun 5, 2014 19:55:04 GMT -8
You have this added to your headers like I said?
Along with the custom profile fields made identical to the ones I put in the code?
|
|