Gregg
Forum Replies Created
-
Understood and thank you. Much appreciated. I’ve sent a note to the webhost.
I just tried v1.3.6 and my site crashed – same error. WordPress v4.7 , PHP Version 5.4.45
Hi Cais,
Never mind. The issue isn’t with NextGen. It’s installed but not being used.Sorry ’bout that.
Yes. We’re having the same issue. Stuck on the last photo in the carousel.
Forum: Hacks
In reply to: How to make plugin activation optional on multisite installI figured it out. I was looking for a variable or way to give the menu scope by using a special function. The answer is much easier. I used this:
if (get_current_blog_id() <= 1 ) { All of the plugin processing code goes here. }All of the plugin code within if statement is ignored if the condition is not met. In my case, I wanted the plugin to be live only on the first subsite and not the rest so I used the blog_id for that subsite.
Forum: Hacks
In reply to: PHP or JSON to pull data between sites?Thanks for the clarification bcworkz. I knew if I tried hard enough I could make it more complicated than it needed to be. 🙂
Forum: Hacks
In reply to: PHP or JSON to pull data between sites?Reading up on JSON more and came across the documentation that says JSON would be the preferred method.
Which leads me to questions. If I understand the documentation correct, it seems like I would need to use cURL to query the source site for data using HTTP GET requests. Wouldn’t this create more overhead than a direct query to the database via PHP?
Suggestion: On the Network Setup page, you might want to give the user an option to ignore certain web properties. Example, we have a multi-site setup that has two defunct web properties but they show up in the list.
ROFL. Sometimes it pays to be late. 🙂
Thanks!
Thanks Alin,
I’ve been away on vacation and am just now getting situated. I’ll download and test the beta later this week. Thanks again!G
Hi Alin,
Thanks for the reply. How long is a while? Our window of opportunity closes Aug 1. Can do before then?G
That would be great Alin but do you have a timeline for completing that project?
I tried clearing the authorization but they still show up. These are in the error log – not the property selection. Is there a way to clear the log?
I have several “Accounts” under one GA User. Then each of the Accounts can have up to 10 “Properties”. We have 55 Properties in total and each one needs access to it’s own GA on the dashboard. I’m wondering if I need to create more accounts or Google users and split the Accounts between the users?
Odd – In the error log I see a bunch of properties that no longer exist in my GA account. Are they cached somehow?