inherit
215516
0
Nov 3, 2014 21:47:16 GMT -8
divextria
1
November 2014
divextria
|
Post by divextria on Nov 3, 2014 9:58:13 GMT -8
Hello darling. I'm currently using this theme for wolfsofthaldaron.proboards.com/ this site. And I am having difficulties, with the mini-profiles. I'm fairly new to the creation of Proboards sites, and I haven't quite learned all the coding and specifics yet. And in other words, I have no idea how to make these mini profiles actually work. xD
|
|
Pumpkin
New Member
Ruler of the plot bunnies
Posts: 3
inherit
181188
0
Sept 27, 2018 11:39:03 GMT -8
Pumpkin
Ruler of the plot bunnies
3
July 2012
summiesumsum12
|
Post by Pumpkin on Nov 23, 2014 14:21:07 GMT -8
I was wondering how you change the background colors. I would like to change the lighter gray/purple to something a little darker but I cant seem to figure it out
|
|
enyo
New Member
Posts: 8
inherit
206920
0
Oct 21, 2015 19:06:37 GMT -8
enyo
8
March 2014
enyo
|
Post by enyo on Dec 3, 2014 16:04:04 GMT -8
XaviEo, I'm having trouble with the mini-profiles and putting in a chatbox. - - I see the code for the chatbox space in the code, but I don't know how to put one in there. - - For the mini-profiles, my avatar looks like it's operating as the 200x300 image. And the avatar is the only image that shows up. Whenever I put an image link into any of the other image spaces [when I edit my profile], none of those pictures show up.
|
|
XaviEo
New Member
Frustrated about my buggy themes and lack of support? Please read my signature! (:
Posts: 120
inherit
139532
0
Aug 21, 2024 1:55:44 GMT -8
XaviEo
Frustrated about my buggy themes and lack of support? Please read my signature! (:
120
April 2009
margie9900
|
Post by XaviEo on Dec 14, 2014 5:48:47 GMT -8
Hi enyo, do you still need help with those two things?
|
|
inherit
immortalchild_100300@hotmail.com
166406
0
Dec 10, 2021 9:00:02 GMT -8
Alice in the Boxxx
She Who Dreams
81
May 2011
icedthemoon
|
Post by Alice in the Boxxx on Jan 31, 2015 21:34:33 GMT -8
XaviEo,
Hi, I am currently using your theme - with minor alterations of course - and I was wondering if there is a way to change the bluish-purple colors behind the category titles. Actually, I was just wondering if you could change the non black and gray colors. Is there a way? I have gone through the Advanced Style & CSS (both Style Sheet and Visual Editor) as well as the Layout Templates. I would appreciate your help.
|
|
inherit
219082
0
Aug 5, 2024 13:10:24 GMT -8
rexdraco
11
February 2015
rexdraco
|
Post by rexdraco on Feb 25, 2015 0:16:17 GMT -8
For the skin Purple Dreams I am having trouble getting the mini profile to appear. Also I want to change "sexuality" to something like "alignment" instead. I followed the instructions but nothing I seem to do helps. If either XaviEo the skin creator or @khristian the code creator, can help please? Here is the code as it appears on the forum: <!-- PROFILE HOVER BY TRINITY BLAIR OF ADOXOGRAPHY, DO NOT STEAL -->
<div class="mini_profile"><div class="profilemini2"> {if $[user.is_staff]} <div class="mini-name">$[user]</div> <div class="mini-group-color" style="background-color:#{if $[user.group]}$[user.group.color]{else}$[user.rank.color]{/if};">{if $[user.group]}$[user.group.name]{else}$[user.rank.name]{/if}</div> <div class="my_avatar" width="222px" height="352px" align="center">$[user.avatar]</div> <div class="profilemini"> <div class="info"> <table width="100%"> <!-- THIS IS THE INNER TABLE WITH THE WHITE BACKGROUND, IF YOU WANT TO ADD ANYTHING INTO THIS TABLE DO IT AFTER THIS DIV --> <div class="mini-inner"> <!-- BEGIN INSIDE HOVER STUFF BELOW --> <center> <div class="mini-online">{if $[user.is_online]}<strong>USER IS ONLINE</strong>{else}<em>USER IS OFFLINE</em>{/if}</div> <div class="mini-gif"> {foreach $[user.custom_field]} {if $[user.custom_field.name] == "200x100 GIF"} <span class="$[user.custom_field.content_class]"> <img src="$[user.custom_field.value]" /></span> {/if} {/foreach} </div> <div class="mini-charage"><strong>$[user.age]<font size="1"><br />Years<br />Old</font></strong></div> <div class="mini-gender"><strong>$[user.gender.text]</strong></div><br /> <div class="mini-charsex"> <a href="$[user.pm_href]"><strong>PM Me</strong></a> </div> <br clear="all"> <div class="mini-status2">$[user.personal_text]</div> <div class="mini-music2"> {foreach $[user.mini_custom_field]} {if $[user.mini_custom_field.name] == "Music"} <div class="player"><object width="200" height="20" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" type="application/x-shockwave-flash"> <param value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" name="movie"> <param value="#202020" name="bgcolor"> <param value="mp3=$[user.mini_custom_field.value]&bgcolor=202020&loadingcolor=383838&buttoncolor=d8d8d8&slidercolor=6b667d;" name="FlashVars"> </object></div> {/if} {/foreach} <div class="filler" style="width:200px;height:20px;background-color:#202020;"></div> </div> </center> <!-- END INSIDE HOVER STUFF --> </div> <!-- THIS IS THE END OF THE WHITE INNER TABLE CODE SO DON'T ADD ANYTHING BELOW THIS LINE UNLESS YOU WANT SOMETHING NOT TO APPEAR IN THE WHITE TABLE --> </table> </div> </div> <br clear="all" /> <div class="mini-posts"><font color="#949494">$[user.posts]</font> {if $[user.posts] == 1}POST{else}POSTS{/if} & <font color="#949494">$[user.likes]</font> {if $[user.likes] == 1}LIKE{else}LIKES{/if}</div> {elseif $[user.is_member]} <div class="mini-name">$[user]</div> <div class="mini-group-color" style="background-color:#{if $[user.group]}$[user.group.color]{else}$[user.rank.color]{/if};">{if $[user.group]}$[user.group.name]{else}$[user.rank.name]{/if}</div> <div class="my_avatar" width="222px" height="352px" align="center">$[user.avatar]</div> <div class="profilemini"> <div class="info"> <table width="100%"> <!-- THIS IS THE INNER TABLE WITH THE WHITE BACKGROUND, IF YOU WANT TO ADD ANYTHING INTO THIS TABLE DO IT AFTER THIS DIV --> <div class="mini-inner"> <!-- BEGIN INSIDE HOVER STUFF BELOW --> <center> <div class="mini-online">{if $[user.is_online]}<strong> {foreach $[user.custom_field]} {if $[user.custom_field.name] == "Alias"} <span class="$[user.custom_field.content_class]"> $[user.custom_field.value]</span> {/if} {/foreach} IS ONLINE</strong>{else}<em> {foreach $[user.custom_field]} {if $[user.custom_field.name] == "Alias"} <span class="$[user.custom_field.content_class]"> $[user.custom_field.value]</span> {/if} {/foreach} IS OFFLINE</em>{/if}</div> <div class="mini-gif"> {foreach $[user.custom_field]} {if $[user.custom_field.name] == "200x100 GIF"} <span class="$[user.custom_field.content_class]"> <img src="$[user.custom_field.value]" /></span> {/if} {/foreach} </div> <div class="mini-charage"><strong> {foreach $[user.custom_field]} {if $[user.custom_field.name] == "Character Age"} <span class="$[user.custom_field.content_class]"> $[user.custom_field.value]</span> {/if} {/foreach} <font size="1"><br />Years<br />Old</font></strong></div> <div class="mini-gender">$[user.gender.text]</div><br /> <div class="mini-charsex"> {foreach $[user.custom_field]} {if $[user.custom_field.name] == "Sexuality"} <span class="$[user.custom_field.content_class]"> $[user.custom_field.value]</span> {/if} {/foreach} </div> <br clear="all"> <div class="mini-status">$[user.personal_text]</div> <div class="mini-applot"> {foreach $[user.custom_field]} {if $[user.custom_field.name] == "Application"} <span class="$[user.custom_field.content_class]"> <a href="$[user.custom_field.value]">APPLICATION</a></span> {/if} {/foreach} </div> <div class="mini-applot"> {foreach $[user.custom_field]} {if $[user.custom_field.name] == "Plotter"} <span class="$[user.custom_field.content_class]"> <a href="$[user.custom_field.value]">PLOTTER</a></span> {/if} {/foreach} </div> <br clear="all"> <div class="mini-music"> {foreach $[user.mini_custom_field]} {if $[user.mini_custom_field.name] == "Music"} <div class="player"><object width="200" height="20" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" type="application/x-shockwave-flash"> <param value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" name="movie"> <param value="#202020" name="bgcolor"> <param value="mp3=$[user.mini_custom_field.value]&bgcolor=202020&loadingcolor=383838&buttoncolor=d8d8d8&slidercolor=6b667d;" name="FlashVars"> </object></div> {/if} {/foreach} <div class="filler" style="width:200px;height:20px;background-color:#202020;"></div> </div> </center> <!-- END INSIDE HOVER STUFF --> </div> <!-- THIS IS THE END OF THE WHITE INNER TABLE CODE SO DON'T ADD ANYTHING BELOW THIS LINE UNLESS YOU WANT SOMETHING NOT TO APPEAR IN THE WHITE TABLE --> </table> </div> </div> <br clear="all" /> <div class="mini-posts"><font color="#949494">$[user.posts]</font> {if $[user.posts] == 1}POST{else}POSTS{/if} & <font color="#949494">$[user.likes]</font> {if $[user.likes] == 1}LIKE{else}LIKES{/if}</div> {else} <div class="mini-name">$[user]</div> <div class="mini-group-color">GUEST</div> <div class="my_avatar" width="222px" height="352px" align="center"><img src="http://placehold.it/220x350" /></div> {/if} </div></div>
<!-- END PROFILE HOVER BY TRINITY BLAIR OF ADOXOGRAPHY, DO NOT STEAL -->
|
|
inherit
219240
0
Jun 4, 2018 19:48:59 GMT -8
athenakay
3
March 2015
athenakay
|
Post by athenakay on Mar 1, 2015 5:49:13 GMT -8
Hi i couldn't figure out how to put the chatbox in XaviEo and im afraid im going to mess up the whole theme. Could you walk me through on how to do it please? FORUM URL: xbeyondx.boards.net/
|
|
enyo
New Member
Posts: 8
inherit
206920
0
Oct 21, 2015 19:06:37 GMT -8
enyo
8
March 2014
enyo
|
Post by enyo on Mar 11, 2015 15:23:24 GMT -8
XaviEo, no I got it. Thank you
|
|
inherit
182323
0
Apr 16, 2021 11:52:23 GMT -8
lunari
2
August 2012
littlemissky
|
Post by lunari on Mar 13, 2015 11:25:21 GMT -8
I totally love this theme and hope to be able to use it some day.
|
|
inherit
219654
0
Mar 15, 2015 14:33:04 GMT -8
forumhalp
1
March 2015
forumhalp
|
Post by forumhalp on Mar 13, 2015 14:14:55 GMT -8
Into the TVXaviEo Having a problem with the mini profiles, Age, Sexuality and Gender don't seem to pop up. I've followed the instructions but can't seem to get it to work.
|
|
inherit
218706
0
Jan 4, 2017 9:26:42 GMT -8
zeckes
83
February 2015
zeckes
|
Post by zeckes on Mar 17, 2015 16:04:01 GMT -8
|
|
Former Member
inherit
guest@proboards.com
111631
0
Nov 24, 2024 18:08:34 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 27, 2015 22:07:17 GMT -8
very nice
|
|
inherit
212590
0
Dec 7, 2016 10:46:47 GMT -8
kovulion
28
August 2014
kovulion
|
Post by kovulion on Apr 6, 2015 16:41:14 GMT -8
How do you change the background ?? I tried both ways, through Images and CSS but whenever I do the background remains the same!
|
|
Jay
New Member
Posts: 1
inherit
221976
0
May 14, 2016 15:21:57 GMT -8
Jay
1
June 2015
jaythabae
|
Post by Jay on Jun 1, 2015 18:28:09 GMT -8
Heyy XaviEo I have recently installed your theme Purple Dream and me and my staff have noticed that the mini-profile is missing something and aren't allowing us to fill them in, Such as, the age and within the box above the gender. I hope we can come up with a solution! Also my site is under construction and will open soon!
|
|
inherit
223146
0
Aug 31, 2017 16:49:29 GMT -8
? Placebo
it's ya boi
79
July 2015
emoteddybear
|
Post by ? Placebo on Jul 10, 2015 22:05:02 GMT -8
Hiya~ I was wondering if you could give me the mini-profile layout template code that you have on the site you used this skin on? ^^ I've tampered with it quite a bit, even reset it to the original code that came with the skin, but even then the mini-profiles aren't looking anything like the ones you previewed. Currently, this is what I have:
<!-- PROFILE HOVER BY TRINITY BLAIR OF ADOXOGRAPHY, DO NOT STEAL -->
<div class="mini_profile"><div class="profilemini2"> {if $[user.is_staff]} <div class="mini-name">$[user]</div> <div class="mini-group-color" style="background-color:#{if $[user.group]}$[user.group.color]{else}$[user.rank.color]{/if};">{if $[user.group]}$[user.group.name]{else}$[user.rank.name]{/if}</div> <div class="my_avatar" width="222px" height="352px" align="center">$[user.avatar]</div> <div class="profilemini"> <div class="info"> <table width="100%"> <!-- THIS IS THE INNER TABLE WITH THE WHITE BACKGROUND, IF YOU WANT TO ADD ANYTHING INTO THIS TABLE DO IT AFTER THIS DIV --> <div class="mini-inner"> <!-- BEGIN INSIDE HOVER STUFF BELOW --> <center> <div class="mini-online">{if $[user.is_online]}<strong>USER IS ONLINE</strong>{else}<em>USER IS OFFLINE</em>{/if}</div> <div class="mini-gif"> {foreach $[user.custom_field]} {if $[user.custom_field.name] == "200x100 GIF"} <span class="$[user.custom_field.content_class]"> <img src="$[user.custom_field.value]"/></span> {/if} {/foreach} </div> <div class="mini-charage"><strong>$[user.age]<font size="1"><br />Years<br />Old</font></strong></div> <div class="mini-gender"><strong>$[user.gender.text]</strong></div><br /> <div class="mini-charsex"> <a href="$[user.pm_href]"><strong>PM Me</strong></a> </div> <br clear="all"> <div class="mini-status2">$[user.personal_text]</div> <div class="mini-music2"> {foreach $[user.mini_custom_field]} {if $[user.mini_custom_field.name] == "Music"} <div class="player"><object width="200" height="20" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" type="application/x-shockwave-flash"> <param value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" name="movie"> <param value="#202020" name="bgcolor"> <param value="mp3=$[user.mini_custom_field.value]&bgcolor=202020&loadingcolor=383838&buttoncolor=d8d8d8&slidercolor=6b667d;" name="FlashVars"> </object></div> {/if} {/foreach} <div class="filler" style="width:200px;height:20px;background-color:#202020;"></div> </div> </center> <!-- END INSIDE HOVER STUFF --> </div> <!-- THIS IS THE END OF THE WHITE INNER TABLE CODE SO DON'T ADD ANYTHING BELOW THIS LINE UNLESS YOU WANT SOMETHING NOT TO APPEAR IN THE WHITE TABLE --> </table> </div> </div> <br clear="all" /> <div class="mini-posts"><font color="#949494">$[user.posts]</font> {if $[user.posts] == 1}POST{else}POSTS{/if} & <font color="#949494">$[user.likes]</font> {if $[user.likes] == 1}LIKE{else}LIKES{/if}</div> {elseif $[user.is_member]} <div class="mini-name">$[user]</div> <div class="mini-group-color" style="background-color:#{if $[user.group]}$[user.group.color]{else}$[user.rank.color]{/if};">{if $[user.group]}$[user.group.name]{else}$[user.rank.name]{/if}</div> <div class="my_avatar" width="222px" height="352px" align="center">$[user.avatar]</div> <div class="profilemini"> <div class="info"> <table width="100%"> <!-- THIS IS THE INNER TABLE WITH THE WHITE BACKGROUND, IF YOU WANT TO ADD ANYTHING INTO THIS TABLE DO IT AFTER THIS DIV --> <div class="mini-inner"> <!-- BEGIN INSIDE HOVER STUFF BELOW --> <center> <div class="mini-online">{if $[user.is_online]}<strong>IS ONLINE</strong>{else}<em>IS OFFLINE</em>{/if}</div> <div class="mini-gif"> {foreach $[user.custom_field]} {if $[user.custom_field.name] == "200x100 GIF"} <span class="$[user.custom_field.content_class]"> <img src="$[user.custom_field.value]" /></span> {/if} {/foreach} </div> <div class="mini-charage"><strong> {foreach $[user.custom_field]} {if $[user.custom_field.name] == "Character Age"} <span class="$[user.custom_field.content_class]"> $[user.custom_field.value]</span> {/if} {/foreach} <font size="1"><br />Years<br />Old</font></strong></div> <div class="mini-gender">$[user.gender.text]</div><br /> <div class="mini-charsex"> {foreach $[user.custom_field]} {if $[user.custom_field.name] == "Sexuality"} <span class="$[user.custom_field.content_class]"> $[user.custom_field.value]</span> {/if} {/foreach} </div> <br clear="all"> <div class="mini-status">$[user.personal_text]</div> <div class="mini-applot"> {foreach $[user.custom_field]} {if $[user.custom_field.name] == "Application"} <span class="$[user.custom_field.content_class]"> <a href="$[user.custom_field.value]">APPLICATION</a></span> {/if} {/foreach} </div> <div class="mini-applot"> {foreach $[user.custom_field]} {if $[user.custom_field.name] == "Plotter"} <span class="$[user.custom_field.content_class]"> <a href="$[user.custom_field.value]">PLOTTER</a></span> {/if} {/foreach} </div> <br clear="all"> <div class="mini-music"> {foreach $[user.mini_custom_field]} {if $[user.mini_custom_field.name] == "Music"} <div class="player"><object width="200" height="20" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" type="application/x-shockwave-flash"> <param value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" name="movie"> <param value="#202020" name="bgcolor"> <param value="mp3=$[user.mini_custom_field.value]&bgcolor=202020&loadingcolor=383838&buttoncolor=d8d8d8&slidercolor=6b667d;" name="FlashVars"> </object></div> {/if} {/foreach} <div class="filler" style="width:200px;height:20px;background-color:#202020;"></div> </div> </center> <!-- END INSIDE HOVER STUFF --> </div> <!-- THIS IS THE END OF THE WHITE INNER TABLE CODE SO DON'T ADD ANYTHING BELOW THIS LINE UNLESS YOU WANT SOMETHING NOT TO APPEAR IN THE WHITE TABLE --> </table> </div> </div> <br clear="all" /> <div class="mini-posts"><font color="#949494">$[user.posts]</font> {if $[user.posts] == 1}POST{else}POSTS{/if} & <font color="#949494">$[user.likes]</font> {if $[user.likes] == 1}LIKE{else}LIKES{/if}</div> {else} <div class="mini-name">$[user]</div> <div class="mini-group-color">GUEST</div> <div class="my_avatar" width="222px" height="352px" align="center"><img src="http://placehold.it/220x350" /></div> {/if} </div></div>
<!-- END PROFILE HOVER BY TRINITY BLAIR OF ADOXOGRAPHY, DO NOT STEAL -->
It's a really great skin, and I haven't had any problems other than this! The site I'm currently using this skin on can be found here.
|
|