Christian Forums

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • Focus on the Family

    Strengthening families through biblical principles.

    Focus on the Family addresses the use of biblical principles in parenting and marriage to strengthen the family.

  • Guest, Join Papa Zoom today for some uplifting biblical encouragement! --> Daily Verses
  • The Gospel of Jesus Christ

    Heard of "The Gospel"? Want to know more?

    There is salvation in no other, for there is not another name under heaven having been given among men, by which it behooves us to be saved."

Kudos

2024 Website Hosting Fees

Total amount
$1,038.00
Goal
$1,038.00
To Stovebolts for his hard work and great job.
No hitches, no problems.

And anyone who may have helped him...
Thanks!

Thank you! Nick has done a lot with the aesthetics. I'm kinda the guy in the back room. I do like the new upgrade, and as you can tell, lots left to finish. I'm actually working on separating the stickies from normal posts on each forum, but it's not playing nice with this style... Nothing is ever as simple as it's supposed to be lol!
 
Of course not!

And we all know that Murphy's Law applies to computing.

Pretty much... Something with this skin isn't allowing the code I scraped up to work.. wanna see if you can do something with it?

----------- Highlight stickies ----------------------------------
Step 1
https://xenforo.com/community/resources/separate-sticky-threads-from-normal-ones.5706/
1- Go to template forum_view
2- find this code
<xf:macro template="thread_list_macros" name="item" arg-thread="{$thread}" arg-forum="{$forum}" />
</xf:foreach>
</div>
3- Place this code below the above code and hit save.
<xf:if is="{$stickyThreads}">
<hr class="stickySeparator"/>
</xf:if>
4- Now go to template extra.less and add this
.stickySeparator {
height: 12px;
background-color: #ececec;
border-style:solid;
margin: 0px;
}
5- Hit save and you are good to go.

---------------------------------- make it look pretty ------------------------------------------------
https://xenforo.com/community/resources/sticky-thread-simple-styling.5794/
EXTRA.less
code:
.structItemContainer-group.structItemContainer-group--sticky:before {
content: " Sticky Posts: ";
line-height:2em;
font-size:20px;
padding-left:10px;
}

I really don't want to purchase any more software if we can do it ourselves.
 
Thank you! Nick has done a lot with the aesthetics. I'm kinda the guy in the back room. I do like the new upgrade, and as you can tell, lots left to finish. I'm actually working on separating the stickies from normal posts on each forum, but it's not playing nice with this style... Nothing is ever as simple as it's supposed to be lol!
Thanks SB
You did a great job!
It's very modern looking.
 
Back
Top