Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

all infusions admin

Asked Modified Viewed 1,735 times
K
karrak
K
karrak 32
Van mi sosem változik..smile
  • Senior Member, joined since
  • Contributed 311 posts on the community forums.
  • Started 94 threads in the forums
  • Started this discussions
  • Answered 1 question
asked
Senior Member

all infusions admin where Active Tab Selector

$master_title['icon'] not array

instead
$master_title['icon'][]
0 replies

2 posts

C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

Hi, where is this? Can I ask for error log?

The SDK is like this:


// Tab A
$a['title'][]  = "Tab A";
$a['id'][] = "tab_a";
// $a['icon'][] = ""; // Not necessary

// Tab B
$a['title'][]  = "Tab B";
$a['id'][] = "tab_b";
// $a['icon'][] = ""; // Not necessary

$active = tab_active($a, 0);

echo opentab($a, "my-tab", $active);
echo opentabbody($a['title'][0], $a['id'][0], $active);
?> content <?php
echo closetabbody();
echo opentabbody($a['title'][1], $a['id'][1], $active);
?> content <?php
echo closetabbody();
echo closetab();
0 replies
K
karrak
K
karrak 32
Van mi sosem változik..smile
  • Senior Member, joined since
  • Contributed 311 posts on the community forums.
  • Started 94 threads in the forums
  • Started this discussions
  • Answered 1 question
answered
Senior Member

infusions/articles_admin.php
61, 65,69,73,77
$master_title['icon'] = '';

infusions/blogs_admin.php
72,75.78,81,84

infusions/news_admin.php
71,74,77,80,83

infusions/weblinks_admin.php
49,52,55,58,61
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
K
K
karrak 32
Van mi sosem változik..smile
  • Senior Member, joined since
  • Contributed 311 posts on the community forums.
  • Started 94 threads in the forums
  • Started this discussions
  • Answered 1 question

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet