|
Post by HotRod Richard on Apr 6, 2018 12:39:22 GMT -5
We can use this thread to post useful code for future reference
I was going to paste a code in this first post but then decided to leave it blank
|
|
|
Post by QueenFoxy on Apr 14, 2018 23:37:55 GMT -5
Richard, I have just noticed that you have made me a Global Moderator at Cruise Inn. I am a bit surprised and very much honored that have such faith and trust in me. Thank you. You are a great friend.
|
|
|
Post by HotRod Richard on Apr 15, 2018 8:31:47 GMT -5
You bet I have faith and trust in you. I wanted to make you Moderator at Yuku too, but I know you are busy at the Castle and wasn't sure you would accept, and wasn't sure you would accept here either because I know you're busy too. So does that mean you are ok with it?
|
|
|
Post by QueenFoxy on Apr 15, 2018 11:23:13 GMT -5
I have enjoyed being able to help you get setup at ProBoards, Richard, and your board looks great. I am sure there will be other things you will want to add as time goes by and you learn of new things that are available. I am honored to stick around here with you and help you moderate the board. I know you understand that I have a very busy group, and of course, it is my first love, just as Cruise Inn is your first. So yes, I guess that means I accept.
|
|
|
Post by HotRod Richard on Apr 17, 2018 21:32:28 GMT -5
That is Great News, Thank You for Accepting...
I started this reply also to ask how to modify signature for center align, text size, bold text, etc... but I think I got it figured out
So, all I can say is Thank You for Accepting :-)
You Made My Day Again
|
|
|
Post by QueenFoxy on Apr 17, 2018 23:03:36 GMT -5
You did a great job on your custom sig, Richard. First thing I noticed and already commented on it. You would have found that in my list of codes in the Castle. Have a magical, sweet dreams night.
|
|
|
Post by HotRod Richard on Apr 24, 2018 20:06:09 GMT -5
I kind of wonder... I have been advertising in the ProBoards advertisement section for General Forums, so I know that some people have visited, but no new members...
So what I'm wondering is maybe we should start some new threads that might draw interest of some of the guests or visitors we get... got any ideas of what discussion threads we could start to catch the interest of a few of those guests?
If so, go right ahead and get those threads started... :-)
|
|
|
Post by QueenFoxy on Apr 24, 2018 22:01:41 GMT -5
What about some racing pictures and race track news?
|
|
|
Post by HotRod Richard on Apr 24, 2018 22:43:04 GMT -5
Maybe, that would be if we are wanting to attract the Racer Only, but we need to try and attract the guests that want to have good discussions of all sorts... something interesting to everyone, is kind of what I've been thinking... so we get a good mixture of members... I think we have quite a bit to attract the car buff, but we also need to show that we are open for all discussions
|
|
|
Post by QueenFoxy on Apr 25, 2018 14:53:51 GMT -5
Oooop's!! I need to delete that new thread I just started. I will let you see it first
|
|
|
Post by HotRod Richard on Apr 25, 2018 17:22:59 GMT -5
I don't see anything at all wrong with that new thread, other than I don't know any race car driver quotes, but I guess I'll need to look some up...
Keep up the good work :-) I'm off to watch Street Outlaws
|
|
|
Post by QueenFoxy on Apr 28, 2018 9:02:55 GMT -5
As a paying ad free board, you can get rid of all except the last line of the text at the bottom of your forum.
Go to: Admin> Upgrade Tab (upper right)> Ad Free> Settings
Change the 4 settings there.
|
|
|
Post by HotRod Richard on Apr 28, 2018 10:32:51 GMT -5
ok, got 'er done, Thank You
Do you know how I can add 1 or 2 spaces between the bottom of the reply box and the last line that is still at the bottom of the page? I just think it might look a little bit better that way too
|
|
|
Post by QueenFoxy on Apr 28, 2018 15:15:17 GMT -5
Looks good to get rid of some of that text at the bottom.
Try this code for spacing:
margin: 10px auto; .... //* 10px top/bottom, auto left/right *//
padding: 10px; .... //* use any number and test how it looks *//
|
|
|
Post by HotRod Richard on Apr 28, 2018 16:24:51 GMT -5
If you go to Advanced Styles & CSS, click the Style Sheets tab, Scroll down until you see /* Footer */ then 15 lines below that on line 617 you will find the code below, at least that's the line it's on here, where you see padding-top: 5px; I simply put a zero after the 5, so it's 50px I'm just leaving it that way until you take a look to see if it's too much
footer { text-align: center; display: block; background: @footer_background; border: @footer_border; padding-top: 5px; padding-bottom: 28px; }
|
|
|
Post by QueenFoxy on Apr 28, 2018 22:58:40 GMT -5
I think it looks great, Richard.
|
|