Articles?

How would I change the amount of articles showing from 2 to  say 5 on the homepage?

Thank

Quote · 10 Dec 2008

 

Run this using phpMyAdmin:::

 

UPDATE .`GlParams` SET `kateg` = '1' 

WHERE CONVERT( `GlParams`.`Name` USING utf8 ) = 'number_articles' LIMIT 1 ;

 

Then open Admin Advanced settings... change the number for number of articles shown.

 

D.

Quote · 11 Dec 2008

Thanks!  Would the same apply for # of Blogs shown on the homepage?

 

 

such as:

 

UPDATE .`GlParams` SET `kateg` = '1' 

WHERE CONVERT( `GlParams`.`Name` USING utf8 ) = 'max_blogs_on_home' LIMIT 1 ;

 

?

 

Quote · 11 Dec 2008

That I havent looked into yet - will get back to you on that one.. cant work all your bugs out in one day.. what we do with the rest of the week... ;)

 

D

Quote · 11 Dec 2008

If you want me to keep you busy, just ask.  Between my questions/problems and your solutions we'll get Dolphin working perfectly. Cool

Quote · 11 Dec 2008

You can change the number of blogs showing on the homepage in the admin panel Settings/Blog Settings.

Quote · 4 Jan 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.