sueyrad
Forum Replies Created
-
Forum: Plugins
In reply to: [Import Eventbrite Events] Possible to import others events?so if I purchase the pro plugin you can make it work with mylisting theme for me? And if updating in future I won’t lose customization?
I wrapped content but no change, breaks website with this code, code in previous reply doesnt break but shows nothing
if(pmpro_hasMembershipLevel('0,3')) { if ( ! function_exists( 'beAds_By_ID_Input' ) ) { function beAds_By_ID_Input($randomID){ /*== Drop-down Value ==*/ $adsdropdown = trim(get_post_meta($randomID, 'meta-box-dropdown', true)); /*== Images ==*/ $imageAdsURL = trim(get_post_meta($randomID, 'be-img-url', true)); /*== HTML ==*/ $htmlAds = get_post_meta($randomID, 'meta-html-code', true); /*== Video ==*/ $videoAds = get_post_meta($randomID, 'meta-box-text', true); /*== Check Ads Type ==*/ if($adsdropdown == 'image'){ $beadsimgSrc = get_the_post_thumbnail($randomID, 'full', 'string'); $returnValue = '<a href='.$imageAdsURL.' target="_blank">'.$beadsimgSrc.'</a>'; }elseif($adsdropdown == 'html'){ $returnValue = "<div class='betube-html-content'>$htmlAds</div>"; }elseif($adsdropdown == 'video'){ $returnValue = betube_adv_video_filter($videoAds); } return $returnValue; } } }
- This reply was modified 1 year ago by sueyrad.
Am i missing something in here?
if ( ! function_exists( ‘beAds_By_ID_Input’ ) || !pmpro_hasMembershipLevel(‘Free’)){
Forum: Plugins
In reply to: [Comments - wpDiscuz] Not Working, Unable to commentuser test
pw testtest
Forum: Plugins
In reply to: [Comments - wpDiscuz] Not Working, Unable to commentfeel free to create test account to test. no email verification requird
Forum: Plugins
In reply to: [Comments - wpDiscuz] Not Working, Unable to commentForum: Plugins
In reply to: [Comments - wpDiscuz] Not Working, Unable to commentand why is it remembering all setting when i delete and try to install fresh?
Forum: Plugins
In reply to: [Comments - wpDiscuz] Not Working, Unable to commenti can comment with admin but was able to leave 1 comment with user before it stopped working
- This reply was modified 1 year ago by sueyrad.
I was able to recreate it by manually changing a role. Like not having the role and level set to the same thing, then it somehow creates two roles once user updates membership, and only way to make it single role again is to manually change it again in backend.
I think its just a bug when manually changing things in the “edit user” backend settings in wpadmin and possibly happens when role and membership level are set to different things.
Is there a code that can only allow single role at a time and once user chooses new role it will automatically be the only role? just to prevent this headache in future?
thanks
- This reply was modified 1 year ago by sueyrad.
Forum: Plugins
In reply to: [Authors List] Sort by randomI think only solution is to add “random” order in dropdown list in list settings: Orderby
Forum: Plugins
In reply to: [Authors List] Sort by randomi think because im using Avatar Meta Key. can i include that somehow into shortcode?
Forum: Plugins
In reply to: [Authors List] Sort by random[authors_list id=7] it seems only shortcodes with “id” work and i cant add anything else to the shortcode like ordering
Forum: Plugins
In reply to: [Author Avatars List/Block] Blank Avatarscode didn’t work for me but i had my theme creator do the job and it was with the other author list plugin.
Appreciate the help tho! Maybe someone else will find this info helpful.
Forum: Plugins
In reply to: [Author Avatars List/Block] Blank AvatarsThis is what theme support said:
If user have upload profile image from Front-end user dashboard then profile picture ID is saved in betube_author_avatar_url
After to get image you need to get image URL. and for that you can use this function.
betube_get_image_url
After to get image URL you can use that in your plugin.
Forum: Plugins
In reply to: [Author Avatars List/Block] Blank AvatarsUnfortunately i’m having trouble understanding exactly what to do with this information. Am i suppose to be editing pluggable php directly? when i try adding the code:
get_avatar( mixed $id_or_email, int $size = 96, string $default_value = ”, string $alt = ”, array $args = null ): string|false
in functions. php it breaks my site. Even when i end it with ;
and do i need to adjust anything in the second or third code provided?
I don’t know code language so its confusing to understand what to do.
I’m just pulling at straws trying to figure it out.
Could you break it down step for step for me? Id be willing to donate to the plugin and leave 5 star rating if you could help me with that.
I know your time is important.
Thank you.
- This reply was modified 1 year ago by sueyrad.