Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43295
Total Topics: 7523
Most Online Today: 221
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 179
Total: 179

Author Topic: Are comments made on images paginated or are they all displayed on one page?  (Read 4068 times)

0 Members and 1 Guest are viewing this topic.

Offline shuban

  • Hero Member
  • *****
  • Posts: 665
    • View Profile
    • Biology Forums
Are comments made on images paginated or are they all displayed on one page?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
They are all shown on one page.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline shuban

  • Hero Member
  • *****
  • Posts: 665
    • View Profile
    • Biology Forums
They are all shown on one page.

I think pagination should be added soon! :) Something like this:

Code: [Select]
// Prepare and load comments.
$request = db_query('SELECT COUNT(*)
FROM ' . $db_prefix . 'profile_comments
WHERE COMMENT_MEMBER_ID = "' . $memID . '"', __FILE__, __LINE__);
list($commentCount) = mysql_fetch_row($request);
mysql_free_result ($request);

$maxComments = 10; // Hard-coded; should this be configurable?

// Make sure the starting place makes sense and construct our friend the page index.
$context['start'] = (int)$_REQUEST['start'];
$context['page_index'] = constructPageIndex($scripturl . '?action=gallery;u=' . $memID, $context['start'], $commentCount, $maxComments, false);
$context['current_page'] = $context['start'] / $maxComments;
$context['current_member'] = $memID;

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Possibly as an option how many comments per page you think?
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline shuban

  • Hero Member
  • *****
  • Posts: 665
    • View Profile
    • Biology Forums
Possibly as an option how many comments per page you think?

10 is always best.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
hmm probably will do a comments per page setting.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline shuban

  • Hero Member
  • *****
  • Posts: 665
    • View Profile
    • Biology Forums
Ok, even better, but it's up to you since it might complicate things...

 

Related Topics

  Subject / Started by Replies Last post
4 Replies
6730 Views
Last post January 27, 2007, 07:31:35 pm
by mohoganybrwn
4 Replies
4189 Views
Last post December 09, 2009, 10:10:44 pm
by MarcusJ
7 Replies
6600 Views
Last post October 03, 2014, 01:16:07 pm
by SMFHacks
14 Replies
4793 Views
Last post February 21, 2017, 03:13:26 pm
by shuban
5 Replies
3681 Views
Last post March 13, 2018, 12:31:12 pm
by SMFHacks

+- Recent Topics

Please Help! by SMFHacks
April 17, 2024, 08:04:55 am

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

Powered by EzPortal