- DemonicAdmin
Not sure if this'll help...
June 8th 2012, 2:55 pm
I saw Rukes thread on Forumotion asking how to do this:
I'll give you the codes of how to do it, but I'm not entirely sure how to "program" it into the site so I'll leave that to you guys.
CSS:
.content .article .date, .article .date {
font-weight: bold;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 10px;
border-bottom: 1px dotted
#AAA;
font-size: 115%;
color:
#333;}
HTML:
<p class="date">Posted <time>Fri, 08 Jun 2012 | 20:15 BST</time> by <a class="author" href="users/name">username</a></p>
I'll try to figure it out for you, but that's near enough the starting blocks you'll need. :3
I'll give you the codes of how to do it, but I'm not entirely sure how to "program" it into the site so I'll leave that to you guys.
CSS:
.content .article .date, .article .date {
font-weight: bold;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 10px;
border-bottom: 1px dotted
#AAA;
font-size: 115%;
color:
#333;}
HTML:
<p class="date">Posted <time>Fri, 08 Jun 2012 | 20:15 BST</time> by <a class="author" href="users/name">username</a></p>
I'll try to figure it out for you, but that's near enough the starting blocks you'll need. :3
- DemonicAdmin
Re: Not sure if this'll help...
June 8th 2012, 3:06 pm
This one is harder to do, but hopefully this'll work...
HTML:
<aside class="author">
<p class="avatar"><img title="username" class="img" src="Image URl" width="80" height="80" alt="Username"></p>
<h2 class="heading">About <a href="users/name">Username</a></h2>
<div class="text"><p>About Author...</p></div></aside>
CSS:
.content .article aside.author, .article aside.author {
clear: both;
overflow: auto;
margin: 10px 0 5px 0;
padding: 15px 0 0 0;
border-top: 1px dotted
#AAA;
}
What you'll probably have to do is turn that HTML into Javascript... unfortunately, I have no idea how to do that...
- KingreX32Admin
Re: Not sure if this'll help...
June 9th 2012, 11:21 am
Ive been messign around in the Admin panel for a few days more. Im starting to learn abit about forumotion coding. If I can figure it out.
Permissions in this forum:
You cannot reply to topics in this forum