one3rdnerd
Forum Replies Created
-
I noticed the images added to the rich text box on the author profiles using this plugin has added ../wp-content/ and thus doesnt find the images anymore. Is there a way I can force this to take the definitive image url instead of using ../ to try and find them relatively?
Forum: Plugins
In reply to: [WP Customer Reviews] Manually inserting the php into a page template?Come on guys, a template tag themes could use in their loop like on archive page teasers etc to show latest review star rating or aggregate would be awesome for theme development.
Cheers
Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] Small feature requestOne approach is to use css to hide it for now? I think this is worthwhile as an option because people who set this system up are going to bulk accept / submit old testimonials and not want them to show the date. Maybe editing the submission date would be another worthy addition.
I would be willing to make a donation for the following two features to be added…
A template tag – This would allow me to use it in my theme in custom places, main reason I would like to see this is for hooking it into custom templates in use on custom post types like a product post type. Example – Making it work with WPEC.
A h-review aggregate, I read some discussion this was in, and then that it wasnt, so I am really not sure.
Cheers
Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] Aggregate scoresI think this is an essential feature. I thought it already did this 🙁
Hopefully there will be an update soon, if this is added and a template tag I would be willing to donate.
I removed the date with css, but its not ideal.
I definitely think control over the date would be important so google and other sites dont see all your reviews as published on the same day.
One point I have to add to this, is that while the above adds support, it doesnt automatically output the review on your page or post if your using a custom template, which WPEC of course does.
Does this plugin provide a template tag we can use like
<?php echo wp_customer_reviews_tag ?>
To hook it into a custom template?
Thanks, I look forward to your reply, if the above is not yet configured, what part should I copy and paste to my custom template? Love the plugin and I am preparing to blog about it on a pretty big authority site, but having that covered would really help in making it an awesome article.
Hi elronino,
If your still interested in this, I would hold tight for the new release of WPEC.
I am using the 3.8 RC4.
The difference is the new version uses custom post types and runs off a lot more of the work done by wordpress. This means I have been able to pretty easily add the wp customer review to my wpec products.
If you look at line 104 of the admin.js in the customer reviews plugin and copy the second line and paste it below, then look for the word “post” and change it to “wpsc-product” hit save, update, and go to add a new product and voila,I am pretty sure thats all there is too it.
I think a great addition to customer reviews would be an option on the dash which looks to see if you have any custom post types setup and if so displays them with a check box so you can add support to them from the admin. Shoulnt be too tricky.
I have also hacked wpec to take thesis custom meta, and scribe SEO. 🙂 Good luck.
Does styling include the ability for the plugin to float images right, it looks quite ugly when you have a page on wp with the image floated right, and go to print to pdf and it floats left and looks weird with the text.
Forum: Plugins
In reply to: Contact Form 7 Input Fields Values as PHP Get-ViarablesGood call Skoskie, however what if the field is already hidden? have you played much with custom meta boxes yet?
Casemon is secretive huh
Id like to do the same Jonas. Anyone?
Forum: Plugins
In reply to: Contact Form 7 Input Fields Values as PHP Get-ViarablesHi Dibbit, I wanted to do the same but cannot get this to work. Do you paste that code directly after? or instead of? Im unsure. Thanks.
Also I like the idea of being able to use a custom field to control the TO: field of the contact form, so I can have contact form 1 in my template file and set the agents email on a post for post basis using the custom meta box I create. Any ideas?