Forum Replies Created
-
AuthorPosts
-
Carl Contino
ParticipantOh man … ooops … I put it wrong function … got the test working …. my bad … head hanging low …
:-)
Thanks again for the extra time you’ve given me …. you didn’t have to, so I really appreciate it!!
Carl
Carl Contino
ParticipantThanks for the code sample but no joy … made site blank :-) … so I tried the following as a test and when I go to fill in the Bio field as a user, it’s blank. Here’s the test code:
public function setBio( $bio ) { $questions = "test"; $bio = strlen( $this->bio ) > 0 ? $this->format->sanitizeString( $this->bio, TRUE ) : $questions; return $bio; }Thanks for giving me a helping hand!
CarlCarl Contino
ParticipantHey thanks Steve for all the time you put into this … REALLY appreciate it.
I fixed the “null” being added to the email – GOOD
I am working w/ dap to see what can be done – right now, NEW members DO have the “Add to Member Directory” link showing :-)
QUESTION: regarding the auto-populate the Biographical Info w/ some starting text (which you responded to in your 2nd last response), I see the function on line 2954:
public function getBio() { return $this->format->sanitizeString( $this->bio, TRUE ); }Might you provide me what code I would add so that when user goes to add their info to that field, they ADD their answers to the following bolded text (which stays visible along w/ their answers):
What I Do: (their answer then gets appended to the statement on each of them)
Why I Am Taking The Program:
Target Market:
Ideal Joint Venture Partners:
I promise to never bug you again!! (maybe :-) … let me know if a donation is in order!
:-)
Carl
Carl Contino
ParticipantThis reply has been marked as private.Carl Contino
ParticipantHowdy :-)
Thanks for getting back to me.I’ll post login info in a private message after this one … I remember you saying you don’t get notification if it’s private. :-)
First, we have 2 OTHER issues I’ve noticed:
1. since the upgrade, ALL emails listed in the member directory have a weird “null” after the @ sign now. Ex: carl@nulluntappedgenius.com . Hopefully this can be fixed?!- when I tried adding and entry and posted … I got a message about your entry will be reviewed by moderator or whatever it is … and THEN … it disappears and I get an error that says: “Nonce validation failed” … yes, the word “Nonce” … ehhhh?? :-)
the 2 remaining issues:
1. I have link installed but it is no longer showing the view or add member directory links at the top … they were … but no longer are no matter what I’ve done.
2. not sending email … still not.I hate to dump all these issues on you … thank you for taking a nice close look … once these are resolved, I will be 100% complete w/ this project that I REALLY need to finish.
OH, and thanks for the tip on autopopulating the one field … I’ll give it a go and let you know if it works :-)
Thanks again Steven ! :-)
log in info coming in a private message right now …
Carl Contino
ParticipantHi Steven :-)
Thanks for getting back to me … not sure why my message from a few weeks ago never got to you … whatever :-)Ok, I’m not having any joy yet …
1. email the submission: I tried another browser while logged in in another, but still not getting notification. The host is fine … I’ve tested email using a plugin and it passes …. plus, our membership software is sending email fine as well.- missing links for adding/editing entry: I hadn’t changed a thing, but as a test, besides having the required setup according to the instructions (which I had already successfully done), when I also clicked next to “submit new entry” option it DOES show that but still doesn’t show “view my entry” or “add my entry” … I have to admit I don’t understand the difference between the above.
- REQUEST: I have things set up so that when someone wants to create their entry, it will only show the fields I checked in the Form tab, but had to do a bit of hiding div’s within the Name section so it hid the Organization, etc and ONLY shows name input fields. GOOD …
One last thing I do need to do though is autopopulate the Biographical Info field with some text that they then add to. I’m hoping you can point me to the file that I would add this text. Or any instructions you’re willing to share w/ me on how to best do this. I would so very much appreciate it … I’m SO close to getting everything completed on this dreaded project.
If you could take a look at the site again to see what’s up, that would be great. Let me know if you still have the log in info.
Thanks Steven!! :-)
Carl Contino
Carl Contino
ParticipantHi Steven :-)
Did you see my last post? I’m still not having any joy.First note: the link above is different now … I had to change the “members” to “member” without the “s” .. so the new link to check out is:
http://missionmarketingmentors.com/wordpress/member/member-directory.htmlAnd I made it viewable by the public for now. I temporarily deactivated the code snippet to make the pagination work, and the links are all still broken when I click on the alphabet or the person’s name.
Oh boy … how to:
– fix link problem
– get the pagination to work once I reactivate the pagination snippet code.
– how to display pagination at the top and bottom.I’m on a super tight time crunch … anything you can do to help me would be MOST apprecatied!!
:-)
Carl
Carl Contino
ParticipantThis reply has been marked as private. -
AuthorPosts
