News:

Want to get involved in developing SMF? Why not lend a hand on our GitHub!

Main Menu

Badge in User Panel, Profile and Signature

Started by vbgamer45, January 13, 2010, 12:09:55 PM

Previous topic - Next topic

vbgamer45

Link to Mod

Badge in User Panel, Profile and Signature


SMF Version: 2.0.x
Mod Version: 2.0

Description:
This mod adds the primary user badge for group members to the index.template.php, in the user panel and in the display.template.php for the signature.

ChangeLog:
v2.0
+ User Stars in Profile Mod (originally created by Gary M Gadsdon)

v1.7
- Fixed the invalid XHTML

v1.6
-Sorts uninstall error

v1.5
+Adds missing text strings for Modifications.english_british.php and Modifications.english_british-utf8.php

V1.4
-Merged Badge in User Profile and Badge in Signature

V1.3
+ updated coding

V1.2
+Added English.british

V1.1
- Updated for RC3

V1.0
~Initial Release
+ Support for English UTF8

Thanks:
I wish to thank Arantor for helping in creating this mod and Nas for double checking it for me.


Why Not Visit:
http://www.smfhacks.com
Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Costa

Code (portuguese_pt) Select
$txt['bis'] = 'Ligar imagem de grupo de membro na assinatura';
Code (portuguese_pt-utf8) Select
$txt['bis'] = 'Ligar imagem de grupo de membro na assinatura';
Code (portuguese_brazilian) Select
$txt['bis'] = 'Ligar imagem de grupo de membro na assinatura';
Code (portuguese_brazilian-utf8) Select
$txt['bis'] = 'Ligar imagem de grupo de membro na assinatura';
Hugo "Costa" Fernandes - PT SMF
Todas as MP's a pedir ajuda são sujeitas a radioactividade, microondas, queimadas e atiradas borda fora.

"At least someone appreciates the fact that I am doing and not thinking..."
"Laziness is counter-revolutionary."

Deaks

ty costa i will add it tonight
~~~~
Former SMF Project Manager
Former SMF Customizer

"For as lang as hunner o us is in life, in nae wey
will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
itsel."

Costa

Hugo "Costa" Fernandes - PT SMF
Todas as MP's a pedir ajuda são sujeitas a radioactividade, microondas, queimadas e atiradas borda fora.

"At least someone appreciates the fact that I am doing and not thinking..."
"Laziness is counter-revolutionary."

Deaks

~~~~
Former SMF Project Manager
Former SMF Customizer

"For as lang as hunner o us is in life, in nae wey
will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
itsel."

Bugo

Russian translation:

//Badges in Signature Mod by Runic
$txt['bis'] = 'Показывать значок группы в подписи';

Deaks

Quote from: Bugo on January 15, 2010, 12:12:11 AM
Russian translation:

//Badges in Signature Mod by Runic
$txt['bis'] = 'Показывать значок группы в подписи';


Thank you very much :)
~~~~
Former SMF Project Manager
Former SMF Customizer

"For as lang as hunner o us is in life, in nae wey
will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
itsel."

sattninja

i have installed this and do not see anything anywhere on deafult theme or custom
Running Rc4

Bugo

Quote from: sattninja on January 16, 2010, 02:26:34 PM
i have installed this and do not see anything anywhere on deafult theme or custom
Read the description of modification :)

<file name="$languagedir/Modifications.Russian.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
//Badges in Signature Mod by Runic
$txt['bis'] = '?????????? ?????? ?????? ? ???????';]]></add>
</operation>

Files must be saved in the encoding utf8 without BOM

sattninja

Quote from: Bugo on January 16, 2010, 03:14:47 PM
Quote from: sattninja on January 16, 2010, 02:26:34 PM
i have installed this and do not see anything anywhere on deafult theme or custom
Read the description of modification :)

<file name="$languagedir/Modifications.Russian.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
//Badges in Signature Mod by Runic
$txt['bis'] = '?????????? ?????? ?????? ? ???????';]]></add>
</operation>

Files must be saved in the encoding utf8 without BOM

dude what r u talking about there with that code i installed the mod i dont see anything can you be a lil more specific
Running Rc4

Deaks

have you enabled the mod? you need to enable it for it to work, go to Modification Settings
~~~~
Former SMF Project Manager
Former SMF Customizer

"For as lang as hunner o us is in life, in nae wey
will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
itsel."

sattninja

well i'll be damed i missed that

thank you very much works perfectly :) :) :)
Running Rc4

Bugo

Quote from: Bugo on January 16, 2010, 03:14:47 PM
<file name="$languagedir/Modifications.Russian.php" error="skip">
<operation>
<search position="end" />
<add><![CDATA[
//Badges in Signature Mod by Runic
$txt['bis'] = '?????????? ?????? ?????? ? ???????';]]></add>
</operation>

Files must be saved in the encoding utf8 without BOM
It's a wish to Runic :)

Deaks

they were it may be your text editor :)
~~~~
Former SMF Project Manager
Former SMF Customizer

"For as lang as hunner o us is in life, in nae wey
will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
itsel."

live627

@Runic: I find Windows Notepad handles Russian characters for me

Deaks

re-released and updated for rc3
~~~~
Former SMF Project Manager
Former SMF Customizer

"For as lang as hunner o us is in life, in nae wey
will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
itsel."

akbora

#16
Dear Runic I have a big problem with this mod. After I installed it I have over thousand errors. I want to uninstall this mod from the system but the message  says''You can not uninstall this mod (package) Help me please how can I uninstall this properly... Thanks


Feature of the package is not uninstall!

For more information please try to contact the mod author. (Google translate)
SMF 2.0.13
Default Theme
Utf8 Turkish
---------------

Deaks

1000 errors thats weird i didnt get any on my test ... anyway go to http://custom.simplemachines.org/mods/index.php?mod=2375 then parse it for 2.0 rc3 and do the reverse of what changes it makes
~~~~
Former SMF Project Manager
Former SMF Customizer

"For as lang as hunner o us is in life, in nae wey
will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
itsel."

akbora

Now I uninstall by manuel same by same these files.

./Sources/ManageSettings.php
./Sources/Who.php
./Themes/default/Display.template.php

and the others langıage files. But signature area of this mod still over there. Please help me how can I unisntall properly! Thanks
SMF 2.0.13
Default Theme
Utf8 Turkish
---------------

Deaks

I just told you, you need to go to the mod listing, parse it for 2.0 rc3 go through each file and remove the code it added.
~~~~
Former SMF Project Manager
Former SMF Customizer

"For as lang as hunner o us is in life, in nae wey
will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
itsel."

Advertisement: