Julian Fox (greataussiepie)
Forum Replies Created
-
for WordPress.com im not sure how to find how many followers i have either, i was just trying to look. hehe, but i think its probably in Stats somewhere – https://wordpress.com/my-stats/ –
for www.ads-software.com it depends on how you distribute notifications. I use a mailchimp newsletter service, people signup to my newsletter from my website, but those emails are not stored in WordPress, they are stored in mailchimp. any idea how a user would receive notifications if they signed up at ur site?
I see here https://www.angelagoodnight.com/sexblog/wp-login.php?action=register at your website, that you have ‘login’ with wordpress.com, thats cool. Yeh so just go to your admin dashboard scroll down to and select Users > All Users, in here it should list all of your users, Admins and subscribers. hopefully.
Lol
For WordPress.com you go into your dashboard and under Users there is an invite section. you have to fill in the users email address and invite them to your blog, as far as i know this is the only way to register users on a wordpress.com blog.here you select if the person your inviting is a Admin or a follow or whatever you want.
For www.ads-software.com there are a few ways, u could get a short code that would insert a signup form on a page, but the most common way is to use WordPress’s default user registration https://www.example.com/wp-login.php?action=register
/wp-login.php?action=register
– this is the important part. You decide what the default role is of new users in the settings section. For instance if you just want a user who logins and writes something and then needs your approval before publishing you would give them ‘Author’ access, this allows them to save a draft and submit for review and publish. but they cant edit anything, access plugin settings or most other admin areas.Forum: Plugins
In reply to: [WooCommerce] im literally screwedYeh i did opened a ticket, and today i got a news letter from them saying they are having some security issues, so i suppose they are pretty busy right now. im gonna wait another day or 2 and then maybe seek out some professional help.
thanks ??
Forum: Plugins
In reply to: [WooCommerce] im literally screwedI just received that email about credit cards. I can see you obviously have your hands full.
ill be patient ??
Forum: Reviews
In reply to: [WooCommerce] Wish there was premium supportI just received that email about credit cards. I can see you obviously have your hands full.
ill be patient ??
Forum: Reviews
In reply to: [WooCommerce] Wish there was premium supportsorry 2 days not 3.
Forum: Fixing WordPress
In reply to: Images in 3.9 appear to fail to uploadThanks for letting me know kyte,
that is curious solution that you found. oh well good work ??
Hope others find it useful.
happy WordPressing ??
Cheers, will do ??
Forum: Fixing WordPress
In reply to: Login dont workinggood work grezom. dont forget to mark the issue as resolved ?? the resolved tick box is below the comment box at the bottom of this page.
Forum: Fixing WordPress
In reply to: Login dont workingAlso,
esmi is correct you should always use the most current version of WordPress and compatible plugins.
Forum: Fixing WordPress
In reply to: Login dont workingooh thats good, it wasn’t working before.
@grezom looks like your back in business baby!
if you came up with a solution let us know what it was before resolving the topic ??
Forum: Fixing WordPress
In reply to: Login dont workingI had the exact same problem today.
I am using iThemes Security (formerly Better WP Security) and for some reason my custom login url stopped working. (funny thing is, it would work in chrome but not firefox)
I disabled hide my back end in iThemes Security and this fixed the problem.
If your locked out of your WordPress dashboard and you are in fact using iThemes Security (by the looks of your .htaccess file you are) you may have to go on over to their support forum (linked above) and ask for help.
Are you able to login to you wordpress dashboard and install the plugin by going to plugins > Add New. Then searching all in one seo pack?
Forum: Plugins
In reply to: How to Show Code Blocks in Commentsput your code between two of these things ` found above the Tab key
Forum: Plugins
In reply to: How to Show Code Blocks in CommentsCheck out Jetpack – this support site says it has a feature for that https://jetpack.me/support/markdown/
I think it might work similar to this forum we are using now.
Code example using the comma thingy or code button:<html> <head> <title>PHP Test</title> </head> <body> <?php echo '<p>Hello World</p>'; ?> </body> </html>