miaow
New Member
Posts: 186
inherit
139893
0
Apr 2, 2021 10:26:49 GMT -8
miaow
186
April 2009
definitelymaybe
|
Post by miaow on Mar 6, 2013 19:13:07 GMT -8
I think it's the mini-profile. What appears beside a post, like what's beside this post. I just want it to look as is with tables beneath the avatar. So I would add it to the style sheet mini profile section? I'm just not sure exactly where or what to add there.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 6, 2013 19:45:05 GMT -8
I haven't messed with much of this either but if you goof up, the blessing is you can set the layout back to default so you never have to worry about permanently messing things up. If you go to Admin>Themes>Layout Templates and then click on Mini-profile and find the very last {/if} statement you could add the blue for your own things. You could add a table there if you want I think although I haven't tried it. {/if} <div class="my_own_stuff"> Something here<br /> Something else here<br /> </div></div> I'd open another tab and go to Admin>Themes>Advanced Styles & CSS and then click on Style Sheet (once it loads). Then go to the bottom of your css and add your style for that, something like this: .my_own_stuff{ background-color: #ffffff; border: 1px solid #000000; font-size: .9em; padding: 1px; } Again, if you mess up the template just reset it back to default and then you can mess around with it again. Oh, and you can see what I added here: diggininthedirt.freemessageboards.com/thread/1/xxxI think you can view as a guest.
|
|
miaow
New Member
Posts: 186
inherit
139893
0
Apr 2, 2021 10:26:49 GMT -8
miaow
186
April 2009
definitelymaybe
|
Post by miaow on Mar 6, 2013 20:41:42 GMT -8
I played around in Style Sheet and found what worked for me. On the line that was originally
.mini-profile .info { color: @mini_info_text_color; font: @mini_info_text_font; text-align: @mini_info_text_align;}
I added background: #ffffff; border: @mini_border; padding: 5px 5px 5px 5px;} and it looks exactly how I wanted it.
I have ONE more question, last one I promise lol. It's about quick reply. On my V4 forum I have a code installed that has a 'Preview Quick Reply' beside the Quick Reply button, and I was wondering if there's a code or alteration for V5 that would give that? I tried looking around and never saw anything about it.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 6, 2013 22:23:26 GMT -8
That would be something I definately can't help with. You might want to post in the V5 forum asking if it needs to be a plug-in. support.proboards.com/board/28/general-v5-discussionAlso, I don't know what happened since the last time I looked at your site but this time, in IE, your forum is below the cbox and to the left. If you want, do a test and add one extra closing div (blue) below your side table and remove the red. I think it is missing that closing div for some reason. I hope that moves that back over where it should be. }); }); }); </SCRIPT> </div><BR style="clear: both;"><DIV style="height: 0px;"></DIV>
|
|
miaow
New Member
Posts: 186
inherit
139893
0
Apr 2, 2021 10:26:49 GMT -8
miaow
186
April 2009
definitelymaybe
|
Post by miaow on Mar 7, 2013 12:17:44 GMT -8
Okay thank you for all your help. I don't have IE installed and can't because I'm on a Mac. I've viewed it in Firefox, Safari, and Chrome and it looks alright. I did what you said and it still looks fine for me. Could you tell me if it's fixed on IE for you?
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 7, 2013 22:01:53 GMT -8
|
|
miaow
New Member
Posts: 186
inherit
139893
0
Apr 2, 2021 10:26:49 GMT -8
miaow
186
April 2009
definitelymaybe
|
Post by miaow on Mar 7, 2013 22:45:10 GMT -8
Awesome. Thanks for all the help <3 I'll be switching over my V4 soon. Have a good night.
|
|