missing image in confluence 3.0.1 - confluence

I am using confluence 3.0.1 and have the problem that some images are not shown after logout. I remember there being a fix but cannot find anything despite extensive google searches.
Can someone please point me in the right direction?
Thanks.
Christian

I do not have an installation of Confluence 3.0.1 available, we use a more current version 3.4.9, but perhaps the things are similar.
I think the reason for your missing image is simple. Your profile image is stored in the people directory, and you don't have access to the people directory without login. So even if anonymous access is allowed in your personal wiki, the space logo is taken from the people directory, and there the anonymous user has no access.
There is no workaround known to that problem. Atlassian states that it is a feature, not a bug. See the issue https://jira.atlassian.com/browse/CONF-16626 for a similar case. In newer versions of confluence, a question mark is shown to indicate that a profile picture should exist, but is not shown. So it does not look anymore like a technical bug.

Related

Tiny_mce image list

I was using a very old tiny_mce (tiny_mce_gzip.js) that is no longer working after a php upgrade. I need to able to use the image selector via the 'external_image_list_url' but trying to find my way round the documentation it only refers to this in v3. Does it still exist in the latest version?
Thanks for any help.
Sorted!
Easy to find when you know where to look for it. I was searching the documentation for a phrase in my old version that is no longer used. "images_upload_url" seems to be the replacement for "external_image_list_url" (although the content of the file pointed to is slightly different).

How can I give my .vst3 plugin to someone else?

I developed a vst3 plug-in on my own with the sdk.
Now I would like to give it to a friend of mine. But I don't know how to give it to him.
I developed the plugin with the sdk, on Xcode. So my plug-in appears in VST_SDK/build/VST3/Debug with the name MyPlugin.vst3. When the plug-in is located here, Reaper and PremierePro are able to recognize it. (I told Reaper and premiere to scan this location).
But when I try to move my plug-in to the default location for this kind of plugin (/Library/Audio/Plug-ins/VST, which Reaper and Premiere recognise by default), The softwares aren't able to recognise my plugin anymore.
I'll try to be clear with my expectations.
I want to give my plugin to someone else. I thought I just had to give the .vst3 and put it in the good location, but it doesn't seem to work.
Maybe it is a license problem ? or maybe I have to give the whole sdk ?
Thanks for your answers
Ok. I found the problem. I don't really understand why if I move my .vst3 to /Library/Audio/Plugins/VST3 it isn't recognise, maybe it is a problem of access right. But in fact if I move it to User/MyUserName/Library/Audio/Plugins/VST3 it works perfectly fine !! I just couldn't see the existence of this repository, I didn't know that on Mac it is a hidden repository. So yeah for people with the same questions just move your .vst3 to this hidden User/blablaname/Library/Audio/Plugin/VST3 repository and it's perfect. –

Edit an another's plugin

I have a plugin's resource codes and I want to edit. Because I want to change plugin's prefix but it isn't possible unless edit plugin. I tried edit with Eclipse but I had a lot of errors.
If you have source codes of some plugins, there meight be a problem, that they are using some api for example WorldEdit api, but you don't have it added in your project. You have to look into code and find out what they use. Then download the api and add it in Build Path - Right Click the project->Build bath->add external Jars. I hope this will help.
You may be getting errors from imports, API's, etc.
The best way to change this is to contact the developer of the plugin, who has the project themselves. It's not a good idea to change code unless you have full permission; but I will still tell you some possible ways to fix it.
Your imports may be faulty, check those.
Actually REVIEW the code yourself– Don't mess around with things you don't know what they do.
CHANGE YOUR PACKAGE NAMES (This got me before, simple mistake)
If there are comments in the code, use those to your advantage
Google your errors.
If you are new to Java, don't skip to changing code already. TRUST ME. Learn all you can before skipping to other "higher level" developer styles.
Like I said, these are vague and simple ways to fix it; the best way to have your feature implemented is to contact the developer.
*I understand that this thread is old; I'm just saying this because there are currently no answers that describe this for other Google travelers of the internet.

What happened to Web.Authenticate.Facebook?

In previous versions of the authenticate package, there was something for Facebook authentication. Why does it not exist in the newer versions? Does it have to do with the fact that the Facebook API changed?
The code was superseded by the more comprehensive fb package. It was a mistake on my part to not mention this in the package description itself (you're not the first to get caught by this change). I've updated the cabal file and uploaded a new version to Hackage. Hopefully that will avoid further confusion.
It was removed in this commit. As for why, you'd have to ask Michael Snoyman himself; there's no issue corresponding to commit that I could find. I suspect the code had simply become outdated because of Facebook updates.
However, since Facebook support OAuth (and indeed this seems to be what the old code was based on), you may be able to use authenticate-oath, which contains the OAuth code that was split out from authenticate proper. (If this does work, then that may be why the Facebook-specific support was removed: it would be redundant to the generic OAuth code.)

Plugin Suggestions - Wordpress as a Membership Directory

I've been trying struggling over the last 2 weeks to find a viable way to configure a Wordpress installation as a membership directory that pulls information from user profiles (custom and default) and displays it in a presentable (possibly sortable) format.
Initially, something along the lines of the Sobi2 plugin for Joomla! was searched for, but to no avail. I stumbled on to a fairly straightforward blog entry on the subject, but it just seemed to list plugins without instructions on how to use them. see below.
http://www.cagintranet.com/archive/the-new-improved-way-to-turn-wordpress-27-into-a-membership-communit/
Any suggestions on decent plugins that can achieve what I'm looking for?
I'd like to avoid shelling out $175 for an enterprise plugin like aMember if possible.
#Nick
You must go with DirectoryPress if cost is not barrier. This is excellent Directory Plugin. Check below link...
http://directorypress.net/
If you're looking for Free Plugins then here are few of them...
http://wordpress.org/extend/plugins/business-directory-plugin/
http://wordpress.org/extend/plugins/connections/
http://wordpress.org/extend/plugins/wp-easy-business-directory-1/
check
http://wpclassipress.com/demo/ which is similar to Sobi2