Forum Replies Created
-
AuthorPosts
-
persyst
ParticipantIf 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?
persyst
ParticipantCould 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?
persyst
ParticipantYes, all that you said is correct. Registered Users are set to the role of “Event Contributor”.
persyst
ParticipantWhile 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.
persyst
ParticipantOk 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.
persyst
ParticipantHi 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?persyst
ParticipantHi 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.
persyst
ParticipantHi Casey,
I added this:
<p>Posted by: <?php the_author(); ?></p>
to the cypherspot.com/wp-content/themes/make/tribe-events/single-event.phpbut 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
persyst
ParticipantHi 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.persyst
ParticipantWould the code i lines I’m looking for contain the word “script”?
persyst
ParticipantIs 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
*/persyst
ParticipantHi Brook,
What does script code look like so that I know what to try commenting out?persyst
ParticipantNo 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?
persyst
ParticipantHi 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,
Stefanpersyst
ParticipantThanks Barry, that worked!
-
AuthorPosts
