Akrion
Well-known member
Akrion, did you happen to come across a solution to my problem?
My apology I did not have a chance to look @ this. Will do tonight.
Akrion, did you happen to come across a solution to my problem?
My apology I did not have a chance to look @ this. Will do tonight.
Will do. Can you tell me the exact files to update? Or do I have to replace the entire folder and replace the smaller changes I have done so far in settings and template edits. Or is there a correct way to upgrade? When I went from 1.0 to 1.1, I just replaced the folder, deleted the old theme and re-imported the xml file.
See above ...Akiron,
Can you tell me what is the correct way to update the theme from 1.1.0 to 1.1.1? If I replace the entire directory like I did for 1.0 to 1.1, I will lose all settings and all minor template edits right?
I have find a little problem (i think), when i click on "What's new ?", the blue button and moderation square are all, look screen:
So, the moderation is impossible, only to go a new post unread.
I have find a little problem (i think), when i click on "What's new ?", the blue button and moderation square are all, look screen:
So, the moderation is impossible, only to go a new post unread.
Good find ... will fix it in next release ... I have few goodies coming up in 1.1.0.2
Any ideas on why the images won't show on the second level?
<li class="node category level_1 node_59" id="boston-college-eagles.59">
<div class="nodeInfo categoryNodeInfo categoryStrip">
<div class="categoryText">
<h3 class="nodeTitle"><a href="categories/boston-college-eagles.59/">Boston College Eagles</a></h3>
</div>
</div>
<ol class="nodeList">
<li class="node forum level_2 node_60">
<div class="nodeInfo forumNodeInfo primaryContent ">
<span class="nodeIcon" title=""></span>
<div class="nodeText">
<h3 class="nodeTitle"><a href="forums/team-chat.60/" data-description="#nodeDescription-60">Team Chat</a></h3>
<div class="nodeStats pairsInline">
<dl>
<dt>Discussions:</dt> <dd>0</dd>
<dt>Messages:</dt> <dd>0</dd>
</dl>
</div>
</div>
<div class="nodeLastPost secondaryContent">
<span class="noMessages muted">(Contains no messages)</span>
</div>
<div class="nodeControls">
<a href="forums/team-chat.60/index.rss" class="tinyIcon feedIcon" title="RSS">RSS</a>
</div>
</div>
</li>
</ol>
<span class="tlc"></span>
<span class="trc"></span>
<span class="blc"></span>
<span class="brc"></span>
</li>
fieldset .nodeList.sectionMain .node.category.level_1.node_59 .categoryText {
background: url('@imagePath/xenforo/headers/yourimage.png') no-repeat right;
}
The Css you need is something among this line:
Code:fieldset .nodeList.sectionMain .node.category.level_1.node_59 .categoryText { background: url('@imagePath/xenforo/headers/yourimage.png') no-repeat right; }
Hope this helps.
That is what I have. As you can see, the images listed before that one show up, however, the Boston College one won't.
![]()
It still won't show. Wasn't sure if there was any other reason.
I'm not following.....
![]()
![]()
.nodeList.sectionMain .node.category.level_1.node_59 .categoryText {
background: url('styles/aurora/xenforo/gradients/bostoncollege.png') no-repeat right !important;
}
Sorry ... I am doing too many things at the same time and am starting to not make much sense ... remove the fieldset from the css begining ... Should be something like this:
Code:.nodeList.sectionMain .node.category.level_1.node_59 .categoryText { background: url('styles/aurora/xenforo/gradients/bostoncollege.png') no-repeat right !important; }
We use essential cookies to make this site work, and optional cookies to enhance your experience.