Milan Dinić
Forum Replies Created
-
Forum: Plugins
In reply to: [Nav Menu Images] Can't set featured imageI’ve updated a plugin to use new media views in WordPress 3.5+ so I guess this is not an issue anymore.
Forum: Plugins
In reply to: [Nav Menu Images] Thumbnail option doesn't workIt displays full size only because it’s assumed that you don’t want to do display just any image here, and that those images are prepared before uploading.
I don’t have any plan to add such an option because I don’t see a need for it.
Forum: Plugins
In reply to: [Keyring] [Plugin: Keyring] ContributionSo, can we say now that it’s probably safe to use it as a base for other plugins?
(Oh, and where is wp.com in list of supported services? :))
Although I don’t know is this cause in other cases, I’ve found a bug that is preventing fetching of tweets in my case.
Problem is that Twitter Tools doesn’t have it’s own cron job, and is instead relying on Social’s cron job, which in turn doesn’t run always but only when option to automatically fetch new comments is selected in Social. (see
Social::check_system_cron()andSocial_Controller_Settings::action_index())This means that if you have choose not to fetch comments (like I did, since I use Social only for Twitter Tools), tweets will never be automatically fetched.
Solution is to have built in cron job for Twitter Tools that will run always when plugin is active.
Forum: Plugins
In reply to: [Social] Please add Google Plus and LinkedIn(wrong topic, uh)
Forum: Plugins
In reply to: [Social] Please add Google Plus and LinkedInGoogle+ doesn’t have open API that enables posting from third party tools so I think that it’s not possible to implement this.
(Note: I’m not affiliated with plugin’s developers)
Forum: Plugins
In reply to: [Nav Menu Images] Menu DescriptionsI’m glad you like it. Look over at a tutorial I wrote, although it doesn’t have exact example you are asking for, it has examples that use both menu titles and descriptions alongside image.
It should be enough for you, I believe.
I’ve just migrated one multisite installation and it worked except for tables
$wpdb->blogsand$wpdb->site(plus one usermeta field) where URLs didn’t have protocol and since this plugin searches for whole URL those fields weren’t changed.So, value in those fields was
example.combut setup suggests URLhttp://example.comwhich means that plugin won’t even look at those fields since they don’t match search criteria.I suggest that plugin takes into account domain name and not just whole URL since this will affect fields that don’t use protocol for any type of installation, not just multisite.
Removing protocol from setup form isn’t best idea since someone might want to change protocol of the URL, from HTTP to HTTPS or vice versa.
Forum: Plugins
In reply to: [bbPress Digest] Auto opt inI need members to be automatically subscribed to digests when they sign up, can you point me in the direction of the code I need to edit please?
How would that work? Would all members be subscribed without option of unsubscribing, or only new members, or something else?
Also where I can edit the email it sends as it should say “These topics have been active in the last 7 days:”
Since this is grammar error (I’m not a native English speaker, obviously), I will make this change in a plugin for everyone. If you see any other grammar or spelling error, please send it.
Forum: Plugins
In reply to: [bbPress Digest] [Plugin: bbPress Digest] One week optionI’ve answered to this question on my blog.
Forum: Plugins
In reply to: [bbPress Digest] [Plugin: bbPress Digest] User Username Instead of Real NameI’m not aware of any link that these plugin generates that uses user’s name or username.
If problem still exists, please give me more detailed explanation of issue.
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Subscribe2 ImprovementsThis ticket holds a patch that moves translation loading to init. More over there.
I need more details, URL where it’s happening and email address. If you are concerned about sharing those information publicly, you can send them to me privately.
True, http://www.artiss.co.uk/ does have www but http://artiss.co.uk/sandbox/ doesn’t. Those too are different sites.
And you found what’s going on. In your settings, you chose to use address without www. This means that WordPress will generate all URLs without www. But this link has www prefix.
So if you go to the same page but without www, everything works as expected.