MyBB.de Forum
Country Flag in Postbit 2.0 - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Veröffentlichungen und -Support (https://www.mybb.de/forum/forum-82.html)
+--- Thema: Country Flag in Postbit 2.0 (/thread-19580.html)



Country Flag in Postbit 2.0 - MyBB.de Bot - 28.06.2007

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
*



RE: Country Flag in Postbit 2.0 - Beatrice63 - 18.12.2010

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.


RE: Country Flag in Postbit 2.0 - Gast - 18.12.2010

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.


RE: Country Flag in Postbit 2.0 - Beatrice63 - 18.12.2010

Aber was ist mit Text ändern gemeint. Alles was mit Country anfängt, oder was?


RE: Country Flag in Postbit 2.0 - Gast - 18.12.2010

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