[Radiant] Re: Re: Multiple Sites with seperate users

2009-02-16 Thread Bartee Lamar
Mr Magpie wrote:
>> Could you keep us posted on this forum.
>> 
>> I really would like to have this.  I have installed 0.7.0
>> 
>> I am going to hold off using this until I can get multi-sites and users.
>> 
>> thanks
> 
> Hey, I wouldn't want anyone to be holding their breath for me to do 
> this.
> I haven't even looked at the Radiant code base, and I'm quite pushed to 
> do anything non-essential at present. I could get by with one Radiant 
> install per customer for some time. I've got hungry mouths to feed. 
> Sorry if I gave the wrong impression.

Magpie,

No wrong impressions.. just hope.

I absolutely understand the "shoes for Baby" problem.

So I too will be using individual installs.

Thanks for you input and good luck on feeding the kiddies...

...bartee...
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Re: Comments order asc or desc

2009-02-15 Thread Bartee Lamar
Steven Southard wrote:
> Has anyone added the option to comments:each for order?  I've got
> comments working great so I thought they would also do a fine job of
> testimonials but the order needs to be reversed.  Ordering comments by
> index or date would be very useful.  Can anyone think of a way to do
> this with the available tags or does that option need to be added to
> comment_tags.rb?
> 
> Steven

You might want to post this as a new topic..

I do not think anyone will see your question here.
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Re: Re: Multiple Sites with seperate users

2009-02-15 Thread Bartee Lamar
Michael Kessler wrote:
> Nick Plate has done user scoping for the multi_site extension: 
> http://github.com/zapnap/radiant-multi-site-extension/commit/46a035d00126be51a49f431e4838f3968d156486
> but unfortunately he did it just before josh french converted the
> official tests to specs. So you have either the official multi_site
> with specs and no user scoping, or the user scoped multi_site with no
> specs. I planned to convert Nicks enhanced version with tests to
> specs, but I didn't found any free time until now.
> 
> Michael

Could you keep us posted on this forum.

I really would like to have this.  I have installed 0.7.0

I am going to hold off using this until I can get multi-sites and users.

thanks
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] blog tags ??

2009-02-14 Thread Bartee Lamar
I installed the tags extension.

However I do not see how I would add "tags" to a blog.

Also from the instructions

 Make a page to sit in /search/by-tag, and give it the "Tag Search"
pagetype.

is cryptic to me.  I do not understand what they are trying to say.

I would like to construct a side bar which would contain all of tags and
counts allowing the user to select a tag and see all of the posts that
have that tag assigned.
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Re: Multiple Sites with seperate users

2009-02-14 Thread Bartee Lamar
Mr Magpie wrote:
> Jeffrey Jones wrote:
>> There is an extension for the first part, running sites separately:
>> 
>> http://ext.radiantcms.org/extensions/3-multi-site
>> 
>> Not sure on its compatibility with radiant 0.7 nor running two separate
>> sites while sharing content.
> 
> Thanks for that. Does anyone know how seperate the sites are from each 
> other ?
> 
> Or is it mainly useful for a single user running multiple sites ?
> 
> Also, if I run each client as a seperate install of Radiant, would any 
> Ruby interpreter manage memory eficiently by only keeping one copy of 
> Rails and Radiant in memory ?
> 
> And how hard would it be for Radiant to support multiple independant 
> sites from a single install ?

I am trying to do the same thing.  I installed multi_site.  It does 
provide for multiple sites, but from what I can determine does not 
provide user scope.  That is each user is assigned to a site and the 
user can ONLY see their pages/snippets/layouts.  So without that it 
really does not do me any good to have all of my clients using one 
radiant code base.
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Radiant 0.7.0 HostingRails.com - install problems solved

2009-02-14 Thread Bartee Lamar
ok...

I got 0.7.0 installed at HostingRails.com as hosted account.

They had to:

Add gem rspec
Add gem cucumber
update hoe to the version required.

Then I was able to get

rake production db:bootstrap

to run...

Thanks Kumar for excellent support on Saturday..

Now all I have to do is get a site completed...
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Re: no such file to load -- spec/rake/spectask- DISREGARD !!

2009-02-14 Thread Bartee Lamar
Read then instructions next time !

Sorry to bother.
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] no such file to load -- spec/rake/spectask

2009-02-14 Thread Bartee Lamar
Trying to install 0.7.0

New install on HostingRails.com  ( I had 0.6.9 running )

Rails is 2.2.2

Set up database.  Updated database.yml.

ran

rake production db:bootstrap

Got the error:   no such file to load -- spec/rake/spectask

gem list --local

rspec is not listed.  Do I need the testing function in a production
environment ?
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Paperclipped rake error...

2009-02-03 Thread Bartee Lamar
getting error from rake command..

I think I need rails paginate, but not sure...??

Partial trace below.


bar...@bartee-linux:~/railsprojects/myradiant$ rake development
db:migrate:extensions
(in /home/bartee/railsprojects/myradiant)
rake aborted!
undefined method `has_attachment' for #

(See full trace by running task with --trace)
bar...@bartee-linux:~/railsprojects/myradiant$ rake development
db:migrate:extensions --trace
(in /home/bartee/railsprojects/myradiant)
** Invoke development (first_time)
** Execute development
** Invoke environment (first_time)
** Execute environment
rake aborted!
undefined method `has_attachment' for #
/usr/lib/ruby/gems/1.8/gems/radiant-0.6.9/vendor/rails/activerecord/lib/active_record/base.rb:1532:in
`method_missing_without_paginate'
/home/bartee/railsprojects/myradiant/vendor/extensions/paperclipped/vendor/plugins/will_paginate/lib/will_paginate/finder.rb:164:in
`method_missing'
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] render json data into HTML Header

