Hallo, Gast! (Registrieren)

Wir wünschen allen Besuchern frohe Ostern!

Letzte Ankündigung: MyBB 1.8.37 veröffentlicht (04.11.23)


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
Frage zu header_welcomeblock_member
#1
Hallo Freunde,

da ich in der Suche nichts gefunden habe, hier mal meine Frage:

PHP-Code:
    <span style="float:right;">{$lang->welcome_current_time}</span>
        {
$lang->welcome_back} (<a href="{$mybb->settings['bburl']}/usercp.php"><strong>{$lang->welcome_usercp}</strong></a>{$admincplink} &mdash; <a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">{$lang->welcome_logout}</a>)<br />
                <
span class="links">
                    <
a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 170, 300);">{$lang->welcome_open_buddy_list}</a>
                </
span>
                <
a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a> | <a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a> |  <a href="misc.php?action=markread">{$lang->welcome_markread}</a> | <a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage


Dies ist meine header_welcomeblock_member


Sooooo musste diese ändern auf Grund des Log Out Problems, welches nun gelöst ist.

ABER unser Forum läuft mit 3 Sprachen (Deutsch (formal und informal), Spanisch und English)

Im Spanischen und den beiden Deutsche sieht es oben im Forum wie folgt aus:
Neue Beiträge ansehen | Heutige Beiträge ansehen | Alle Foren als gelesen markieren | Private Nachrichten (Neu 0, Ungelesen 0, Gesamt 0)

Genau so soll es auch sein.

Im Englischen aber steht:
View New Posts | View Today's Posts | | Private Messages (New 0, Unread 0, Total 0)

Wie bekomme ich das "Foren als gelesen markieren" dort rein?!

Husky

DANKE!!!!
Mein Club:
Atlético Madrid
100% Rojiblanco !!!


Peña Atletica Centuria Germana - Deutschlands Atlético Fanclub Nr.1 - http://www.atleticomadrid.de
#2
Hallo Husky,

bitte überprüfe ob die englischen Sprachdaten aktuell sind und lade ggf. die englischen Sprachdaten erneut hoch.

Mfg Garlant
Ich gebe keinen Support per Messenger oder PN!
#3
Ja sind sie, wurde ja nichts gelöscht.

Wenn Du mit sagst welche Datei genau dafür verantwortlich ist, kann ich genau gucken.


In der misc steht es auf jeden Fall

PHP-Code:
<?php
/**
 * MyBB 1.2 English Language Pack
 * Copyright © 2006 MyBB Group, All Rights Reserved
 * 
 * $Id: misc.lang.php 3086 2007-05-22 02:51:46Z dennis $
 */

$l['nav_helpdocs'] = "Help Documents";
$l['nav_smilies'] = "Smilie Listing";
$l['nav_syndication'] = "Latest Thread Syndication (RSS)";

$l['aol_im'] = "AOL IM";
$l['icq'] = "ICQ";
$l['msn'] = "MSN Messenger";
$l['yahoo_im'] = "Yahoo IM";
$l['icq_message_center'] = "ICQ Message Center";
$l['send_icq_message'] = "Send {1} an ICQ Message.";
$l['your_name'] = "Your Name:";
$l['your_email'] = "Your Email Address";
$l['your_message'] = "Your Message";
$l['send_message'] = "Send Message";
$l['msn_messenger_center'] = "MSN Messenger Center";
$l['msn_address_is'] = "{1}'s MSN Address is:";
$l['yahoo_center'] = "Yahoo! Center";
$l['send_y_message'] = "Send {1} a Yahoo! Message.";
$l['view_y_profile'] = "View {1}'s Yahoo! Profile.";
$l['aim_center'] = "AOL IM Center";

$l['buddy_list'] = "Buddy List";
$l['online'] = "Online";
$l['offline'] = "Offline";
$l['refresh'] = "Refresh";
$l['delete_buddy'] = "X";
$l['pm_buddy'] = "PM";

$l['help_docs'] = "Help Documents";

$l['smilies_listing'] = "Smilies Listing";
$l['name'] = "Name";
$l['abbreviation'] = "Abbreviation";
$l['click_to_add'] = "Click a smilie to insert it into your message";
$l['close_window'] = "close window";

$l['who_posted'] = "Who Posted?";
$l['total_posts'] = "Total Posts:";
$l['user'] = "User";
$l['num_posts'] = "# Posts";

$l['forum_rules'] = "{1} - Rules";

$l['error_invalid_limit'] = "The feed item limit you entered is invalid. Please specify a valid limit.";

$l['syndication'] = "Latest Thread Syndication";
$l['syndication_generated_url'] = "Your Generated Syndication URL:";
$l['syndication_note'] = "Below you can generate links to specific RSS syndication feeds. Links can be generated for all forums, per forum, or for a specific number of forums. You will then be presented with a link which you can copy in to an RSS reader such as <a href=\"http://www.sharpreader.net/\">SharpReader</a>. <i><a href=\"http://www.xml.com/pub/a/2002/12/18/dive-into-xml.html\">What is RSS?</a></i>";
$l['syndication_forum'] = "Forum to Syndicate:";
$l['syndication_forum_desc'] = "Please select a forum from the right. Use the CTRL key to select multiple forums.";
$l['syndication_version'] = "Feed Version:";
$l['syndication_version_desc'] = "Please select the version of the feeds you wish to generate.";
$l['syndication_version_atom1'] = "Atom 1.0";
$l['syndication_version_rss2'] = "RSS 2.00 (Default)";
$l['syndication_generate'] = "Generate Syndication URL";
$l['syndication_limit'] = "Limit:";
$l['syndication_limit_desc'] = "The amount of threads to download at one time. Not recommended to be beyond 50.";
$l['syndication_threads_time'] = "threads at a time";
$l['syndicate_all_forums'] = "Syndicate All Forums";

$l['redirect_markforumread'] = "The selected forum has been marked as read.";
$l['redirect_markforumsread'] = "All the forums have been marked as read.";
$l['redirect_forumpasscleared'] = "The stored password for this forum has been cleared.";
$l['redirect_cookiescleared'] = "All cookies have been cleared.";

$l['error_invalidimtype'] = "This user does not have this type of instant messenger account specified in their profile.";
$l['error_invalidhelpdoc'] = "The specified help document does not appear to exist.";
?>
Mein Club:
Atlético Madrid
100% Rojiblanco !!!


Peña Atletica Centuria Germana - Deutschlands Atlético Fanclub Nr.1 - http://www.atleticomadrid.de
#4
Du musst in den Sprachpacketen nachgucken.
In dem Englischen.
Bitte die Suche u. die Doku nutzen.
______________________________

mfg Murphy
#5
Standardmäßig gibt es den Punkt, welchen du suchst gar nicht im Welcomeback Teil.
Füge in der global.lang.php folgendes ein:
PHP-Code:
$l['welcome_markread'] = "Mark All Forums Read"

Mfg Garlant
Ich gebe keinen Support per Messenger oder PN!
#6
Danke Garlant, das hat geklappt!

Daran habe ich wirklich nicht gedacht, da im Spanischen sowie Deutschem ja alles da ist!

Mensch DANKE!
Mein Club:
Atlético Madrid
100% Rojiblanco !!!


Peña Atletica Centuria Germana - Deutschlands Atlético Fanclub Nr.1 - http://www.atleticomadrid.de