LoganSix
Forum Replies Created
-
becca,
Sorry, I don’t think the 1.5 version will work with 1.2.2.
They both use plug-ins, but there are changes to the admin menus and the style sheets.I didn’t have any major problems upgrading to 1.5. However, I did delete all of my HTML files, except the config, and load the 1.5 files so it was almost a fresh install.
Forum: Plugins
In reply to: WordPress-People?Mark, thanks, but that wasn’t the problem.
The query text shown is from the error message and wasn’t 100% the same as the actual query. There was a hidden value in the form to kick off the query. Because the value was “None” and not “none”, the query wasn’t kicking off.Forum: Plugins
In reply to: WordPress-People?Sorry for the troubles, I mentioned that I needed people to test it first. It’s hard to test every possiblity, especially when I already have the tables setup.
I’ll checked the queries.
It was actually a typo in the instructions and a typo in the action command to create the table. Fixed. version 1.6.1 is zipped up and put on my site.Forum: Plugins
In reply to: WordPress-People?Thanks for finding these errors for me. ??
Okay, that error was in the error message part.
I put a new zip file up, it’s the same link as before.
The version of the plug-in should be 1.6 now.Again, thanks for finding these issues.
Forum: Plugins
In reply to: WordPress-People?if ($user_level < 7)
{
die("<div class=\"wrap\">
<h2>WP People</h2>
You do not have the proper access (Level " . $user_level . ") to edit the WP-People
database for this blog. <br>Ask for a promotion from your
blog admin</div>");
}
Try commenting out the above code in the wp-people-admin.php file. That should get you past the first error, so you can deactivate the plug-in. And then get the lastest files and activate the plug-in again.
Forum: Plugins
In reply to: WordPress-People?Okay, here’s the issue:
Since I put the plug-in information on both files, you probably tried to install the wrong file. So, you have to deactivate the plug-in. Update with the latest change and then reactivate the plug-in.If that doesn’t work, let me know. I’ll try to figure something out.
Forum: Plugins
In reply to: WordPress-People?Okay, lesson learned.
DON’T PUT THE PLUG-IN INFORMATION ON PAGES THAT DON’T NEED IT.New zip file uploaded on my forum. Should fix the activation issue.
Forum: Plugins
In reply to: WordPress-People?Okay. Don’t load this yet.
It’s causing a big error on activation.Forum: Plugins
In reply to: WordPress-People?AHH!! Big bug!!
Just realized what spirit892 was talking about. That’s an error on activation. I’ll have to check it out.
Forum: Plugins
In reply to: WordPress-People?You have to be level 7 or higher to add people.
You have to be level 10 in order to update the database.I’ll recheck the readme, but you don’t have to edit the menu.php anymore. I fixed it so it adds the menu option to the profile page automatically.
Forum: Plugins
In reply to: Parse for People PluginOkay. A little goofing around at work today.
Bad for the boss, good for you. I pretty much finished the plug-in.
I’m pretty happy with it. But, I need some people to test it out.Check out my forum to download the latest version of WP-People.
WP-PeopleForum: Plugins
In reply to: WordPress-People?Okay. A little goofing around at work today.
Bad for the boss, good for you. I pretty much finished the plug-in.
I’m pretty happy with it. But, I need some people to test it out.Check out my forum to download the latest version of WP-People.
WP-PeopleForum: Plugins
In reply to: WordPress-People?My plugin provides a pop-up screen with a bio, picture, and url for the person.
I plan on adding a ‘nickname’ feature so that you would type in a persons real name and the WP-People link shows the nickname.
Eventually I would like to combine this with the user profile, so someone can add their own bio and maybe the author’s link could be replaced by this.
Forum: Plugins
In reply to: WordPress-People?I have it has a plug-in, but haven’t released it yet.
I need to make a few more changes to make it work with WP 1.5.If you would like to test it out for me, I can send it to you.
Forum: Fixing WordPress
In reply to: Add short bio to wp_list_authors?I have a little hack called WP-People.
It display a bio, picture, and url.
I probably could see if I can integrate it into a page that lists the authors.Are you talking about the Author/User list on the admin screen?