Jump to content

Marty Walker

Members
  • Posts

    629
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by Marty Walker

  1. Hi Adrian,

    I've changed my setup it since I posted it but I would like to get this working. This is how I had my options set up. The 'Portfolio' page also has the Page Protect option enabled for user 'portfolio'.

    image.png.a39cd91671e1389223c34f565f87615b.png

  2. Hi @adrian,

    Long time no speak. Quick question. I'm using this method to insert the form into my web page:

    if($page->protected) {
    	echo $page->loginForm;
    } else {
    	// show some $page images here
    }

    The form shows up and I'm able to login but it then shows nothing beyond where the form sits, even if I refresh. Am I missing something?

    Cheers
    Marty

  3. This is how I'm calling FEEL:

    		echo $page->feel(array(
    		    "text" => "Edit your page",
    		    "class" => "fixed center",
    		    "fields" => "title,artist_business_name,body_artists,artist_address_01,artist_address_02,artist_address_suburb,artist_address_state,artist_address_postcode,artist_website,artist_facebook,artist_twitter,artist_instagram,artist_behance,artist_dribbble,artist_email_public,artist_phone_studio,artist_phone_mobile,artist_categories,portfolio_images,pinterest_button"
    		    )
    		);

    I get the initial modal appearing and I can see all the CI3 fields but when I click on a pre-defined crop I get pushed to the page tree.

  4. Hi,

    One of the sites I created has had a complaint from their host saying that some ace files are being used to send spam. I'm wondering if anyone has had that problem before. These are the files they thought were suspect:

    The files we have found sending spam are listed below.
    
    '/home/mountvic/mail/mountvicflicks.com.au/adam/cur'
    '/home/mountvic/public_html/site/modules/TextformatterHannaCode/ace-1.1.5/demo/kitchen-sink/docs/c_cpp.cpp'
    '/home/mountvic/public_html/site/modules/TextformatterHannaCode/ace-1.1.5/demo/kitchen-sink/docs/cpp.cpp'
    '/home/mountvic/public_html/site/modules/TextformatterHannaCode/ace-1.1.5/demo/kitchen-sink/docs/objectivec.m'

     

  5. 10 hours ago, horst said:

    and how does the rendered markup look like?

    Strangely it looks like this:

    <img src="/site/assets/files/1/blume_web_ad_bmcc.jpg" alt="" style="display: none !important;">

    ... which is odd considering this is my PHP:

    echo "<img src='".$page->advert_image->url."' alt=''>";

    @fbg13

    There's a variation in there too and the directory group and permissions are all fine.

  6. Hi all,

    This is my first time working with PW3 (3.0.37 to be specific) and I've run into a wee problem. Apologies if this has been discussed before but I haven't been keeping up with happenings in the new version.

    I've upgraded from a 2.7.2 install and I can't seem to get new image uploads (jpegs or PNGs) displaying in the admin. The images that existed before the upgrade appear fine but anything new displays a blank thumbnail. I can confirm that the image is being uploaded as it exists in the directory. Not sure what do...

    Server is running: PHP 5.4.45 and MySQL 5.5.52-cll.

    screenshot-blumeillustrated.com.au 2016-10-17 13-24-47.jpg

×
×
  • Create New...