danke beiden Win Merge ist super das wird wesentlich viele probleme aufheben
example:
[ externes Bild ]
[ externes Bild ]
EDIT:
Code: Alles auswählen
* Simple version of jumpbox, just lists authed forums
*/
function make_forum_select($select_id = false, $ignore_id = false, $ignore_acl = false, $ignore_nonpost = false, $ignore_emptycat = true, $only_acl_post = false, $return_array = false, $acl_syndication = false)
{
global $db, $user, $auth;
$acl = ($ignore_acl) ? '' : (($only_acl_post) ? 'f_post' : array('f_list', 'a_forum', 'a_forumadd', 'a_forumdel'));
// redefine required permissions. a_ permissions are useless, we need to check for f_read and f_syndication
if ($acl_syndication && !$ignore_acl)
{
$acl = array('f_syndication', 'f_read');
}
if ($acl_syndication && !$ignore_acl)
{
if (is_array($acl))
{
$acl[] = 'f_syndication';
}
else
{
$acl = array($acl, 'f_syndication');
}
}
// This query is identical to the jumpbox one
das habe ich gefunden fragt mich nicht wie es dazu gekommen ist.
Richtig ist:
Code: Alles auswählen
* Simple version of jumpbox, just lists authed forums
*/
function make_forum_select($select_id = false, $ignore_id = false, $ignore_acl = false, $ignore_nonpost = false, $ignore_emptycat = true, $only_acl_post = false, $return_array = false)
{
global $db, $user, $auth;
$acl = ($ignore_acl) ? '' : (($only_acl_post) ? 'f_post' : array('f_list', 'a_forum', 'a_forumadd', 'a_forumdel'));
// This query is identical to the jumpbox one
die andere gute nachricht ist, es war dieser fehler der keine zugriff hatte auf
RSS Beiträge /generate_feed.php?content=posts&global=1
jetzt funktioniert alles
Win Merge ist einfach fantastisch, natürlich eure support ist auch super
