William

Forum Replies Created

Viewing 4 posts - 46 through 49 (of 49 total)
  • Author
    Posts
  • in reply to: Editing user register/login screen #1114258
    William
    Participant

    Indeed it does. Thanks!

    in reply to: Image size limit #1113581
    William
    Participant

    Thanks for the reply.

    I was able to place the edited file in the right location. My question was where to put the code snippet in image.php. Just anywhere? In place of something else?

    Then it occurred to me you might have meant to make a file consisting just of that snippet, name it image.php and place it the correct location. I noticed that was having an effect (because a typo made it stand out) but once the typo was fixed, the image upload area just disappeared.

    As an additional note, I noticed you said place the file under tribe-events/. Just to clarify, I’m supposed to create a subdirectory /modules under that right? I tried both ways and the /modules was the one that showed changes, so I assume so.

    I did manage to get the limit to change by editing line 20 of image.php

    $size_format = size_format( wp_max_upload_size() );

    to

    $size_format = size_format( 4194304 );

    Though perhaps that’s not the best way?

    William
    Participant

    OK, thanks for the response!

    in reply to: Export question regarding venues #1111225
    William
    Participant

    Thanks as always for your prompt response! I was able to figure it out. I was looking for a venueID field in the venue export, but I should have been looking at the plain old postID. postID in the venue export = venueID in the event export.

Viewing 4 posts - 46 through 49 (of 49 total)