signpostmarv
Forum Replies Created
-
Forum: Plugins
In reply to: [Metaverse ID] [Plugin: Metaverse ID] So… where do I set it up at?This wasn’t a fix, it was part of the debuging process.
If you put the var_dump() in then go to /wp-admin/, you should see the user level be dumped in various places of the admin dashboard as shown in this image
Forum: Plugins
In reply to: [Metaverse ID] [Plugin: Metaverse ID] So… where do I set it up at?This seems a little odd, since the error message is generated by WordPress, not MV-ID.
If you go to line 631 in /metaverse-id/mv-id.php, and change
public static function admin_actions() { global $user_level; get_currentuserinfo(); if($user_level >= 1)
To the following:
public static function admin_actions() { global $user_level; get_currentuserinfo(); var_dump($user_level); if($user_level >= 1)
You should see the user level of your account get dumped into the page output (even on the error page). On my local install, this gets displayed as
string(2) "10"
From the code you may be able to tell that if the user level is greater than 1, the page gets added to the menu. Tell me what the output indicates the user level to be, but don’t forget to change the PHP script back afterwards.
Forum: Plugins
In reply to: [Metaverse ID] [Plugin: Metaverse ID] So… where do I set it up at?Oh, and if you were having problems with the Widgets, I’ve just fixed those as of version 1.2
Forum: Plugins
In reply to: [Metaverse ID] [Plugin: Metaverse ID] So… where do I set it up at?When the plugin has been successfully activated, a link is added to the Users menu which provides access to the page from which you add your identities from.
It points to /wp-admin/users.php?page=mv-id
Does that resolve the problem ?
Forum: Plugins
In reply to: Mac and Ctrl-S PluginI think the behaviour I coded in was for it to save as draft before publish, and update after.
Since the “expected behaviour” stuff isn’t Mac-specific, would you care to create a separate but more detailed post featuring what you’d like to see changed ?
Forum: Plugins
In reply to: Mac and Ctrl-S PluginVersion 1.0.1 includes the changes necessary to support the Cmd key on Macs, please verify ??
Forum: Plugins
In reply to: Mac and Ctrl-S PluginGood thing I have a G3 to play with. I’ll get away testing now ??
Forum: Plugins
In reply to: [Plugin: Metaverse ID] Unable to manage IDsDon’t forget to mark the problem as resolved ??
Forum: Plugins
In reply to: [Plugin: Metaverse ID] How to use?Screenshot ?
Forum: Plugins
In reply to: [Plugin: Metaverse ID] How to use?In the select box containing the list of supported metaverses in wp-admin/users.php?page=mv-id , hovering over each entry in the drop-down list will display a tooltip that advises you on what information needs to be entered in order to have a profile displayed.
Forum: Plugins
In reply to: [Plugin: Metaverse ID] Parse errorI don’t plan to, since the plugin uses aspects of PHP only found in PHP5.
If your webhost is refusing to upgrade to PHP5, I’d advise moving away from them to another one, since PHP4 is effectively obsolete.
Forum: Plugins
In reply to: [Plugin: Metaverse ID] Parse errorWhat version of PHP are you running ?
The plugin itself requires PHP5 https://www.ads-software.com/extend/plugins/metaverse-id/other_notes/
Forum: Plugins
In reply to: [Plugin: Metaverse ID] Unable to manage IDsDoes the user you’re logged in as when trying to access the manage page have admin perms ?
Forum: Plugins
In reply to: [Plugin: Metaverse ID] Second LifeSince multiple IDs can be added simultaneously, having the plugin fetch web pages or poke APIs while the MV-IDs are being stored would unnecessarily slow the page down.
You should find that if an MV-ID isn’t cached in the database, the checkbox in the “update” column should be checked (as shown in screenshot 3: https://www.ads-software.com/extend/plugins/metaverse-id/screenshot-3.png ).
If forcing an update doesn’t work, let me know here and I’ll advance the schedule for implementing the error reporting code.
Forum: Plugins
In reply to: [Plugin: Metaverse ID] curl_setopt_array errordon’t forget to mark the topic as resolved! ??