glenneg
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] After user is logged in – Logo click sends to user profilethanks
Forum: Plugins
In reply to: [Theme My Login] After user is logged in – Logo click sends to user profileJeff
I fix the problem I was having. The theme “Home Page Setting” was set to the login page.
Changed it to the proper (Home page) and it works fine.Thanks for your help
Have a good day-glenn
Forum: Plugins
In reply to: [Theme My Login] After user is logged in – Logo click sends to user profileWith only TML active I get the same results.
I know I can place a version of the header in my child theme folder and modify the header code to include “Home/”. I was hoping not to do that.
-glenn
Forum: Plugins
In reply to: [Theme My Login] After user is logged in – Logo click sends to user profileSorry I have not done that … will do and let you know.
-glenn
Forum: Plugins
In reply to: [Theme My Login] After user is logged in – Logo click sends to user profileNo the Security module is not enabled.
Forum: Plugins
In reply to: [Theme My Login] After user is logged in – Logo click sends to user profileJeff ,
sorry about that.Here is the code from header.php
<a class="navbar-brand" href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' )?></a>
This is the rendered source
<a class="navbar-brand" href="https://bvs.test:8888/"> Quiet Birdmen</a>
Forum: Plugins
In reply to: [Theme My Login] After user is logged in – Logo click sends to user profileWow Jeff that was fast … Thanks
This is the in the header.php
“><?php bloginfo( ‘name’ )?>this is the rendered source
Quiet Birdmenagain thanks
-glennForum: Plugins
In reply to: [Participants Database] Edit Record Link to the Frontend List – TutorialI’m sorry I don’t understand. Are you saying that this code is wrong.
”
<?php
/*
* The Edit link URL here.
*/
if ($this->field->name == ‘edit_link’) {
$this->field->link = $record->get_edit_link();
}
$this->field->print_value();
?>”
I should use a different field like “first_name” other than the field I created by way of the tutorial example.
Sorry just don’t understand your statement “The “single record link field” should be a different one than the one you’re trying to put the edit link on.”
Thanks
-glennForum: Plugins
In reply to: [Participants Database] Edit Record Link to the Frontend List – TutorialIs this problem still in the que? Should I resend this a different way?
Thanks
-glennForum: Plugins
In reply to: [Participants Database] Edit Record Link to the Frontend List – TutorialThanks .. I recheck again. Still no joy.
This is the code I added to my custom template file.”
<?php
/*
* The Edit link URL here.
*/
if ($this->field->name == ‘edit_link’) {
$this->field->link = $record->get_edit_link();
}
$this->field->print_value();
?>”
Do I need to use a different function than get_edit_link() ?
I can manually add “edit-qb-member/?pid=BWXM3” and it works.
My edit button from the list has the url as edit-qb-member/?pdb=2How do I change that?
To confirm I have the following settings
Record Form Settings – Participant Record Page = Edit QB Member
this page has the short code = [pdb_record]List Display Settings – Single Record Link Field = Edit (edit_link)
Single Record Page = Edit QB Member (as Above)Thanks again
glenn