Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Latest Posts in Child Forums not shown (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Re:Latest Posts in Child Forums not shown
#40509
Re:Latest Posts in Child Forums not shown 7 Months, 2 Weeks ago  
try to delete the following part

AND sc.pub_access(lower than)=$group_id


for (lower than) use the right charakter
racoon (User)
FB Core Team
Platinum Boarder
Posts: 345
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/01/23 01:10 By racoon.
 
The administrator has disabled public write access.  
#40512
Re:Latest Posts in Child Forums not shown 7 Months, 2 Weeks ago  
Fix add in listcat.php on line 214

Code:

$database->setQuery("SELECT id, name, numTopics, numPosts from #__fb_categories WHERE  parent='$singlerow->id'  AND published =1 "«»);
                                $forumparents = $database->loadObjectList();
if (count($forumparents) > 0)
                                        {foreach ($forumparents as $forumparent){
                                         $allowed_forums = $allowed_forums . ',' . $forumparent->id;
                                        }}



Will post file tommorow.
dsmink (User)
Junior Boarder
Posts: 31
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Cleverinsert B.V. Location: Netherlands Birthdate: 1983-09-25
Logged Logged
 
The administrator has disabled public write access.  
#40517
Re:Latest Posts in Child Forums not shown 7 Months, 2 Weeks ago  
I'll keep testing, but it appears that this worked!! Thanks a TON!
dthdevelopment (User)
Junior Boarder
Posts: 26
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#40520
Re:Latest Posts in Child Forums not shown 7 Months, 2 Weeks ago  
YES! Community Builder is also updating correctly. Great job! Karma for your quick work.
gbruner (User)
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Camcorder User Network Location: Wiregrass Birthdate: 1949-07-14
Logged Logged
 
Guy
 
The administrator has disabled public write access.  
#40546
Re:Latest Posts in Child Forums not shown 7 Months, 2 Weeks ago  
Is there already a bugtracker for this bug cause I couldn't find one?

If not I've added the bug:

joomlacode.org/gf/project/fireboard/trac...tracker_item_id=9376

You can download listcat.php here:

joomlacode.org/gf/download/trackeritem/9376/21121/listcat.php
dsmink (User)
Junior Boarder
Posts: 31
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Cleverinsert B.V. Location: Netherlands Birthdate: 1983-09-25
Logged Logged
 
Last Edit: 2008/01/23 11:11 By dsmink.
 
The administrator has disabled public write access.  
#40571
Re:Latest Posts in Child Forums not shown 7 Months, 2 Weeks ago  
Thanks dsmink, this is the second problem i had that you solved, your contribution is really awesome and greatly appreciated.

Thank a lot for the time spent on this
frodon2 (User)
Expert Boarder
Posts: 104
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: France Birthdate: 1980-00-00
Logged Logged
 
Last Edit: 2008/01/23 16:41 By frodon2.
 
The administrator has disabled public write access.  
#41290
Re:Latest Posts in Child Forums not shown 7 Months, 2 Weeks ago  
Could one of the moderators add a [Solved] to this thread title and perhaps move it.
dsmink (User)
Junior Boarder
Posts: 31
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Cleverinsert B.V. Location: Netherlands Birthdate: 1983-09-25
Logged Logged
 
The administrator has disabled public write access.  
#52834
Re:Latest Posts in Child Forums not shown 2 Months, 1 Week ago  
Fix add in listcat.php on line 214

Code:
$database->setQuery("SELECT id, name, numTopics, numPosts from #__fb_categories WHERE parent='$singlerow->id' AND published =1 "«»);
$forumparents = $database->loadObjectList();
if (count($forumparents) > 0)
{foreach ($forumparents as $forumparent){
$allowed_forums = $allowed_forums . ',' . $forumparent->id;
}}


The above is not working for me.. I can't see the latest posts at all...I have tried to adjust server time etc.. but for one thing this code is not on line 214, it it on line 239.. maybe that is because I have the latest version, however for me to put this on a live site, I need to get the latest post feature to work.. can someone assist me??

Thanks

Edited on 07/15 to reflect that I got it working, but I can't for the life of me remember exactly what solution on this thread did it...LOL... so sorry!
furryferret (User)
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/07/16 08:38 By furryferret.
 
The administrator has disabled public write access.  
Go to top
Powered by FireBoard - Creditsget the latest posts directly to your desktop