![]() |
Is it possible to make this work with Forum Blocks as well?
|
Great widget, really excellent for my forum!
|
so nice thank you so much
|
i would also like to know how to pull random members from a group..
well three groups.. admin, supermods and v.i.p's.. thanks and loving this widget,, |
How come the first one is not clickable ? :) TIA
|
Maybe I'm retarded but I went into my Admin CP and cannot find vBulletin CMS, where the heck is it?
|
its the third section on the left..
first is settings.. second is vbulletin blog.. thrid is vbulletin CMS.. can we please get the code to pull members from certain groups? thanks.. |
heres what my options look like, still can't find vbulletin CMS
http://i141.photobucket.com/albums/r...-HardcoreC.jpg |
do you even have a publishing suite?
by the looks of it your running a forum classic.. http://forums.christian-gaming.com/ is this your forum? yea you dont have a publishing suite.. i.e. cms and blogs.. |
How can you make them appear horizontally?
|
This works nicely on vb4.0.2 thank you kindly...
|
One small issue I just noticed... It doesn't exclude members from the banned group. Could this be considered for future updates please?
|
Karlm,
I notice you also have the same problem mentioned earlier in this thread, that your first image of the three doesn't actually link to anything.. the other 2 do. Re the banned folks, until you get a way to do that one idea for a work around would be to delete their profile pictures and then they won't be displayed. Steve |
Hmm, how odd - I've just checked using Chrome, Firefox and even MSIE - and could not replicate the unlinked profile issue you've addressed.
Eitherway, I appreciate your tip for the banned members problem. Thanking you kindly! |
sorry i dont have this option:
Go to Admin CP > vBulletin CMS > Widgets > create new widget |
Quote:
For me using IE8, the first profile image on your site has no link at all. The other two do. Others have reported that problem on their site in this thread. I also saw it on my site when I installed this. I suspect there is a tiny change needed to the code. IE8 does do things its own way and does not support a lot of css 3 etc. Those using it see commas at the end of most lists in vBulletin, and extra spaces in some widgets, and so on. This all gets mentioned in places on vBulletin.com - they seem to say it is because IE8 doesn't support commands like last-child that they are using. A number of browsers are said not to. Steve |
1 Attachment(s)
nice man but i need some thing like ( Attachment) can u creat some thing likhe this 1
|
Id like something similar to the post above of top users, newest members, etc. I can place even in forum sidebars or below navbar with or without style.
|
Very nice.
I can see the link to userprofile and the avatar of the user, but guests only see the link to the userprofile? Any Tip how to change this? |
I can tell the function is working for my Avatars but I'm also not getting images, I'm assuming this is because I'm storing the avatars via filesystem instead of using the database.
If you came up with an option for this as I see a few other people had the issue I'd appreciate the choice for avatars NOT being stored in the database. |
Quote:
So I would also appreciate a choice for avatars NOT being stored in the database :) It would also be great to limit the ramdom users to the last 500 og 1000 users logged in :) Or someother option that dident show Inactive users. Anyway this is still a great widget for the once who can use it :) Thanks :) |
I modified it a little to work with custom avatars stored in the file system. Might not be the best way but it works, hopefully this helps out.
Code:
$member_count = 3; |
Regardless which setup you are using, if you want to limit it just to a single usergroup find line:
After Code:
$member_count = 3; Code:
$usergroup_limit = 6; Code:
WHERE ".TABLE_PREFIX."customavatar.visible = 1 Code:
WHERE ".TABLE_PREFIX."customavatar.visible = 1 AND ".TABLE_PREFIX."user.usergroupid = $usergroup_limit |
This is a nice add-on. I am completely new to Vb and php. If someone could advise me of how to limit this to logged in members, that would be great. Again, nice add-on.
|
Installed and works great in CMS with v4.03 .. thanks .. :up:
Any chance of getting similar piece of code to create a "block" for the side block function in v4? Regards, Badger:up: |
Installed nominated and rated, thank you very much for this widget code
Is there a way to show this horizontaly not verticaly? That is can we display avatars/profile pic left to right instead up and down? |
Quote:
nice mod, installed & working great on CMS v4.0.3 |
Quote:
|
In 4.04 for some reason only the 2nd or 3rd avatar can be clicked, not the first. I can't find why...
|
Hallo ... i use VB 4.0.6 ... the widget shows the name of the user but not a picture ... what`s wrong? THX
|
Quote:
|
Quote:
|
Ok, this is for a block in the forum or the CMS widget, assuming that you have avatars set to filesystem, NOT database
Be sure to change the member count to however many you want to show. Also, look down at the bottom of the code where the <img src= tag is and make sure the path to the forums directory is right for your board. I hope this works for you. PHP Code:
|
I tweaked this widget to work HORIZONTALLY. Let me know if it's good. You can change the member count and the avatar size. Also, if you do not want to limit it to a certain usergroup, remove this line "$usergroup_limit = 2;"
Code:
$member_count = 8; |
Is there a way to show recent new member avatar not random member ?
displayed horizontaly or verticaly automaticly ? or random member avataro showed horizontaly and vertically automatic adjust ? Installed nominated and rated, thank you very much for the widget code |
will this work with forums? if not will you make one that works?
|
Quote:
Check out post 73 :up: |
Quote:
|
how can i move it to other parts of the forum?
|
the first random member has no link to their profile?
|
All times are GMT. The time now is 04:34 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|