novakedward
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [External Media] Issue with GoogleDrive APII have the same issue. it works as long as the Only allow insert URL to remote files is not checked. I need this feature because i do not want to fill my website with large video files
Forum: Plugins
In reply to: [Front End Users] Register Redirect not workingis there also a php way to display the current users info from the plugin?
and a way to list all the current registered users in a array?
That would be very helpful!
Forum: Plugins
In reply to: [Front End Users] Register Redirect not working<?php if ( is_user_logged_in() ) { ?> <ul class="nav navbar-nav navbar-right" style="padding-right: 20px;"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><?php $current_user = wp_get_current_user(); echo '' . $current_user->user_login . '';?> <span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <li><a href="<?php echo get_page_link(19); ?>">Settings</a></li> <li class="divider"></li> <li class=""><a href="<?php echo wp_logout_url("https://mhsgame.x10host.com/"); ?>">Logout</a></li> </ul> </li> </ul> <?php } else { ?> <ul class="nav navbar-nav navbar-right" style="padding-right: 20px;"> <li id="menu-item-13" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13"><a href="<?php echo get_page_link(14); ?>">Register</a></li> <li id="menu-item-13" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13"><a href="<?php echo get_page_link(12); ?>">Login</a></li> <?php } ?>
Forum: Plugins
In reply to: [Front End Users] Register Redirect not workingI cleared my browser and it worked now.
Also I have a code set up if user is logged in, the menu changes and the menu did not change.
Also I can not login to my admin account through the plugin login, but it works fine through wp-admin login.
Forum: Plugins
In reply to: [Nextend Social Login and Register] Login Error! Blank PageI had my Facebook App Secret set to the Facebook App ID, whoops all fixed now.
Forum: Plugins
In reply to: [Nextend Social Login and Register] Login Error! Blank PageI am also still getting the error after I set it to live.
Viewing 6 replies - 1 through 6 (of 6 total)