Author Topic: Download module in TinyPortal and SMF  (Read 1432 times)

Offline halpern

  • Semi-Newbie
  • *
  • Posts: 28
Download module in TinyPortal and SMF
« on: May 04, 2006, 06:28:53 AM »
I am using Tiny Portal v 0.8.6 and SMF 1.1 RC2.  I created the downloads module in TP.  Here is the thing. I want to create a Downloads section on the title bar (FORUM, HELP, SEARCH, PROFILE) up at top instead of only being able to view the Downloads under the Modules section when I add the User block.  I do not want to use the user block.  Is there anyway I can add Downloads to that menu bar so it will take them directly to the downloads section in TP? tia

Online Dannii

  • SMF Friend
  • Simple Machines Hero
  • *
  • Posts: 9,732
  • Mind the volcano!
    • My blog: curiousDannii
Re: Download module in TinyPortal and SMF
« Reply #1 on: May 04, 2006, 06:33:05 AM »
Hi
Please ask for TP support at the TP website:

http://tinyportal.net
"Never imagine yourself not to be otherwise than what it might appear to others that what you were or might have been was not otherwise than what you had been would have appeared to them to be otherwise."

My rarely updated blog: The Worthlessness of Homo divinus (3 September)
When God swore by himself: Sinai (14 October)

Offline tempestguardians

  • Newbie
  • *
  • Posts: 1
Re: Download module in TinyPortal and SMF
« Reply #2 on: November 05, 2009, 04:24:27 PM »
I am using Tiny Portal v 0.8.6 and SMF 1.1 RC2.  I created the downloads module in TP.  Here is the thing. I want to create a Downloads section on the title bar (FORUM, HELP, SEARCH, PROFILE) up at top instead of only being able to view the Downloads under the Modules section when I add the User block.  I do not want to use the user block.  Is there anyway I can add Downloads to that menu bar so it will take them directly to the downloads section in TP? tia

If you are familiar with where the tabs code is add this code:

// Show the [Downloads] button.
   echo ($current_action == 'tpmod;dl' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
            <td valign="top" class="maintab_' , $current_action == 'tpmod;dl' ? 'active_back' : 'back' , '">
               <a href="', $scripturl, '?action=tpmod;dl">Downloads</a>
            </td>' , $current_action == 'tpmod;dl' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';

That will add the downloads button to your navigation bar.

Offline Arantor

  • Customizer
  • Simple Machines Super Hero
  • *
  • Posts: 19,412
  • Gender: Male
  • Through the fire and flames we carry on.
    • World of Thoughts
Re: Download module in TinyPortal and SMF
« Reply #3 on: November 05, 2009, 04:27:49 PM »
Interesting... the question was asked 3 1/2 years ago, when 1.1 RC2 was still current...
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 Antechinus

  • Senior Support Specialist
  • Simple Machines Super Hero
  • *
  • Posts: 10,472
  • Master of Diplomacy
Re: Download module in TinyPortal and SMF
« Reply #4 on: November 05, 2009, 04:54:42 PM »
Awesome necromancy skillz.  ;)
Alternative colour schemes for the new Curve theme
Alternative quote box styles for the new Curve theme

"Never argue with idiots. They bring you down to their level and then beat you with experience."


Offline Kill Em All

  • Sophist Member
  • *****
  • Posts: 1,144
  • Gender: Male
  • Something has to go wrong. Just has to.
    • KEAGaming
Re: Download module in TinyPortal and SMF
« Reply #5 on: November 05, 2009, 08:58:40 PM »
Interesting... the question was asked 3 1/2 years ago, when 1.1 RC2 was still current...
but... but... I thought that was the latest version :( do you mean to tell me I have been using that for all this time and have been out of date?
My site: KEAGaming.com

My Recommended Webhost, BlueHost.com
Please do not PM or email me for support, unless offered, help should be publicly displayed to others.

Offline Arantor

  • Customizer
  • Simple Machines Super Hero
  • *
  • Posts: 19,412
  • Gender: Male
  • Through the fire and flames we carry on.
    • World of Thoughts
Re: Download module in TinyPortal and SMF
« Reply #6 on: November 05, 2009, 09:18:31 PM »
1.1 RC2 was what I started using SMF with... it's come a long way in security since then...
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 Kill Em All

  • Sophist Member
  • *****
  • Posts: 1,144
  • Gender: Male
  • Something has to go wrong. Just has to.
    • KEAGaming
Re: Download module in TinyPortal and SMF
« Reply #7 on: November 06, 2009, 08:03:00 PM »
1.1 RC2 was what I started using SMF with... it's come a long way in security since then...
Oh noes! :p
My site: KEAGaming.com

My Recommended Webhost, BlueHost.com
Please do not PM or email me for support, unless offered, help should be publicly displayed to others.

Offline BrianVB

  • Semi-Newbie
  • *
  • Posts: 74
  • Gender: Male
    • SavvyRPG
Re: Download module in TinyPortal and SMF
« Reply #8 on: November 07, 2009, 05:08:45 AM »
whoa 1.1 rc 2 do you wanna get hacked? xD