ternstyle
Forum Replies Created
-
@primdisco, it looks like the function the_content which is used in multiple places on your pages. This function is filtered by the plugin and the video is added.
As opposed to the author you’ve chosen in the settings?
Does your theme have any lightbox technology installed?
That’s a weird issue. First I’ve heard it. You are redirected to YouTube itself when viewing a post for an imported video?
Do you by chance change the category the posts are in?
Forum: Plugins
In reply to: [Event Page Plugin] [Plugin: Event Page Plugin] Fix for empty %value%Thanks for the fix. The newest version of the plugin should fix this issue. My apologies to everyone for not getting to this sooner.
Forum: Plugins
In reply to: [Members List Plugin] [Plugin: Members List Plugin]@luetkemj, Can you add some screenshots of the configuration of the list in question as well as the short code you’re using to render that list? Any links would help as well.
Forum: Plugins
In reply to: [Members List Plugin] [Plugin: Members List Plugin] Adding user post countYou could do this if you store the post count in the wp_usermeta table. You’d need to create an additional profile field that is saved into that table.
Or you could create a custom script that counts the posts. You’d need to alter the plugin itself though to accomplish this.
Forum: Plugins
In reply to: [Members List Plugin] [Plugin: Members List Plugin]What version of the plugin, WordPress are you using? Do you have any javascript errors? Are there other plugins installed?
Forum: Plugins
In reply to: [Plugin: Members List Plugin]What version of the plugin, WordPress are you using? Do you have any javascript errors? Are there other plugins installed?
Forum: Plugins
In reply to: [Members List Plugin] [Plugin: Members List Plugin]This may be a sorting issue. If your members are sorted initially by last name and some of your members do not have last names filled out, those members will not be listed. Try changing the sort field in the settings to “registration date” and remove any fields from the sort fields that your members don’t fill out.
Simply do not specify a list in your short code and the plugin will display a master list of all your users.
THis should answer your question:
http://forum.ternstyle.us/topic2-members-list-plugin-and-cimy-user-extra-fields.htmlForum: Plugins
In reply to: [Members List Plugin] [Plugin: Members List Plugin] not workingThis may be a sorting issue. If your members are sorted initially by last name and none of your members have last names filled out, no members will be listed. Try changing the sort field in the settings to “registration date” and remove any fields from the sort fields that your members don’t fill out.