Does it works with Buddypress??

19 views
Skip to first unread message

Jorge Nava (Sargeº)

unread,
Jul 19, 2011, 5:42:02 PM7/19/11
to gantry-framework-f...@googlegroups.com
Simple question, but i'm really interested in it..hope it works..thanks..

Jakub - RocketTheme.com

unread,
Jul 22, 2011, 10:04:31 AM7/22/11
to gantry-framework-f...@googlegroups.com
Hi,

Not yet, but I'll be looking in to that in the near future :)

Thanks,
Jakub

On 19 lip 2011, at 23:42, Jorge Nava (Sargeº) wrote:

Simple question, but i'm really interested in it..hope it works..thanks..

--
You received this message because you are subscribed to the Google
Groups "Gantry Framework for WordPress Users" group.
To post to this group, send email to
gantry-framework-f...@googlegroups.com
To unsubscribe from this group, send email to
gantry-framework-for-wor...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/gantry-framework-for-wordpress-users?hl=en
 
Gantry Framework Homepage: http://www.gantry-framework.org

Jorge Nava (Sargeº)

unread,
Jul 22, 2011, 11:56:17 AM7/22/11
to gantry-framework-f...@googlegroups.com
Uff..and what happens if i use it for buddypress? cause i already have it functioning with another theme, but i loved Gantry..so, how long do u think will it take to have it working for buddypress?? thanx for answering by the way and congrats..i've not found something so flexible as gantry.. :)

Jakub - RocketTheme.com

unread,
Jul 22, 2011, 12:50:45 PM7/22/11
to gantry-framework-f...@googlegroups.com
Thanks for all kind words ;)  What will happen - probably nothing ;) Nothing should be broken too. I'll be working on that probably next month so hopefully soon ;)

Thanks,
Jakub

On 22 lip 2011, at 17:56, Jorge Nava (Sargeº) wrote:

Uff..and what happens if i use it for buddypress? cause i already have it functioning with another theme, but i loved Gantry..so, how long do u think will it take to have it working for buddypress?? thanx for answering by the way and congrats..i've not found something so flexible as gantry.. :)

Tod King

unread,
Jul 22, 2011, 1:03:42 PM7/22/11
to gantry-framework-f...@googlegroups.com
I have it running on a gantry theme. the css needs to be addressed, the "BuddyPress Template Pack" plugin helps with getting you going.

Jorge Nava (Sargeº)

unread,
Jul 22, 2011, 4:49:13 PM7/22/11
to gantry-framework-f...@googlegroups.com
YEAH!! well...hope it's done as soon as posible..it would be just GREAT for the project i'm working on, and meanwhile i'll get used to use the gantry framework :D thanx a lot for the tip but for the moment i've just disable buddypress...and when it's ready i'll use it again...YOU CAN DO IT!! jeje..

Tod King

unread,
Jul 24, 2011, 3:36:09 PM7/24/11
to gantry-framework-f...@googlegroups.com
So I have question about the way the framework works. I have been tinkering around trying to get BuddyPress to work. you can install the buddypress theme pack and it will install the files needed into the template. but there is some modification needed. at step two it says ->

  1. Open the main file. Typically it is index.php or single.php or page.php. Default BuddyPress markup in that file would look like this:
    
    [HEADER]
    <div id="container">
    	<div id="content">
    		[PAGE CONTENT]
    	</div>
    
    	<div id="sidebar">
    		[SIDEBAR CONTENT]
    	</div>
    </div>
    [FOOTER]
    				
  2. This will have to be changed appropriately for Suffusion:
    
    [HEADER]
    <div id="main-col">
    	<div id="content">
    		<div <?php suffusion_bp_content_class(); ?> >
    			[PAGE CONTENT]
    		</div>
    	</div>
    </div>
    [FOOTER]
    				
    Note that you shouldn't include the sidebar code – Suffusion's functions take care of that.

the problem is that once installed it only shows 3 parts of the page head, main: (activity, members, forum, groups) and the footer.


So my question is how would I get the rest of the widget areas to render? I know this is out of the norm.

Interestingly enough, there is a theme "suffusion" and the guy made a modified buddypess theme pack specifically for his theme, I tried it to then compare the files to find the differences while it did make a few things clearer it did not answer my questions.



sure wish gantry had a buddypress theme pack.



the files mention are attached.






