Link to my forum: http://www danaxdaxw dot com
SMF version: SMF ver. 2.0.4
TP version: TP ver. 1.0
Default Forum Language: English ISO-8859-1
Theme name and version: CITIEZ by DZINERSTUDIO
Browser Name and Version: CHROME Version 25.0.1364.97 m, FireFox V 18.0.2, IE V 9.0.8112.16421
Mods installed: only TP 1.0
Related Error messages:
no error I can find, checked logs, used multiple browsers, deleted and carefully recreated usergroup and articles.
the same article each time, will not display for any registered membergroup, only shows title and author section
the about us article shows correctly for guests and admin.
other articles all display properly.
customized menu code (in case it helps):
'about' => array(
'title' => 'About Us',
'href' => '',
'show' => true,
'sub_buttons' => array(
'aboutus' => array(
'title' => 'About Us',
'href' => 'http://danaxdaxw.com/index.php/page,5.html',
'show' => true,
),
'staff' => array(
'title' => 'Staff',
'href' => 'http://danaxdaxw.com/index.php/page,6.html',
'show' => true,
),
'visitor' => array(
'title' => 'Visitor Info',
'href' => 'http://danaxdaxw.com/index.php/page,1.html',
'show' => true,
),
'business' => array(
'title' => 'Commercial/Business Visitors',
'href' => 'http://danaxdaxw.com/index.php/page,1.html',
'show' => true,
),
'engagement' => array(
'title' => 'Engagement',
'href' => 'http://danaxdaxw.com/index.php/page,1.html',
'show' => true,
),
'treaty' => array(
'title' => 'Treaty Infomation',
'href' => 'http://danaxdaxw.com/index.php/page,1.html',
'show' => true,
'sub_buttons' => array(
'member_treaty' => array(
'title' => 'Member Treaty Info',
'href' => 'http://danaxdaxw.com/index.php/page,1.html',
'show' => in_array(1, $user_info['groups']) || in_array(9, $user_info['groups']),
'is_last' => true,
),
),
),
),
),
solved:
was a copiied article from an old webpage and I guess somehow I picked up something different between language codes,,
retyped article and it works
Awesome, glad you figured that out.