2009-01-02 Thread Bartee Lamar
I am writing an extension.  I have a couple of approaches.

I would like to like json data, into the HTML  section.

Is there any what do that from an extension ?
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] rendering converting characters ... Bad Results.

2009-01-02 Thread Bartee Lamar
I am writing an extension to output images.

I have an array of hashes.  Each has has a comment and image keys.

Example of 3rd entry in array

 {"comments"=>"Great pictures for a little Cannon A540 6 megapixel
camera.",
"img"=>"http://lh3.ggpht.com/_oHfKrHmaVuo/SMKpno_-V7I/Cpg/AcrME-p7_kg/IMG_2740.jpg"}

When I output this using this code:

%{}

I get this in the browser html ( see clipped below ) ... THE PROBLEM is
in the 3rd img tag

NOTICE the  that was introduced and the last single quote and
greater-than are converted to html escaped characters

  I have tried bunches of thing, nothing gets rid of this.

The images are not displaying


--- clipped -

  

  

  http://lh3.ggpht.com/_oHfKrHmaVuo/SMKppaILKMI/Cpo/_NuieyEu3nA/IMG_2741.jpg'>

  


- end clip ---
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Re: 1st Extension - Class Call from module newext_tags.rb

2008-12-29 Thread Bartee Lamar

Manuel

Excellent!!!  That worked.

Thanks... I am obviously new to ruby/rails etc..

My first name is Bartee.

Now on to the next step, I am sure I will have more questions.


...bartee...



-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] 1st Extension - Class Call from module newext_tags.rb

2008-12-28 Thread Bartee Lamar
I am writing my 1st extension.. also new to rails and ruby.. oh why
not...

In the newext_tags.rb module I am trying to call a method from a
newext.rb Class Newext

The method cannot be found.

If I move the Class definition at then end of the module NewextTags it
works.

I am using the rake command:

rake radiant:extensions:newext:update  after each update to the code

Also restarting the web server each time.
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Re: TinyMCE ? FCKeditor ? .... what's UP ???

2008-09-03 Thread Bartee Lamar
Casper,

Again thanks for the excellent post.

It worked.. except there is an error in the 1st svn request.  It is 
noted on the "issues" page.

It should be this

Correct svn  command tu put the javascript/extensions/tinymce folder is:

svn checkout http://radiant-tinymce-
extension.googlecode.com/svn/trunk/javascript/extensions/tiny_mce
public/javascripts/extensions/tiny_mce



But, I now have TinyMCE on my pages.

I will create another thread for some other questions.

Now that I have seen this, I really prefer it to FCKeditor which I am 
using on some old sites I did in ColdFusion.



-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Installing Extensions: HostingRails.com

2008-09-01 Thread Bartee Lamar
I am very new, but I am having fun and learning everyday.

mysaw.com is up !!! I actually go this running on hostingrails.com
without any help.  I KNOW I have a lot of work to do, but it's start and
it's real.  BTW, this is my hobby site. My hobby is woodworking !!! If
you are interested here is the shop
http://picasaweb.google.com/bartee/ShopJuly2008

So I started looking at extensions and found a post about paperclipped.

The instructions for paperclipped are:

To install it, just run rake radiant:extensions:migrate, then run rake
radiant:extensions:paperclipped:update to install the javascripts,
images and css.

What I got from hostingRails.com is this:

[EMAIL PROTECTED] [~/radiant]$ rake radiant:extensions:migrate
(in /home/enterpr/radiant)
rake aborted!
Don't know how to build task 'radiant:extensions:migrate'

(See full trace by running task with --trace)
[EMAIL PROTECTED] [~/radiant]$ rake radiant:extensions:paperclipped:update
(in /home/enterpr/radiant)
rake aborted!
Don't know how to build task 'radiant:extensions:paperclipped:update'

Any help will be appreciated.

paperclipped sounds very exciting...

...bartee...
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Re: selecting current page in menu

2008-08-30 Thread Bartee Lamar
Sean,

Thanks...

I just pasted your code into my header and poof... it worked.

I am starting to get it 

I am a 40 year programmer, but realize the power of things like Radiant 
CMS.

I have a lot to learn,  but I am SOLD on Radiant...

Good community 

I will let y'all know when I get my 1st site up.  It's my woodworking 
hobby site, but it will teach me a whole lot and then maybe I can sell a 
site !!!



-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] selecting current page in menu

2008-08-29 Thread Bartee Lamar
I have this as my menu.

I need to identify which is the current page so I can set the
class="here"

How can I do that ?


   Home
  Shop
  Projects
  Gallery
  About Me
  Contact
Us

-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Re: TinyMCE ? FCKeditor ? .... what's UP ???

2008-08-29 Thread Bartee Lamar
Casper,

Thanks for excellent post.

I was leaning towards TinyMCE since my experience with FCK has been 
difficult at best.

I will grab your setting and give it a try this weekend.

...bartee...

-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Re: TinyMCE ? FCKeditor ? .... what's UP ???

2008-08-28 Thread Bartee Lamar
Well, I guess that's a mixed review

I have experience with FCK in coldfusion and it IS NOT trivial to get 
working.  Lots of challenges with sub-directories and location revalent 
to the site structure.

So I will keep all posted as to my travels..

I have yet to get a blog up, because I am being hard-headed and want to 
get simpleblog up since it is Rails.

But I think for me to be satisfied I will have to get one of them 
working.

I have been VERY impressed with Radiant.  It has worked my ubuntu setup 
with NetBeans ide since the 1st try.


-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] TinyMCE ? FCKeditor ? .... what's UP ???

2008-08-28 Thread Bartee Lamar
I am new.

Getting my 1st application running on my machine. Going pretty well.

So I at WYSIWYG !!!

So what is the state of TinyMCE and/or FCKeditor in Radiant??
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant