-
nit3watch posted on the forum topic Quick Q – link to a website in the group Creating & Extending: 15 years, 1 month ago
To be a bit more clear, gwebsite_get_group_website() returns the ‘web site’ correctly as below:
Though using
$link = gwebsite_get_group_website();
when
$group_website = ' '.gwebsite_get_group_website().' ' ;
return $group_website;returns the url as http://localhost/wordpress/groups/example-group/www.example-group.com and not to…[Read more]
-
nit3watch posted on the forum topic Possible with groups? in the group How-To and Troubleshooting: 15 years, 1 month ago
what you could do is use the group blog plug-in, then the group’s associated blog would read as you want ( http://www.domain.com/pepsi ). Maybe have a link from the blog back to the group. One approach..
-
nit3watch started the forum topic Quick Q – link to a website in the group Creating & Extending: 15 years, 1 month ago
Build a plugin to allow groups to display and link back to their website, problem is I can only get it to direct to http://localhost/wordpress/groups/example-group/www.example-group.com and not to http://www.example-group.com . I’ve tried numerous approaches but cant come right? Should be simple but think I’m overlooking something silly.. show web…[Read more]
-
nit3watch posted on the forum topic image vs text placement in the group Creating & Extending: 15 years, 1 month ago
nvm, I found a better solution, calling them in bp_group_header_meta
-
nit3watch started the forum topic image vs text placement in the group Creating & Extending: 15 years, 1 month ago
I built a plugin to allow groups to select which credit cards they accept and display them in the group header, my problem is that when calling a image/s it bumps up above the group description, though using the exact same plugin, calling text it displays correctly. Here’s a example where the credit cards get […]
-
nit3watch posted on the forum topic wpmudev plugins just don't seem to work? in the group Third Party Components & Plugins: 15 years, 1 month ago
The thing I found most irritating with wpmudev is when you want to make a small change to one of their plugins, they mainly say, ” something to look into for the next up date..” which I guess is to keep you subscribed. I have discussed with ‘some guys’ on the bp forum about me […]
-
nit3watch posted on the forum topic Sticky how to's? in the group Requests & Feedback: 15 years, 1 month ago
cool beans, r-a-y. http://namoo.co.uk/groups/bpcodex-redesign/wiki/ looks like its got potential Looking over the site, I think a much needed thing is like ‘basic plugins’ that ppl can build off. Like the one’s @r-a-y has helped me out with. Having a base to work off, would have saved me a ton of time, though through trial and error […]
-
nit3watch started the forum topic Sticky how to's? in the group Requests & Feedback: 15 years, 1 month ago
Reading the forum just about every day, I see a lot of the same questions being asked, some also having been answered. Would take some strain off the forum mods and also ease the user into the bp environment if we could suggest a topic to be sticky’d..
-
nit3watch posted on the forum topic How do I add a sidebar to user profiles? in the group How-To and Troubleshooting: 15 years, 1 month ago
Hope this helps http://buddydress.com/2010/04/add-a-widget-anywhere-in-3-simple-steps/ You might also want to check out the “Buddypress Sidebar” plugin: Create multiple sidebars, just name your new sidebar the same name as the Buddypress Component and it will show up when that component is displayed. So you can have separate sidebars for…[Read more]
-
nit3watch posted on the forum topic Anyone got BuddyPress Maps working? in the group Creating & Extending: 15 years, 1 month ago
try out the gpress plug-in, even though its features are a bit advanced for this, they are all/mostly optional and does what you need.
-
nit3watch posted a new activity comment 15 years, 1 month ago
Iv’e been searching for awhile, subnavs seem to be sneaky. If I could just see where it calls the rss feed button I recon I could come right
-
nit3watch posted an update 15 years, 1 month ago
@hnla while your in the answering questions mode 😛 and I dont want to spam to bump the topic up.. this thread’s kinda dying, and idea how you would add things to the group subnav say,’
add_action(‘bp_group_subnav
‘Here’s the thread:
https://buddypress.org/community/groups/creating-extending/forum/topic/inside-group-subnav/ -
nit3watch posted on the forum topic Login widget like in this website? in the group Third Party Components & Plugins: 15 years, 1 month ago
I think its built into the sidebar in bp-default ( used it a while back ), have a look at sidebar.php. You can copy the code and add the login form to your own sidebar or anywhere else you would prefer..
-
nit3watch posted on the forum topic image link in a plugin folder – dev question in the group Creating & Extending: 15 years, 1 month ago
Bleh.. @r-a-y, soz about that. I did use the same as what you suggested in your above post. Was still giving the error till I created a new group, maybe I should have cleared cache and everything.. ( will def remember now 😛 )
Thank you though for all your help!
-
nit3watch posted an update 15 years, 1 month ago
@modemlooper drop me a email, nit3watch@gmail.com
Got some gnu theme’s that you might find usefull from a premeim site..
-
nit3watch posted on the forum topic inside group subnav ? in the group Creating & Extending: 15 years, 1 month ago
@modemlooper if you do find out how to add things to subnav please also post it here as when searching the site for say subnav we could atleast have a helpful result for other ppl and something to refer back to 😛
“Is this for tweeting a group home page?” Yes
-
nit3watch posted on the forum topic Login page gone, need help please in the group How-To and Troubleshooting: 15 years, 1 month ago
can’t you edit your header.php, adding the code, then upload the new/edited header.php file via ftp and then you should have a log-in form in your header, shouldn’t need to be logged into your wp..
-
nit3watch posted on the forum topic Login page gone, need help please in the group How-To and Troubleshooting: 15 years, 1 month ago
@biteweather maybe try add a login/log out some where in your theme like header to try log in?
-
nit3watch started the forum topic inside group subnav ? in the group Creating & Extending: 15 years, 1 month ago
Im trying to get a tweet button to be between the rss feed class and the activity-filter-select div, as in the image ( using add_action(‘bp_before_group_body’, ‘bp_tweet_button_activity_filter’); ) its inserting it above the subnav div, ( needs to be inside subnav.. ) but I can figure out how to get it into the subnav. Any suggestions?
[…]
- Load More
@nit3watch
Active 2 years, 9 months ago
🙂 no spamming allowed today, it’s a spam free day.
Have you checked out the ‘Group Extension API’ in the docs section on how to do this?
Iv’e been searching for awhile, subnavs seem to be sneaky. If I could just see where it calls the rss feed button I recon I could come right