Bugs Groupjive

14 years 10 months ago #101974 by RaoulSachner
Bugs Groupjive was created by RaoulSachner
Hello!


Installed:

Joomla 1.5.10
Community Builder 1.2.
Groupjive 1.7 v0.29a

I'm having problems with displaying groups per page; selecting another number not working -it's restricted to displaying 10 groups per page.
The “Prev, Next and End” - buttons are not working.
How to fix this?

Post edited by: RaoulSachner, at: 2009/06/14 18:09
Attachments:

Please Log in to join the conversation.

14 years 10 months ago #101981 by Rapunzl
Replied by Rapunzl on topic Re:Bugs Groupjive
As you probably know by announcements made by the Joomlapolis Team, Joomlapolis has now taken over the project. This is a huge undertaking, and your issue is a known issue that has never had a fix as far as I know.

We're hoping that anyone that has found or does find a fix will post here to assist in expediting the new release of GJ by the JP team. Again, GJ development is a huge undertaking, so we're also relying on the Community for assistance. There are a lot of knowledgeable people here in the forums, and it makes no sense not to utilize their knowledge to release a new version as soon as possible.

Jamie (Rapunzl)
Community Builder Team Member

Before posting on forums: Read all CB Articles | Specially the FAQ | Help us help you
CB links: Subscribe to CB documentation | [url=http://www.joomlapolis.com/content/view/7363/37/
]Our templates[/url] | [url=http://www.joomlapolis.com/content/blogcategory/61/74/
]Paid Subscriptions[/url] | Get Hosting | Our Forge
Visit my CB Profile

My personal site Rapunzl's Reality always under reconstruction

Please Log in to join the conversation.

14 years 9 months ago #102688 by RaoulSachner
Replied by RaoulSachner on topic Re:Bugs Groupjive
Hello Rapunzi,

I've discovered that Groupjive's pagination problem is template-related.

The current template I'm using is called "hemi".
There were no problems when default-template is selected.
I guess some code / script is missing in the "Hemi"-template.

Please can you (or the Groupjive team) fix this?

Raoul.

Please Log in to join the conversation.

14 years 9 months ago #102829 by RaoulSachner
Replied by RaoulSachner on topic Re:Bugs Groupjive
At last I've found the solution!

In Hemi-template > Showcat.tmpl:

Change this code:
########################################################################

<div id="showcat-pagenav-container">
         <div class="pagecounter">
            {PAGE_COUNTER}
         </div>
         <div class="pagelistoptions">
            {PAGE_LIST_OPTIONS}
         </div>
         <div class="pagelinks">
            {PAGE_LINKS}
         </div>
      <div class="clearfloat"></div>
      </div>
      <!-- end showcat-pagenav-container -->

##########################################################################
by this code:

<div id="showcat-pagenav-container">
         <form action="index.php">
            <input type="hidden" name="option" value="com_groupjive">
            <input type="hidden" name="searchstring" value="{SEARCHSTRING}">
            <input type="hidden" name="catid" value="{CATEGORYID}">
            <input type="hidden" name="Itemid" value="{ITEMID}">
            <input type="hidden" name="action" value="{ACTION}">
            <div class="pagecounter">
               {PAGE_COUNTER}
            </div>
            <div class="pagelistoptions">
               {PAGE_LIST_OPTIONS}
            </div>
            <div class="pagelinks">
               {PAGE_LINKS}
            </div>
            <div class="clearfloat"></div>
         </form>
      </div>
      <div class="listborderbottom"></div>
      <!-- end showcat-pagenav-container -->

Please Log in to join the conversation.

14 years 8 months ago #105866 by krileon
Replied by krileon on topic Re:Bugs Groupjive
Report all bugs and proposed solutions the tracker, thank you.

forge.joomlapolis.com/projects/show/groupjive


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.375 seconds