cinisli
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] [Plugin: Theme My Login] removing fields from profileUpdate:
i remove the fields by editing profie-form.php. only field i want to remain is upload avatar. and i did it. it works. i can upload avatar but ERROR: Please enter an e-mail address. error comes up. how to disable that error.
hello,
i want to use it from frontend too any solutions?
Forum: Fixing WordPress
In reply to: custom fields youtubeif i open a admin account to you could you look it up from there? is it possible?
Forum: Fixing WordPress
In reply to: custom fields youtubevideo id is tricky. becouse vimeo, dalymotion . they all have video id. if i use youtube video id. i have to open 2-3 more fields for other video sharing sites. and also telling the auhtors go find and crop the id is anoying i think.
but if video id is my final solution i have to stick with itForum: Fixing WordPress
In reply to: custom fields youtubeyou can see my media settings here:
Forum: Fixing WordPress
In reply to: custom fields youtubebrasofilo thank you for your patiance but i am going to hang my self. i couldnt do this simple thing. i paste
<?php $youtube = get_post_meta($post->ID, 'video_url', true); echo '<object width="560" height="315"><param name="movie" value="' . $youtube . '?version=3&hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="' . $youtube . '?version=3&hl=en_US" type="application/x-shockwave-flash" width="560" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object>'; ?>
but nothing ?? look at the link:
https://www.1907.net/video-2/Forum: Plugins
In reply to: [Theme My Login] [Plugin: Theme My Login] background problemyesterday i send you a email thrue hire me in your site. could you also answer that email too please
Forum: Fixing WordPress
In reply to: all image code problemin my themes page.php i have this code:
<?php if (get_post_meta($post->ID, 'header_choice_select', true));{ get_header(get_post_meta($post->ID, 'header_choice_select', true)); } ?> <div id="content_full" > <?php breadcrumbs_plus(); ?> <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?> <?php endwhile; // end of the loop. ?> <?php get_template_part( 'loop', 'page' ); ?> <?php SEO_pager() ?> </div><!-- #content --> <?php get_footer(); ?>
i added it to the template-all-images.php now page is not working all white.
Forum: Fixing WordPress
In reply to: all image code problemone last question, how am i going to edit css this page. how to add this page to style.css
thanks for your help
Forum: Fixing WordPress
In reply to: all image code problemHello, thanks for your help.
now some images appears but not all of them, and they are not link.
https://www.1907.net/deneme/
do you have any idea?Forum: Fixing WordPress
In reply to: users see their own posts linkyes i mean authors. unfortunately im not good with coding ?? is there any easy way to do it?
Forum: Fixing WordPress
In reply to: mediasorry to bother but i m nort good at codeing. so i dont know what to do with that code ??
Forum: Fixing WordPress
In reply to: mediaravi,
thanks for your reply, but in that article “fetch the URLs of ALL image”
what i need is simply insert all media in to page called gallerythanks…