How to put an anchor to particular portion of another page in confluence? - confluence

When I've multiple pages in confluence how can I cross link pages ? I mean link to a purticular portion in another page like anchoring Text
eg: I have two pages, Index page and Book detail page. I need to link Comments in Index page to Comments in Book detail page.
Index page
1) Book Details
* Introduction
* Comments //this should goto Comments in Book details page.
2) Other page
* ....
Book Detail Page
* Introduction
...
* Comments
...
I can see the link option under + button. How to tell to visit "Comments" ?

Following is the one way i figured out.
First create anchor target.
Put cursor where we need anchor target.
Click "+" ("Goto Insert mode contents")
Click Other macros and choose anchor.
Type "Achor name" and click "Save" .
To link to that anchor
Choose Links under "+" then click "Advanced"
Type "Page Title#Anchor Name"

Related

LibreOffice Writer 7.2.7.2 page style change affects earlier page styles

I am using LibreOffice Writer 7.2.7.2.(x64).
I create a new blank document, and insert a page break, giving me two pages.
I go to the header of the first page, then press F-11 to open Styles, then go to Page Styles. Then I double-click "First Page". The first page's header takes on the style "Header (First Page)", as expected.
Then I go to the header of the second page, and from Page Styles, double click "Left page". At this point, the second page's header style now says "Header (default page style)", and the style for the first page now says "Header (Left
Page)".
Why does changing the header style for page 2 affect page 1? (And how is anyone supposed to control styles if you can't tell what page you are going to be affecting?)
I have searched diligently for some explanation of how page styles work, read the LibO chapter on controlling page styles, and cannot grasp how setting a style for a later page could/should affect earlier pages. Is there any explanation for this incredibly frustrating behavior? Thank you.
I was able to reproduce your problem. The solution is as follows:
Setup the "First Page" header as you described.
Now, right-click on the "First Page" style, then select "Modify..."
On the Organizer tab, change the Next style field to "Left Page"
Now when you go to page 2, it should automatically be set to "Left Page" style. When you go to page 3, it should automatically be set to "Right Page"
Through this experience, my understanding is that the "First Page" style has set that the Next style to be "Default Page Style". By modifying the next style, you are properly chaining what the next style should be.
Why you encountered the problem when you simply click "Left Page" style on page 2? My guess is, the default system assumes odd page to be Left Page, so it overwrote the first page as Left Page. But this is just my guess.

CMS Made Simple Link

I would like to set up links though my site to make it easier to type long urls to external sites, How would I set up CMS Made Simple to link from one internal URL to a exteral one IE mydomain.com/fb to facebook.com/mycompany/ ?
In your (V1.x) admin area, try:
Content > Pages > Add new content
Content type: Redirecting link
Options tab:
Page alias: "fb"
If you don't want it to show in menu untick "Show in menu"
Main tab:
Fill in title and menu
In URL: "facebook.com/mycompany/"
That should do it.
To redirect to an external URL (or even content within your domain that is not managed by CMSMS), you can use the Content Type "Redirecting Link".
Since maidbloke already covered CMSMS 1.x, I'll cover CMSMS 2.x.
Creating the Redirecting Link
Start at the CMSMS admin area's "Home" page (the default page loaded in the admin area).
Under the "Content" item, click the "Content Manager" subitem. You could also, instead, open the "Content" menu on the left by clicking "Content" in the left hand menu, and then click the "Content Manager" subitem.
Click "Add New Content" in the upper left of the Content Manager area.
In the "Main" tab, change the Content Type to "Redirecting Link".
Fill in the "Title" field.
Fill in the "URL" field (something like "https://www.facebook.com/mycompany" without quotes).
Click on the "Navigation" tab.
Fill in the "Menu Text" field.
If you don't want the link to show in your menus, uncheck the "Show in Menu" option.
If you set the "Title" to something other than "fb"...
Click on the "Options" tab.
Fill in the "Alias" field with "fb".
At the top of this page, click the "Submit" button to save your new content.
Now the redirecting link is set up! Next, we'll cover how to use it.
Using the Redirecting Link
There are a few ways you can use it.
Without MicroTiny
If you're not using MicroTiny or some other WYSIWYG editor:
A. You can use raw HTML:
Our Facebook Page
Our Facebook Page
Our Facebook Page
Our Facebook Page
B. You can use the cms_selflink tag:
{cms_selflink page="fb" text="Our Facebook Page"}
You can still use this method from within MicroTiny as well.
With MicroTiny
If you're using MicroTiny:
C. You can insert a CMSMS page link:
Click the "Insert" menu.
Click "Link to CMSMS Page".
Fill out the "Enter Page title" field with the value you used when you created the Redirecting Link (Creating the Redirecting Link, Step 5).
Fill out the "Text to display" field.
Click the "Ok" button.
There is also a button in MicroTiny toolbar that can be used to replace steps 1 and 2.
D. You can insert a regular link:
Click the "Insert" menu.
Click "Insert/edit link".
Fill in the "Url" field, probably with one of the URLs shown in option A.
Fill in the "Text to display" field.
Fill in the "Title" field.
Click the "Ok" button.
There is also a button in MicroTiny toolbar that can be used to replace steps 1 and 2. You could also press the Control and K keys together to insert a regular link.

Concrete 5 summary detail page

The solution is probably not unique to Concrete5 CMS, but I need to build a page with a list of items. Each item would link to a detail page of that item showing a full text description.
Each item on the initial summary page would have the first few lines of the detail page description and a "more" link.
Does anyone know how I could go about doing this in C5?
This is a very common thing to do with Concrete5, and there is a built-in block to handle it -- it's called "Page List".
Note that out-of-the-box, this block doesn't show the first few lines of each page's content, but rather shows the "description" field as entered when creating the page (or editing the page's properties). But I have a free addon available in the marketplace called "Page List Teasers" -- http://www.concrete5.org/marketplace/addons/page-list-teasers -- which adds this functionality to the built-in Page List block.
You can also check out the blog views of the page list - they show how to display an area from another page with all the content blocks they contain, and how to display attributes. You could make a rich text attribute called description then display that as you loop through the list of pages.

Hyperlink to Eclipse editor page

I am trying to write an editor for a particular type of file in Eclipse which has multiple pages, just like the PDE editor.
How do I get a hyperlink in the main Overview page to point at one of the individual pages?
I've got the hyperlink drawn but I don't know how to link it to the actual page so that when a user clicks it, the page view changes.
Any ideas?
Follow this recipe:
Create the main page and all the sub pages
Add links
Add HyperlinkAdapter to the links using link.addHyperlinkListener()
In linkActivated() you can switch the page with formEditor.setActivePage(...)

Timeline & iFrame

Can anybody guide about how
does the new FB timeline incorporate the iframe for its pages.
Or is there any new stuffs coming in to replace these stufs?
The way you create and display your iFrame will be the same, except for a size change.
The new iFrame will be 810px wide, instead of 520px - existing tabs (apps) that are set to 520px will just be centered on the page, so they aren't "broken." Giving us 290 extra pixels is great!
You can no longer set a tab as "default landing page". Instead, users always see the main Timeline view and have to actively click through to custom apps.
To edit which apps you display, click the drop-down icon to the right of the tiles, click the ‘+’ button to import your custom apps, and then hover over them and click the pencil to swap them around.
If you have a contest or something on a tab which you would have wanted set as the "default landing page", you can create a post on your page which has a few sentences advertising such, with a link to the tab. You can then "pin" this post to the top of your page, so it will be the first thing users read. "Pinning" and "starring" on your Page act exactly like they do on your personal timeline.
Here's a good explanation of all changes