On 7/22/2011 3:49 PM, Jorge Nava (Sargeº) wrote:
YEAH!! well...hope it's done as soon as posible..it would be just GREAT for the project i'm working on, and meanwhile i'll get used to use the gantry framework :D thanx a lot for the tip but for the moment i've just disable buddypress...and when it's ready i'll use it again...YOU CAN DO IT!! jeje.. --
bp-template-pack.1.1.3.zip
suffusion.3.8.2.zip
suffusion-buddypress-pack.1.02.zip

Jakub - RocketTheme.com

unread,
Jul 25, 2011, 11:54:04 AM7/25/11
to gantry-framework-f...@googlegroups.com
Hi,

That's why I mentioned it's not compatible currently - the pages will display but without widget positions etc. We'll be working on that.

Thanks,
Jakub

<bp-template-pack.1.1.3.zip><suffusion.3.8.2.zip><suffusion-buddypress-pack.1.02.zip>

Tod King

unread,
Jul 25, 2011, 11:58:24 AM7/25/11
to gantry-framework-f...@googlegroups.com
Thanks!!



On 7/25/2011 10:54 AM, Jakub - RocketTheme.com wrote:
Hi,

That's why I mentioned it's not compatible currently - the pages will display but without widget positions etc. We'll be working on that.

Thanks,
Jakub
On 24 lip 2011, at 21:36, Tod King wrote:

So I have question about the way the framework works. I have been tinkering around trying to get BuddyPress to work. you can install the buddypress theme pack and it will install the files needed into the template. but there is some modification needed. at step two it says ->

  1. Open the main file. Typically it is�index.php�or�single.php�or�page.php. Default BuddyPress markup in that file would look like this:
  1. 
    [HEADER]
    <div id="container">
    	<div id="content">
    		[PAGE CONTENT]
    	</div>
    
    	<div id="sidebar">
    		[SIDEBAR CONTENT]
    	</div>
    </div>
    [FOOTER]
    				
  1. This will have to be changed appropriately for Suffusion:
    
    [HEADER]
    <div id="main-col">
    	<div id="content">
    		<div <?php suffusion_bp_content_class(); ?> >
    			[PAGE CONTENT]
    		</div>
    	</div>
    </div>
    [FOOTER]
    				
  1. Note that you shouldn't include the sidebar code � Suffusion's functions take care of that.

the problem is that once installed it only shows 3 parts of the page head, main: (activity, members, forum, groups) and the footer.


So my question is how would I get the rest of the widget areas to render? I know this is out of the norm.

Interestingly enough, there is a theme "suffusion" and the guy made a modified buddypess theme pack specifically for his theme, I tried it to then compare the files to find the differences while it did make a few things clearer it did not answer my questions.



sure wish gantry had a buddypress theme pack.



the files mention are attached.






On 7/22/2011 3:49 PM, Jorge Nava (Sarge�) wrote:
YEAH!! well...hope it's done as soon as posible..it would be just GREAT for the project i'm working on, and meanwhile i'll get used to use the gantry framework :D thanx a lot for the tip but for the moment i've just disable buddypress...and when it's ready i'll use it again...YOU CAN DO IT!! jeje.. --
You received this message because you are subscribed to the Google
Groups "Gantry Framework for WordPress Users" group.
To post to this group, send email to
gantry-framework-f...@googlegroups.com
To unsubscribe from this group, send email to
gantry-framework-for-wor...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/gantry-framework-for-wordpress-users?hl=en
�

Gantry Framework Homepage: http://www.gantry-framework.org

--
You received this message because you are subscribed to the Google
Groups "Gantry Framework for WordPress Users" group.
To post to this group, send email to
gantry-framework-f...@googlegroups.com
To unsubscribe from this group, send email to
gantry-framework-for-wor...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/gantry-framework-for-wordpress-users?hl=en
�

Gantry Framework Homepage: http://www.gantry-framework.org
<bp-template-pack.1.1.3.zip><suffusion.3.8.2.zip><suffusion-buddypress-pack.1.02.zip>
--
You received this message because you are subscribed to the Google
Groups "Gantry Framework for WordPress Users" group.
To post to this group, send email to
gantry-framework-f...@googlegroups.com
To unsubscribe from this group, send email to
gantry-framework-for-wor...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/gantry-framework-for-wordpress-users?hl=en
�
Reply all
Reply to author
Forward
0 new messages