-
graphility reviewed the plugin Group Documents: 14 years, 4 months ago
Really impressed by the capabilities and ease of use.
The only improvements I see so far are:
– a list of categories already in use by other groups, in order to maintain coherence through groups.
– somehow, I’m not able to upload a 17Mb document. Is there a limit on file size? If so, what is it?Regardless, thank you for the wonderful work!
-
graphility joined the group Group Documents 14 years, 4 months ago
-
graphility posted on the forum topic adding widgets to a custom page in the group Creating & Extending: 14 years, 6 months ago
wp-content/plugins/buddypress/bp-themes/bp-default/_inc/css/default.css
I’m running buddypress 1.2.3 on WordPress 2.9.2, and I’m pretty sure the install shouldn’t matter much… Keep looking.
-
graphility posted on the forum topic adding widgets to a custom page in the group Creating & Extending: 14 years, 6 months ago
okaaay… give me your mail address, I’ll send the snippet to you 😛
-
graphility posted on the forum topic adding widgets to a custom page in the group Creating & Extending: 14 years, 6 months ago
Damn, the code is being truncated…
Just leave header and footer calls, and in between:
-
graphility posted on the forum topic adding widgets to a custom page in the group Creating & Extending: 14 years, 6 months ago
Hello again, First off, I’m a total noob to buddypress development, but better at regular wordpress development. So, here’s how I proceded: 1- in functions.php, I added two widgets, like this: register_sidebars( 1, array( ‘name’ => ‘showcaseImage’, ‘before_widget’ => ‘ ‘, ‘after_widget’ => ‘ ‘, ‘before_title’ => ‘ ‘, ‘after_title’ => ‘ ‘ ) );…[Read more]
-
graphility posted on the forum topic adding widgets to a custom page in the group Creating & Extending: 14 years, 6 months ago
Hello there,
I saw your message, and I’ve been working on the very same thing this afternoon.
Are you looking to achieve something like this? http://graphility.com
My homepage is now custom, the image placeholder as well as the accompanying text are widgets.Let me know, perhaps I can help and we can collaborate further.
-
graphility joined the group Creating & Extending 14 years, 6 months ago
@graphility
Active 3 years, 3 months ago
Hi @graphility,
Thanks for all of the positive feedback. I like your list of sitewide categories idea, although I could see the list becoming VERY large VERY fast on big sites. I’d worry about the usability of such a long list. Hmmmm. How about using an autocomplete? When the user starts typing in the box, suggestions (categories from other…[Read more]