Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Two new Habari powered sites
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Dave Perry  
View profile  
 More options Jan 3, 7:31 pm
From: Dave Perry <d...@giantscreamingrobotmonkeys.com>
Date: Tue, 3 Jan 2012 16:31:09 -0800 (PST)
Local: Tues, Jan 3 2012 7:31 pm
Subject: Two new Habari powered sites
Up and running on Habari 8.0 using multi-site installation.

http://giantscreamingrobotmonkeys.com

and

http://monkeyjam.org

cheers,
Dave


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael C. Harris  
View profile  
 More options Jan 3, 8:31 pm
From: "Michael C. Harris" <mich...@twofishcreative.com>
Date: Wed, 4 Jan 2012 12:31:08 +1100
Local: Tues, Jan 3 2012 8:31 pm
Subject: Re: [habari-users] Two new Habari powered sites

On Wednesday, 4 January 2012, Dave Perry <

d...@giantscreamingrobotmonkeys.com> wrote:
> Up and running on Habari 8.0 using multi-site installation.

> http://giantscreamingrobotmonkeys.com

> and

> http://monkeyjam.org

> cheers,
> Dave

Nice work! Did you have any issues with multisite setup or its
documentation?

--
Michael C. Harris
http://twofishcreative.com/michael/blog
IRC: michaeltwofish #habari


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rick c  
View profile  
 More options Jan 4, 1:31 pm
From: rick c <rickcock...@gmail.com>
Date: Wed, 4 Jan 2012 10:31:13 -0800 (PST)
Local: Wed, Jan 4 2012 1:31 pm
Subject: Re: Two new Habari powered sites
NIce themes!

Rick

On Jan 3, 7:31 pm, Dave Perry <d...@giantscreamingrobotmonkeys.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Perry  
View profile  
 More options Jan 4, 2:15 pm
From: Dave Perry <d...@giantscreamingrobotmonkeys.com>
Date: Wed, 4 Jan 2012 11:15:43 -0800 (PST)
Local: Wed, Jan 4 2012 2:15 pm
Subject: Re: Two new Habari powered sites

Thanks guys. Michael, multi-site was pretty smooth. I'm on a vps with
cpanel. Just set up the directory under user/sites and created an add-
on domain in cpanel and pointed it to the root (public_html).

Just a couple of things that came up:
1. if you name your secondary site directory in the 'sites' folder
something like 'www.monkeyjam.org' then a url request for
'monkeyjam.org' does not resolve as you might expect it to. It goes to
the main site. So if you want 'www.monkeyjam.org' and 'monkeyjam.org'
to resolve to the same secondary site then you need to name your multi-
site folder 'monkeyjam.org'.

2. Need to watch your plugins. Not all will work correctly with a
secondary site when installed in the user/plugins folder. You may need
to install in the secondary site 'plugins' folder also. Note when
doing this, you need  to deactivate the plugin for the secondary site
first before copying the plugin. If the plugin is left active, once
you copy the plugin to the secondary site's plugin folder you get an
error when trying to activate or deactivate the plugin on the
secondary site. Then you need to delete the copied plugin, deactivate
it, copy it again and then activate it. Makes total sense why this
happens but it's easy to forget to deactivate the non-working plugin
first before copying so I'd imagine that this would crop up fairly
often.

ps Didn't say this before but I loooooove Habari.
pps Want more hooks in Habarisilo. Had to add a couple so that I could
modify it with a plugin.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "HabariSilo was: Two new Habari powered sites" by Owen Winkler
Owen Winkler  
View profile  
 More options Jan 4, 3:33 pm
From: Owen Winkler <epit...@gmail.com>
Date: Wed, 04 Jan 2012 15:33:08 -0500
Local: Wed, Jan 4 2012 3:33 pm
Subject: Re: [habari-users] HabariSilo was: Two new Habari powered sites
On 1/4/2012 2:15 PM, Dave Perry wrote:

> Want more hooks in Habarisilo. Had to add a couple so that I could
> modify it with a plugin.

What hooks did you add?  (do you have a pull request?)

HabariSilo was meant only as a simple silo for file access.  A more
complicated one was never written, though.  I wonder if your additions
might lead to some more detailed inspection of the silo system,
especially for creating something like a AWS S3 silo.

Owen


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave Perry  
View profile  
 More options Jan 4, 3:54 pm
From: Dave Perry <d...@giantscreamingrobotmonkeys.com>
Date: Wed, 4 Jan 2012 12:54:02 -0800 (PST)
Local: Wed, Jan 4 2012 3:54 pm
Subject: Re: HabariSilo was: Two new Habari powered sites

On Jan 4, 12:33 pm, Owen Winkler <epit...@gmail.com> wrote:

> What hooks did you add?  (do you have a pull request?)

I wanted more options for storing and inserting images into posts and
wanted to make a plugin to do that..

in habarisilo.plugin.php I added:

in function silo_get
    <code>$props = Plugins::filter('habarisilo_media_props',$props);</
code>
right before
   <code> $asset = new MediaAsset( self::SILO_NAME . '/' . $path,
false, $props );</code>

so that I could add some javascript accessible props to work with js
code added to the admin stack by the plugin. Basically creates
additional "code insert" options for the media assets in the silo
display.

in function silo_put
   <code>Plugins::act('habarisilo_upload_after',$this,$file);</code>
right after
  <code> $this->create_thumbnail( $file );</code>

so that the plugin could be configured to store thumbnails of specific
sizes and image types in addition to the default habarisilo
thumbnails.

Thanks for letting plugins in user/plugins override those in the
system folder.

Dave


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Two new Habari powered sites" by Colin
Colin  
View profile  
 More options Jan 5, 2:13 am
From: Colin <lild...@gmail.com>
Date: Thu, 5 Jan 2012 07:13:19 +0000
Local: Thurs, Jan 5 2012 2:13 am
Subject: Re: [habari-users] Re: Two new Habari powered sites

Added more hooks to the Silo? Please share your changes and other suggested
hooks (you can do this here or via github) and we can see about getting
them added to the plugin.
On Jan 4, 2012 7:15 PM, "Dave Perry" <d...@giantscreamingrobotmonkeys.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Colin  
View profile  
 More options Jan 5, 2:17 am
From: Colin <lild...@gmail.com>
Date: Thu, 5 Jan 2012 07:17:45 +0000
Local: Thurs, Jan 5 2012 2:17 am
Subject: Re: [habari-users] Re: Two new Habari powered sites

Ignore me, just seen Own asked the same thing in another thread.
On Jan 5, 2012 7:13 AM, "Colin" <lild...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »