-
Created a topic, login menu does not direct to Home Page, on the site WordPress.org Forums:
I have three menus. the admin menu, the public menu, a… -
Created a topic, Really easy to use, on the site WordPress.org Forums:
I have had to write my own code when plugins aren't s… -
Posted a reply to Redirect after login, on the site WordPress.org Forums:
I solved my problem of different menus for different viewers. The relevant code in the… -
Posted a reply to Redirect after login, on the site WordPress.org Forums:
Thank you for your response. on line 1328 is // If the user doesn't belong… -
Posted a reply to Redirect after login, on the site WordPress.org Forums:
add_filter( 'login_redirect', 'ur_redirect_after_login', 10, 2 ); Still have the original problem, admin(menu=11) and a public… -
Posted a reply to Redirect after login, on the site WordPress.org Forums:
I added add_filter( 'login_redirect', 'ur_redirect_after_login', ); but the logged in user is still directed to… -
Posted a reply to Redirect after login, on the site WordPress.org Forums:
Absolutely right, changed the paired squiggles to apostrophes and functions.php was updated with the edit.… -
Created a topic, Redirect after login, on the site WordPress.org Forums:
I have three menus: One for public(10), one for club m… -
Posted a reply to Different menu for admin, on the site WordPress.org Forums:
<?php // functions.php in 2014 child theme 4/8/2023 // Exit if accessed directly if (… -
Posted a reply to Different menu for admin, on the site WordPress.org Forums:
Version information: 4.9.11 in BlueHost. Basically Admin is me. I want to see the Admin menu… -
Posted a reply to Different menu for admin, on the site WordPress.org Forums:
Debug says syntax error, unexpected '}' in /home4/hsysgrpc/public_html/hawesfamilyassociation/wp-content/themes/twentyfourteen-child/functions.php on line 46. All of the parenthesis… -
Posted a reply to Different menu for admin, on the site WordPress.org Forums:
Thank you. The "current user can activate plugins" is just the determinant I was looking… -
Created a topic, Different menu for admin, on the site WordPress.org Forums:
function my_wp_nav_menu_args( $args = '' ) { // Logged… -
Posted a reply to Variable input length in table, on the site WordPress.org Forums:
</tbody> </table> <input type = "submit" name ="submit" Value = "Save"> </form> <p> Enter extended… -
Posted a reply to Variable input length in table, on the site WordPress.org Forums:
Result for type "text" is a box that stretches for 250 across the page: Result… -
Posted a reply to Variable input length in table, on the site WordPress.org Forums:
Thank you for your reply. Have tried to substitute input textarea for input text but… -
Created a topic, Variable input length in table, on the site WordPress.org Forums:
How to create an input space spanning more than one ro… -
Posted a reply to updating searched data, on the site WordPress.org Forums:
Thank you for your response, the problem was a coding error somewhere, never found it,… -
Posted a reply to updating searched data, on the site WordPress.org Forums:
<form id = 2 action= "https://hawesfamilyassociation.com/wp-content/themes/twentyfourteen-child/HFA_Members_UpdateDesc.php/" method='POST'> <label for="FirstName">First name:</label> <input type="text" id="FirstName" name="FirstName" value="<?php… -
Created a topic, updating searched data, on the site WordPress.org Forums:
<?php // HFA _Members _Update // Custom-page_HFA_Me… -
Posted a reply to Unknown Column ‘0’ in where clause, on the site WordPress.org Forums:
OK, will try that. thank you. -
Posted a reply to Unknown Column ‘0’ in where clause, on the site WordPress.org Forums:
Exactly right, thank you. Now I have: $result_check = $wpdb->update('AAUW_Members', array( 'ID' => $ID, 'Title'… -
Posted a reply to Unknown Column ‘0’ in where clause, on the site WordPress.org Forums:
$sql = “UPDATE AAUW_Members SET ID = ‘$ID’, Title = ‘$Title’, FirstName = ‘$FirstName’, LastName… -
Posted a reply to Unknown Column ‘0’ in where clause, on the site WordPress.org Forums:
Hi Steve, thank you. the SQL is from a working custom page used to update… -
Created a topic, Unknown Column ‘0’ in where clause, on the site WordPress.org Forums:
I am converting SQL to $wpdb. I get this error: `WordP… -
Created a topic, Support, on the site WordPress.org Forums:
I posted a question to WP All Import and received an a… -
Posted a reply to $wpdb, on the site WordPress.org Forums:
Success! thank you all. Below is the complete file, if that will help anybody else.… -
Posted a reply to $wpdb, on the site WordPress.org Forums:
placing the header statement before the $output = fopen() line elicits an error saying headers… -
Posted a reply to $wpdb, on the site WordPress.org Forums:
Thank you. OK. I moved the header statement to above the "require($_SERVER['DOCUMENT_ROOT'] . '/wp-load.php');" statement… -
Posted a reply to $wpdb, on the site WordPress.org Forums:
Oh, we are getting close! Wordpress loaded, output for the csv file is listed, but:… -
Posted a reply to $wpdb, on the site WordPress.org Forums:
I attempted to provide a path so $wpdb would load, and got the "/home4/hsysgrpc/public_html/wp-content/themes/twentytwelve-child/DownloadCommitteesFile.phpWordPress not… -
Posted a reply to $wpdb, on the site WordPress.org Forums:
Thank you, You are right, I got 'Wordpress not loaded'. So how do I load… -
Created a topic, $wpdb, on the site WordPress.org Forums:
I am converting sql statements to $wpdb methods and ge… -
Posted a reply to $wpdb not loading?, on the site WordPress.org Forums:
I am using a twentytwelve child theme. I have pages created in the usual Wordpress… -
Posted a reply to $wpdb not loading?, on the site WordPress.org Forums:
Site hsysgrp.com Page New Member sub Page Input Member ID Permalink https://hsysgrp.com/new-member/input-memberid/ Template Name: Input… -
Created a topic, $wpdb not loading?, on the site WordPress.org Forums:
Am replacing working sql statements with $wpdb methods… -
Posted a reply to $wpdb->update, on the site WordPress.org Forums:
The error I get is Call to a member function update() on null in /home4/hsysgrpc/public_html/wp-content/themes/twentytwelve-child/custom-page_InputMemberID-wpdb.php:51… -
Posted a reply to wpdb insert, on the site WordPress.org Forums:
INSERT INTO AAUW_Members (ID, Title, FirstName,LastName,Address1,City, State, Zip) VALUES ('111114', 'Ms.', 'Rosalind', 'Franklin', '10 Birkdale',… -
Posted a reply to wpdb insert, on the site WordPress.org Forums:
Thank you for your response. The context is the original template file custom-page_RestoreID.php searches for… -
Posted a reply to wpdb insert, on the site WordPress.org Forums:
Am replacing straight sql with wpdb functions. Code works up to the global $wpdb; then… -
Posted a reply to wpdb insert, on the site WordPress.org Forums:
Page I need help with is :https://hsysgrp.com/restore-record-wpdb/ added echo print_r($wpdb); with no output. -
Created a topic, wpdb insert, on the site WordPress.org Forums:
No error, and no insert, either. What is wrong? glob… -
Posted a reply to Passing a variable to wpdb->prepare., on the site WordPress.org Forums:
Output is Feb searchq 'Feb' 'Feb' Birthdays in Feb The sql works if $month is… -
Posted a reply to Passing a variable to wpdb->prepare., on the site WordPress.org Forums:
Thank you for your help. Some progress. Debug is on; Notice: Undefined index: searchmonth in… -
Posted a reply to Passing a variable to wpdb->prepare., on the site WordPress.org Forums:
If I hardcode $find = 'Feb' I get results, When I type Feb into the… -
Created a topic, Passing a variable to wpdb->prepare., on the site WordPress.org Forums:
I can hardcode $find and get a result,ie, $find = 'Jan… -
Posted a reply to $wpdb->update, on the site WordPress.org Forums:
Driving me berserk. $sql = "UPDATE AAUW_New_Members SET MemberID = '$searchn' WHERE FirstName = '$firstName'… -
Created a topic, $wpdb->update, on the site WordPress.org Forums:
This a fragment from a program that accepts an ID numb… -
Posted a reply to Members Authentication, on the site WordPress.org Forums:
Just wanted to show the solution I found. $sqlpass = "SELECT user_pass FROMwp_users` WHERE user_login… -
Posted a reply to Members Authentication, on the site WordPress.org Forums:
Trying to verify a login: Typing in a correct fusername nd fpassword does not work.…