• Hey guys, long time! ??
    Anyway I’ve got a new plugin for you to try: Faked Folders. It’s supposed to be my idea of static-posts done right…

    • Creation of pseudo-folders for easier management.
    • Custom templates.
    • Enhanced plugin support allowing you to choose which plugins are activated for which folder.
    • Supports comments in static-posts, allowing for quick guestbooks and such.

    And more I’m sure once people start using it. Let me know what you think!

Viewing 15 replies - 46 through 60 (of 62 total)
  • Thread Starter stevarino

    (@stevarino)

    Alright, thanks for letting me know about those errors. They were nothing serious, but looked pretty intimidating.
    Anyway the plugin is updated so no errors should pop-up. This is hardly a complete update, so the source says 2.1b. Upgrade if you want, but I wouldn’t bother. ??

    No problem for me too, I just want to help you with building a plugin who is stable and error free, that’s all. ??
    I’m totally new to wordpress, so first I have to learn the intern building and so. Then it is time to build plugins myself.

    Excellent, works straight off now.
    Brilliant, thank you!

    Bah!

    Database error: [You have an error in your SQL syntax near ” at line 1]
    SELECT * FROM sonja_posts WHERE ID =
    Fatal Error
    Unable to create temp file or pre-designated file.
    To continue using this plugin, please create a blank file called “fakedfolders.txt” in your WP root directory and chmod it to be 666.
    Below is the error log from attempting to create the page:
    Could not open temp file for writing.
    Temp file failed. Plan B: attempting to write to and include fakedfolders.txt.
    Could not write to fakedfolders.txt. Are you sure the file has the correct attributes (chmod 666)?

    And yes, I have fakedfolders.txt chmod’d to 666.
    This thread has become very confusing… so, if possible, would someone please give me a clue as to what I should be looking for from here to get this working?

    Just wondering, has the wp-stat plugin when using Faked Folders been fixed? Or can someone point me out on how to get it fixed.
    Thanks!

    Thread Starter stevarino

    (@stevarino)

    wairoanz: Interesting error, havn’t seen that one yet. ??
    Excuse the flood of questions, but I really need to figure out what’s going on in there.
    When are you getting these? When you view a static-page? Are you using Mod-Rewrite? What version of WP are you using?
    Try this for me: find a post that has been made static in the faked-folders admin page. To the far left should be a number in bold (the post id number). Then go to your weblog and type in your regular weblog URI, but with index.php on the end. Then change it to this:
    index.php?static=true&p=x
    … where x is the post id you looked up. Click here for an example. Do you still get that error?
    Anon: Sorry, let that one slip by. I’m checking it out now and hope to have a fix soon enough. ??

    Another little problem. It seems to me that it is not possible to use several pages on a static page. Can someone confirm that?

    Stevarino: https://www.wairoa.com/index.php?static=true&p=122 but same problem. Yes, I have mod rewrte enabled and am using with Faked Folders. The rule is:
    # BEGIN FAKED FOLDERS RULES
    RewriteRule ^faked/([^/]+)/?$ /index.php?static=true&name=$1 [QSA]
    # END FAKED FOLDERS RULES

    I’m using WP 1.2 Mingus. Hope that helps! ??

    With reference to Dextro’s post. Is it possible to have sub category posts on a fake folder static page?

    another tip: it is now not possible to edit the name and description of a template

    Thread Starter stevarino

    (@stevarino)

    Sorry guys, Tuesday through Thursday is crunch time for me…
    wairoanz: Hm, interesting. I want to say it’s a plugin-conflict and something is mucking about with the $p variable (probably more likely than I want to think). I’m going to include a debug utility for you in the next version but in the meantime you can try disabling your plugins in the faked-folders page (not the entire site, just the listing in that faked folder).
    Anon: wp-stats. Neat little script, but I don’t see anything in the setup instructions about installation of the stats page. Gr… I’ll get it working eventually.
    Dextro: The template thing was known, but I really didn’t put much thought into it at the time. It will be there next time. And the multiple pages: yah, those won’t work. Theres no way to tie them into the plugin reliably and I don’t see a point in adding that functionality. All multiple pages allow you to do is alter the way content is presented, and because of this plugin you can do all that yourself to no end.

    Is this supposed to work with WordPress 1.3 from CVS? I download and installed the plugin and the two framework files. Then I pressed “Advanced” next to the plugin entry. I got the screen to begin installation… but then I got a blank screen when I tried to start the installation. Now when I go back and press “advanced” I get nothing but a blank screen…
    Also, once this is working, will these faked folder posts be shown in search results?

    I have the same problem as wairoanz,
    Database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_posts WHERE ID =
    All the plugins were deactivated in the fake folder.
    # BEGIN FAKED FOLDERS RULES
    RewriteRule ^inicio/([^/]+)/?$
    /index.php?static=true&name=$1 [QSA]
    # END FAKED FOLDERS RULES

    Reading the documentation – I’m not sure I understand this plugin. Will it solve the problem I describe here?

    I love this plug-in, created an Archive for my BlogRoll and created a Guestbook.

Viewing 15 replies - 46 through 60 (of 62 total)
  • The topic ‘New Pluign: Faked Folders’ is closed to new replies.