TinyPortal

Development => International => German => Topic started by: CrazyBonE on May 24, 2007, 01:59:46 AM

Title: untergeordnete Boards verstecken
Post by: CrazyBonE on May 24, 2007, 01:59:46 AM
hallo zusammen,

hab da ein kleines prob mit meinem forum.
hab schon gegooglet usw. aber hab nichts passendes gefunden :(

wie kan ich die untergeordneten boards in der foren hauptansicht verstecken ?

und ich schaffe es einfach nicht "smf links" zum laufen zu kriegen.
wenn das forum auf english läuft gehts, aber auf deutsch...
fehlen mir die buttons :(

ich hab die "Links.german.php" hochgeladen,
die daten aus der "Who.english.php" und der "Who.german.php" übersezt
& in der "ModSettings.english.php" nichts gefunden zu diesem mod.

mit smf gallery ging es ganz einfach... nur smf links will mir ärgern^^

ich habe SMF 1.1.2 & TinyPortal v0.9.8 zu laufen.

währe nice wenn wer ne antwort weis :)

vielen dank schonmal im voraus,

gruß
CrazyBonE

ps.: mein erster post hier ... :)
bin ja auch gestern erst zum TinyPortal gestoßen.....
Title: Re: untergeordnete Boards verstecken
Post by: Tommy on May 24, 2007, 09:11:57 AM
Wilkommen im TinyPortal-Forum!  :up:

Zu Frage 1:
Eigentlich ist dieses Forum nur für TinyPortal-spezifische Fragen - für SMF ist deren Supportforum (http://www.simplemachines.org/community/index.php?board=13.0) oder SMFPortal.de (http://www.smfportal.de/index.php?action=forum) da :) Nun denn, vielleicht können wir das auch hier lösen. Du möchtest also kurz gesagt Unterboards, die auf dem ForumsIndex nur klein zu sehen sind (wie z.B. dieses "German"-Board ein Unterboard von "International"), verbergen? Meinst du *alle* Unterboards?
Welches Theme nutzt du?

Frage 2:/me schaut sich mal eben die Modifikation an.

Folgende Modifizierungen müssen zusätzlich durchgeführt werden:

Code (/Themes/default/languages/Modifications.german.php //-->Language Strings hinzufügen) Select



//Begin SMF Links Text Strings
$txt['smflinks_menu'] = 'Links';
$txt['smflinks_admin'] = 'Links Configuration';


$txt['permissiongroup_smflinks'] = 'SMF Links';
$txt['permissionname_view_smflinks'] = 'View Links Page';
$txt['permissionhelp_view_smflinks'] = 'Sets if the user can view the links page.';
$txt['cannot_view_smflinks'] = 'You can not view the links page.';
$txt['permissionname_add_links'] = 'Add Links';
$txt['permissionhelp_add_links'] = 'If the user is allowed to submit links';
$txt['cannot_add_links'] = 'You can not add links.';
$txt['permissionname_edit_links'] = 'Edit Links';
$txt['permissionhelp_edit_links'] = 'If the user is allowed to edit links';
$txt['cannot_edit_links'] = 'You can not edit links.';
$txt['permissionname_delete_links'] = 'Delete Links';
$txt['permissionhelp_delete_links'] = 'If the user is allowed to delete links';
$txt['cannot_delete_links'] = 'You can not delete links.';
$txt['permissionname_approve_links'] = 'Approve Links';
$txt['permissionhelp_approve_links'] = 'If the user is allowed to approve links';
$txt['cannot_approve_links'] = 'You can not approve links.';
$txt['permissionname_links_auto_approve'] = 'Links Auto Approved';
$txt['permissionhelp_links_auto_approve'] = 'If the users links are auto approved when submitted.';
$txt['permissionname_rate_links'] = 'Rate Links';
$txt['permissionhelp_rate_links'] = 'If the user is allowed to rate links';
$txt['cannot_rate_links'] = 'You are not allowed to rate links.';
$txt['permissionname_links_manage_cat'] = 'Manage Categories';
$txt['permissionhelp_links_manage_cat'] = 'User can add/remove/edit/reorder categories';
$txt['cannot_links_manage_cat'] = 'You are not allowed to manage categories.';
//END SMF Links Strings


Code (/Themes/default/languages/Who.german.php //-->Language Strings hinzufügen) Select


//Begin SMF Links
$txt['whoall_links'] = 'Viewing the <a href="' . $scripturl . '?action=links">' . $txt['smflinks_menu'] . '</a>';
//END SMF Links Strings