Forum Replies Created

Viewing 15 replies - 46 through 60 (of 86 total)
  • Forum: Themes and Templates
    In reply to: P2 attachments

    OK – not super-pretty yet, but it works. Try it out and let me know what everyone thinks! (and of any problems decide the obvious lack of prettiness!)

    https://www.womendrinkingbeer.com

    Forum: Themes and Templates
    In reply to: P2 attachments

    Alright – so going back to MY upload script(s) for P2…

    I now have it working in ALL the major browsers (WOOO HOOOO!!!!):
    IE8, IE6, FF 3.5.3, Opera 9+10, Safari 4.0.3, and Google Chrome 3.0.195.21

    I will be uploading code changes to my Production site sometime today.

    My Javascript skills are getting stronger!

    “Drop the +1 Diskette of JavaScript?”
    “You can’t. It seems to be cursed.”

    Hmmm – yes – I want to know this, too!

    Forum: Themes and Templates
    In reply to: P2 attachments

    So I downloaded the whole directory structure on your SVN, Noel.

    The page doesn’t show anything. I look at the source and see it only gets UP to the part where it start grabbing all the media stuff in header.php:


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
    <head profile="https://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title> TESTING</title>
    <link rel="alternate" type="application/rss+xml" title="TESTING RSS Feed" />
    <link rel="pingback" />

    So it looks like its hanging on this:

    <?php
    if( is_site_admin() && is_home() ):
    include ABSPATH . '/wp-admin/includes/media.php';
    wp_enqueue_script('thickbox');
    wp_enqueue_style('thickbox');
    $media_upload_js = '/wp-admin/js/media-upload.js';
    wp_enqueue_script('media-upload', get_bloginfo('wpurl') . $media_upload_js, array( 'thickbox' ), filemtime( ABSPATH . $media_upload_js) );
    endif;
    ?>

    And it’s funny that you are apparently making use of the wp-admin parts (media.php, etc…) – That is EXACTLY what I tried to do my first crack at this! I gave up.

    Another big reason I gave up is that it’s my goal to ultimately eliminate the “backend” wp-admin area from everyone. So seeing the media library is NOT an option for me… And i never really liked that anyway, no matter what theme one uses!

    It should be more “facebook-like” and group the media library by users… which is where I will get my upload to soon. Create each directory as it’s needed for the users who upload a picture. And then I could even sort by date and time… but do I REALLY think people will upload THAT many pictures!??!??! (well i hope so!)

    Forum: Themes and Templates
    In reply to: P2 attachments

    OK – and read all the other updated threads.

    I’m going to check out your SVN version progress. I could just end up abandoning all the HARD work I did!!! LOL

    So, for what I did, there was just one file touched: post-form.php

    and 2 added files… for the backend AJAX looking upload, resize, and thumbnail parts…

    Just tell me, Noel, if you want them. I can email them or something. I saw that you like to receive the “diffs” … well a diff may be moot, as I pretty much re-wrote the whole file! Plus a bunch of JS in it (which could probably be a separate file, or put the functions in functions.php… later maybe)

    Forum: Themes and Templates
    In reply to: P2 attachments

    And one more thing: Mine works on a bunch of browsers with one exception that I’ve seen (and surprising, actually)
    Firefox!!

    Find my other thread where I talk about this.

    I did more work on this past night and I discovered that ONLY FireFox handles the PATHS differently. It really is a path issue, as it accesses the backend php in a different directory…

    i.e. FF accesses the backend at the current (./) directory rather than the web root directory (which is /opt/wordpress)

    So… I’m pretty close!

    And then I’ll add the beauty CSS and crap!!! Woo hoooo.

    Forum: Themes and Templates
    In reply to: P2 attachments

    And welcome back Noel. We thought we lost you!!!

    Forum: Themes and Templates
    In reply to: P2 attachments

    OH – nice – well i will have to look at it!
    Thanks!

    I’ve already created my own solution, if you look at some of the other threads that talk about this, you’ll see what I’ve been able to do.

    Also, if you want to try out what I did, check out my site:
    WomenDrinkingBeer.com

    OK Everyone. I have a FULL working Prototype… with one caveat – it doesn’t exactly work in Firefox!!! Yeah yeah, I know. That’s a real problem!

    The caveat: well it DOES work in FF if you access the form itself directly. I have the link on my webpage, in the top.

    Oh – and it’s BETA, so still needs to be pretty-fied!

    WomenDrinkingBeer.com

    wellk you must have something borked up! i set all my users as authors. I just verified that my user cannot edit another user’s post.

    However, if I log in as an admin, I can edit ANYONES post. Now I kinda like that, just in case anyone decides to be freaky and I need to edit on the fly…

    You may have introduced some anomoly with the facebook thing, too.

    You can check out my site if you want to see it working “correctly” somewhere else. Just keep in mind I’m still in BETA and making a lot of changes. Various things are in flux… and broken! LOL -errr – i mean, Development… yeah — that’s what I mean….

    https://www.womendrinkingbeer.com

    OK – all this has already sort of been touched on…

    I have in beta an ability to add pictures… albeit a little hacky… and doesn’t work in all browsers for some DIV reasons!

    the categories should not be hard to add. it’s buried in functions.php and post-form.php

    DELETE button would be nice. All you can to is edit an entry and then remove the contents.

    sounds like some style.css editing may be in order… and add some DIVs around the avatar. I was doing this on my site but it is VERY finicky!!

    Do you mind sharing HOW you add the post title?

    I believe you will have to modify the functions.php for it to display. I want the TITLE in mine, too… so I’ll certainly come across an answer to this eventualy and can share it here.

    Thanks!

    It’s a real shame that the theme owner(s) have been complete unresponsive for the past few months!

    Jeg er Amerikansk. Mor min er Norske. Jeg har snakket litt hele livet og har bodde in Norge mange ganger, og gikk p? norske skole et ?ret der… 20 ?r siden!! S? har jeg glemte masse!!!

Viewing 15 replies - 46 through 60 (of 86 total)