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
Country Flag in Postbit 2.0
#1
Eine neue Erweiterung wurde veröffentlicht: Country Flag in Postbit 2.0

Zitat:Version 2.0
Compatible with MyBB 1.2.x
Feb 7th 2007


Goal:

Will show the country the user belongs to in symbolic look.

Installation:

Upload country.php to ./inc/plugins
Upload the flags folder to ./images
Go to Admin CP > Board Settings > Plug-in Manager > Activate

Description:
In each user’s profile edit page, a drop-down menu will appearing holding a list of all countries, the user may choose the corresponding one.
In case that user didn’t choose any, nothing will appear in his postbit.
In case he has chosen, the flag of his country will appear below the online status.

Extra Options
In Board settings > Change > Country flag, you may change the profile field you are using to get the entries from. As by default the plug-in uses the field created when the plug-in is activated. So in case you’d like to use any other field just put its ID.

Translating
You will have to edit the text in the plug-in file.

Upgrading
No previous version is compatible with 1.2.x.

Credits:
Thanks for LAPESTURE for the idea
Zaher1988 – TECHEX – The Site
*
Zitieren
#2
Hallo zusammen was muss in der "Country Flag in Postbit 2.0" geändert werden damit es auf Deutsch übersetzt wird.

Es geht mir vorallem ums BenutzerCP --> Profil ändern da steht (User Country) dort sollte stehen (Mein Land)

Und bei den Beiträgen dort steht (Country) dort sollte stehen (Land)

Danke für eure Hilfe.
Zitieren
#3
Zitat:Translating
You will have to edit the text in the plug-in file.

Sprich, du musst die Plugindatei editieren und dort den Text ändern, da das Plugin nicht auf eine seperate Sprachdatei zurück greift.
Zitieren
#4
Aber was ist mit Text ändern gemeint. Alles was mit Country anfängt, oder was?
Zitieren
#5
Von
PHP-Code:
    $profilefield = array(
        
"name" => "User Country",
        
"description" => "Please select your country name",
        
"disporder" => '0',
        
"type" => "select\n 

Zu

PHP-Code:
    $profilefield = array(
        
"name" => "Mein Land",
        
"description" => "Bitte wähle den Namen deines Landes",
        
"disporder" => '0',
        
"type" => "select\n 
Zitieren


Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  IP2Location IP-Country Blocker MyBB.de Bot 3 1.762 15.12.2023, 15:05
Letzter Beitrag: MyBB.de Bot
  Country Flag MyBB.de Bot 17 4.045 15.04.2023, 18:17
Letzter Beitrag: KarinB
  IP Country MyBB.de Bot 0 854 12.10.2018, 09:45
Letzter Beitrag: MyBB.de Bot
  IP2Location IP-Country Blocker MyBB.de Bot 0 1.259 30.05.2014, 04:00
Letzter Beitrag: MyBB.de Bot
  Country Flag MyBB.de Bot 0 1.138 04.12.2013, 09:20
Letzter Beitrag: MyBB.de Bot