Author Topic: Subs.php HELP needed  (Read 193 times)

Offline biler123

  • Newbie
  • *
  • Posts: 6
Subs.php HELP needed
« on: November 07, 2009, 08:06:27 AM »
Need help but cannot post links it says

Offline biler123

  • Newbie
  • *
  • Posts: 6
Re: Subs.php HELP needed
« Reply #1 on: November 07, 2009, 08:06:50 AM »
Hello can any of you be sweet to code 2 menu into my Subs.php

Forum = hxxp:ancient.ooz.dk/index.php?action=forum [nonactive]
Roster = hxxp:ancient.ooz.dk/index.php?page=Roster [nonactive]

Subs.php -> hxxp:www.sendspace.com/file/k0bhoq [nonactive]

Offline Arantor

  • Customizer
  • Simple Machines Super Hero
  • *
  • Posts: 19,412
  • Gender: Male
  • Through the fire and flames we carry on.
    • World of Thoughts
Re: Subs.php HELP needed
« Reply #2 on: November 07, 2009, 08:33:15 AM »
Please see: Adding tabs to SMF 2.0

Seems that there's already a forum tab there, just missing its text. Likely you have an error in your error log relating to an undefined index.

(The inability to post links in your first post is an anti spam measure)
Customizer, SMF Team
My mods [22]
Current to-do list
Developer of Atrinik

No unsolicited PMs, thank you.
Current project:
Writing an OpenSearch integration for SMF.

Quote
Telling me "it doesn't work" is like a blunt pencil: pointless.
Why doesn't it work? What do you expect it to do?

Offline biler123

  • Newbie
  • *
  • Posts: 6
Re: Subs.php HELP needed
« Reply #3 on: November 07, 2009, 08:38:45 AM »
Yes i just need the text but i cannot find can you just tell me the code i need to add :) ?

Offline Arantor

  • Customizer
  • Simple Machines Super Hero
  • *
  • Posts: 19,412
  • Gender: Male
  • Through the fire and flames we carry on.
    • World of Thoughts
Re: Subs.php HELP needed
« Reply #4 on: November 07, 2009, 08:39:56 AM »
The link I gave you will tell you EXACTLY what you have to do.
Customizer, SMF Team
My mods [22]
Current to-do list
Developer of Atrinik

No unsolicited PMs, thank you.
Current project:
Writing an OpenSearch integration for SMF.

Quote
Telling me "it doesn't work" is like a blunt pencil: pointless.
Why doesn't it work? What do you expect it to do?

Offline biler123

  • Newbie
  • *
  • Posts: 6
Re: Subs.php HELP needed
« Reply #5 on: November 07, 2009, 08:44:38 AM »
'forum' => array(
            'title' => $txt['forum_button'],
            'href' => $scripturl . '?action=forum',
            'show' => true,
            'sub_buttons' => array(
            ),

Can't see whats wrong?

Offline biler123

  • Newbie
  • *
  • Posts: 6
Re: Subs.php HELP needed
« Reply #6 on: November 07, 2009, 08:54:40 AM »
It dont work for me or im doing something wrong

You cannot just copy it in for me into the file ? if your so good why not ? :)

Offline biler123

  • Newbie
  • *
  • Posts: 6
Re: Subs.php HELP needed
« Reply #7 on: November 07, 2009, 09:20:15 AM »
Any can code it in for me ?

Offline king kratos

  • Jr. Member
  • **
  • Posts: 395
  • Gender: Male
  • SSDD
Re: Subs.php HELP needed
« Reply #8 on: November 07, 2009, 09:47:26 AM »
Like Arantor said, check your error log and see if there is an Undefined Index error. If there is, please post that error here. Likely there is a problem with your language files.

Simply post the error for any Undefined Index.

Kratos

Offline Arantor

  • Customizer
  • Simple Machines Super Hero
  • *
  • Posts: 19,412
  • Gender: Male
  • Through the fire and flames we carry on.
    • World of Thoughts
Re: Subs.php HELP needed
« Reply #9 on: November 07, 2009, 11:01:45 AM »
$txt['forum_button'] isn't listed in your Themes/default/Modifications.english.php file.
Customizer, SMF Team
My mods [22]
Current to-do list
Developer of Atrinik

No unsolicited PMs, thank you.
Current project:
Writing an OpenSearch integration for SMF.

Quote
Telling me "it doesn't work" is like a blunt pencil: pointless.
Why doesn't it work? What do you expect it to do?