vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Mini Mods - microMEMBERS (https://vborg.vbsupport.ru/showthread.php?t=208382)

MaryTheG(r)eek 03-16-2009 10:56 AM

Quote:

Originally Posted by TandyServices (Post 1769525)
Shar-she.. She is the one that has been posting everyday and she was not in there..

As I thought, Shar-she is Moderator. Sorry but Moderators are not including on the Top users. Sure, if you don't agree with my approach on coding, it's very easy to modify your code to include them. Just think if it's fair for the members to be always at the back.

Mary

TandyServices 03-16-2009 11:08 AM

You are so right.. it is there job to post and get people to post back.. Thanks again.. and love it.. Now just got to get the NORM members to post..lol..

a marked man 70 03-16-2009 11:56 AM

that sort of explains my problem then. but for me, it only registers the registered users in the top posts ect and not clan members or other groups apart from Admins or Moderators.
Can you tell me how to change it so that it does show all the groups, including admins and moderators please, then i can be a happy bunny.

Thanks

TandyServices 03-16-2009 02:48 PM

Have have different users groups. Does this pick up the different groups or do I have to tell it what to pick in the files??

MaryTheG(r)eek 03-16-2009 03:05 PM

Quote:

Originally Posted by a marked man 70 (Post 1769558)
that sort of explains my problem then. but for me, it only registers the registered users in the top posts ect and not clan members or other groups apart from Admins or Moderators.
Can you tell me how to change it so that it does show all the groups, including admins and moderators please, then i can be a happy bunny.

Thanks

First of all, if you want to give credit to your Moderators like you did with your Admins, by having a special block for them, then goto microMEMBERS options and activate "Special Group". Then just below enter the usergroup id for them. Finally give a title for the box eg "Meet your ...Draculas:D)

As for the code modification. Yes, in all Top poster blocks, only registered users (usergroupid=2) appear there. Till the time to add it in options blocks you can edit file memberidex.php (with a text editor like Notepad).

Search for:
  • // Week's Top Posters
  • // Month's Top Posters
  • // Overall Top Posters
in all cases, some lines below you'll find:
Code:

WHERE usergroupid=2
modify it by adding:
Code:

WHERE usergroupid=2 OR usergroupid=.....
You can add even more on the same style like:
Code:

WHERE usergroupid=2 OR usergroupid=9 OR usergroupid=10
Save and upload !!:D

Mary

TandyServices 03-16-2009 03:42 PM

Cool fixed it all.. Just had to add the rest of the membergroups that do post..LOl.. that it is great..

hoopsta 03-16-2009 03:54 PM

this is sweet! thx!

hoopsta 03-16-2009 04:03 PM

how do I get members to show up beneath the TOP MEMBERS ?

http://www.1776patriots.us/liberty/memberindex.php

MaryTheG(r)eek 03-16-2009 04:25 PM

Quote:

Originally Posted by hoopsta (Post 1769736)
how do I get members to show up beneath the TOP MEMBERS ?

http://www.1776patriots.us/liberty/memberindex.php

Nice site:)
Just click the usergroup link on the top and you'll get the list.

Maria

DobieGillis? 03-16-2009 04:43 PM

confused about the install of this product. Are you saying to upload the folder vbulletin to your forum level?

MaryTheG(r)eek 03-16-2009 05:01 PM

Quote:

Originally Posted by DobieGillis? (Post 1769768)
confused about the install of this product. Are you saying to upload the folder vbulletin to your forum level?

I replied to you by PM. As I don't know how everyone names the installation folder (eg forum, forums etc etc), I named my folder vbulletin. So any files and directories there, must be upload in the folder that you've install vBulletin.

Mary

DobieGillis? 03-16-2009 05:16 PM

thanks!

a marked man 70 03-16-2009 05:23 PM

Quote:

Originally Posted by MicroHellas (Post 1769689)
First of all, if you want to give credit to your Moderators like you did with your Admins, by having a special block for them, then goto microMEMBERS options and activate "Special Group". Then just below enter the usergroup id for them. Finally give a title for the box eg "Meet your ...Draculas:D)

As for the code modification. Yes, in all Top poster blocks, only registered users (usergroupid=2) appear there. Till the time to add it in options blocks you can edit file memberidex.php (with a text editor like Notepad).

