voji91
Forum Replies Created
-
Forum: Plugins
In reply to: [Database Addon for Contact Form 7 - CFDB7] using data on front endthanks for replying.
i have this problem too 🙁
Florence said :
Here’s how I did it:Instal Simple Local Avatars
Install this plugin http://ww.wp.xz.cn/extend/plugins/php-code-for-posts/
Add a new shortcode and enter this code:
<?php get_header(); global $user_ID; if ($user_ID) { $user_info = get_userdata($user_ID); $id = $user_info->ID; } ?> <?php if(isset($_POST['user_avatar_edit_submit'])) { do_action('edit_user_profile_update', $id); } ?> <form id="your-profile" action="" method="post"> <?php $myAv = new simple_local_avatars(); $myAv->edit_user_profile($user_info); ?> <input type="submit" name="user_avatar_edit_submit" value="OK"/> </form>Copy and paste the shortcode onto a page and voilla! There’s your front-end avatar uploader!
Forum: Plugins
In reply to: [Simple Local Avatars] Front Side SupportHere’s how I did it:
Instal Simple Local Avatars
Install this plugin http://ww.wp.xz.cn/extend/plugins/php-code-for-posts/
Add a new shortcode and enter this code:
<?php get_header(); global $user_ID; if ($user_ID) { $user_info = get_userdata($user_ID); $id = $user_info->ID; } ?> <?php if(isset($_POST['user_avatar_edit_submit'])) { do_action('edit_user_profile_update', $id); } ?> <form id="your-profile" action="" method="post"> <?php $myAv = new simple_local_avatars(); $myAv->edit_user_profile($user_info); ?> <input type="submit" name="user_avatar_edit_submit" value="OK"/> </form>Copy and paste the shortcode onto a page and voilla! There’s your front-end avatar uploader!
Forum: Plugins
In reply to: [Login With Ajax - Fast Logins, 2FA, Redirects] Change profile link in widgetyour welcome 🙂
yes that would be great, but i’m not developer, I’m a member just like you 🙂
hi there,
1.in your wordpress menu go to Plugins-> Installed Plugins
2.under “Login With Ajax” select Edit
3.from the right sidebar choose : login-with-ajax/widget/widget.css
4.then the right sidebar will update so choose : login-with-ajax/widget/default/widget_in.php
5.go down in the codes (center of the page) and find this line : if( function_exists(‘bp_loggedin_user_link’) )
6.now change the link to where you want it to point. (simply change YOUR_DESTINATION)if( function_exists('bp_loggedin_user_link') ){ ?> <a href="YOUR_DESTINATION" ><?php echo strtolower(__('profile')) ?></a><br/> <?php }else{ ?> <a href="YOUR_DESTINATION" ><?php echo strtolower(__('profile')) ?></a><br/> <?php } ?>hi there,
1.in your wordpress menu go to Plugins-> Installed Plugins
2.under “Login With Ajax” select Edit
3.from the right sidebar choose : login-with-ajax/widget/widget.css
4.then the right sidebar will update so choose : login-with-ajax/widget/default/widget_in.php
5.go down in the codes (center of the page) and find this line : //Admin URL
6.you can add your code here, something like this :if (get_user_meta( $current_user->ID , 'user_login' , true) == 'MYUSER' ) : ?> <a href="http://mysite.com/MYUSER">MYUSER</a><br/> <?php endif; ?>Forum: Plugins
In reply to: [Login With Ajax - Fast Logins, 2FA, Redirects] Change profile link in widgethi there,
1.in your wordpress menu go to Plugins-> Installed Plugins
2.under “Login With Ajax” select Edit
3.from the right sidebar choose : login-with-ajax/widget/widget.css
4.then the right sidebar will update so choose : login-with-ajax/widget/default/widget_in.php
5.go down in the codes (center of the page) and find this line : if( function_exists(‘bp_loggedin_user_link’) )
6.now change the link to where you want it to point. (simply change YOUR_DESTINATION)if( function_exists('bp_loggedin_user_link') ){ ?> <a href="YOUR_DESTINATION" ><?php echo strtolower(__('profile')) ?></a><br/> <?php }else{ ?> <a href="YOUR_DESTINATION" ><?php echo strtolower(__('profile')) ?></a><br/> <?php } ?>Forum: Plugins
In reply to: [WP Custom Menu Filter Plugin] Activated plugin on MU – now by site is blanki’m in the same situation! i had to delete plugin’s folder manually to see my site back!
Thanks!
Forum: Themes and Templates
In reply to: [Responsive] my tiny nav doesn't workfound it!
it was because of my js folder’s wrong permission, it was set to ‘751’ so it denied accessing it for showing tinynav!
thanks for your time Emil 🙂Forum: Themes and Templates
In reply to: [Responsive] my tiny nav doesn't workthank you very much for the great support.
i’m working on it 🙂Forum: Themes and Templates
In reply to: [Responsive] my tiny nav doesn't workthanks for your quick reply!
i checked the plugins (i deactivated each and checked the tinynav) but it didn’t worked.
i’m using mac, i’ll download something like win merge and check it.
thanks again 🙂hi unsetlay
for fixing the widget width, you can change the code in login-with-ajax/widget/widget.css
under /*Default Template*/
you can see this :
#LoginWithAjax_Register.default