|
Post by HotRod Richard on Apr 1, 2018 22:06:55 GMT -5
Coffee Time :-)
A Cup of Coffee and a Donut Just For You...
|
|
|
Post by HotRod Richard on Apr 5, 2018 22:50:04 GMT -5
I like 80% best, Richard.
I had to quote because it's going over to a new page.
ok, done deal, 80% width it is.
I think it's bed time for me.
Good Night to You, and Thank You So Much for the Help Foxy
I Edited to Add: I think I just fixed the issue of the Created By HotRod Richard, to keep it all on the same line instead of Richard dropping down under HotRod, as in your 80% laptop screen shot in reply # 17, I just made the Created By Box wider
Let me know if that is now corrected. I can make that Created By box wider if we need to
|
|
|
Post by QueenFoxy on Apr 5, 2018 23:27:46 GMT -5
Bedtime for me too, Richard, but I have code to make "edited by" not show for selected people if you are interested in it. This is good for some. It is especially good when you keep a post always at the top. You don't want "edited by" to be piling up whenever you edit that first post. Nitey nite. Will check again tomorrow. Have already shut the laptop down for the night.
|
|
|
Post by HotRod Richard on Apr 6, 2018 10:06:03 GMT -5
ok, I went to the Fantasy Castle and not able to find the board you had for code. So went to proboards support and found the following and applied it. It removed all the edits in all the post except the 1st post or the sticky post
Admin > Structure > Layout Templates > Thread (template), Post List tab put <!-- in front and --> at the end <!-- {if $[post.edited]} <div class="edited_by"><span class="italic">Last Edit:</span> $[post.edited.date] by $[post.edited.by_user]{if $[post.edited.reason]}: $[post.edited.reason]{/if}</div> {/if} -->
<!-- {if $[post.edited.reason] != "sticky"} -->
|
|
|
Post by HotRod Richard on Apr 6, 2018 10:30:53 GMT -5
I think I got it... But still am interested in the code you have too
<!-- {if $[post.thread.first_post.edited]} <div class="edited_by"><span class="italic">Last Edit:</span> $[post.thread.first_post.edited.date] by $[post.thread.first_post.edited.by_user]{if $[post.thread.first_post.edited.reason]}: $[post.thread.first_post.edited.reason]{/if}</div> {/if} -->
|
|
|
Post by QueenFoxy on Apr 6, 2018 11:49:34 GMT -5
To make "edited by" not show for everyone:
Add this code to your Global Footer (Admin > Structure > Headers & Footers > Global Header & Footer > Footer box):
<script>
$(document).ready(function() {
if (pb.data('route') && pb.data('route').name == "thread") {
$('.edited_by').hide();
}
});
</script>
|
|
|
Post by QueenFoxy on Apr 6, 2018 11:55:14 GMT -5
If you think you will ever need it again, I would suggest you make a forum for your code and separate it from the daily postings. Make it easy to find if you think you will need it again.
|
|
|
Post by QueenFoxy on Apr 7, 2018 13:29:40 GMT -5
|
|
|
Post by HotRod Richard on Apr 7, 2018 17:37:41 GMT -5
How are the screen sizes working for you on your Laptop and Desktop? Everything is set to 80% wide and max-width 1100px
From the screenshots you put up the other day, on my laptop with browser set to full width, is the exact same view as on your desktop, with my browser set to it's normal width, not full width, is about the same as your laptop, with the exception of your laptop screen shot was narrow enough that the created by column, Richard had dropped down to the second link under HotRod, so I added 3 or 4% to the width of that column to rectify that issue for you. Let me know if it did fix it so that HotRod Richard is on one line in the created by column, if it isn't I'll add another % to the width until we fix it for your viewing
|
|
|
Post by HotRod Richard on Apr 8, 2018 8:13:46 GMT -5
Bump, I was wondering if you get a chance to read the above reply
|
|
|
Post by QueenFoxy on Apr 8, 2018 14:51:12 GMT -5
Just getting around to reading this, Richard. I'll try to fire up the laptop sometime today and have a look at it.
|
|
|
Post by HotRod Richard on Apr 8, 2018 16:01:01 GMT -5
ok, That would be Great...
I've spent all day, from the time I got out of Church until now almost 5:00 pm, going over all the things I've changed around here, and making them in separate threads, step by step and put them all in a new board "Helpful Information Board"
Including instructions for new members profile settings... Just in case I get any new members, that is...
I got so involved in all this, I forgot that there was a Nascar Race on TV today, I just turned the TV over to FS1 and it's still on, so I'm headed to the recliner and watch the rest of the race and spend some time with my puppy Seven
I'll be back
|
|
|
Post by QueenFoxy on Apr 8, 2018 16:32:47 GMT -5
It all looks great now, Richard. HotRod and Richard are on one line. Looks OK on both laptop and desktop.
In making sigs for you, there are times when both names just won't fit on the graphic....or....do not look good even if they do. In those cases, I have mostly chosen to use HotRod. Decided it best to ask you which you prefer in those cases. Too much name can spoil a great sig. It is why I only use Foxy.
|
|
|
Post by HotRod Richard on Apr 8, 2018 17:47:19 GMT -5
That will be fine, you can use HotRod Richard in some, and just HotRod in most of them is fine too. I know you remember back in the old days I only used HotRod, I used that at MSN and in Yuku, but after so many years of people mistakenly calling me Rod for short, I thought I'd add Richard to the end, so now I don't get called Rod anymore, they either call me HotRod or Richard. So it's just fine to have only HotRod on those sigs.
I been working my butt off today on typing up instructions for people that might visit this board someday
|
|
|
Post by QueenFoxy on Apr 9, 2018 1:25:44 GMT -5
Great, Richard. I will use your full name when practical and HotRod when It works best.
It takes a lot of work to put a board together and get it ready to accept new members. You have done a great job. The Inn looks fantastic. Well done, my friend.
|
|
|
Post by QueenFoxy on Apr 9, 2018 12:02:25 GMT -5
|
|