goetree
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Customer Reviews] Here's a fix for multisite!Hi!
Sorry bluenote but I no idea. Maybe the updated version will help you. I only know how to get it working with SQL ??
Forum: Plugins
In reply to: [WP Customer Reviews] Here's a fix for multisite!Thank you so much!
The gibberish issue I was having didn’t really have anything to do with your code. It is only happening because I did not patch my database for every site I was running to make sure they were equipped for Custom Reviews; I only wanted your plugin on one of the maybe 10 sites I have on my install.
What I found after network activating, is that the sites that did not use multisite were showing the hcard information by default, and to keep that from showing up I had to go to that site’s dashboard and go through the settings and set hcard to Never for each site that I was not using the plugin on. Otherwise, I believe the default option is to show hcard always on every page, or something to that notion. This isn’t something you should worry about fixing now that you have support for multisite, because it is assumed that if someone has activated the plugin they intend to use it and will be in the settings shortly to rectify it to do what it needs to do.
This could also be a loading issue (most likely is). I was in a panic when I first saw my hcard information show up on one site because it was a site I setup as a portfolio for freelancing companies and they will ban you if you have any contact information on them. So I didn’t wait around to notice if it stayed there after the page finished loading, I rushed through to turn hcard off on all of my sites that weren’t using it. It seems most likely to me in retrospect, that the site I witnessed this on, just had so many other javascript and styles going that it didn’t get a chance to hide the hcard information – maybe it loads the CSS that hides the information AFTER everything else on my site.
Anyway, I hope that helps you figure out what I’m talking about, but really I don’t see any reason you should be worried about it as it is not a bug and doesn’t not affect anything unless maybe it shows for a few seconds while the page loads; should not bother anyone.
Thanks so much for the new release! i will go check it out but ask here anyway so I don’t have to come back later; Do you have instructions for how I would upgrade without losing my reviews I’ve input? Especially in light of how mine is setup in the first place? If so, that’d be great. If you’ve already answered this somewhere obvious on your install page don’t bother to answer me here, I will find it in a minute anyway. ??
Forum: Plugins
In reply to: [WP Customer Reviews] Here's a fix for multisite!Hey!
@bluenote;
Sorry if this is confusing. You have to change the code and ALSO move the SQL over. This is to make room in the database for the plugin to run – because multisite is setup differently in the database than a regular wordpress install – names like wp_foo are wp_1_foo — something like that. Basically, without updating the database, the plugin has nowhere to store its files.See if it works after you update the database, you have to make sure that you change your site number on the table name before you run it. If you have multiple sites you are using it on, you have to do this step for EACH site that you want to use it on, changing the number on the database to that site number each time.
Another thing I have noticed is that if you are using multisite and have made use of extra sites (and have more than one) and you do NOT want to use the reviews app for each site, you will have to manually go into each site created in the dashboard and alter the custom reviews settings so that it does NOT show the hcard information. Otherwise, it will spout random jibberish onto your site that will show while it is loading in some cases.
Please hurry and make us a solution!! Another thing I’d like to ask for on any future releases is the ability to change the formatting of the additional fields. This can be as simple as wrapping them in a div with an id. But I haven’t gotten around to digging through the PHP to do this myself yet, so itd be great to have it in future updates, as it looks a little weird when you use all the fields, see?