![]() |
Quote:
|
Today I decided to let all my modules here unsupported, as I seen that most members dosen't respects my work, the time that I spent to develope and support them. Worst of all they don't respect even the laws.
I didn't asked anything in exchange. No money, not even to register in my site as most other developers ask for. What I asked, and I was expecting to find from their side, is a small gredit to me as a person, by letting my copyright in place. Unfortunatelly, doing a simple search in Google (anybody can check it) for "vbulletin memberindex" I found dozens of sites having removed my copyright. Thank you all of you my dear. You're giving a shit to the only rule that I put. But I'm wondering why you don't dare to remove Jelsoft's copyright. Because it's a big company while I'm just a single person, much more, a woman. My congratulations men!! One of them was so cool that registered in my site and post: Quote:
Classifieds and MemberIndex will continue unencoded as they're right now. But unsupported. Thank you for your understanding (this goes to honest users). Mary |
Quote:
I think you have the same problem I did,you have usergroups that you created other than the default "registered members" group you need to define these groups in the memberidex.php file of the addon Open memberidex.php and look for the lines // Week's Top Posters // Month's Top Posters and // Overall Top Posters under those lines you will find PHP Code:
like this PHP Code:
save the file and reupload it and it should now show the posters from all your groups here's what mine looks like,hope this helps PHP Code:
|
Quote:
https://vborg.vbsupport.ru/showpost....9&postcount=45 Maria |
Quote:
personally I think micromembers is a great addon,sorry if you feel members here don't respect your work but I can tell you I respect your work :) great addon,thanks for the work you put in on it |
I'm loving this Hack!!! Good stuff.
What is the min donation to remove the copyright? :) |
I would like to show my support..
|
i am still not able to properly put it but i am shocked to see that members dont respect the wish of the developer. if i have paid for the hack then i may wanna remove the copyright but if it is free then i must respect the author. if mary is upset, she has every right to. sorry maria for all of this:(
|
Quote:
Thank you for your supporting words. Maria |
I don't see what the big deal is in leaving the copyright? It makes sense to leave it, so others can obtain it, and allow the developer to realize how desirable a mod is.
Mary, I've installed it, and am currently testing it. I was hoping to ask a few questions, but respect your desire to wash your hands of it. It does sadden me though. |
Hello,
After my post: https://vborg.vbsupport.ru/showpost....&postcount=122 I decided to give all those you've installed microMEMBERS a file that removes (legally) my copyright link. Please download the file microMembersBF.php and upload it to micromembers/includes/ Mary |
Quote:
Mary |
Maria,
Don't give into a couple @#$@. You deserve the respect of offering quality mods and some just don't appreciate it. You are second to none... Stand strong and you will prevail. Trust me. John |
Hey Mary, can you PM me your paypal link so I can make a donation to show my appreciation for your work?
Thank you. I'm just one of your many supporters here, :) John |
I don't want to remove your link, I still wish to respect your time and effort, as I appreciate very much what this mod has done to beautify our site.
You can see your copyright in place here: http://skins4forums.com/memberindex.php I've altered it a little as it was an eyesore as it was, but your link is still clearly in sight, that would never change for as long as I use your mod, I never remove copyright, it's disrespectful. Should we sign up to your site now then, I don't mind 'if' it means we will actually still be able to use this mod, as it is awesome and I'd hate to lose it. Please don't encode it, they do that with vBCommerce, and as much as I would like to be able to use that mod I 'wont', I don't trust hidden code, no-one in their right mind ever would. ****** edit *********** The update, is that just the remove link thingy or is the mod itself updated, I don't want the remove url thing but if a proper update is here I should like to keep up to date, thanks for your time. |
Quote:
Thank you for supporting my work. There is no minimum. You can donate anything you like. Mary |
Maria, I am the webmaster of familybunker and I appreciate your help via email. I didnt remove your copyrights but i uploaded the file to be updated.
Since this has removed your copyrights, I feel obliged to make a small donation (as i am running just a fun forum and do not earn from it, so i will be using my pocket money to donate). please dont be disappointed to see a small amount, just value the feelings behind it. we, the VB users, would never want to lose good coders like yourself. please stay with us and keep giving out good products as you have been doing so far. thank you so much for everything. |
Quote:
My calculations for "Top Posters Last Month" & "top Posters Overall" are a little fudged- well the overall is. here's a picture to show what I mean: http://i472.photobucket.com/albums/r...tion/micro.jpg My forum has been open for 41 days now,.- from the picture above the months posters are most likely correct,.- For the month, the user has 1624 post out of 30181- For the total of overall days, the user has 938 post out of 30181- The "out of" amount for the month should be lower then the overall "out of" amount- but I managed to fix this one from post #89 of this thread. The users total post for "overall" should be higher then "month" considering that it should be calculating from day 1 of the forum opening, not only the month at hand. Sorry if I'm not making any sense, but if anyone has had this problem and has managed to fix it,.- I'd be really greatful if you could lend me a hand. |
Quote:
Mary |
Quote:
|
http://i472.photobucket.com/albums/r...tion/stats.jpg
Well, well, it looks like the overall post count is correct,.- but the months post count is incorrect. The user has 1648 for the month. But only has a total of 938 on their profile. I've realized what the problem is, my forum has a contest sub-forum that does not affect your post count when posting in there,.- the months calculations is including these post as well,.- but the overall calculations is skipping them,.- am I making any sense hun? |
Quote:
Primarily what I was interested in doing is having the memberindex.php default to show ALL members. Thank y ou |
Quote:
Find: Code:
if ($vbulletin->options[micromembers_month] == '1') { Code:
if ($vbulletin->options[micromembers_month] == '1') { |
Quote:
But it shows all members. It just seperate them by usergroup. Do you mean to remove the line above: Admins(xx), Mods(xx), Users(xx) and the listing to show all by default? Mary |
Quote:
|
Quote:
Mary |
Quote:
There is a way to resolve this problem, if you've same options for the forums that you don't count posts. If you're familiar with phpMyAdmin check the values in field "option". If it's the same, then just give me that 5 digit number and I'll modify your code to have correct results. If not, the last that I can do, it to modify your code which counts the overall posts at least to have the hidden posts counting there too. Currently, for overall I'm getting the number from user table and not from post table as I'm doing for week and month. Mary |
Quote:
Quote:
Thanks |
Is there anyway to add the usergroup fix to the AdminCP options?
|
Quote:
Find: Code:
// Build Admins Block Code:
// Build Admins Block If you want to use more than 2 usergroups you can use the code below (of course you can use this code even for 2 only usergroups). On memberindex.php Find: Code:
$admingroup = $vbulletin->options['micromembers_admins_group']; Code:
$admingroup = array('xxx', 'xxx'); Quote:
Mary |
Ive installed it. The stats boxes show up but it just says Loading... in all three boxes. What could be wrong
|
Quote:
Mary |
Quote:
All in all the hack works like a charm,.- unless you have your forum set up to not count post in a particular forum. You've spent plenty of making just making this mod possible- plenty of time helping other (judging from the last 10 pages), and is still willing to help those in need even if the mod isn't supported- My problem is no biggy, I'm sure you have many things to do as well as I, once again thanks for a great mod, and for the generous helping hand:) Later's mary, ttyl. -D.l |
Quote:
Heres a screenshot. I also dont get any of the membelist features like in your screen shot. Or maybe I dont know where to look for them. https://vborg.vbsupport.ru/external/2009/05/159.jpg |
Quote:
Mary |
Quote:
Mary |
Quote:
Quote:
Quote:
Χρεώστης |
Quote:
edit..ok I uninstalled and installed again and still nothing. What could I be doing wrong. I edited the navbar template as follows <if condition="$show['communitylink'] AND $show['popups']"> <td class="vbmenu_control"><a id="community" href="$show[nojs_link]#community" rel="nofollow" accesskey="6">$vbphrase[community]</a> <script type="text/javascript"> vbmenu_register("community"); </script></td> <else /> <if condition="$show['memberslist']"> <td class="vbmenu_control"><a href="memberindex.php$session[sessionurl_q]">$vbphrase[members_list]</a></td> </if> <if condition="$show['quick_links_groups']"> <td class="vbmenu_control"><a href="group.php?$session[sessionurl]">$vbphrase[social_groups]</a></td> </if> </if> <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar Thats all I have done. what else to I need to do. Im sure I have just missed something? |
thank you for sharing :)
|
Quote:
Also for the URL. It dosen't works when you click the menu option only? eg if you try to access memberindex.php directly from your browse, is it working? Maria |
All times are GMT. The time now is 11:13 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|