Forum Replies Created
-
AuthorPosts
-
Conrad FarlowMember
Well even using “code /code” in square brackets I can’t get that to display correctly!
So basically I put <p> at the beginning of line 280 in eMember_auth_utils.php, it looks perfect but I know that it is poor code.
Conrad FarlowMemberHi the custom CSS method didn’t work and as I don’t know the correct syntax for php output I got what I wanted by changing line 280 to
$output .= '<p><li><a href="'.$logout.'">'.EMEMBER_LOGOUT.'</a></li>';
This looks perfect but I am concerned that there is no
</p>
anywhere in the code which must be wrong? I don’t want<p></p>
for each line of output because that looks wrong. How should I be doing this?Regards
Conrad
Conrad FarlowMemberHi Thanks I have used firebug to modify my theme many times. For some reason I never thought to use it for something like this. I got a solution in minutes this way.
Regards
Conrad
Conrad FarlowMemberMay I bump this? It has been almost 3 days now.
If you could just tell me where the hyperlinks are generated, I will figure out how to add some suitable alignment. I do not want to use my theme css as it has other dependencies.
Regards
Conrad
Conrad FarlowMemberThanks that worked perfectly. I have not removed it but modified the message.
Conrad FarlowMemberHave a look at the following link please:
[http://www.abftest.co.uk/wp-content/uploads/images/eMember_widget_padding.png]
I would like to move the section highlighted down using padding but I cannot find where these hyperlinks are generated.
As you can see I am making progress.
Regards
March 20, 2012 at 1:22 am in reply to: 'Fancy' output not displaying in member pages and widgets (no detected js errors #43189Conrad FarlowMemberOK I have made some improvements by tweaking “eMember_style.css . When a user is logged in it still does not look as good as when they are logged out. I would like something ‘fancy’ in both situations.
The widget is in my left sidebar and also on my login page, on my theme the sidebars are fairly thin.
How can I modify the appearance, is there an option to maybe enclose the whole login widget in a box similar to the fancy2 output in WP eStore?
That looks great with my theme.
Regards
Conrad
Conrad FarlowMemberHello has this function been moved? I cannot find it in “eMember_misc_functions.php”
Conrad FarlowMemberWould I better asking this question on a different thread as I am actually asking for the opposite of what the original thread starter was? I am concious that one day someone else may want to find the answer to my question.
Conrad FarlowMemberIndeed it does. It had my stymied for a while. It’s tricky to test as I only have the one pay pal account. I have signed up for a pay pal sandbox so hopefully that will help once I’ve figured it out.
Conrad
Conrad FarlowMemberConversely I want new users to enter their First and Last name as their username. This requires a whitespace. As I intend moving this plugin to a site with a forum with 350 members who have done exactly that this is a real pain.
John Doe is much better for me than John_Doe, is there any way that I can allow whitespace?
Regards
Conrad
Conrad FarlowMemberIs this still valid? I want to remove the ‘Please Renew or Upgrade your account.’ message as it is not relevant for me.
I cannot find
Code:return wp_emember_format_message (‘<b>’. EMEMBER_HIDDEN_CONTENT_MESSAGE. ‘
‘.EMEMBER_PLEASE.’ ‘.EMEMBER_RENEW.’ ‘.EMEMBER_YOUR_ACCOUNT.'</b>’);in wp_eMember1.php
Regards
Conrad
March 19, 2012 at 5:19 pm in reply to: 'Fancy' output not displaying in member pages and widgets (no detected js errors #43188Conrad FarlowMemberIt looks as though it is indeed working but looks ugly with my theme. I have tried 2010 and the formatting is better but it is just text and all those capitals are not to my liking either. I’ll have a hunt around the forum as I’m sure others have modified this to suit their themes as well.
Regards
Conrad
Conrad FarlowMemberI am not sure why but it appears to be working now? The only thing that I can think of is that the email address used for the paypal account login that I was using was already in the membership list.
Would that prevent registration from working? Or is that a red herring?
Conrad FarlowMemberI am having the same problem. I am using eStore to generate the membership payment button.
What a new registrant receives is this:
Quote:Dear Conrad Farlow
Thank you for your purchase!
Membership x 1 – £0.02 (GBP)
Any item(s) to be shipped will be processed as soon as possible, any digital item(s) can be downloaded using the encrypted links below.
Membership – This product does not have any downloadable content
Thanks
In addition I am receiving the following email
Quote:Hi, Your account has been upgraded successfully.
Please log into your member profile to view the details.
Thank You
Membership has an ID of 1 and this integer value is set in the reference test. I have tried using my pay pal account as well as a card payment.
Help!
-
AuthorPosts