inherit
188358
0
Jun 9, 2023 19:17:18 GMT -8
Dorothia
139
January 2013
aquarius1427
|
Post by Dorothia on Jan 25, 2014 13:05:43 GMT -8
I replied to your support thread
|
|
inherit
172898
0
Mar 21, 2014 7:23:34 GMT -8
Wisper
21
October 2011
wisper
|
Post by Wisper on Mar 20, 2014 6:22:55 GMT -8
Is there a way to disable the hover thing all together?
Nevermind, found the code and deleted it
|
|
inherit
207166
0
Nov 30, 2015 17:15:08 GMT -8
meadow2008
9
March 2014
meadow2008
|
Post by meadow2008 on Mar 26, 2014 6:14:55 GMT -8
How do you get to custom profile fields? I've been looking for two days. I went on the member section, but all it says is Member Ranks, Forum Avatars, Reserve Names, Ban Members and, Email Members.
|
|
inherit
188358
0
Jun 9, 2023 19:17:18 GMT -8
Dorothia
139
January 2013
aquarius1427
|
Post by Dorothia on Mar 27, 2014 14:04:31 GMT -8
I may be a bit wrong on this so tell me if I am. It should be Admin >> Members >> Custom Profile Fields
|
|
inherit
207166
0
Nov 30, 2015 17:15:08 GMT -8
meadow2008
9
March 2014
meadow2008
|
Post by meadow2008 on Mar 28, 2014 13:09:49 GMT -8
Sorry, I figured it out. I wasn't the main admin. My sister was. lol sorry
|
|
inherit
188358
0
Jun 9, 2023 19:17:18 GMT -8
Dorothia
139
January 2013
aquarius1427
|
Post by Dorothia on Mar 28, 2014 13:13:45 GMT -8
Glad you got it all fixed
|
|
Chev
New Member
Posts: 21
inherit
202812
0
Dec 1, 2014 20:56:42 GMT -8
Chev
21
December 2013
chev
|
Post by Chev on Apr 3, 2014 10:45:15 GMT -8
Okay, so I've got the one from the database installed on my board, but I can't figure out where these other snippets go? I'd love to have them on my board ;^;
|
|
inherit
208232
0
Apr 22, 2014 9:17:19 GMT -8
unzumi
1
April 2014
unzumi
|
Post by unzumi on Apr 22, 2014 6:42:05 GMT -8
Sorry, I'm still confused! I love this theme and it's super cute, but I still don't understand the roll over image?
I'd actually like to remove it, if possible? That might be easiest for me since I don't really understand all that well >.> Just the static user image would be best...
|
|
inherit
193446
0
Jul 21, 2014 6:40:08 GMT -8
demeria
1
April 2013
demeria
|
Post by demeria on Jul 21, 2014 6:40:08 GMT -8
Hi, Dorothea! I am working on a site using your theme, which is lovely and what we were looking for - it can be found here: archades.boards.net/However, I'm running into two problems - I followed your instructions for the hover, but it will not allow my members to adjust the hover image, nor am I able to do so myself. Secondly, I would like to know if there is a way whereby the member's mini-profile can be expanded to include a second avatar, please - our forum requires House banners for identification purposes. I've added the multiple avatar plug in and activated it, but it is not loading the avatar. Thank you so much for your attention to this - I appreciate anything you can do!
|
|
inherit
150437
0
Nov 30, 2024 23:04:21 GMT -8
shiningheart
34
December 2009
shiningheart
|
Post by shiningheart on Nov 5, 2014 15:26:03 GMT -8
I love your skin. I'm using it on my site here, but I'm new to making v5 sites so I apologize for my ignorance. One, is there a way to hide the sub-boards or no? Two, how do I make the boxes even like on your preview for boards that don't have sub-boards?
|
|
inherit
215502
0
Nov 28, 2019 16:47:57 GMT -8
twitchums
28
November 2014
twitchums
|
Post by twitchums on Nov 17, 2014 16:10:22 GMT -8
Hey, I don't know if you'd be able to help me with this since it involves a plugin, but I need some help and if you could even just look at it and see if you can find what's wrong I would appreciate it so much. I installed the monetary plugin with your skin in effect and the money is not showing up in the mini profile. Where the random blue dash thing is, that is where the money amount should be appearing inside of it. Instead the border color shows up (the blue) and nothing else. <!-- PROFILE HOVER BY TRINITY BLAIR OF ADOXOGRAPHY, DO NOT STEAL --> <!-- MUSIC PLAYER BY ETON BONES OF SUPPORT -->
<!-- THIS IS WHERE THE DEFAULT HOVER IMAGE IS CHANGED, REMEMBER TO ONLY REPLACE THE URL WITH YOUR OWN --> <div class="mini_profile" style="width:160px; height:300px; border:10px solid #555544; background-image: url('http://placehold.it/160x300');{foreach $[user.mini_custom_field]}{if $[user.mini_custom_field.name] == "Hover Image"}background-image: url('$[user.mini_custom_field.value]');{/if}{/foreach}background-size:cover;"> {if $[user.is_guest]}Guest<br />{/if} <br /> {if $[user.is_member]} <div class="profilemini"> <div class="info"> <table width="100%"> <div style="position:relative;top:-20px;left:0px;background-color:#555544;width:160px;height:310px;"> <!-- THIS IS YOUR USER'S USERNAME --> <div style="text-align:center;width:160px;font-size:1em;margin-bottom:5px;text-transform: uppercase;">$[user]</div> <!-- THIS IS WHERE THE AVATAR AND INFORMATION IS DISPLAYED --> <div style="position:relative;top:0px;left:0px;background-color:#998855;height:274px;font-family: helvetica;font-size: 10px;"> <!-- HERE IS AN EXAMPLE OF A LAYOUT YOU COULD USE --> <br> <center> $[user.avatar]<br> <span style="border: 1px solid blue"> <span class="money_text"></span><span class="money_symbol"></span><span class="money_amount"></span> </span><br /> This user has made <span style="color: #555544;text-transform: uppercase;">$[user.posts]</span> posts<br> This user has received <span style="color: #555544;text-transform: uppercase;">$[user.likes]</span> likes<br><br> <div style="font-size:.8em;">$[user.personal_text]</div> {foreach $[user.custom_field]} {if $[user.custom_field.name] == "Alliance"} <span class="$[user.custom_field.content_class]"> $[user.custom_field.value]</span> {/if} {/foreach} {foreach $[user.custom_field]} {if $[user.custom_field.name] == "Rank"} <span class="$[user.custom_field.content_class]"> $[user.custom_field.value]</span> {/if} {/foreach} </center>
</div> <!-- THIS IS YOUR USER'S GROUP NAME --> <!-- THIS IS THE MUSIC PLAYER WHICH IS CONNECTED TO A CUSTOM FIELD --> {foreach $[user.mini_custom_field]} {if $[user.mini_custom_field.name] == "Music"} <!-- YOUR CUSTOM FIELD NAME --> <div class="player"; align="left"><object width="160" 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="#555544" name="bgcolor"> <param value="mp3=$[user.mini_custom_field.value]&bgcolor=000000&loadingcolor=eeeeee&buttoncolor=ffffff&slidercolor=000000;" name="FlashVars"> </object></div> {/if} {/foreach} <div style="text-align:center;width:200px;font-size:1em;margin-top:2px;">$[user.group.name]</div>
</div>
</table> </div> </div> </div> {/if}
<!-- THIS IS THE CSS, ADJUST ONLY THE TOP AND LEFT FOR THE CUSTOM FIELDS --> <style type="text/css"> .custom-field-hoverimage{ position:absolute; top:0px; } .custom-field-alliance{ <!-- THE CUSTOM FIELD NAMES HERE HAVE NO SPACES OR CAPITALS --> position: relative; top:##px; left:##px; } .custom-field-rank{ <!-- THE CUSTOM FIELD NAMES HERE HAVE NO SPACES OR CAPITALS --> position: relative; top:##px; left:##px; } .custom-field-money{ <!-- THE CUSTOM FIELD NAMES HERE HAVE NO SPACES OR CAPITALS --> position: relative; top:##px; left:##px; } </style>
<!-- END PROFILE HOVER BY TRINITY BLAIR OF ADOXOGRAPHY, DO NOT STEAL -->
Any clue why that might be happening? I can provide any other template codes that you might need to figure it out.
|
|
inherit
188486
0
May 13, 2020 12:54:58 GMT -8
kaysweet92
37
January 2013
kaysweet92
|
Post by kaysweet92 on Jan 9, 2015 22:36:16 GMT -8
Hi, um. How do you stop the link for the hover image from blocking the avatar after you hover?
|
|
inherit
217944
0
Sept 18, 2016 19:13:01 GMT -8
muerte123
1
January 2015
muerte123
|
Post by muerte123 on Jan 20, 2015 13:25:53 GMT -8
Ok, I'm using the theme here will-of-the-flame.freeforums.net/ However, I could use some coding help. I'm new to coding, but I've begun to get the gist of it all, but, I'm having some color issues. I'm trying to give it a purple color scheme to it, I just can't figure out where the colors for the rest of that green is at lol Sorry if I sound like an idiot for asking for help on something as simple as that ^^'
|
|
inherit
103123
0
Apr 1, 2015 18:50:37 GMT -8
SERENITY.
259
April 2007
shat
|
Post by SERENITY. on Jan 23, 2015 10:06:19 GMT -8
Hiya! I'm wanting to do away with the side tables and just have the boards span the whole width of the forum. I've removed the side tables and re-sized the forum width, however whatever coding you've used to remodel the main page boards stays the same size as though I still had the side tables installed. Is there a relatively simple way to widen them just a tad?
The other issue I've run into, is that by making the skin darker the text in the mini-profiles barely shows up. I've tried playing with the usual methods of changing the text colors, but I am unable to. I'm guessing you have some CSS coding or somewhere. If you could direct me to what line and location it's on so I could make the text darker, it would be appreciated!
|
|
inherit
222966
0
Apr 4, 2016 16:05:32 GMT -8
mystria
1
July 2015
mystria
|
Post by mystria on Jul 3, 2015 9:12:04 GMT -8
fairy tale > > RULES & REGULATIONS | > CREDIT: There are a few credits due for this. Thanks to Trin for her hover profile remodel and I made everything else. The graphic was found on google and I was too lazy to edit anything so I didn't. Don't judge me. If you want sidebars for these (As in the codes) I will end up putting them whenever I find time but I could give it to you personally through PM if you ask me there. If you don't want Sidebars just make sure you credit me somewhere.> SKELETON: Do not use it as a skeleton, I made it for people to use and I don't want you to base something else off of it. You may change the colors and fonts but nothing else.> BANNER: It's 1020x200, just thought you might want to know.>CODES: Here are the sidebar codes.
Regular Board
<div class="sbtitle">welcome.</div><div class="sidebox">
<div class="sbcontent">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</div>
</div> Links Bar
<div class="sbtitle">navigation.</div><div class="sidebox">
<div class="sbcontent">
<center><table>
<tr>
<td><div class="sblink"><a href="LINKHERE">LINK HERE</a></div></td>
<td><div class="sblink"><a href="LINKHERE">LINK HERE</a></div></td></tr>
<tr>
<td><div class="sblink"><a href="LINKHERE">LINK HERE</a></div></td>
<td><div class="sblink"><a href="LINKHERE">LINK HERE</a></div></td></tr>
<tr>
<td><div class="sblink"><a href="LINKHERE">LINK HERE</a></div></td>
<td><div class="sblink"><a href="LINKHERE">LINK HERE</a></div></td></tr>
<tr>
<td><div class="sblink"><a href="LINKHERE">LINK HERE</a></div></td>
<td><div class="sblink"><a href="LINKHERE">LINK HERE</a></div></td></tr>
<tr>
<td><div class="sblink"><a href="LINKHERE">LINK HERE</a></div></td>
<td><div class="sblink"><a href="LINKHERE">LINK HERE</a></div></td></tr>
<tr>
<td><div class="sblink"><a href="LINKHERE">LINK HERE</a></div></td>
<td><div class="sblink"><a href="LINKHERE">LINK HERE</a></div></td></tr>
<tr>
<td><div class="sblink"><a href="LINKHERE">LINK HERE</a></div></td>
<td><div class="sblink"><a href="LINKHERE">LINK HERE</a></div></td></tr>
<tr>
<td><div class="sblink"><a href="LINKHERE">LINK HERE</a></div></td>
<td><div class="sblink"><a href="LINKHERE">LINK HERE</a></div></td></tr>
</table></center></div>
</div> Updates
<div class="sbtitle">updates.</div><div class="sidebox">
<div class="sbcontent"><span style="background-color: #555544;color: #eedd99;text-transform: uppercase;font-size: 10px;padding: 3px;">October 27th</span><br><br>A little update here yay!</div>
</div> Credits (Required)
<div class="sbtitle">credit.</div><div class="sidebox">
<div class="sbcontent">SITE NAME was created by ADMIN NAME. This skin was created by <a href="http://adoxography.boards.net/user/127">DOROTHIA</a> of Adoxography and she'd appreciate it if no one copied her work. Codes were found on PB Support and pictures were found on Google or any other ressource website.</div>
</div> > LOVE: Yes I sorta need this, it's a drive and I'm addicted to it. Just love it okay? Just do...> REPOSTING: If you find this theme somewhere else without my name on it, either Dorothia or Aquarius please PM me and I will deal with it in a very nice way.> EDITS: If you would like to make a few edits just send me a reply on this thread and I will help you out. Seriously, I love helping people okay? Don't be afraid to talk to me. I don't bite >.>> UPDATES: 12/28/2013 - To edit the Hover Image on the mini-profile you need to go to Admin >> Members >> Custom Profile Fields. Label the Field Name as "Hover Image" Type as "Text Field" Both Options as "URL plain text" and Location "Profile & Mini-profile"
12/28/2013 - Added the sidebar codes |
I need help with the location of where I am to put the sidebars. If its not too much trouble that is to help me with this issue.
|
|