TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
  • Total Members: 3,966
  • Latest: safir45
Stats
  • Total Posts: 195,992
  • Total Topics: 21,323
  • Online today: 894
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 517
  • Total: 517

article linked in menu not showing

Started by ~FS~grizz, February 28, 2013, 01:21:37 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

~FS~grizz


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,
),
),
),
),
),

~FS~grizz

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

IchBin


This website is proudly hosted on Crocweb Cloud Website Hosting.