bugger posts

Feed 25 posts

help! using file_manager plugin to browse different folders

I don’t need a WYSISWG editor (I don’t like them).

All I want to do is to make a copy of the file_manager plugin and change the directory from /public to files. I tried this but it does not work out.

Can someone tell me which lines to edit/rename so that it works?

 

help! using file_manager plugin to browse different folders

I need help. I’m trying to modify the file manager plugin so that I can manage files except on a different directory (not the /public dir).

I played around with the naming of ome variables and change the dir setting inside the plugin, but when I test it in the backend…all I get is “page cannot be found” error.

My goal is to make a public file repository which I can manage from within frog. So the /public folder will stay hidden from the public, but the /files folder will be viewable to the public both of which I can manage within the frog admin area.

Help would be appreciated.

 

Link to page within Frog

<?php echo $this->find('/YourPageHere')->link(); ?>

YourPageHere = your page you want to link to

 

Page types

I hope Frog gets a feature like this in the future. Something similar to Symphony with custom page types with different type of form fields.

 

MarkItUp editor

Markitup editor should the standard editor in Frog CMS IMO.

So, im requesting this editor as a plugin like tinyMCE. I don’t know how to make my own plugins so im hoping someone can do this. It would be very handy.

 

New models / custom content types

Yeah, new page parts would be cool. Especially custom ones where you can create your own custom fields.

 

Everything in the middle!

Im not sure what look your going for but here it is. eplace your css file with mine.

http://pastebin.com/m697aea34

 

Everything in the middle!

Apply the following code to your container div's.

margin: 0 auto;

If it still does not work, then link up your website so we can look at the code.

 

Philippe alive? :-)

I was wondering about the same thing!

No updates since march. :(

 

Page list with page descriptions

Doesn't work. I dont now where to put it.

<?php function snippet_sitemap($parent) { $out = ''; $childs = $parent->children(); if (count($childs) > 0) { $out = '<ul>'; foreach ($childs as $child) $out .= '<li>'.$child->link().snippet_sitemap($child).'</li>'; echo $child->content('desc'); $out.= '</ul>'; } return $out; } ?> <div id="sitemap"> <?php echo snippet_sitemap($this->find('/')); ?> <?php echo $child->content('desc'); ?> </div>

 

Page list with page descriptions

Can some one help me out? Ive been waiting.

 

[Sticky] Live sites running Frog CMS

My personal site

 

Page list with page descriptions

I made part called "desc" representing the description of each page. Now I want to make a sitemap and page list with the page description next to it.

Ex.

Home - homepage description here about - about page description article - article page description

etc.

How can this be done?

PS: The new site looks good!

 

Exact Frog requirements?

I can't. You said it wont run on PHP 4. :(

 

Exact Frog requirements?

Do you need MySQL 4?

 

Exact Frog requirements?

I have a site thats running with PHP & MySQL 4 that I would like to convert to frog but im not sure if it will work.

The site says the latest stable version is 0.2.2.

What are the exact requirements for frog 0.9.1 to work? Will it work with a server running PHP & MySQL 4? Does frog still need InnoDB to work?

 

Upgrade from 0.8.7 to 0.9.1?

Would come in handy.

 

Paging in the admin?

What if you make a separate news/ blog component that links to the news index page. From there, all your news is managed separately from the other pages.

Just a thought.

 

Uncaught exception 'PDOException'...

I get this error.

Fatal error: Uncaught exception 'PDOException' with message 'could not find driver' in /home/user/public_html/froggy/index.php:34 Stack trace: #0 /home/user/public_html/froggy/index.php(34): PDO->__construct('mysql:dbname=ec...', 'ecko_user', 'password') #1 {main} thrown in /home/user/public_html/froggy/index.php on line 34

Why do I get this error? Is it because my server dosn't have PDO enabled?

 

News lister?

When I click read more, it dosn't show the title. What do I add to show the content title?

 

PDO and other DB related suggestions

Make frog v.0.2.2 without pdo? I dont like beta 1... its not like radiant anymore.

 

Frog 0.8.7 beta - looking good!

Ehhh....

I like version 0.2.2 better because of its simplicity. Its more like radiant. beta 1 isn't like radiant anymore.

Can you make 0.2.2 version but without PDO? I cant use frog on any server because they dont have PDO.

 

News lister?

Thanks. One more thing.

How can make a short story? So they read the short story then they click "read more" to view the rest of the article. Right now it shows the entire article on the article page.

 

News lister?

Is there a way to list articles and add a "read more" link that links the reader to the rest of the article?

It would be handy.

 

Edit page sidebar?

In radiant CMS, you can edit page sidebar with custom content. http://demo.radiantcms.org/

How would you be able to do that in Frog? If you look at the defualt layout code, I see:

So how do i edit sidebar?