Summer
Forum Replies Created
-
Mine does not display Comments Evolved when comments are turned off, but it does show the WordPress comment box no matter what tab is selected. That is a minor glitch for me but the checkbox idea would be great if you have specific posts you want to enable it for and those you do not, like comments by roles! I could probably use that!
Forum: Themes and Templates
In reply to: [P2] Simple Comment Editing – plug does not work in P2 themeHi davedee,
I allowed my members to moderate comments along with edit others posts, which works on the front end. Of course you do have to trust them to only manage the stuff they are allowed. I only have a few members right now so it is easy to monitor, however, as I get more this may change.
Perhaps a limited rich editor for comments with spellcheck option is another way to go. I don’t usually edit my posts as I use another editor before posting anything so all my errors are pre-handled.
Let me know if you already found a solution. I may have need of it too!
Thanks, Summer
Forum: Reviews
In reply to: [Easy Custom Auto Excerpt] Useful, but has glitchesHi Haris,
I discovered that when I added custom button styling for a gradient (I wanted my buttons to match the rest of my site) but it automatically added hundreds of /’s in the provided space. I don’t know why it kept adding that to the custom style but it sure did. I had previously cleaned it up several times and then just ignored it to see what would happen and then I got the problem so I decided to try to move the custom style elsewhere and see the results. It is no longer adding anything now when leaving the space blank but I cannot use the custom style form which would be nice.
Thank you for your response.
Summer
@martin Pierce
I used this plugin to change the table prefix. It changed it to a butt-ugly, random prefix. So I decided I want to choose my own table prefix. Every time I try, it says “Error – Could not get tables or no tables found!”
I used this to change my prefix but make sure when you try to change the prefix again, that you are using the new butt-ugly random_ prefix_ and not wp_ since that no longer exists now that you’ve already changed it. I also made sure that the prefix in wp-config matches the new prefix. So put the butt-ugly random_ prefix_ in to wp-config, save, then try to login to your dashboard and change it to one you prefer. I think that is causing the message no tables found.
I am no wizard at this stuff but it is what I did. Hope it helps!
Best Wishes
Forum: Plugins
In reply to: [WP Forum Server] Some strange stuff in quick reply boxesOops! Try this!
pain-and-depression.com/?attachment_id=48222
Forum: Plugins
In reply to: Login, logout, registerchillamor,
This might help but it’s not a plugin. I added the following directly to the very end of my theme functions.php. It adds a link to your primary menu and runs from wp-login. It redirects user right back to the current page so users do not have to go to their profile at all. It works well on my site using WP 4.01. Just make sure you add the name of your primary navigation menu where it is indicated below, (replace the uppercase text).
You can see it here: https://pain-and-depression.com/Library/front_page/
Unfortunately, I cannot put the code into Dutch, but I hope this gives you a start.
//Add login/logout link to primary navigation menu add_filter('wp_nav_menu_items', 'add_login_logout_link', 10, 2); function add_login_logout_link($items, $args) { //replace uppercase text with name of your primary menu if( is_admin() || $args-> INSERT THE NAME OF YOUR PRIMARY NAVIGATION MENU != 'primary' ) return $items; $redirect = ( is_home() ) ? false : get_permalink(); if( is_user_logged_in( ) ) $link = '<a href="' . wp_logout_url( $redirect ) . '" title="' . __( 'Log out' ) .'">' . __( 'Log out' ) . '</a>'; else $link = '<a href="' . wp_login_url( $redirect ) . '" title="' . __( 'Log in' ) .'">' . __( 'Log in' ) . '</a>'; return $items.= '<li id="log-in-out-link">'. $link . '</li>'; }
Forum: Plugins
In reply to: [SlickQuiz] Changing Font and Color in Pluginjewlofthelotus —
I use right click all the time now for quick checks or just to see what the css looks like for something I like! If the site is right click protected though it doesn’t work too well!Still totally love slickquiz plugin too!
Forum: Plugins
In reply to: [SlickQuiz] Changing Font and Color in PluginColette Cormier: Just a suggestion that I used to help me learn was to use a web developer browser plugin. When activated, I could see the code and the page at the same time and watch what my changes did. Once you have gotten it looking like you want, save the code into your file. It also told me which style sheet was being used for that particular item.
Best Wishes!
–brookseh–
I go into my database and delete my IP in the locked out IP’s when my husband manages to lock us out, which is every couple of days because he clicks or enters before completing the captcha, or does not know the difference of an underscore and a dash! He can be very trying!I do not use the white list feature because many of my registered members (including myself) log in from several different IP’s frequently when using our private pages for remote group presentations or such. I think this feature would be most useful for a private or closed site.
–thinkwired–
The unlock code is set up to go to the email address that a user has already registered so someone trying to get access that way would not get a code or details unless they are already registered. If an email address is not already registered they don’t get an unlock code sent to an unregistered email address.As far as not remembering your username, I use a local credentials program that stores all my login/user details for each site (about 200 a day, give or take a dozen) which I can easily access prior to logging in eliminating any lost/forgot credentials issues. Even places that I only login annually, I rarely get locked out.
Summer
Hi banthafoodoo,
I reinstalled it and then tested and resubmitted the sitemaps on webmaster tools, other than that I did nothing else.
Update: Mine is working fine now. My link above shows the correct sitemap. My newest ones just appeared working and then I cleaned up my sitemaps on webmaster tools–testing and resubmitted the ones with errors.
Hello, michellecoates– When I manually typed in your sitemap address, I am get a working site map as shown below, it lists almost 30 pages that go to the corresponding page of the site. I noticed on mine that contain ‘sitemap-pt-post-2014-05.xml’, are all the posts I published for that month, my archives. I am not seeing that date info at all in your sitemap like you have listed above.
Forum: Plugins
In reply to: [SB Login] Author page or wallBrian,
This brings up a page of all posts made by logged in user.
Summer ??
Forum: Plugins
In reply to: [SB Login] Change user name in tabI found it in the tabs! ?? Thank you!
Hi arnee,
It’s on now.
Summer
Forum: Plugins
In reply to: [Quick Chat] Use Nickname by default instead of UsernameBeen wanting to do this but I am a master procrastinator. Something hit me today to look for the answer!
Thank you Alkorr, glad someone else does not procrastinate as badly as me! So my issue had an answer a long time ago, I’m just too lazy to do this awfully burdensome task! LOL