Forum Replies Created
-
Mystery why this hasnt been implemented as core feature in BP or developed as plugin, since using the post thumbnail is such an logic thing to do when displaying sitedwide blog posts in main site.
In reply to: Remove HOME from head/titleThx ^^
ETA on 1.3?
In reply to: wysiwyg editor for group and user activity blogs?Bump
In reply to: When i de-activate buddypress – site crashes??I did a unified search hack … reckon thats what caused it to crash on deactivating.
bizare, cant post code
Like so:
<li class="" id="activity-">
<a href="">In reply to: filter sitewide activity stream by specific groupSo the function in place .. how do you call it?
Bump
In reply to: Need a video plugin, for video communityBP album is upload .. im thinking more in the line of a complex video-embed setup.
In reply to: Display new blogs only from a specific groupBump ^^
In reply to: Is there a plugin for sitewide comments?Does it work with WP3?
In reply to: Marketplace plugin for WP3 & Buddypress 1.2Tried this one, seems to work ok.
https://wordpress.org/extend/plugins/another-wordpress-classifieds-plugin/installation/In reply to: Marketplace plugin for WP3 & Buddypress 1.2Yeah, but dos it work on WP3 and BP 1.2? .. tried it ot, but it wont upload pictures, and display the classified once it has been created. Also guest cant see the classified, even though they are set to be able to.
In reply to: Activity stream blog post thumb nailsThe default size for activity stream thumbnails is 100px in height, and then the width is dynamic proportioned changed according to the image size of the picture your using for thumbnail. Either you have to define the image size/proportions when you initially upload a picture to the article (Do this via the “media” menu where you can define the different sizes for images to be generated when you upload them for an article. Or else you need to find a thumbnail app that will create thumbnails .. the build in feature will only scale not crop. Proportion is the issue .. keep the image ratio same on all pictures, if you wish to only use the build in image handler.
In reply to: Activity stream blog post thumb nailsExample: #imagelayer img {
In reply to: Activity stream blog post thumb nailsWith CSS …
Aply an “img” style to the div=”id” in wich the image is displayed. In the “img” class, you can define the size you wish the img to be displayed. The loop doesnt crop the image, it just scales it .. you can define the proportion and sizes in the CSSDid you find any solution?