2 article only appear

Hi all,

Can I show more then 2 articles in my main page?... Currently it shows 2.

And how?

Thank you.

Quote · 29 May 2008

getParam('number_articles

should be a glparam

I have video tutorials to help you mrpowless.com
Quote · 30 May 2008

Dear MrPowless,

Where is this code located?

Quote · 30 May 2008

Try this. Open file /templates/base/scripts/BxBaseIndex.php

Find the following near or toward the bottom just use the find feature in notepad or text editor:
$rArticles = $oArticles->getArticlesResource($iArticlesLimit);

Change to:

$rArticles = $oArticles->getArticlesResource($iArticlesLimit = 4);

Save and reupload.

4 being the number you want to be displayed on the homepage. Change 4 to number of your choice.

This being if you are talking about the number of articles displayed on the homepage...yoursite.com/index.php

Hope this is what you were looking for.

gameutopia

DialMe.com - Your One and Only Source For Boonex Dolphin Tutorials and Resources
Quote · 30 May 2008

Yes, the above post will help.

Or you can use this also.

execute the following query in your database.

UPDATE `GlParams` SET `Value` = 5 WHERE `Name` = 'number_articles';

Here the no. 5 refers to the no. of articles to be showed.

----
Quote · 30 May 2008

Thank you guys...

The problem is solved. Thank you for your support.

Quote · 31 May 2008
 
 
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.