News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

vMulticolor-Stars Mod

Started by Valodim, September 12, 2005, 08:29:54 PM

Previous topic - Next topic

kikea

I spent a small time to adjust mode for 1.1 RC2. I will try to define needful steps which transforms install package compatible with RC2.

The steps:

1. Uninstall, delete existing mod. (I'm not sure that this step is necesary, but I did it to assure my changes are correctly)
2. Download mod (don't download directly to site), in some local folder. Mod location is vMulticolor-Stars Mod
3. Unpack package.
4. Find file package-info.xml.
5. Open it for edit.
6. In XML format file find sections
<install for="1.1 RC1">
...
</install>
<uninstall for="1.1 RC1">
...
</uninstall>

7. Make a copy of these sections in same file.
8. In new recent copied section rename next titles
<install for="1.1 RC1"> with <install for="1.1 RC2">
and
<uninstall for="1.1 RC2"> with <uninstall for="1.1 RC2">
9. Pack back the files into *.tar.gz file or *.zip file. An example to set name of package is vMulti-Color_0.96.tar.gz or vMulti-Color_0.96.zip
10. Upload new package to site (forum) and install it.

Good luck!

mrandall131

I have it installed and running fine on RC2.

Valodim

compatbility update :)

concerning the bug mentioned above, could one of you post the piece of code that causes the error? it should be either of these:

$stars .= str_repeat('<img src="' . $settings['images_url'] . '/' . str_replace('$language', $context['user']['language'], $groupData[$current][1]) . '" title="' . $groupData[$current]['name'] . '" alt="*" border="0" />', $groupData[$current][0]) . (!empty($modSettings['brBetweenStars']) ? '<br />': '');


$stars .= str_repeat('<img src="' . $settings['images_url'] . '/' . $groupData[$postgroup][1] . '" alt="*" border="0" />', empty($modSettings['forcePostStars']) ? ($groupData[$postgroup][0] - $starcount) : $groupData[$postgroup][0]);

Gobo

1.     Execute Modification     ./Sources/Load.php     Test failed

Can you please give me the manual code modification instructions for that file so I can modify it myself?

Thanks

RoarinRow

Seems to work on RC2 for me   ???

SMF 2.0
TP 1.0 RC1.1
Wordpress 3.1.3

camflan

Quote from: akulion on March 28, 2006, 06:12:46 PM
1.     Execute Modification     ./Sources/Load.php     Test failed

Can you please give me the manual code modification instructions for that file so I can modify it myself?

Thanks

any word on how to fix this?

RoarinRow

Any fixes to the load.php issue?  I'd like to re-install this mod.   ;D

SMF 2.0
TP 1.0 RC1.1
Wordpress 3.1.3

RoarinRow

Quote from: RoarinRow on May 16, 2006, 01:01:55 AM
Any fixes to the load.php issue?  I'd like to re-install this mod.   ;D

Bump.  Anyone?   ;)

SMF 2.0
TP 1.0 RC1.1
Wordpress 3.1.3

RoarinRow

Quote from: RoarinRow on May 18, 2006, 07:43:58 PM
Quote from: RoarinRow on May 16, 2006, 01:01:55 AM
Any fixes to the load.php issue?  I'd like to re-install this mod.   ;D

Bump.  Anyone?   ;)

Bump.  Anyone have a fix for this load issue?

SMF 2.0
TP 1.0 RC1.1
Wordpress 3.1.3

sbclansite.com

Quote from: RoarinRow on May 29, 2006, 10:55:17 AM
Quote from: RoarinRow on May 18, 2006, 07:43:58 PM
Quote from: RoarinRow on May 16, 2006, 01:01:55 AM
Any fixes to the load.php issue?  I'd like to re-install this mod.   ;D

Bump.  Anyone?   ;)

Bump.  Anyone have a fix for this load issue?

Dude if u need it fixed contact me via pm if you cannot do manual modding. Usually what happens is that u install some other mod and it modifies a file in  way that hinders in installation of other mod. So just open up that mod and edit your load.php file mannually
The Mod , Modifier :). For Mods/Scripts/GameServer Installations contact me via http://www.forums.sbclansite.com <<Free Image hosting, Free WebHosting and Free Featured Listing available also.
Webhosting @ 1.55$ : http://www.a1whs.com
Free Seo Friendly Directory : http://www.sbclansite.com

RoarinRow

Quote from: SeoFriendly on June 02, 2006, 04:23:37 PM
Quote from: RoarinRow on May 29, 2006, 10:55:17 AM
Quote from: RoarinRow on May 18, 2006, 07:43:58 PM
Quote from: RoarinRow on May 16, 2006, 01:01:55 AM
Any fixes to the load.php issue?  I'd like to re-install this mod.   ;D

Bump.  Anyone?   ;)

Bump.  Anyone have a fix for this load issue?

Dude if u need it fixed contact me via pm if you cannot do manual modding. Usually what happens is that u install some other mod and it modifies a file in  way that hinders in installation of other mod. So just open up that mod and edit your load.php file mannually

No problem.  I could do manual modding for the fix, but it was posted here, then it would be for everyone's benefit. 

SMF 2.0
TP 1.0 RC1.1
Wordpress 3.1.3

sbclansite.com

Well i cannot reinstall it again but here is my version of vmulticolor tell me if it worked for u.

http://www.sbclansite.com/downloads/mods-smf/vMulti-Color_0.96.tar.gz

If it doesnt work just send me ur load.php file
The Mod , Modifier :). For Mods/Scripts/GameServer Installations contact me via http://www.forums.sbclansite.com <<Free Image hosting, Free WebHosting and Free Featured Listing available also.
Webhosting @ 1.55$ : http://www.a1whs.com
Free Seo Friendly Directory : http://www.sbclansite.com

greyias

I wanted to ask before I install this (I just recently reset my forum to zero as far as mods go, so I can ensure a clean installation on everything), and was wondering if this would provide the functionality I'm looking for...

I'm wanting to use this as sort of a "badge" system, where I can assign badges to groups who do things around my forum (ie: they help in the calendar, but also write fanfic or help out in the gallery). What I'm looking for is the badges to be displayed side by side, instead of on each line.

I think that's possible with this mod, just wanted to be sure first. (I'm planning on installing the Shop Mod and Custom Profile Mods, and was hoping that wouldn't conflict with these)

RoarinRow

Quote from: greyias on June 16, 2006, 05:21:32 PM
I wanted to ask before I install this (I just recently reset my forum to zero as far as mods go, so I can ensure a clean installation on everything), and was wondering if this would provide the functionality I'm looking for...

I'm wanting to use this as sort of a "badge" system, where I can assign badges to groups who do things around my forum (ie: they help in the calendar, but also write fanfic or help out in the gallery). What I'm looking for is the badges to be displayed side by side, instead of on each line.

I think that's possible with this mod, just wanted to be sure first. (I'm planning on installing the Shop Mod and Custom Profile Mods, and was hoping that wouldn't conflict with these)

There is a setting which enables the stars/badging to be on each line, which is the way that I have it on my forum.  But if you set them in a straight line, it may looked cluttered, in my opinion.

SMF 2.0
TP 1.0 RC1.1
Wordpress 3.1.3

greyias

Thanks RoarinRow :) Just what I needed to know. Guess I'll have to mess around with it for a little while to get it right. I once visited a vbulletin board that used a badge system, so I've been trying to find an equivalent for my forum :)

RoarinRow

Quote from: greyias on June 16, 2006, 05:43:41 PM
Thanks RoarinRow :) Just what I needed to know. Guess I'll have to mess around with it for a little while to get it right. I once visited a vbulletin board that used a badge system, so I've been trying to find an equivalent for my forum :)

Thanks to sbclansite.com's reply above I have it installed on my site - http://www.avalanchestyle.com/index.html  Check it out if you want to see what it looks like.

SMF 2.0
TP 1.0 RC1.1
Wordpress 3.1.3

greyias

Yep... looks like it may be what I'm after :)

Zxaos

Unfortunately, this is broken in RC3.  Which really sucks, because it's a great mod for clan/guild sites and such.

RoarinRow

Quote from: Zxaos on August 31, 2006, 12:32:57 AM
Unfortunately, this is broken in RC3.  Which really sucks, because it's a great mod for clan/guild sites and such.

I haven't upgraded yet, but would really want this when I do.   :)

SMF 2.0
TP 1.0 RC1.1
Wordpress 3.1.3

Valodim

it works fine for me in rc3... updated package with rc3 compatibility checked ;)

Advertisement: