Support Forum
I want the recent forums plugin to look like the one on the homepage footer how would I do that with the avatar on the left side. the buddypress link to profile is not letting the widget to appear aswell here is my page: http://www.somosguatemala.com the widget is on the right sidebar. It reads Reciente Temas: Foros
homepage footer? you can style the recent posts tag/widget to look like you want... also you can add/remove stuff (user, avatar, names, etc) to customize the appearance...
see: http://codex.simple-press.com/.....ent-posts/
sorry, not understanding your buddypress issue.. can you elaborate please?
Visit Cruise Talk Central and Mr Papa's World
to generate it, we use:
sp_RecentPostsTag('listTags=0&itemOrder=ADUTF&beforeTopic&beforeForum=In &beforeUser= By:&afterUser=<br />&limit=5&beforeDate=&afterDate=&avatarSize=35&truncate=44');
some styling added to your wp theme...
#spRecentPostsTag .spListItemTag {
padding-bottom: 5px;
}
.spListItemTag {
line-height: 1.3em;
padding: 3px 0 1px;
}
.widget-wrapper .spAvatar {
padding-bottom: 3px;
}
.widget-wrapper .spAvatar {
float: left;
}
.spListItemTag img {
margin: 0 10px 0 0;
vertical-align: middle;
}
.spTextTag {
text-transform: capitalize;
}
Visit Cruise Talk Central and Mr Papa's World
then convert the arguments to the template tag to the widget options.. there is a one to one match...
Visit Cruise Talk Central and Mr Papa's World
it follows your basic forum setting for this.. so on forum - profiles - profile options...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)