ternstyle
Forum Replies Created
-
@jrf, the shortcode bug is fixed as of plugin version 3.5.3.
Forum: Plugins
In reply to: [Members List Plugin] Data autoresetWhat version of WordPress are you using?
Forum: Plugins
In reply to: [Members List Plugin] Output adding additional markupradiojingles,
Please email me directly. matthew@ternstyle.us
Once a list has been created you can add a user to one or more lists by editing their profile.
Forum: Plugins
In reply to: [Members List Plugin] Output adding additional markupThe plugin is set up to bring the date in from YouTube that the video was published. Where are you seeing Jan 1, 1970? In the admin or front-end?
Do you receive any errors from the plugin? Have you tried any of the reset buttons?
Forum: Plugins
In reply to: [Members List Plugin] Output adding additional markupI don’t see any extra divs in your screenshot. There is one <div> added which encases all the users meta info.
Forum: Hacks
In reply to: Question about readme.txt contents showing up in the plugin directoryI am having an issue similar to this with both my “Members List” plugin and “Automatic YouTube Video Posts” plugin.
http://wordpress.org/extend/plugins/members-list/
http://wordpress.org/extend/plugins/automatic-youtube-video-posts/Forum: Plugins
In reply to: [Members List Plugin] Cannot get to work – members-listHave you tried using the shortcode?:
The latest 20 are imported automatically.
This plugin does not offer a widget.
If you click the “Import all videos” button on the “Import Videos” page of the plugin do you get an error?
If so, read here:
http://wordpress.org/support/topic/plugin-automatic-youtube-video-posts-plugin-there-is-an-import-currently-taking-place-please-try-again-laterYou’re sure that new posts were posted to YouTube? Also, sometimes it takes time before YouTube puts freshly uploaded videos in the channel’s XML feeds.
In an attempt to prevent duplicate posts (which happen when two or more people visit the site at the same time and initiate two or more imports of the same videos), a script was created that set a database value specifying that an import is taking place. If you wish to reset that value you can do so by altering the plugin’s
is_importingvalue in thetern_wp_youtubefield in thewp_optionstable of your WordPress database.Find a portion of the
tern_wp_youtubefield that looks like this:"is_importing";s:10:"03e9eb1727"The random characters
(03e9eb1727)will be different in your database. This is just an example. Anyway, set that part of the value to look like this:"is_importing";s:1:"0"Then you’ll be able to begin importing again.
I’m sure I can help. Does it say what file and line in the file is causing the error?
My pagination class has a line specifying not to load the class if another class entitled pagination exists:
if(!class_exists('pagination')) {I’m guessing it’s not that. However if the other plugin does have that class there is still a conflict.