package config // Pagination sizes per page. var ( PageSizeMemberSearch = 60 PageSizeFriends = 12 PageSizeBlockList = 12 PageSizeAdminCertification = 20 PageSizeAdminFeedback = 20 PageSizeSiteGallery = 18 PageSizeUserGallery = 18 PageSizeInboxList = 20 // sidebar list PageSizeInboxThread = 20 // conversation view PageSizeForums = 100 // TODO: for main category index view PageSizeThreadList = 20 // 20 threads per board, 20 posts per thread PageSizeForumAdmin = 20 PageSizeDashboardNotifications = 50 )