Resource icon

Daily Thread Actions 2016-05-10

No permission to download
Edited:

Fixed my issue. Due to my moving content around, I needed to rebuild certain areas through the AdminCP. Once that was done, it worked as stated.

I feely kind of silly now.
 
Last edited:
It gets more and more strange...

I find the available forums literally with
Code:
$dbres = $db->fetchAll('SELECT node_id FROM xf_forum');
ie. pure SQL, not even some special XF api. And I just checked that all sorts of permission-limiting doesn't change the fact that each forum has an entry in xf_forum.

And I even use it myself with forum areas that guests can't see...

Do you have entries in that table for 42/53?
 
It gets more and more strange...

I find the available forums literally with
Code:
$dbres = $db->fetchAll('SELECT node_id FROM xf_forum');
ie. pure SQL, not even some special XF api. And I just checked that all sorts of permission-limiting doesn't change the fact that each forum has an entry in xf_forum.

And I even use it myself with forum areas that guests can't see...

Do you have entries in that table for 42/53?

See my above post, this was due to my fault of moving stuff around and not updating the board data (rebuilding).
Your note to look at the node_id table clued me on what I was doing wrong.

All fixed, thank you for the great addon and support... :)
 
Top Bottom