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.
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. |
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', LIMIT 1 ;
Then refresh your admin (advanced settings) and set the number you want..
D |
Will this work for photo gallery and profile photos for the home page? |
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 |
Use this SQL to ensure the setting is visible for the top members as well.. UPDATE `GlParams` SET `kateg` = '1', LIMIT 1 ; I believe that will solve your problem. |
Can you give me instrustions on adding this to sql |
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 |
Well i loaded but now the site will only load 20% and it sits there with no progress.. I believe there is an error |
Everything is working fine thank you |
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 |