BlogHarbor Home Page
FAQFAQ  SearchSearch  MemberlistMemberlist  UsergroupsUsergroups  UsergroupsRSS   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
Recent Articles
 
Post new topic   Reply to topic    BlogHarbor Community Forum Index -> General Discussion
View previous topic :: View next topic  
Author Message
PlasteredDragon
Guest





PostPosted: Mon Jan 24, 2005 3:24 pm    Post subject: Recent Articles Reply with quote

I didn't like the fact that the standard blogharbor "recent articles" component only displayed ten articles, so I modified mine to display 25.

Apparently sometime in the last month the underlying code for the "recent articles" component has resulted in the recent articles being limited to 10 no matter how many I want to list. This looks kind of silly under my header of "LAST 25 ARTICLES".

This is what my component looks like right now (ignore the collapsible sidebar stuff):

Code:
{{if blog.recent_articles}}
<div class="component">
<div class="componentHead"><img vspace=3 align=right ID="CCI_L25A" SRC="http://unbecominglevity.blogharbor.com/pix/comp_expand.gif" onClick="CComponentToggle('L25A'); return false">Last 25 Articles</div>
<div ID="CCC_L25A" class="componentContent" style="display: none">
<div class="componentRecentArticles">
{{loop name=blog.recent_articles limit=25}}
<div class="componentRecentArticlesItem">
<a href="{{permalink_url}}">{{if title}}{{title}}{{else}}Untitled{{/if}}</a>
</div>
{{/loop}}
</div> <!-- componetRecentArticles -->
</div> <!-- componentContent -->
</div> <!-- component -->
{{/if}} <!-- blog.recent_articles -->


What do I have to do to it to get the old behavior back (i.e. display a list of the last 25 articles)?
Back to top
john
Site Admin


Joined: 16 Mar 2004
Posts: 3434

PostPosted: Thu Jan 27, 2005 2:32 am    Post subject: Re: Recent Articles Reply with quote

FYI, I am still looking into this one... I'll let you know when I find out more.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
abacquer



Joined: 22 Mar 2004
Posts: 193

PostPosted: Sat Feb 05, 2005 2:32 pm    Post subject: Re: Recent Articles Reply with quote

john wrote:
FYI, I am still looking into this one... I'll let you know when I find out more.


No luck yet, John? Should I change my sidebar to say "Last 10 Articles"?
_________________
-- Abacquer, A.K.A. Chuck Seggelin
Back to top
View user's profile Send private message Send e-mail Visit poster's website
john
Site Admin


Joined: 16 Mar 2004
Posts: 3434

PostPosted: Sat Feb 05, 2005 11:11 pm    Post subject: Re: Recent Articles Reply with quote

We'll be doing some hardware upgrades and performance tuning next week. There's reason to believe that this limit could be increased if the results are good...
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Search all BlogHarbor support resources.
View previous topic :: View next topic  
Display posts from previous:   
Post new topic   Reply to topic    BlogHarbor Community Forum Index -> General Discussion All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum