Quote:
Originally Posted by Lynne
I don't understand what you want. The code for that is just in the page source, so you can just grab it from there.
|
Then I suppose the source doesn't like me, whenever I copy it to my custom page it doesn't work.
I'm talking about this part:
Code:
<!-- main -->
<ol id="forums" class="floatcontainer">
<li class="forumbit_nopost L1" id="cat1">
<div class="forumhead foruminfo L1 collapse">
<h2>
<span class="forumtitle"><a href="forumdisplay.php?1-Main-Category">Main Category</a></span>
<span class="forumlastpost">Last Post</span>
<a class="collapse" id="collapse_c_cat1" href="forum.php#top"><img src="images/buttons/collapse_40b.png" alt="" title="Collapse this Category" /></a>
</h2>
<div class="forumrowdata">
<p class="subforumdescription">Main Category Description</p>
</div>
</div>
<ol id="c_cat1" class="childforum">
<li id="forum2" class="forumbit_post L2">
<div class="forumrow table">
<div class="foruminfo td">
<img src="images/statusicon/forum_old-48.png" class="forumicon" id="forum_statusicon_2" alt="" />
<div class="forumdata">
<div class="datacontainer">
<div class="titleline">
<h2 class="forumtitle"><a href="forumdisplay.php?2-Main-Forum">Main Forum</a></h2>
</div>
<p class="forumdescription">Main Forum Description</p>
</div>
</div>
</div>
<h4 class="nocss_label">Forum Actions:</h4>
<ul class="forumactionlinks td">
<li class="forumactionlink subslink"> <a href="subscription.php?do=addsubscription&f=2" title="Subscribe to This Forum">Subscribe to This Forum</a></li>
</ul>
<h4 class="nocss_label">Forum Statistics:</h4>
<ul class="forumstats td">
<li>Threads: 1</li>
<li>Posts: 1</li>
</ul>
<div class="forumlastpost td">
<h4 class="lastpostlabel">Last Post:</h4>
<div>
<p class="lastposttitle">
<img src="images/icons/icon1.gif" alt="" border="0" />
<a href="showthread.php?1-tyjtyjjty&goto=newpost#post1" class="threadtitle" title="Go to first unread post in thread 'tyjtyjjty'">tyjtyjjty</a>
<a href="showthread.php?1-tyjtyjjty&goto=newpost#post1"><img src="images/buttons/lastpost_40b.png" alt="Go to last post in this thread" /></a>
</p>
<p class="lastpostby">
by <a href="member.php?1-Torrentstorm">Torrentstorm</a>
</p>
<p class="lastpostdate">11-15-2009 04:51 AM</p>
</div>
</div>
</div>
</li>
</ol>
</li>
</ol>
<!-- /main -->