Forum Activity for @michael

michael
@michael
11/13/13 08:11:32PM
7,832 posts

Forum Change Number of Posts


Using Jamroom

found it. There is no pagination on posts in a thread.

but for threads in a category, it too is hard-coded to 10.

            // This is the forum index, showing all posts
            $_sp = array(
                'search'    => array(
                    "forum_profile_id = {$_post['_profile_id']}",
                    "forum_post_count > 0",
                ),
                'order_by'  => array(
                    'forum_pinned'  => 'desc',
                    'forum_updated' => 'numerical_desc'
                ),
                'quota_check' => false,
                'pagebreak'   => 10,
                'page'        => $page
            );

in
/modules/jrForum/profile.php function profile_view_jrForum_default() on line 782


'pagebreak'   => 10,

issue tracker:
https://www.jamroom.net/the-jamroom-network/tracker/130/jrforum-set-the-pagebreak-for-the-forum-categories
michael
@michael
11/13/13 08:04:21PM
7,832 posts

Forum Change Number of Posts


Using Jamroom

your meaning for the number of threads in a category, like here?
https://www.jamroom.net/the-jamroom-network/forum/using-jamroom/p=2

or number of posts in a thread?
michael
@michael
11/13/13 06:32:23PM
7,832 posts

Forum Change Number of Posts


Using Jamroom

@b360 put up a ton of info as a howto yesterday
https://www.jamroom.net/the-jamroom-network/documentation/howto/1080/howto-jrcore-list-step-by-step

that started from a chat about pagebreaks:
https://www.jamroom.net/the-jamroom-network/forum/suggestions/1485/pagebreak-documentation

The quick answer is to add 'pagebreak=700' to the listing call. (I think, haven't checked it out, thats off the top of my head.)

and the chat about
michael
@michael
11/12/13 11:29:28PM
7,832 posts

Contact option in profiles


Using Jamroom

The owner of the profile could create a 'page' that lists all their other forms of contact.

email and whatnot.
michael
@michael
11/12/13 01:40:33AM
7,832 posts

Pagebreak Documentation


Suggestions

still needs that index_list_profiles.tpl explained. feel like doing that?
michael
@michael
11/12/13 01:26:57AM
7,832 posts

Pagebreak Documentation


Suggestions

im editing it now. need the contents of index_list_profiles.tpl shown and explained too because it feels like it ends at: "what goes in that template file. I created a blank place holder for it and there are no profiles showing."

--edit--
its good. Ill use it as a script for the next course im going to create "developers guide to customizing Jamroom"

updated by @michael: 11/12/13 01:28:07AM
michael
@michael
11/12/13 12:16:16AM
7,832 posts

how to download updates ?


Off Topic

Watch this:
jamroom marketplace system

It shows installing a module via the marketplace system directly from your JR5 site.
  770