Confluence links view permission - user-permissions

I'm using Confluence 4.1.4 and want links to spaces and pages to be visible to anybody, even if the user hasn't got view permission for the target.
This is the code:
<ac:link><ri:space ri:space-key="FOO" /><ac:plain-text-link-body>Bar</ac:plain-text-link-body></ac:link>
The user won't see "Bar" but only FOO. IMHO it would be even better not to display the link at all.
Is there a workaround that displays the page title (without using an exotic plugin).

In Confluence 4.3 the text of the links (e.g. page title) is visible for users who
doesn't have view permission for the target.
I don't know in which version this introduces.

The (ugly) workaround in our case is to treat the links as external links.

Related

Phabricator Wiki (Phriction) page without menus

We want to create a "what's new" page in Phriction, as we can seamlessly link with the issues and other help articles.
However, we also want to display this web page in our Qt application (when it detects a new version is available for download). But in that particular case it would be nice to just have a plain vanilla page without all phabricator menus etc.
Is that possible?
You could link to the print version of the page, or build your own page via conduit. There are no "skins" for Phriction.

Plone - embed the content of an internal link in a page

I have a list of pages that have to appear in different places of my Plone. If I use an internal link, I see an HTML link in the page but instead of that I would like to see the embedded content of the linked page.
I've tried to install some link plugins (Smart Link, vs.alias...) but I'm not able to find the solution.
I'm using Plone 4.3.
I don't know any Plone Plugin, which satisfy your requirement.
A long time ago i wrote this small js to show internal links in a popup using Plone's prepOverlay.
In this case you can put a popup custom CSS class on the internal link with TinyMCE.
It simply shows the content area of the given URL.
$(function(){
jq('a.popup').prepOverlay({
subtype:'ajax',
urlmatch:'$',urlreplace:' #content > *'
});
});
I guess this is a good starting point for your own implementation.
You could think of a criterion like location, contenttype, etc., to distinct, which articles should be picked (in worst case use collective.flag), then fetch them with a collection, to give you the links as a resultlist, and set its view to all_content, a nice feature, introduced in the Plone-4 series.

how can i remove the social bookmark plugin using html or javascript

sory guys, click the first link you will see the image i been mark by red, after you click the second link, you will see the arrow.
1) http://s261.beta.photobucket.com/user/minaekoz/media/satu.png.html
2) http://s261.beta.photobucket.com/user/minaekoz/media/satua.png.html
Question :
That is social bookmarking site i use to promote my blog but i want to remove the plugin after somebody click that link in the first image.
how can i remove that plugin in the second image after user click the link at the first image?
*sory if my english so bad
I'm not sure how your page is embedded, I guess it's done using frames or an iframe? This would be important to know, but you'll most likely be able to use some javascript code like this (called in some element's onload event (e.g. <body>):
if (window.top != window.self)
window.top.location.replace(window.self.location.href);
I think you can add it through using a custom BlogSpot template or maybe with some of the widgets as well.
Probably you can't. That social bookmarking site will probably open your website in an IFRAME, and therefore, clicks in your page cause IFRAME navigation, and not browser navigation.
Since your site, and the IFRAME site are different, the javascript in your site cannot access the DOM (Document Object Model) in the other site because SOP (Same Origin Policy).
You can disallow that your website run in IFRAMEs by using the X-Frame-Options http header though, but I would leave it like that.
Cheers.

Drupal Content changes to Plain text on Cron run

I add content to an article (either administrator or as content user) and I save the changes as Full HTML or Filtered HTML.
Once I run CRON,the article is marked updated and when I preview it i see plain text instead of HTML.Some sort of over writing is taking place which I am unable to figure out.Earlier I thought it was a problem with the webform module but it is not.I tried disabling the modules one by one but was not able to detect the problem.
Do you check your content under the same user ? I can hardly believe it's a time related issue. It seems more like a rights problem. Do all the relevant roles have access to the input filter Full HTML ?

How Can Wordpress Easily Provide A Voting and Commenting View For 5 Page Layout Possibilities?

Right now, when I create a media item, I can view it as admin by going through the Media then clicking on view, eventually I end up at [mysite]/blog/?attachment_id=31 which is a nice reduced version of the image (which can be clicked to appear large), and which has the nice feature that there is a place to leave comments at the bottom.
This is great for administrators. But I want anonymous users to be able to look at 5 different, fairly similar images, and make comments on the pages separately. So I'd like for the anonymous users who navigate to [mysite]/blog/?attachment_id=31 to find the same page the way it looks to admins.
But when going to that URL as an anonymous user instead of the image with comment form I get:
Sorry, no posts matched your criteria
So, how can I enable this permission for anonymous users?
If this is not possible, please rephrase the question as, "What is the best way to use Wordpress to get a bunch of anonymous people to vote on 5 different layouts and also to be able to comment on each of them separately, as I am trying to do at http://christian-filipina.com/blog/ ? (None of these are public URLs, please don't link to them.)
Do I need to create a page for each of those separate layouts and then use HTML to link to the variously-sized versions of the images?
When adding an image to the post make sure that "attachment page" is checked instead of "image file" This should fix your problem. See: http://codex.wordpress.org/Using_Image_and_File_Attachments

Resources