David posts
PHP "[function.require-once]: errorIf you look in your config.php file, the second constant should have a value:
Is that value correct? It looks like the directory to the |
how do you ignore the parent?Any help here? |
Rubin - a new “minimal” theme for FrogHi wreford – thanks for updating the links. The original site seemed to be the target of a DOS attack of some kind, so set up the new one. There are no plans for it to disappear! ;) |
Navigation li and child ul li dynamic output class helpIn your “currently using” code, try replacing the first and third instances of
with,
and replace the second instance with
WARNING! Not tested — but it might work. ;) |
Database same tables namesTable prefix can be chosen during install — probably preferable than forcing one on users. |
add a graphic symbolAdjust the
That should do it. |
Missing footer content after upgrade from 0.9.4 to 0.9.5Hi Redcrew: Odd that it should relate to the Comments plugin. Did you notice this in the upgrade notes:
You could try that … and if this site does not make use of comments, you can leave it disabled and remove whatever line of code is calling the Hope that helps! |
admin password retrivingHi tr – have a look here and to the links in the posts in that thread. |
same level menuIf I understand — see this post. Summary: have this in the sidebar:
NOT TESTED. But I hope that gets you started. Basically, you’re finding a consistent way of calling the “music” children. |
.htaccessHi jeca – you could try making a new file called |
tb_contact form using twice on one siteI’ve made an i18n version of the TB Contact Form which you can grab from here. It might help you with your dilemma. You can make an ru-message.php file for it, and serve up the right one to the right viewers … I hope! (Note that the fr-message.php file included is for illustrative purposes only, and I hope no francophones are offended!) This is as far as my tiny brain has got, though. Edit – it looks like there might be an official version with i18n lurking somewhere. If Linkable sees this, perhaps he could comment? |
Show sub-pages excerpt at parent page?You could use this on “Main_Page”:
If you don’t need “Main_Page” in the list, then take out everything except the There is a lot like this you can find in the navigation guide! |
Show sub-pages excerpt at parent page?Try putting this code on Main_Page, zigmat:
Adjust the style/layout as you wish. (I put in most things thinking it would be easier to take them out than to add them in.) That will sort the pages alphabetically by title. If you simply want them in the order they were created, then change this line:
to read like this:
You can find a lot more about this in the docs on listing pages, or in the navigation guide. |
installation failed: 500 Internal Server ErrorYou changed the name of the “Articles” page – that’s all! But you need to make some other changes if you do that. Here are the instructions. |
Unlimited levels menu (class="current" on child only)
Hope that helps. |
Unlimited levels menu (class="current" on child only)Are you using a suffix? You could check to see that there’s nothing after the slug in the URI for the “current” class to be added … I think. |
[Solved] Unlimited levels and children menu (bug)Got it – thanks! |
Misleading...See the links in the second post of this thread – and if that is no help, you need to say more about the environment you’re using (PHP version, mySQL version, platform, etc.). |
Archive by year problem
Then something has gone wrong. What you describe works perfectly for me (the 2008 entry was made this way)! :-S |
Behaviors and Views@jedfoster – on #4 – you could readily do this with a page-part (e.g. “homepage-promo”), and with the word “true” or “false” in it, then use the cs_children_by_part plugin (link to plugin on MadeByFrog site > Extend) to pull the correct pages, aggregated from across your site. It works. It’s even easy, once it’s set up. ;) @stas – your “categories” sounds a lot like “tags” (see the Tagger plugin). What am I missing? @both – future-publishing has long been on the wish-list. It would be nice to have! |
Behaviors and ViewsYou may have seen these notes already, and I’m not sure how much help you’ll find there in any case — but have a look at the Google Code wiki page for ‘Behavior’. |
Archive by year problem@mycooluk – what date(s) did you change in the Metadata? You have the options of manually editing either or both the “created” and the “published” date. If you only changed the latter, that would explain it. The archive plugin is hard-coded to look for the “created_on” date. So — either you need to hack the plugin code1 (not recommended :) or manually alter the “created” date in the metadata. Unless there is something else going on, of course! 1 In frog/plugins/archive/archive.php, line 124. |
Menu links adds a '?'@kim – where is Frog installed? if it is in the root directory (e.g., http://www.myfrogsite.com/), then in the .htaccess file, you should have a line like this:
If you have it in a subdirectory (e.g. http://www.mysite.com/cms/), then it should look like this:
If that doesn’t help, see the bottom of this thread and see if that applies to your situation. |
page part forms (custom fields)@everflight – great sites you’ve got there. Nice work! |
Can see CMS locally but not via http://ip.addressAds and paid upgrades, I expect. I’ve used the free service for years (well, my venerable TestFrog site has been there 1 1/2 years, anyway!) — and the support is excellent. Bizarre, but true. |