News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Stars and Badges

Started by Bulakbol, February 29, 2008, 11:59:19 PM

Previous topic - Next topic

Bulakbol

I'll take a look at your files PsychoWolf and see what I can do. I'll get back to you.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Anub1s

I love this mod i think its great what i will say is that i am having problems with it thow :'(

I am in loac and i can not find the line of text you are talking about :'(,

i am using 2.0.3.1 any ideas :(

shadow

PsychoWolf

Thx JohnyB, waiting for your response  ;)
No Support over E-Mail, ICQ or PM for MKPortal !
Visit for English Support mkportal.it

Kein Support über E-Mail, ICQ oder PN für das MKPortal !
Besucht für deutschen Support mkportal-support.de


Bulakbol

Hi PsychoWolf. Your Display.template.php is fine. Only the Load.php is messed-up. Here's your Load.php. Try it first and if you still encounter problem, let me know.

Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

PsychoWolf

Thank you very much, works like a charm. Your saved my Day and thanks for that great Mod.
No Support over E-Mail, ICQ or PM for MKPortal !
Visit for English Support mkportal.it

Kein Support über E-Mail, ICQ oder PN für das MKPortal !
Besucht für deutschen Support mkportal-support.de


Bulakbol

@X_x_Shadow_x_X 
   I'm sorry. This mod also edit the Sources files so it might not work for your version.


@PsychoWolf
     You are welcome. Thank you too for using this mod.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

protonxl

ok so i installed it on my localhost.. (where  i test my 1.1.5 plugins before website).
all went great.
it works good.


i went to upload on my website, all went well, no error or anything.

but it doesnt show up and it shows as working

1.     Export Personal Messages      1.0       [ Uninstall ]  [ List Files ]  [ Delete ]
2.    Stars And Badges    2.0    [ Uninstall ] [ List Files ] [ Delete ]
3.    Auto Embed Video Clips    2.2    [ Uninstall ] [ List Files ] [ Delete ]
4.    ShowTopics    1.1    [ Uninstall ] [ List Files ] [ Delete ]
5.    Mod Hide Post    1.1    [ Uninstall ] [ List Files ] [ Delete ]
6.    XarSmilies-2    1.0    [ Uninstall ] [ List Files ] [ Delete ]
7.    SMF Staff Page    1.6    [ Uninstall ] [ List Files ] [ Delete ]
8.    Clickable Avatars    1.0.1    [ Uninstall ] [ List Files ] [ Delete ]
9.    Remove Post Modified Time    1.2    [ Uninstall ] [ List Files ] [ Delete ]
10.    Perfect Smiley Set    1.0    [ Uninstall ] [ List Files ] [ Delete ]
11.    View Single PM    1.3    [ Uninstall ] [ List Files ] [ Delete ]
12.    Enhanced Quick Reply Box 2.0.2    2.0.2    [ Uninstall ] [ List Files ] [ Delete ]
13.    Contact Page    1.1    [ Uninstall ] [ List Files ] [ Delete ]
14.    SimplePortal    1.2    [ Uninstall ] [ List Files ] [ Delete ]
15.    Profile Comments    1.3.6    [ Uninstall ] [ List Files ] [ Delete ]
16.    Image Quote Removal Package    1.0    [ Uninstall ] [ List Files ] [ Delete ]
17.    Hide SMF Version    1.0.2    [ Uninstall ] [ List Files ] [ Delete ]
18.    nCode Image Resizer    1.0    [ Uninstall ] [ List Files ] [ Delete ]
19.    Change_Poster_Of_Topic_And_Message    1.0    [ Uninstall ] [ List Files ] [ Delete ]
20.    Downloads System    1.0.4    [ Uninstall ] [ List Files ] [ Delete ]
21.    Admin Notepad    1.0    [ Uninstall ] [ List Files ] [ Delete ]
22.    SMF Gallery Lite    1.8.3    [ Uninstall ] [ List Files ] [ Delete ]
23.    SMF Links    1.6.7    [ Uninstall ] [ List Files ] [ Delete ]

Bulakbol

@protonxl

Are using a custom theme? if so, you have to edit yourtheme/BoardIndex.template.php and yourtheme/MessageIndex.template.php manually.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Colyn

Quote from: JohnyB on June 19, 2008, 08:25:48 PM
Do you need more assistance Colyn?

Yep now I have another problem on another Forum of mine ...

The feature under Basic Options does not have the Entry Box where I can add the additional groups that can be displayed. It must have been an install problem because it is absent in all themes from the Default Core one :(

Any ideas please.

Anub1s

I got it working was a pain in the bum but i found wheer i needed to put it. all about crss referanceing the basic theam with my custom yyyyyyyyyaaaaaayyyyy.

Again thak you for this mod its great.

Bulakbol

@Colyn
I need more info. Are there any errors in the error log? Did the mod installed without failed test?

@X_x_Shadow_x_X
Cool. Congratz! Thanks for using/trying this mod.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Colyn

JohnyB ... the images displays and no errors were reported during install ... but I do not have the extra section where the ID's must be entered for the groups that must be displayed.

What must I look for in the Error Log ?

Thanks.

PS ... I appreciate your effort in supporting your mod. ;)

Bulakbol

#232
Can you check your Sources/ModSetttings.php and look for
// Stats, compression, cookies.... server type stuff.
The following lines should be above that line. Add them if they are missing.

// Badge and stars
array('text', 'badge_ownline'),
'',

Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Colyn

Ok that has now inserted the ENTRY BOX but it has no label (Text describing what to enter) like in the other forum that works.


Arrange additional group id to be displayed.
(Must be separated by comma. i.e. 1,2,4)


Thank you for this sofar.

Question ... I have added an Additional  Custom group to the Admin but it does not display in the profile ?

Any idea ?

Thanks.


Colyn

Let me be a bit more clear on my question ...

In the other Forum I added a Custom Group as Additional to the Admin and it displays in the Profile next to posts ... in this Forum where I have the problem it does not.

Bulakbol

It looks like it wasn't intalled properly Colyn. The language string is not installed too. Add this in default/languages/ModSettings.english.php just above the ?> tag at the very end.
$txt['badge_ownline'] = 'Arrange additional group id to be displayed.<div class="smalltext">(Must be separated by comma. i.e. 1,2,4)</div>';

It should display the additional badge in your profile. Did you add the additional membergroup to your profile?

Profile-> Account Related Settings-> Additional Membergroups.
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Colyn

Thanks that worked and I also added the HELP text.

Yes I did add the Group as described by you.

Thanks for your help. +1 ;)

Bulakbol

Quote from: Colyn on June 30, 2008, 08:25:43 AM
Thanks that worked and I also added the HELP text.

Yes I did add the Group as described by you.

Thanks for your help. +1 ;)

Cool. Glad everything is in order now. :)
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Colyn

JohnyB ... the additional Badge is still not displaying in the Posts/profile :(

Colyn

I did a quick test and added a second custom group ... for normal users only one GROUP displays in the profile next to posts. On my other forum multiples do show.

Any idea why this happening ?

I can give you Admin Access if you want to take a look around.

Advertisement: