-
nit3watch posted on the forum topic Styling widgets! in the group How-To and Troubleshooting: 14 years, 1 month ago
You should be able to edit your sidebar.php in your child theme and change the ‘standard divs’ to your custom divs/css. Had a look at some of the theme’s im using and really cant give you an example as it wouldn’t make sense. Also try looking in your functions.php as you could also play around […]
-
nit3watch posted on the forum topic I did something very stupid in the group How-To and Troubleshooting: 14 years, 1 month ago
Do you have firefox > firebug ? If not get firefox and install the firebug app. Then all you do is right click on the element you would like to change and select ‘inspect element’. It will show you in which file its located and the line. You might also have to try !important ( […]
-
nit3watch posted on the forum topic Looking for Developers – bigger Project in the group BP Jobs Board: 14 years, 2 months ago
I would vote for gPress ( @msmalley https://buddypress.org/community/groups/gpress/ ), BuddyPress Album+ ( @foxly https://buddypress.org/community/groups/bp-album/ ) and @Dwenaus plug-in above as they will be providing much needed basic, yet invaluable group functionality, ‘groups’ being the reason for buddypress’s success I would say.
-
nit3watch joined the group BP Jobs Board 14 years, 2 months ago
-
nit3watch posted on the forum topic what search does buddypress use??? in the group Installing BuddyPress: 14 years, 2 months ago
-
nit3watch posted a new activity comment 14 years, 2 months ago
lol mark no need to apologize, you are doing us all a huge favor 😛 I just like to know so I can plan on my side.
Good luck and may the force be with you!
-
nit3watch posted an update 14 years, 2 months ago
@msmalley hey mark, just checking you still alive over there 😛 Haven’t seen any updates in a while. I know you have a day job, family and are working on gpress in your spare time, just that group places/maps are a invaluable to a site im working on and will patiently wait but just want a heads up if the project/plug-in is going to be abandoned.…[Read more]
-
nit3watch posted on the forum topic Please how-to change the colour #1fb3dd in links in the group How-To and Troubleshooting: 14 years, 2 months ago
in default.css, line 34
Change it to the colour you want.
You must get firefox and install the firebug extension. Then all you do is right click on the element, and “inspect element” you would like to change and can then see where it is located.
-
nit3watch posted a new activity comment 14 years, 2 months ago
@hnla I played around a bit but couldn’t come right ( couldn’t get it to save the group id ) . I am still inexperience on the dev side and the wp $id was confusing cause Iv’e only really played around with buddypress group plug-ins.. but looking at the plug-in code, it should be simply saving the group id instead of the post I’d and adding the…[Read more]
-
nit3watch posted an update 14 years, 2 months ago
@dwenaus Hey, I recall you mentioning you have played around with the group events plugin..
you haven’t by any chance added the ability to add images to events? -
nit3watch posted on the forum topic Need help to find a Tagging plugin? in the group Creating & Extending: 14 years, 2 months ago
Haven’t used it though it looks like you must go into wp-admin > pages > ad new page and title it: activity-tags
Then place the short code in the body of the post were you would normally write stuff and click publish page.
Hope that you come right
-
nit3watch posted on the forum topic Need help to find a Tagging plugin? in the group Creating & Extending: 14 years, 2 months ago
Did you follow the installation correctly? Installation Installation is easy: 1. Upload bp-activity-tags folder to the wp-content/plugins directory in your installation. 2. Activate the plugin in your Administration Panel. 3. Create a new page in your blog with default activity tags URI: activity-tags. 4. Place in the post content area. 5.…[Read more]
-
nit3watch posted an update 14 years, 2 months ago
@hnla quick question – wordpress plug-in ported for buddypress?
hnla, sorry to ask directly but forum responses take too long for simple things.. Im trying to get a wordpress plug-in to save the group id instead of the posts id using ID={$bp->groups->current_group->id} as aposed to the origional code: WHERE ID={$id} wordpress $id is the post id…[Read more]
-
apologies, didn’t see this, so direct mentions not always quicker, forums should gain wider audience.
what you have looks right can you var_dump that id, is it returning a value?, is $bp being called as a global if in a function? hard to say further without having the actual plugin.-
@hnla I played around a bit but couldn’t come right ( couldn’t get it to save the group id ) . I am still inexperience on the dev side and the wp $id was confusing cause Iv’e only really played around with buddypress group plug-ins.. but looking at the plug-in code, it should be simply saving the group id instead of the post I’d and adding the…[Read more]
-
-
-
nit3watch started the forum topic 5 Star Rating – help port to buddypress for groups in the group Creating & Extending: 14 years, 2 months ago
Iv’e been looking at star rating plug-ins and think this is a nice simple one. https://wordpress.org/extend/plugins/five-star-rating/ Basically what is does is saves the posts ID to the db along with the number of votes and user cookies ( cant vote more than once untill cookie has expired ). Thinking about the process, this should be […]
-
nit3watch started the forum topic Retrieve group data when editing in group admin? in the group Creating & Extending: 14 years, 2 months ago
Ive build a few plug-in for additional group ‘info’, though I haven’t been able to retrieve the existing data ( as with the build in ‘group name’ and group desc’ ) when editing the group details in the group admin panel. Could some one give me some info on how this is done please? Ive […]
-
nit3watch posted on the forum topic Can You Please Help Me Solve This Simple Yet Complicated Problem of Mine? in the group How-To and Troubleshooting: 14 years, 2 months ago
border-bottom:0 !important;
try that?
-
nit3watch posted on the forum topic BuddyPress Share It button live in the group Third Party Components & Plugins: 14 years, 2 months ago
Edit: soz I came right. This time it was a js error, had to rename them too.. Overlooked it : < @modemlooper Im having trouble trying to style the share it button, say I create a new rule for div class=”bp-share-it-button-group generic-button ” and rename the div according to the new rule/styling I’ve created. The shareit button […]
-
nit3watch posted on the forum topic Plugin Idea: BP Group Pages – please give feedback and support in the group Creating & Extending: 14 years, 2 months ago
Im currently using the group wiki plug-in for an alternative use, though I do occasionally get errors with it as you have mentioned. Can’t donate much but would gladly beta test and give feedback. so +1 Things I think that would be beneficial: Exclude Page Creation from the group creation – It would normally be a […]
-
nit3watch started the forum topic BP – Google Custom Search in the group Miscellaneous: 14 years, 2 months ago
I was reading though @whyisjake post on incorporating Google Custom Search ( https://buddypress.org/2009/04/google-custom-search-for-buddypress-wpmu/ ) thinking it would be perfect for what I’m trying to achieve with my search results. Then right at the end of the post Jake Spurlock writes, ” Still, groups and member pages are architected in such a…[Read more]
-
nit3watch posted on the forum topic BuddyPress Share It button live in the group Third Party Components & Plugins: 14 years, 2 months ago
thank modemlooper, didn’t know about that. works..
- Load More
@nit3watch
Active 1 year, 11 months ago