1 ishkinhed Feb 27, 2007 08:24
3 ishkinhed Feb 28, 2007 10:32
that's it! you're the best man, thanks.
4 yumurcak Mar 12, 2008 12:01
Hello,
How can we do this for b2evolution 2.4.0 ?
TIA
5 john Mar 12, 2008 12:11
@Yumurcak
Have a look at the widget files...
blogs->inc->widgets->widgets-> _linkblog.widget.php
app line number 91 might be what your looking for...
'linkblog_limit' => array(
'label' => T_( 'Display' ),
'size' => 4,
'defaultvalue' => 100,
'note' => T_( 'This is the maximum number of links to display.' ),
6 yabba Mar 12, 2008 12:14
Or you could change the setting in admin > blog settings > widgets > linkblog widget ;)
¥
7 john Mar 12, 2008 12:15
Yes, that also :)
Do you mean the number of entries shown in the linkblog section of your sidebar? You can change the limit for that feature by editing your skins/yourskin/_linkblog.php file and changing this line:
Change the 20 to whatever works for you. I usually set it to 99 because I think that's a big enough number for a long time.