Search for:
  • // Week's Top Posters
  • // Month's Top Posters
  • // Overall Top Posters
in all cases, some lines below you'll find:
Code:

WHERE usergroupid=2
modify it by adding:
Code:

WHERE usergroupid=2 OR usergroupid=.....
You can add even more on the same style like:
Code:

WHERE usergroupid=2 OR usergroupid=9 OR usergroupid=10
Save and upload !!:D

Mary

Many thanks, that sorted my prob:up:

DobieGillis? 03-16-2009 05:46 PM

working fine, my error!

DobieGillis? 03-16-2009 06:58 PM

one issue, when looking at who's online, if someone is looking at the member list, it says Unknown Location
/memberindex.php

any ideas?

meissenation 03-16-2009 10:54 PM

Looks great! My only suggestion would be on the MemberIndex to have the "Meet Our ..." sections actually link to the usergroup pages. My Admins, Special Usergroups, etc obviously only show how many specified in the options but both groups have more than those 4 users. That way it'd all tie together a little more. :)

meissenation 03-16-2009 11:00 PM

Found a typo - micromembers/images/shype_on.gif instead of skype_on.gif :)

Chadi 03-17-2009 04:19 AM

Hi. Nice mod, but I have some strange issues:

- memberindex.php loads very very slow (my site in general is speedy)
- top posters is blank
- featured members is blank (how do you mark a member 'featured' anyway?)
- I have 12 moderators, only 8 (the fixed number set in options) show up. Shouldn't they all show up by default? It doesn't make sense really.
- all of the IM/social icons are grayed out, even my own (and I have various IM's enabled)

mrtroybaker 03-17-2009 04:27 AM

Figured it out. Thank you

deta 03-17-2009 09:42 AM

Hello!
Can i a User excludet? I have a User that postet News automaticel an that is the Top Posters!

I will this User excludet...

cu Deta

MaryTheG(r)eek 03-17-2009 10:05 AM

Quote:

Originally Posted by deta (Post 1770302)
Hello!
Can i a User excludet? I have a User that postet News automaticel an that is the Top Posters!

I will this User excludet...

cu Deta

Only if you move him to banned usergroup.

Mary

MaryTheG(r)eek 03-17-2009 10:06 AM

Quote:

Originally Posted by mrtroybaker (Post 1770190)
I have nothing. It only showa a few things like top posters . I have everything filled in. I use 6,2 under usergroups and still get no link at the top like othe sites. Im not using default skin. Please help
myreptileplanet.com
user assist
pw 12345

At microMEMBERS-Options you need to setup which usergroups to show.

Mary

Habtopia 03-17-2009 11:04 AM

In IE and Firefox it only allows me to highlight 1 usergroup to select them?

Great Mod However

DobieGillis? 03-17-2009 11:20 AM

Quote:

Originally Posted by DobieGillis? (Post 1769891)
one issue, when looking at who's online, if someone is looking at the member list, it says Unknown Location
memberindex.php

any ideas?

bump...

Phantasmagoric 03-17-2009 11:45 AM

This really livens up an otherwise dead dreary part of our site, it looks great, if you would like to see it on our site the link's in my sig'.

Thank you for this, greatly appreciated.:up:

meissenation 03-17-2009 12:20 PM

Quote:

Originally Posted by Chadi (Post 1770182)
Hi. Nice mod, but I have some strange issues:

- memberindex.php loads very very slow (my site in general is speedy)
- top posters is blank
- featured members is blank (how do you mark a member 'featured' anyway?)
- I have 12 moderators, only 8 (the fixed number set in options) show up. Shouldn't they all show up by default? It doesn't make sense really.
- all of the IM/social icons are grayed out, even my own (and I have various IM's enabled)

In the AdminCP, you'll need to go to the User Group permissions for each group and manually adjust the user permissions for the MicroMembers add-on. One of the options specifically is whether or not to allow contacting via IM - by default it's set to no so I'm sure that's why it's showing them as all greyed out. Another option is the ability to mark a user as featured - again, off by default. Once it's set to Yes, you will see a button on the same row as all the IM icons but left aligned (very bottom left corner of each user block) that says "Mark user as featured" :)

Theater 03-17-2009 12:29 PM

Looks very nice, but how intensive is it? I noticed it comes with a fair bit of queries, about 60 in my case and my MySQL is at 99.24% use. Anyone else experience this, or am I taking my crazy pills instead of vitamins again? :P

trotskid 03-17-2009 02:35 PM

Nice add-on, thanks! :)

