TinyPortal

Development => Support => Topic started by: Aaron101 on March 28, 2022, 01:05:40 PM

Title: TinyPortal Link
Post by: Aaron101 on March 28, 2022, 01:05:40 PM
Is there a way to do 2 things:

1) Change the name of the TinyPortal in the navigation menu to something like "Articles" or "My Portal" so members so easier where to go to submit articles?

2) Is there a way to add a link to all articles published outside of just having them show up on front page? Is there an article page?

Hope I make some sense. :)
Title: Re: TinyPortal Link
Post by: @rjen on March 28, 2022, 04:39:41 PM
Quote from: Aaron101 on March 28, 2022, 01:05:40 PM
Is there a way to do 2 things:

1) Change the name of the TinyPortal in the navigation menu to something like "Articles" or "My Portal" so members so easier where to go to submit articles?

2) Is there a way to add a link to all articles published outside of just having them show up on front page? Is there an article page?

Hope I make some sense. :)

Item 1: not from the standard settings, but you can change the text string that is being used: in TPortal.english.php there is this text string:

$txt['tp-tphelp'] = 'TinyPortal';

Change that to the desired string, that will do it...


Item 2:
You can add articles to the frontpage by changing your frontpage settings to show articles, but that will show articles that you set to show on the frontpage.

Please check: https://www.tinyportal.net/docs/index.php?page=Featured-articles-and-posts


Otherwise you can link to the 'category'  page and add a link using the menu manager...

Please check: https://www.tinyportal.net/docs/index.php?cat=Menumanager
Title: Re: TinyPortal Link
Post by: Aaron101 on March 28, 2022, 06:08:39 PM
Thanks!

Where exactly is TPortal.english.php located? I cannot seem to find the file.

EDIT: I found it. :)
Title: Re: TinyPortal Link
Post by: Aaron101 on March 28, 2022, 06:24:24 PM
Is there a way to add more than 4 or five links? They don't line up evenly when shown on the right panel.

Is there a way to have a menu item with a sub-menu item?
Title: Re: TinyPortal Link
Post by: @rjen on March 28, 2022, 06:35:35 PM
Did you check the docs site ?
Title: Re: TinyPortal Link
Post by: Aaron101 on March 28, 2022, 06:55:56 PM
Got it, thanks!! :)

I jumped too quickly and asked without checking. :)