Swennet
Forum Replies Created
-
Forum: Hacks
In reply to: Edit post data outside of loop [Approve/Reject system]Thanks for the pointers! I already finished the script with some of the features you recommended. I will also look into AJAX and the nonce fields.
Thanks for the reply!
Thanks! This fixed the issue. Might want to check your plugin for this same error since I don’t remember removing the global $userdata function.
Forum: Plugins
In reply to: [WP-PostRatings] Unclickable Rating, Internet ExplorerTry disabling Ajax in the Ratings Options menu and see if it helps.
Forum: Plugins
In reply to: [WP-PostRatings] Small stars on index.php and big stars on single.phpThanks this worked great!
Forum: Plugins
In reply to: [WP-PostRatings] Problem: Ratings Templates, just starsHey, having the %RATINGS_IMAGES_VOTE% in all the text fields is wrong!
I have my website set to only show the stars too, but the different fields require different tags in the text fields.
Here’s what you should enter in each text field (Each line is a different text field starting from the top)
%RATINGS_IMAGES_VOTE%
%RATINGS_IMAGES%
%RATINGS_IMAGES%
%RATINGS_IMAGES_VOTE%
The other two text fields remain unchanged.
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Show just the stars on front pageWorks exactly how I wanted. Thank you!
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] embed ratings in topic index on home pageI am also looking to do this.
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Show just the stars on front pageYes. I want no text anywhere. Just the stars showing up so people can vote or see what the rating is.
Let me know if you find anything!
Forum: Fixing WordPress
In reply to: Link to random post in Category<?php $randomPost = $wpdb->get_var("SELECT guid FROM $wpdb->posts WHERE post_type = 'post' AND post_status = 'publish' ORDER BY rand() LIMIT 1"); echo '<a href="'.$randomPost.'">BUTTON</a>'; ?>
Website link is https://www.CreepypastaIndex.com
Forum: Plugins
In reply to: [Custom Contact Forms] **Request** Formatting in E-mailI use Gmail so I’m pretty certain that it can read HTML emails. I also looked into the Saved Forms Submissions page and found that there’s no styling for the submissions in there either.
Thanks for taking your time to create this plugin btw ??
Forum: Plugins
In reply to: [Custom Contact Forms] Fields don't show??I have the same issue. This plugin is the worst in therms of usability..
I don’t even know how to add the forms I created to my actual ‘Contact Form’
Forum: Fixing WordPress
In reply to: Remove 'The' from alphabetical post listingsTried it and it didn’t work ??
Forum: Fixing WordPress
In reply to: Next Post Button by name?bump
Forum: Fixing WordPress
In reply to: Remove Custom Field Options@esmi Yeah I’ve got serveral posters on my website so they will all be able to see and use the Custom Fields in the Edit Page/Post section. The problem is that I want to remove the additional options they don’t need/don’t work anymore.