-
nit3watch posted on the forum topic Need Help Fixing Theme Alignment – Make My Theme BuddyPress Compatible in the group How-To and Troubleshooting: 15 years, 1 month ago
in style.css
line 378
change:width:960px; to the desired width.If you dont have firefox and firebug, GET IT! All you would have to do is right click the element and you can see what is applied to it.
-
nit3watch posted on the forum topic building a plugin – display a image in the group header in the group Creating & Extending: 15 years, 1 month ago
@r-a-y did you test it on your side? Not working for me. Think Iv’e got the “show card in group header” wrong.
More specific I think its $description .= ( on line 76 )
Im ganna try play around a bit and see if I can get it to show. -
nit3watch posted on the forum topic Facebook like for BuddyPress in the group How-To and Troubleshooting: 15 years, 1 month ago
@antonrsa ye ta, I forgot to close the frame >.<
If some ppl didn't know, you can change action=like to anything you want, so it could be action=recommend and so on.
-
nit3watch posted on the forum topic Facebook like for BuddyPress in the group How-To and Troubleshooting: 15 years, 1 month ago
@svenl77 You said your using it for groups, i tried but it breaks my theme? Did you have any problems? I take it you have it in the group header, think I could look at your code mebe?
Iv’e tried placing the iframe just about everywere..EDIT: was the unclosed iframe
-
nit3watch started the forum topic ETA – Group Maps (with Group Members) in the group gPress: 15 years, 1 month ago
Hi mark, I know you are very busy, giving us updates like every week 😀
Out of interest, when do you think you’ll be getting around to integrating group maps, or maybe a updated road map will help let your followers know.
Good luck
-
nit3watch posted on the forum topic Group avatar in activity stream in the group Creating & Extending: 15 years, 1 month ago
@antonrsa let me know if you come right with this and the steps you took please
-
nit3watch posted on the forum topic ETA Estimate? in the group BuddyPress Media: 15 years, 1 month ago
good to hear, gl
-
nit3watch joined the group BuddyPress Media 15 years, 1 month ago
-
nit3watch posted on the forum topic Create group button not showing? in the group How-To and Troubleshooting: 15 years, 1 month ago
Is this in your groups index file? http://pastebin.com/w2bKSa0Z
-
nit3watch posted an update 15 years, 1 month ago
@r-a-y I mentioned you in the topic but was after I edited the entire thing, think you could take a look?
https://buddypress.org/community/groups/creating-extending/forum/topic/building-plugin-save-image-link-to-db-to-be-called-in-group-header/ -
nit3watch posted on the forum topic building a plugin – display a image in the group header in the group Creating & Extending: 15 years, 1 month ago
bumping cause I changed the hole topic.
-
nit3watch posted on the forum topic if group meta = example, show this ? in the group Creating & Extending: 15 years, 1 month ago
Here’s the code for the form and saving the data, its rough as I uploaded it earlier today so havnt changed to to a radio group or anything yet but just so you can see what the table is called and stuff..
-
nit3watch started the forum topic if group meta = example, show this ? in the group Creating & Extending: 15 years, 1 month ago
Im trying to build a plugin that displays a picture/s in a group header depending on the option selected on group creating, saved in group meta. What I have so far is selecting a radio group, say 2 options: Option ‘one’ displays image ‘1.png’ Option ‘two’ displays images ‘1.png’ and image ‘2.png’ so ‘one’ or […]
-
nit3watch posted on the forum topic How to change themes? in the group How-To and Troubleshooting: 15 years, 1 month ago
get firefox, install firebug then right click on what ever you want in your theme and it will tell you what css rules apply to it or like the image’s location.
-
nit3watch started the forum topic building a plugin – display a image in the group header in the group Creating & Extending: 15 years, 1 month ago
K well Iv’e hit a wall and I cant get anywhere now. I got it to save the value to the database, it then checks which value is in the db ( dont know if Ive done it right? ) and should return the specified image. Im still new to php so help would really […]
-
nit3watch started the forum topic indevidual sidebar’s – plugin’s calling diff in the group BuddyPress Group Email Subscription: 15 years, 1 month ago
*Edit: soz I posted in the wrong place ( this isnt group email sub related ).. Had another window open, bleh. Could a mod please move it Its a bit hard to try explain this but Ill have a go.. Ive created seperate sidebars for like ‘groups index’ and ‘groups single’ and/or members index and […]
-
nit3watch joined the group BuddyPress Group Email Subscription 15 years, 1 month ago
-
nit3watch posted on the forum topic Blogs loop – group avatar in the group Creating & Extending: 15 years, 1 month ago
@boonebgorges Though couldn’t I call the avatar ( group avatar ) that the member/blog’s author is a admin of?
-
nit3watch started the forum topic Blogs loop – group avatar in the group Creating & Extending: 15 years, 1 month ago
How would I get the assosiated group avatar to display rather/in-place of the blogs author to display? Ive tried adding bp_group_avatar but the avatars dont display.. Im using the group blog plugin, and only groups are able to create blogs. Here’s the section from the blogs loop: http://pastebin.com/emLyCxiG ps: forgot to mention that members can […]
-
nit3watch started the forum topic breaking theme – small fix for when you update the plugin in the group CubePoints Buddypress Integration: 15 years, 1 month ago
When in a members profile, the table “table.bpPoints” was breaking my theme. Added a float left, might be only my theme but don’t think it will hurt other themes and would solve any issues if any1 else’s theme is similar to mine.
‘table.bpPoints {
float:left;
width: 100%;
}’ - Load More
@nit3watch
Active 2 years, 9 months ago