profile photos

How do I change the number of profile photos and uploaded photos to be added to the homepage. I showing 8 and i would like it to show 12.

Quote · 9 Dec 2008

 

I am not sure there is a visible admin option for that any more...

 

Run this SQL on your dolphin dbase.. that will enable it to be displayed:

 

UPDATE `GlParams` SET `kateg` = '1',
`order_in_kateg` = '14' WHERE CONVERT( `GlParams`.`Name` USING utf8 ) = 'top_photos_max_num'

 LIMIT 1 ;

 

Then refresh your admin (advanced settings) and set the number you want..

 

D

Quote · 9 Dec 2008

Will this work for photo gallery and profile photos for the home page?

Quote · 9 Dec 2008

That will change number of top photos displayed.. Give me a bit - will take a look and see what controls the number of gallery photos on the home page.

 

Daniel

Quote · 9 Dec 2008

Use this SQL to ensure the setting is visible for the top members as well..

 

 

UPDATE `GlParams` SET `kateg` = '1',
`order_in_kateg` = '15' WHERE CONVERT( `GlParams`.`Name` USING utf8 ) = 'top_members_max_num'

 LIMIT 1 ;

 

 

 I believe that will solve your problem.

Quote · 9 Dec 2008

Can you give me instrustions on adding this to sql

Quote · 9 Dec 2008

If you use phpMyAdmin:

 

Once logged in click the SQL tab and paste the code into the window.

 

If you do not use phpMyAdmin - let me know and I can create another way to do it.

 

D

Quote · 9 Dec 2008

Well i loaded but now the site will only load 20% and it sits there with no progress.. I believe there is an error

Quote · 10 Dec 2008

Everything is working fine thank you

Quote · 10 Dec 2008

 

Well i loaded but now the site will only load 20% and it sits there with no progress.. I believe there is an error

 Did you find the cause of this - was it related to the SQL (don't see how it could... but...)

 

Glad to hear you got it working.

 

D

Quote · 10 Dec 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.