luap
New Member
Posts: 38
inherit
reilly.mikep@yahoo.com
195730
0
Sept 12, 2014 21:45:25 GMT -8
luap
38
June 2013
luap
|
Post by luap on Jun 25, 2013 7:56:52 GMT -8
Been looking through google on CSS code for centering and there seem to be a lot of different ways of doing this based on a lot of varying situations. If I replace
<div class="content">
with
<div class="content"; style="text-align: center">
would that work? I would test it but Im at work hehe.
Also... Would adding margin-top: 50px; after your added margin-left have the desired effect?
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Jun 25, 2013 9:36:20 GMT -8
If you use: <div class="content"; style="text-align: center">
Remove the first semi colon and add it to the end, so it becomes: <div class="content" style="text-align: center;">
Adding margin-top: 50px, will push the signature down by 50px. I did try margin-left, and margin-top combination, but it doesn't work properly.
|
|
luap
New Member
Posts: 38
inherit
reilly.mikep@yahoo.com
195730
0
Sept 12, 2014 21:45:25 GMT -8
luap
38
June 2013
luap
|
Post by luap on Jun 25, 2013 9:54:50 GMT -8
Great. I will try that in a few hours when I get home.
I am in messages also with Brian about the signature.
EDIT: Does the ; go before or after the " at the end?
|
|
luap
New Member
Posts: 38
inherit
reilly.mikep@yahoo.com
195730
0
Sept 12, 2014 21:45:25 GMT -8
luap
38
June 2013
luap
|
Post by luap on Jun 25, 2013 13:57:14 GMT -8
Forwarding the resulting solution from Brian...Thanks to you both for everything. Brian Ordonez said: Structure > Layout Templates > Thread > Post List
Change Line 14 to this. <td class="left-panel" rowspan="2"> Change Line 17 to this. <td class="content" colspan="4"> Add a new line after Line 61 and paste this into it. <tr> <td colspan="4"> <div class="controls" style="float: right; margin-top: 10px"> <a href="/post/new/$[post.thread_id]" class="button reply-button" role="button">Reply</a> $[post.quote_button] $[post.edit_button] $[post.likes.button] $[post.select_options] </div> </td> </tr>
Remove Lines 53 through 59. <div class="controls" style="float: right; margin-top: 10px"> <a href="/post/new/$[post.thread_id]" class="button reply-button" role="button">Reply</a> $[post.quote_button] $[post.edit_button] $[post.likes.button] $[post.select_options] </div>
Go to Themes > Advanced Styles & CSS > Style Sheet. Remove the margin left part from Line 1749. #arrow_box { position: relative; background: #141414; border: 1px solid #272727; padding: 10px; .rounded-corners(3px); [font color="e64219"]margin-left: 170px;[/font] }
You should be good to go after that.
|
|
inherit
tchisesi@gmail.com
197488
0
Aug 29, 2013 13:27:08 GMT -8
HouseMD
2
July 2013
housemd
|
Post by HouseMD on Jul 27, 2013 17:43:38 GMT -8
Hello, I realize this thread is pretty much long dead, but I've come across a couple questions and if the creator of this theme still watches this thread I'd really be happy. First off, is there any way to remove the legend at the bottom of the forum? Its basically worthless since the theme disables these folder images. Second, is there a way to make it so it doesn't look like I created every single thread? As you can see, I have replied to these threads, but they all say "by shammd" which makes it seem like I created them. Not the biggest problems, just aesthetic hiccups that would do my OCD wonders if they were fixed. Thanks for any help that I will hopefully recieve.
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Jul 28, 2013 4:13:00 GMT -8
Hello, I realize this thread is pretty much long dead, but I've come across a couple questions and if the creator of this theme still watches this thread I'd really be happy. First off, is there any way to remove the legend at the bottom of the forum? Its basically worthless since the theme disables these folder images. Second, is there a way to make it so it doesn't look like I created every single thread? As you can see, I have replied to these threads, but they all say "by shammd" which makes it seem like I created them. Not the biggest problems, just aesthetic hiccups that would do my OCD wonders if they were fixed. Thanks for any help that I will hopefully recieve. This thread is far from dead. Not sure what makes you say it is so. However.. 1) Admin > Settings > Forum SettingsAt the bottom you should see "Info Centers" and then 3 options. Set " Display Legend" to " No". 2) The " by name" isn't who created the thread, it's who last replied to it, which is no different to how ProBoards (has by default), the " Last Post" column. The avatar on the left hand side shows you who created the thread. The simple fact of the matter is, on a default PB theme, or on this theme (and most others), if you reply to all threads, it will have some indication as "last poster".. I'm not sure you what you want doing with this, however you could remove it if you like? Or perhaps reword it, and change "topic title by name" to be something like "topic title updated by name" (so you'd be adding the word 'updated'). Up to you either way.. Here's your two options..2.a) Removing "by name": Admin > Themes > Layout Templates > Board > Thread ListOn line 12 you will see: <span class="link target">$[thread]</span> by $[thread.last_post.created_by_user], $[thread.last_post.date] Add <!-- and --> like how I have below: <span class="link target">$[thread]</span> <!--by $[thread.last_post.created_by_user], $[thread.last_post.date] -->2.b) Rewording "by name": Go to the Thread List template like above, and again, go to line 12. This time, where it has the word "by" add "updated" in front of it, like so: <span class="link target">$[thread]</span> updated by $[thread.last_post.created_by_user], $[thread.last_post.date]
|
|
inherit
tchisesi@gmail.com
197488
0
Aug 29, 2013 13:27:08 GMT -8
HouseMD
2
July 2013
housemd
|
Post by HouseMD on Jul 28, 2013 9:45:01 GMT -8
Very big thanks to you sir. Also, this theme is the best I've seen. Good work
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Jul 28, 2013 9:51:13 GMT -8
Very big thanks to you sir. Also, this theme is the best I've seen. Good work Thanks. Means a lot. And you're welcome
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Sept 3, 2013 20:17:32 GMT -8
[4th September 2013]: Edited "border-width" to be "width" in the "Visual Editor Builder" for the navigation tree. Now when the border is edited, it will be edited correctly.
|
|
inherit
fresh2013usmc@gmail.com
199536
0
Feb 21, 2014 7:03:43 GMT -8
iwillsmackyou
4
September 2013
iwillsmackyou
|
Post by iwillsmackyou on Sept 6, 2013 1:42:51 GMT -8
Broken link...
|
|
inherit
fresh2013usmc@gmail.com
199536
0
Feb 21, 2014 7:03:43 GMT -8
iwillsmackyou
4
September 2013
iwillsmackyou
|
Post by iwillsmackyou on Sept 6, 2013 1:46:41 GMT -8
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Sept 6, 2013 3:16:20 GMT -8
I can't believe I missed the .pbt off the download link. Thanks for pointing that out. I also added the library link to the original post too
|
|
inherit
200610
0
Oct 27, 2013 19:27:27 GMT -8
colhazard
16
October 2013
colhazard
|
Post by colhazard on Oct 1, 2013 15:21:32 GMT -8
Hi,
I absolutely love this theme! But I seem to have a problem with tables. No matter what I try, table borders seem to become transparent when I make a post.
(Oddly enough, when showing the post as a preview, the borders do appear)
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Oct 1, 2013 19:47:15 GMT -8
Hi, I absolutely love this theme! But I seem to have a problem with tables. No matter what I try, table borders seem to become transparent when I make a post. (Oddly enough, when showing the post as a preview, the borders do appear) Could you link to your forum please?
|
|
inherit
179966
0
Mar 19, 2019 9:23:16 GMT -8
Welshling
Dohtml - v5 templates, advertising & more.
1,150
May 2012
welshling
|
Post by Welshling on Oct 1, 2013 23:23:51 GMT -8
colhazard, are you referring to bbcoded tables? If so the you won't see a colored border, unless you add in the color styles you want into your bbcoding. This link may help you understand how the table bbcoding works.
|
|