vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Mini Mods - "MemberIndex": New Memberlist, Top Posters, Featured Members, Member Rating etc (https://vborg.vbsupport.ru/showthread.php?t=168985)

dilbert 02-01-2008 01:42 PM

Quote:

Originally Posted by vbFreelancers (Post 1432534)

Finally I decided to release in our site a commercial version, with just one additional feature. Amazon style Member Reviews

This looks great, thank you.
Can member rating be turned off? I doubt I'd use that option.

vbFreelancers 02-01-2008 03:54 PM

- New in version 1.3.0 (Released Feb 1st, 2008)
  1. Featured Members
  2. Improved Profile View
  3. Full Image View popup (javascript)
  4. Usergroup Permissions
  5. More Options
- How to upgrade from version 1.1.0
  1. Uninstall your current installation
  2. Follow the steps below for a new installation
- Working on 1.4.0 for.....
  1. Featured Members Block in Main Page
  2. Checking all permissions for bugs

vbFreelancers 02-01-2008 03:57 PM

Quote:

Originally Posted by hubix (Post 1433887)
Is it possible to show up own profilefields below the avatars? I mean, can we use variables and conditions for profilefields in the hack-templates?

Sure you can. If the fields are from the standards in user table then just use:
$userinfo[xxxxx] where xxxx is the field name. Otherwise you need to modify the php code too.

vbFreelancers 02-01-2008 04:12 PM

Quote:

Originally Posted by dilbert (Post 1433951)
This looks great, thank you.
Can member rating be turned off? I doubt I'd use that option.

In the last release (1.3.0), YES

Cornie 02-01-2008 04:20 PM

The button icq, email and the other are not going by me in 1.3.0. Where is the search-button?

vbFreelancers 02-01-2008 04:25 PM

Quote:

Originally Posted by Cornie (Post 1434038)
The button icq, email and the other are not going by me in 1.3.0. Wehre is the search-button?

All buttons are at memberindex/images/
Please notice that you must upload the FULL package and not just the memberindex.php

Cornie 02-01-2008 04:32 PM

I have upload the FULL package. See on my site. you hav PN

CBTS Pennywise1 02-01-2008 04:53 PM

For some reason it still blanks out the Admin's post count. It totally ignores it is there a way to turn off?

Great mod btw.

vbFreelancers 02-01-2008 04:59 PM

Quote:

Originally Posted by CBTS Pennywise1 (Post 1434062)
For some reason it still blanks out the Admin's post count. It totally ignores it is there a way to turn off?

Great mod btw.

Do you mean in Top Posters? That it dosen't shows Admins? That's the way that I coded it. It shows only Top posters from usergroup=2 (Register Members).
I believe that it has no sense to show Admins and Moderators as they're be always there. In all sites always Admins and Moderators are Top Posters. Let's give a chance to real Members.

vbFreelancers 02-01-2008 05:00 PM

Quote:

Originally Posted by Cornie (Post 1434047)
I have upload the FULL package. See on my site. you hav PN

Have you turn the usergroup pemission "Can contact" ON?;)

CBTS Pennywise1 02-01-2008 05:01 PM

I didn't think of it like that good point.

vbFreelancers 02-01-2008 05:05 PM

Quote:

Originally Posted by CBTS Pennywise1 (Post 1434071)
I didn't think of it like that good point.

But of course, as I don't have the right to press you to accept my thoughts, if you want I can say you the part of code that you need to change, to show Top Posters from all usergroups.

CBTS Pennywise1 02-01-2008 05:11 PM

Nah I'm gonna keep it like it is. Admins always get the attention lol.

CBTS Pennywise1 02-01-2008 05:12 PM

Nah I'm gonna keep it like it is. Admins always get the attention lol.

Arg lag

Cornie 02-01-2008 05:20 PM

The profile fields has different heights, can you her not uniformly adjust?

KidCharlemane 02-01-2008 05:41 PM

How does the Featured Member function work? I dont see any way to make someone a Featured Member.

CBTS Pennywise1 02-01-2008 05:51 PM

Bottom left corner of the box. But you need to have permission (Usergroups) to do it.

JAuthement 02-01-2008 05:52 PM

Marina,

Absolutely wonderful work!!

I do have one question (actually a request) on my site I have a separate usergroup for Site Owners. I would like to display this group above the "Meet our Administrators" block. How would I go about doing this?

vbFreelancers 02-02-2008 04:31 AM

Quote:

Originally Posted by JAuthement (Post 1434109)
Marina,

Absolutely wonderful work!!

I do have one question (actually a request) on my site I have a separate usergroup for Site Owners. I would like to display this group above the "Meet our Administrators" block. How would I go about doing this?

Thank you for your supporting words:) If I understood well, you don't want to replace Admins' block with that one, but rather to build a new block for them. Right? Needs to add a new function in php file and a variable to the template file. Please don't forget that a new block with Featured Members will be add today.
If you don't mind for the space, give me the usergroupid to write you the needing code for your block.

Marina

TomJames 02-02-2008 06:54 AM

Fantastic update!

seangworld 02-02-2008 10:33 AM

hey i was wondering, after installing this today, how i would go about grabbing the different blocks to use on the main page of my site...

blocks im referring to is like i'd want a horiz row of New Members, another row of Most Popular, etc. with the member's pics etc.

how would i pull that info to make a module for vba?

cajunboy2208 02-02-2008 11:28 AM

The Top Members does not work for me, there is no button in the bottom left, and I have all of the usergroups selected

mcyates 02-02-2008 11:58 AM

I can't install this, I get this error:

A conflict was detected in the bitfields. You cannot continue with the installation of this product until this has been fixed. The conflicts found were:

* Bitfield Collision: prefixrequired = credits_cantearn

I'm running VB 3.7 Beta 4

vbFreelancers 02-02-2008 02:39 PM


- New in version 1.4.0 Final (Released Feb 1st, 2008)
  1. Fixed the bug with usergroup permissions
  2. You can setup different usergroup in Admin Block
  3. Added a 2nd similar to Admin's Block, for general use (can be turn off)
  4. Code optimization to avoid run queries, if a feature is OFF.
- How to upgrade from version 1.1.0
  1. Uninstall your current installation
  2. Follow the steps below for a new installation

vbFreelancers 02-02-2008 02:45 PM

Quote:

Originally Posted by JAuthement (Post 1434109)
Marina,

Absolutely wonderful work!!

I do have one question (actually a request) on my site I have a separate usergroup for Site Owners. I would like to display this group above the "Meet our Administrators" block. How would I go about doing this?

Now you can do it easily with ver 1.4.0;)

JAuthement 02-02-2008 02:48 PM

Quote:

Originally Posted by vbFreelancers (Post 1434369)
Thank you for your supporting words:) If I understood well, you don't want to replace Admins' block with that one, but rather to build a new block for them. Right? Needs to add a new function in php file and a variable to the template file. Please don't forget that a new block with Featured Members will be add today.
If you don't mind for the space, give me the usergroupid to write you the needing code for your block.

Marina

Marina;

The usergroup ID is 9 and I don't mind the extra space ;)

And you might not hear it much ... but ... Thank you for entertaining my individual request!!

vbFreelancers 02-02-2008 03:20 PM

Quote:

Originally Posted by seangworld (Post 1434501)
hey i was wondering, after installing this today, how i would go about grabbing the different blocks to use on the main page of my site...

blocks im referring to is like i'd want a horiz row of New Members, another row of Most Popular, etc. with the member's pics etc.

how would i pull that info to make a module for vba?

As I wrote before, I'll develope a couple of blocks for vBa in the upcoming few days.

seangworld 02-02-2008 05:52 PM

hey! cannot rate the members now! (so therefore top members column is empty)

chatzworld 02-02-2008 06:14 PM

Quote:

Originally Posted by seangworld (Post 1434756)
hey! cannot rate the members now! (so therefore top members column is empty)

Same here :confused:

wolfe 02-02-2008 06:31 PM

thx for the update :P

vbFreelancers 02-03-2008 04:45 AM

Quote:

Originally Posted by seangworld (Post 1434756)
hey! cannot rate the members now! (so therefore top members column is empty)

Have you setup usergroup permissions for Rating? The option Rating in MemberIndex->Options is just for the interface (to hide the rating box) and for code optimization (to avoid runing the queries).

seangworld 02-03-2008 05:54 AM

i used the usergroups under MI, i'll check the other usergroups...brb.

seangworld 02-03-2008 06:05 AM

ok yeah, it's in the other usergroups guys!

chatzworld 02-03-2008 12:24 PM

Fixed Woo

Derekclarke 02-03-2008 02:48 PM

Hi,

Their are a few Bugs....

for some reason when a member reaches 10,000 posts they are no longer a top poster....

also the Top poster Last Month is showing a Member who was Banned over 6 months ago as last months top poster.

Total Posts
568 out of 34883 (2%)
Last visit: 08/21/2007

seangworld 02-03-2008 11:00 PM

lol that's kinda funny.
sounds like there just needs a simple edit somewhere.

Bilderback 02-05-2008 04:00 AM

I notice in the memberindex.php, you have
if (!$avatarurl) {
$teamavatar = 'images/misc/noavatar.gif';
} else {
$teamavatar = $vbulletin->options['bburl'] . '/' . $avatarurl[0];
}
but it still does not show the default avatar.
(I do have a noavatar.gif in location)
I use the ZH-No-Avatar mod but even after uninstalling it,
the noavatar.gif still does not show.
How can I apply this so that a default avatar is shown in the memberindex?

vbFreelancers 02-05-2008 07:15 AM

Quote:

Originally Posted by Bilderback (Post 1436513)
I notice in the memberindex.php, you have
if (!$avatarurl) {
$teamavatar = 'images/misc/noavatar.gif';
} else {
$teamavatar = $vbulletin->options['bburl'] . '/' . $avatarurl[0];
}
but it still does not show the default avatar.
(I do have a noavatar.gif in location)
I use the ZH-No-Avatar mod but even after uninstalling it,
the noavatar.gif still does not show.
How can I apply this so that a default avatar is shown in the memberindex?

Did you've choose to show Avatar or Image at MemberIndex->Options?

Bilderback 02-05-2008 02:00 PM

Quote:

Originally Posted by vbFreelancers (Post 1436601)
Did you've choose to show Avatar or Image at MemberIndex->Options?

Yes, avatar is chosen.
When I use image, it works and shows "no image available"
but when avatar is chosen, nothing displays

vbFreelancers 02-05-2008 02:52 PM

Quote:

Originally Posted by Bilderback (Post 1436748)
Yes, avatar is chosen.
When I use image, it works and shows "no image available"
but when avatar is chosen, nothing displays

  1. Are you sure that the noavatar image that you've is .gif and not .jpg?
  2. Where are you storing photos? At databse (the defailt) or in filesystem?


All times are GMT. The time now is 11:12 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
  • Page Generation 0.01857 seconds
  • Memory Usage 1,828KB
  • 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
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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