Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Pagination = 30

8 years 3 months ago
  • Nico's Avatar
    Topic Author
  • Nico
  • Offline
  • Fresh Boarder
  • Thank you received: 0
Licenses:
JomSocial Expired Socialize Expired

ISSUE SUMMARY: Hello, i need for better Look the pagination to 30.

Sorry for my bad english


STEPS TO REPLICATE:
1
2
3
4
5
RESULT
EXPECTED RESULT
BROWSER

8 years 3 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Nico,

You can change the pagination value from Joomla Configuration->Default List Limit

cheers!

8 years 3 months ago
  • Nico's Avatar
    Topic Author
  • Nico
  • Offline
  • Fresh Boarder
  • Thank you received: 0
Licenses:
JomSocial Expired Socialize Expired

Default List Limit are 30 but on JS no 30.

On my site photos and videos is the pagination 20.

Attachments:
8 years 3 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Ah I see, my bad.. the correct configuration is from Jomsocial layout config not from Joomla configuration.

ok, to add new value on the limitation configuration, you should modify this file administrator/components/com_community/views/configuration/tmpl/display.php, find this code :

<select name="pagination">
                                <?php
                                $selected2	= ( $this->config->get('pagination') == '2' ) ? 'selected="true"' : '';
                                $selected4	= ( $this->config->get('pagination') == '4' ) ? 'selected="true"' : '';
                                $selected6	= ( $this->config->get('pagination') == '6' ) ? 'selected="true"' : '';
                                $selected8	= ( $this->config->get('pagination') == '8' ) ? 'selected="true"' : '';
                                $selected10	= ( $this->config->get('pagination') == '10' ) ? 'selected="true"' : '';
                                $selected12	= ( $this->config->get('pagination') == '12' ) ? 'selected="true"' : '';
                                $selected14	= ( $this->config->get('pagination') == '14' ) ? 'selected="true"' : '';
                                $selected16	= ( $this->config->get('pagination') == '16' ) ? 'selected="true"' : '';
                                $selected18	= ( $this->config->get('pagination') == '18' ) ? 'selected="true"' : '';
                                $selected20	= ( $this->config->get('pagination') == '20' ) ? 'selected="true"' : '';
                                ?>
                                <option <?php echo $selected2; ?> value="2">2</option>
                                <option <?php echo $selected4; ?> value="4">4</option>
                                <option <?php echo $selected6; ?> value="6">6</option>
                                <option <?php echo $selected8; ?> value="8">8</option>
                                <option <?php echo $selected10; ?> value="10">10</option>
                                <option <?php echo $selected12; ?> value="12">12</option>
                                <option <?php echo $selected14; ?> value="14">14</option>
                                <option <?php echo $selected16; ?> value="16">16</option>
                                <option <?php echo $selected18; ?> value="18">18</option>
                                <option <?php echo $selected20; ?> value="20">20</option>

                            </select>

replace to :
<select name="pagination">
                                <?php
                                $selected2	= ( $this->config->get('pagination') == '2' ) ? 'selected="true"' : '';
                                $selected4	= ( $this->config->get('pagination') == '4' ) ? 'selected="true"' : '';
                                $selected6	= ( $this->config->get('pagination') == '6' ) ? 'selected="true"' : '';
                                $selected8	= ( $this->config->get('pagination') == '8' ) ? 'selected="true"' : '';
                                $selected10	= ( $this->config->get('pagination') == '10' ) ? 'selected="true"' : '';
                                $selected12	= ( $this->config->get('pagination') == '12' ) ? 'selected="true"' : '';
                                $selected14	= ( $this->config->get('pagination') == '14' ) ? 'selected="true"' : '';
                                $selected16	= ( $this->config->get('pagination') == '16' ) ? 'selected="true"' : '';
                                $selected18	= ( $this->config->get('pagination') == '18' ) ? 'selected="true"' : '';
                                $selected20	= ( $this->config->get('pagination') == '20' ) ? 'selected="true"' : '';
$selected30	= ( $this->config->get('pagination') == '30' ) ? 'selected="true"' : '';
                                ?>
                                <option <?php echo $selected2; ?> value="2">2</option>
                                <option <?php echo $selected4; ?> value="4">4</option>
                                <option <?php echo $selected6; ?> value="6">6</option>
                                <option <?php echo $selected8; ?> value="8">8</option>
                                <option <?php echo $selected10; ?> value="10">10</option>
                                <option <?php echo $selected12; ?> value="12">12</option>
                                <option <?php echo $selected14; ?> value="14">14</option>
                                <option <?php echo $selected16; ?> value="16">16</option>
                                <option <?php echo $selected18; ?> value="18">18</option>
                                <option <?php echo $selected20; ?> value="20">20</option>
<option <?php echo $selected30; ?> value="30">30</option>

                            </select>

thank you

7 years 2 months ago
Licenses:
JomSocial Active iSEO Active Socialize Active

Hi,

Just updated 4.3.2 and now I can´t find the file:

administrator/components/com_community/views/configuration/tmpl/display.php

Can you please point it out.

Thanks!
Jonas

7 years 2 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi,

Can you see like on my screenshoot ?



thank you!

Attachments:
7 years 2 months ago
Licenses:
JomSocial Active iSEO Active Socialize Active

Hi,

Well, yes I can see and it´s the same file as before but I don´t have it.
Look at my screenshot ;)



Thanks!

Attachments:
7 years 1 month ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Wrong folder, that is not administrator folder, please check administrator/components/com_community/views/configuration/tmpl/display.php

on the future please you post any issue into this new support system www.jomsocial.com/submit-support

thank you

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW