The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Changed navigations and this happend!
Hi Guys,
I was deleting unused Navigation tabs (Blogs and Articles) and deleting a couple sub tab links in Activity stream.. no big deal I thought. But now the avatars are all same sized (small) in Activity Stream. I changed nothing else. It used to display the right sized avatars in Activity Stream. So I googled and found a 75px limit in the Activity Stream css thread here and just removed "width = 75" as the author advised. They are still small. What did I do? How can I get the avatars in Activity Stream to be right size displayed like in postbits and everywhere else? Thanks so much! VBforumguy avshowroomsforums.com |
#2
|
||||
|
||||
Removing items in the Navigation Manager shouldn't affect that page at all. Besides, the avatars on that page are thumbnail avatars - not the full avatars. Those sizes are hardcoded at the top of the class_core.php file. If you change that, you would need to rebuild avatar thumbnail in Maintenance > General Update Tools
|
#3
|
|||
|
|||
Not true,
The avatars in the activity stream would render as full size prior to my Navbar changes. Also other similar 4.2 sites have issues with activity stream avatars... some are full size other are downsized... Other site: http://www.audioshark.org/activity.php What's up with this? I would like them to be full sized again. What style sheets and code control this? I have removed the width setting in the activitystream.css, no change... I have changed it to 100, again, no change when it renders the page: li.activitybit .avatar { float:{vb:stylevar left}; padding-{vb:stylevar right}:{vb:stylevar padding}; width: 100px; |
#4
|
||||
|
||||
Take a look at the page source on that site. The avatars are thumbnails:
HTML Code:
<div class="avatar"> <img src="image.php?u=6147&dateline=1439952382&type=thumb" alt="Double-D's Avatar" /> </div> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|