Spanish language:

MaryTheG(r)eek 03-17-2009 03:00 PM

Quote:

Originally Posted by Theater (Post 1770365)
Looks very nice, but how intensive is it? I noticed it comes with a fair bit of queries, about 60 in my case and my MySQL is at 99.24% use. Anyone else experience this, or am I taking my crazy pills instead of vitamins again? :P

That's why I've added lots of switches to turn on/off. The most heavy query is that one for Top posters last week.

Mary

MaryTheG(r)eek 03-17-2009 03:01 PM

Quote:

Originally Posted by Habtopia (Post 1770334)
In IE and Firefox it only allows me to highlight 1 usergroup to select them?

Great Mod However

Holding down Ctrl key and clicking on other lines you can multi select.

Mary

DobieGillis? 03-17-2009 03:03 PM

Mary

any answer to why when I look in who's online and if anyone is in members, it says location unknown memberindex

bullet07 03-17-2009 03:48 PM

I like it looks awesome will install later today.

MaryTheG(r)eek 03-17-2009 04:00 PM

Quote:

Originally Posted by DobieGillis? (Post 1770465)
Mary

any answer to why when I look in who's online and if anyone is in members, it says location unknown memberindex

I don't agree with this feature, and I never added it to any of my modules. In my opinion and believings, it's against personal privacy to let other members know what I'm doing when I'm online in a site.

In any case if it's so important for you, open with a text editor product-micromembers.xml

Search for:
Code:

<plugins>
Just below add:
Code:

  <plugin active="1" executionorder="50">
  <title>Location</title>
  <hookname>online_location_unknown</hookname>
  <phpcode><![CDATA[
    if(strstr($userinfo['location'], 'memberindex.php') !== FALSE) {
    $handled = 1;
    $userinfo['where'] = '<a href="'.$userinfo['location'].'">MemberIndex</a>';
    $userinfo['action'] = '<b>Viewing Member Index</b>';
    }
      ]]></phpcode>
  </plugin>


Mary

DobieGillis? 03-17-2009 04:09 PM

Quote:

Originally Posted by MicroHellas (Post 1770505)
I don't agree with this feature, and I never added it to any of my modules. In my opinion and believings, it's against personal privacy to let other members know what I'm doing when I'm online in a site.

Mary

that still doesn't answer the question. Whether you believe in it or not, it is a standard feature in VBulletin and your hack doesn't seem to like it.

MaryTheG(r)eek 03-17-2009 04:10 PM

Quote:

Originally Posted by DobieGillis? (Post 1770513)
Whether you believe in it or not,

I BEG YOUR BARDON?????????? :mad::mad::mad::mad::mad::mad:

DobieGillis? 03-17-2009 04:11 PM

this is going no where... have a nice day!

MaryTheG(r)eek 03-17-2009 04:13 PM

Quote:

Originally Posted by DobieGillis? (Post 1770513)
it is a standard feature in VBulletin and your hack doesn't seem to like it.

I'm posting a module as is. If you like it, you can use it for free. Nobody asked you money. If you don't like it, just remove it. It's so simple. And please don't hijack with double posts here and on my mailbox.

Mary

DobieGillis? 03-17-2009 04:14 PM

Quote:

Originally Posted by MicroHellas (Post 1770519)
I'm posting a module as is. If you like it, you can use it for free. Nobody asked you money. If you don't like it, just remove it. It's so simple. And please don't hijack with double posts here and on my mailbox.

Mary

It is uninstalled. Be well.

admin0 03-17-2009 05:04 PM

Hey.

I see my pics in the attachments :D

Btw, Thank you for the news system, working great on http://www.nepalhub.com/nepalnews/

This one looks good too. Will Install and see how it goes.

:up:

Mark.B 03-17-2009 09:32 PM

Quote:

Originally Posted by DobieGillis? (Post 1770520)
It is uninstalled. Be well.

Um...Mary gave you instructions to fix the issue you highlighted. I really don't see the problem there.


All times are GMT. The time now is 01:58 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01346 seconds
  • Memory Usage 1,834KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (8)bbcode_code_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete