News:

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

Main Menu

Regular Groups with both Post Count Based Groups

Started by Masterd, April 11, 2009, 02:22:46 AM

Previous topic - Next topic

Masterd

Link to Mod

Regular Groups with Post Count Based Groups

the Regular groups and the Post count based groups have their badges, but, my regular groups can't have the badge of the post count group, i created a badges for all, and it will be cool if the moderators/global-mods and admin could see the badge for level and the badge for his post level too.

made by www.smfmod.com
Version: 1.0 Date 2009-03-22
Compatibility: SMF  1.1.x


Version: 1.0 Date 2009-05-24
Compatibility: SMF  1.1.x & 2.x

minos

good mood --- can you make it compatible with smf 2 rc1 ?

ʟink

Quote from: minos on April 11, 2009, 10:30:29 PM
good mood --- can you make it compatible with smf 2 rc1 ?
I second this request. You'd be solving a request here, as well as making me very happy. ;D Can you please make a 2.0 RC1 compatable version?
Obedire est vivere, Vivere est obedire


hhy89

ok i do it ;)

its name changed "Regular Groups with Post Count Based Groups"
Seo4Smf 2.0 - Full Top10 Stats(full top10) - Aligned and Bilateral Child Boards(2li 3lü alt bölümler)
http://www.smfmod.com
http://destek.smfmod.com



Neverhurry

hello hhy89,

i need such mod very much, but after i install the mod, i found out that the second regular group title nor the badge can show. can you help? Thank you!
I am using SMF 2.0.1, curve themes.

ʟink

Quote from: minos on April 11, 2009, 10:30:29 PM
good mood --- can you make it compatible with smf 2 rc1 ?
Quote from: linkgamer3 on April 12, 2009, 12:57:12 AM
Quote from: minos on April 11, 2009, 10:30:29 PM
good mood --- can you make it compatible with smf 2 rc1 ?
I second this request. You'd be solving a request here, as well as making me very happy. ;D Can you please make a 2.0 RC1 compatable version?
Quote from: sombra on April 25, 2009, 09:43:50 PM
mm update for rc1?
Please?
* linkgamer3 looks up at hhy89 with large, round puppy dog eyes.
Obedire est vivere, Vivere est obedire


hhy89

Seo4Smf 2.0 - Full Top10 Stats(full top10) - Aligned and Bilateral Child Boards(2li 3lü alt bölümler)
http://www.smfmod.com
http://destek.smfmod.com

minos

#9
thanks alot  hhy89  ... i'm 'bout to install it


edit:

there's a restriction about  aditional member gropus?  because  only shows two badges and some of my user have 3 or 4 ranks



hhy89

it is a automatic
Regular Groups with both Post Count Based Groups
Seo4Smf 2.0 - Full Top10 Stats(full top10) - Aligned and Bilateral Child Boards(2li 3lü alt bölümler)
http://www.smfmod.com
http://destek.smfmod.com

ʟink

Well, it works like a charm for me! Thanks so much for making it compatable with 2.x!
Obedire est vivere, Vivere est obedire


hhy89

Seo4Smf 2.0 - Full Top10 Stats(full top10) - Aligned and Bilateral Child Boards(2li 3lü alt bölümler)
http://www.smfmod.com
http://destek.smfmod.com

minos

so..
Quote from: hhy89 on May 24, 2009, 09:46:43 PM
it is a automatic
Regular Groups with both Post Count Based Groups


yeah but only show two groups 1 special and 1n post count based 

hhy89

Seo4Smf 2.0 - Full Top10 Stats(full top10) - Aligned and Bilateral Child Boards(2li 3lü alt bölümler)
http://www.smfmod.com
http://destek.smfmod.com

minos

mmm  yes are automatic, but in my forum doesn't show ALL member ranks  .. just show two ranks and i have 4 other members in my forum have 3

just looking for support here,  but ,,, if you cant or want... just say it..............

hhy89

Seo4Smf 2.0 - Full Top10 Stats(full top10) - Aligned and Bilateral Child Boards(2li 3lü alt bölümler)
http://www.smfmod.com
http://destek.smfmod.com

TurtleKicker


hhy89

ok i upgrade it

Regular_Groups_with_Post_Count_Based_Groups_rc2.zip is for smf 2 rc2
Seo4Smf 2.0 - Full Top10 Stats(full top10) - Aligned and Bilateral Child Boards(2li 3lü alt bölümler)
http://www.smfmod.com
http://destek.smfmod.com

PalmBeachPreps


hhy89

Seo4Smf 2.0 - Full Top10 Stats(full top10) - Aligned and Bilateral Child Boards(2li 3lü alt bölümler)
http://www.smfmod.com
http://destek.smfmod.com


SuperZambezi

I am running RC 1-1 and after I installed it the only thing that happened was all the post count images disappeared. Am I supposed to go anywhere after I install it or does it work as soon as its installed. Thanks. :)


hhy89

do u use this mod ?
or do u have an error for installing this mod
Seo4Smf 2.0 - Full Top10 Stats(full top10) - Aligned and Bilateral Child Boards(2li 3lü alt bölümler)
http://www.smfmod.com
http://destek.smfmod.com

PalmBeachPreps

#25
Yes I use it, and no errors on installation.

EDIT: Removed mod, and installed again.  One error (Load.php), which I edited manually, and it still doesn't show.  I apologize for the inconvenience, but I would really like to have this mod working.

EDIT 2: Never mind, got it working on my own.

howl.nsp

Bug:
install.xml
<operation>

<search position="replace"><![CDATA[ IF(mem.ID_GROUP = 0 OR mg.stars = '', pg.stars, mg.stars) AS stars, mem.passwordSalt";]]></search>

<add><![CDATA[ mg.stars AS stars, pg.stars AS pg_stars";]]></add>

</operation>

should be:
<operation>

<search position="replace"><![CDATA[ IF(mem.ID_GROUP = 0 OR mg.stars = '', pg.stars, mg.stars) AS stars, mem.passwordSalt";]]></search>

<add><![CDATA[ mg.stars AS stars, pg.stars AS pg_stars, mem.passwordSalt";]]></add>

</operation>


install_2.xml:
<operation>

<search position="replace"><![CDATA[ CASE WHEN mem.id_group = 0 OR mg.stars = {string:blank_string} THEN pg.stars ELSE mg.stars END AS stars, mem.password_salt, mem.pm_prefs';]]></search>

<add><![CDATA[ mg.stars AS stars, pg.stars AS pg_stars';]]></add>

</operation>

should be:
<operation>

<search position="replace"><![CDATA[ CASE WHEN mem.id_group = 0 OR mg.stars = {string:blank_string} THEN pg.stars ELSE mg.stars END AS stars, mem.password_salt, mem.pm_prefs';]]></search>

<add><![CDATA[ mg.stars AS stars, pg.stars AS pg_stars, mem.password_salt, mem.pm_prefs';]]></add>

</operation>


rjckE


ZarPrime

Can this Mod be used to display more than the primary group badge and the post based group stars in a vertical fashion?  In other words, if I have members that are in several secondary groups, will this Mod show the badges of ...
1.  The primary group
2.  1 or more of the secondary groups
3.  The post based group stars.


As an example, have a look at the attached image.  The user's primary group is Kirduin, and he is in 3 secondary groups, Counsilor, Sovereign, and FAQMaster.  All 4 badges are shown in the image, and below the 4 badges, the post based group stars are shown.


The question is ~ Will this Mod show all groups the user is a member of, or only the primary group and the post based group?


Thank You,
ZarPrime

Arantor

I think it's only post count + primary group badges. If you want truly multiple, check out the Stars and Badges mod.

llmfit

I need this mod but fails to install in SMF 2.0.5 (emulate 2.0 RC1)
hxxp:www.pikky.net/uploads/473e8382b94a2632245221692e605f0e88714a84.PNG [nonactive]

Code (Find) Select
'group_stars' => str_repeat('<img src="' . str_replace('$language', $context['user']['language'], isset($profile['stars'][1]) ? $settings['images_url'] . '/' . $profile['stars'][1] : '') . '" alt="*" border="0" />', empty($profile['stars'][0]) || empty($profile['stars'][1]) ? 0 : $profile['stars'][0]),


Code (Replace) Select
'post_group_stars' => str_repeat('<img src="' . str_replace('$language', $context['user']['language'], isset($profile['pg_stars'][1]) ? $settings['images_url'] . '/' . $profile['pg_stars'][1] : '') . '" alt="*" border="0" />', empty($profile['pg_stars'][0]) ? 0 : $profile['pg_stars'][0]),
'group_stars' => str_repeat('<img src="' . str_replace('$language', $context['user']['language'], isset($profile['stars'][1]) ? $settings['images_url'] . '/' . $profile['stars'][1] : '') . '" alt="*" border="0" />', empty($profile['stars'][0]) || empty($profile['stars'][1]) ? 0 : $profile['stars'][0]),

llmfit

mmm I think I found the solution...the string exists but here is the difference:

Code (./Source/Load.php original) Select
'group_stars' => str_repeat('<img src="' . str_replace('$language', $context['user']['language'], isset($profile['stars'][1]) ? $settings['images_url'] . '/' . $profile['stars'][1] : '') . '" alt="*" />', empty($profile['stars'][0]) || empty($profile['stars'][1]) ? 0 : $profile['stars'][0]),

Code (Wrong search string for smf 2.0.5) Select
'group_stars' => str_repeat('<img src="' . str_replace('$language', $context['user']['language'], isset($profile['stars'][1]) ? $settings['images_url'] . '/' . $profile['stars'][1] : '') . '" alt="*" border="0" />', empty($profile['stars'][0]) || empty($profile['stars'][1]) ? 0 : $profile['stars'][0]),

The only difference is border="0". I get rid of this manually ... however you should fix it ;)

Advertisement: