persyst

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 42 total)
  • Author
    Posts
  • in reply to: How to transfer ownership of an event? #666148
    persyst
    Participant

    If the “Event Contributor” role is not from Modern Tribe, than it must be from this Ajax Calendar plugin I was using.

    Just to make sure I’m clearly stating my objectives:
    My goals are:
    1) To allow Registered Users to create events with no back-end access,
    2) To create events as Admin, with the ability to transfer authorship to a Registered Users.

    Are you saying that there is no Standard Role for Registered Users that allows me to achieve my objectives stated above?

    in reply to: How to transfer ownership of an event? #661438
    persyst
    Participant

    Could you please clarify what you mean by custom role? I for sure did not create custom role called “event contributor” I was under the impression that the “Event Contributor” role is only available because of The Event Calendar Plugin being active. I simply want to be able to post events as an Admin, but then be able to transfer authorship to subscribers of the site. I assume this is intended function of the auothorship drop down, so please tell me what role should I choose to allow users to post events without giving them any back-end privileges, if “Event Contributor,” is not the correct one?

    in reply to: How to transfer ownership of an event? #660088
    persyst
    Participant

    Yes, all that you said is correct. Registered Users are set to the role of “Event Contributor”.

    in reply to: How to transfer ownership of an event? #659916
    persyst
    Participant

    While logged in as Admin, the Author box shows only the option to select between the Event Author(User) or Admin, but once saved as “Author: Admin”, my only author option is Admin, and so I cannot reassign the authorship to any other user. Please advise.

    in reply to: How to search by country? #649643
    persyst
    Participant

    Ok thanks! Yes bumping up the “events per page” to “20” did what I’m looking for, for now. All the events show up. Thanks, again for the link as well.

    in reply to: How to show who posted event? #641528
    persyst
    Participant

    Hi Casey,
    That worked! Now how can I have the Author name be an active link to the Author’s profile page or a page that lists all event posted by the author?

    in reply to: How to search by country? #639045
    persyst
    Participant

    Hi Casey,
    Sorry if I was unclear. My questions were only with regards to using the “Locations” input, not the “Search” input.

    I verified the lat/lon with Event Rocket. The Little Rock, AR event http://cypherspot.com/event/open-turntables-night/
    already had lat/lon as 34.745416, -92.301265, but still does not show up on the all events map.

    The Belem, Brazil event also already had a lat/lon -1.4557549, -48.4901799 associated with it, but also does not show up on the all events map.

    Please help. Thanks.

    in reply to: How to show who posted event? #638880
    persyst
    Participant

    Hi Casey,
    I added this:
    <p>Posted by: <?php the_author(); ?></p>
    to the cypherspot.com/wp-content/themes/make/tribe-events/single-event.php

    but only “Posted by” shows up on the event page, no author.

    For example, on this page:
    http://cypherspot.com/event/end-of-the-weak-open-mic/2014-08-17/

    Please help. Thanks

    in reply to: Location Search Not Working #604028
    persyst
    Participant

    Hi Brook,
    Does Modern Tribe provide web development? Because I would prefer to hire someone to take care of getting my site running bug free. Please let me know.

    in reply to: Location Search Not Working #599442
    persyst
    Participant

    Would the code i lines I’m looking for contain the word “script”?

    in reply to: Location Search Not Working #598107
    persyst
    Participant

    Is the function below something that I should try bypassing? If so, where should I put the /** and */?

    /**
    * Add items to the top of the wp_head section of the document head.
    *
    * @since 1.0.0.
    *
    * @return void
    */
    function ttfmake_head_early() {
    // JavaScript detection ?>
    <script type=”text/javascript”>
    /* <![CDATA[ */
    document.documentElement.className = document.documentElement.className.replace(new RegExp(‘(^|s)no-js(s|$)’), ‘$1js$2’);
    /* ]]> */
    </script>
    <?php
    }
    endif;

    add_action( ‘wp_head’, ‘ttfmake_head_early’, 1 );

    if ( ! function_exists( ‘ttfmake_scripts’ ) ) :
    /**
    * Enqueue styles and scripts.
    *
    * @since 1.0.0.
    *
    * @return void
    */

    in reply to: Location Search Not Working #596246
    persyst
    Participant

    Hi Brook,
    What does script code look like so that I know what to try commenting out?

    in reply to: Location Search Not Working #588542
    persyst
    Participant

    No prob. Renaming to js-bak did not seem to do any noticeable change. Renaming to functions-bak.php completely disabled access to the site. I’ll start disabling the files. Do I just do the -bak rename one by one?

    in reply to: Location Search Not Working #588153
    persyst
    Participant

    Hi Brook,
    I tried renaming to the folder to js-bak, but still no success when choosing when typing “las vegas” and clicking the “Las Vegas, NV” option that pops ups. It still fires the #. For now I’ve renamed the folder back to “js”. Please let me know.

    Thanks,
    Stefan

    in reply to: Change Text for Search Bar #587789
    persyst
    Participant

    Thanks Barry, that worked!

Viewing 15 posts - 16 through 30 (of 42 total)