Site Studio Page Element for a photo/pic

Hi,
I am trying to develope a UCM website using Jdev Site Studio.
I have to create a user profile page. The page should have photo, introduction, interests and contact details.
I have created a region definition with 3 WYSWYG elements for introduction, interests and contact details. But I am not sure
what element to use for photo. An example or some sample code which uses some site studio element for photo will be helpful.
Thanks
Mahendra

Mahendra,
I believe you can use either WYSIWYG or IMAGE ONLY elements. Check the tutorial available at the link mentioned in this thread: Site studio 11g  -  tutorial - Contribution mode prompts for userid / pass
Jiri

Similar Messages

  • Migrating Site Studio pages to 11g

    We are in the middle of an upgrade from 10gR3 to 11g, and I am trying to get our Site Studio sites working in the new environment. The Sites were originally developed in 751 and migrated up to 10gR3 in 2009. The problem is that many of the pages are now throwing JavaScript errors and not working as a result.
    When I dig into the source of the pages in error, I foundnd a reference to idcBundle.js that not longer exists in 11g. I think this script defined a lot of the functions used in base.js, such as idc.schema and idc.string. I have replaced the reference to idcBundle.js with bundle.js, and that appears to have resolved some of my issues, but I am still getting some errors in base.js with references to idc.schema ("idc.schema is not defined").
    I have been back over the doco a couple of times and found very little on this subject. Does anyone have any ideas or suggestion on this?
    Please note that I didn't develop the sites initially, so I don't know why the original developer used these scripts in the first place. I just have to get them working in 11g. Any input is greatfully received.
    Thanks,
    Alec

    Hi Remmer ,
    I tested this using the following scenario :
    1. Create a Site and set it to Secure public group
    2. Launch this site , it will show the login screen - checked tracing and it shows to redirect to GET /adfAuthentication?login=true
    and redirects to GET /cs/login/login.htm
    3. Enter the credentials - POST /cs/login/j_security_check is called and the parameters are passed as :
    j_character_encoding=UTF-8&j_username=weblogic&j_password=welcome1
    4. This again redirects to GET /adfAuthentication?login=true which in turn (if authentication is successful ) redirects to http://hostname:port/<Site>/index.htm
    So I believe this should work in your case :
    <input type="hidden" name="RedirectUrl" value="/OurSite/index.htm"/>
    Basically the current form code need to be re-designed and using the above urls / login authentication params will need to test with Redirect part .
    Create a new form and test , update this post how it works .
    We can take it forward accordingly .
    Thanks,
    Srinath
    Edited by: Srinath Menon on Jan 22, 2013 8:23 AM

  • Addition of extra Space issue in site studio text element

    Hi,
    we have implemented WCM for our website. We are in webcenter PS3 version.
    At places where we have used text element for titles of various sections,
    if we append one extra space and save it, it displays as   in front end.
    When we remove the space, it does not clear. But if we cut and paste once the word once again it is perfect.
    Is there any solution to trim that space when it is displayed at front end. Please suggest.
    Regards,
    Bhaskar

    enclose your text element with strTrimWs.
    Removes spaces from the beginning and end of a string.

  • How do you reduce the number of pages designated for a Photo Book? I have iPhoto 11 and OS X Lion.

    I have been putting together a photo book.  The program is not as intuitive as I had hoped and I have spent hours trying to fit my photos into the spaces they provide, but I am sticking to it.  My problem is that I have been told by the program I have 54 pages but I don't need that many pages to get the pictures I want included.  How do I delete some of the pages?  Thank you for any hlep.
    SCSilverfox

    Thank you LarryHN.  So easy---  Just impossible when you don't know what buttons to push. 
    May I ask another question?  Is it possible to add pictures to the cache of pictures to be added to the photo book without deleting the book and starting over?  I have an album of pictures that I put together (60 years of pictures) and I am using that album as the selection of pictures to put in the book.  I am having so much trouble fitting in the pictures I have selected in the spaces and sizes that pop up as available to me and there are so many more pictures I have that I now wish I had added to my album choices.  I tried adding pictures to the source album but they don't seem to show up when I select pictures for the book.

  • Site Studio Error Handler for virtuals folder URLs

    Hi Experts,
    we have a ErrorHandler section in sitestudio to handle 404 URLs. It is working fine for site URLs.
    My question is .. would it be worked for virtual folder URLs.
    IF we have a vitual folder structure like this - /abc/xyz/ and this folder has one file say "abc.html"...
    http://server/siteid/abc/xyz/abc.html - It works fine .....
    I user typed any wrong URL like
    http://server/siteid/abc/xyz/abcdefgh.html
    would it be handled by Sitestudio ErrorHandler ???

    This is the mapping from my first post:
    <instance-name>/webdav-test/newsletters/ <!--$cgipath-->?IdcService=GET_FILE&dDocName=<!--$suffix-->&allowInterrupt=1&RevisionSelectionMethod=LatestReleased&Rendition=web&noSaveAs=1
    The only change is I added <instance-name> to mine at the begining (if I don't it won't work because I didn't feel like adding webdav-test as prefix in my apache).
    Then I run it like this:
    http://www.example.com/<instance-name>/webdav-test/newsletters/000001
    Notice that I put contentId as in 000001, not xyz.htm because it won't work (xyz.htm is not a valid dDocName). This works perfectly fine for me.
    I'm guessing in your case it'd run: http://www.example.com/webdav-test/newsletters/000001, you'll have to give the contentId instead of the actual name of the file for that.
    Cheers

  • Site Studio - Custom Elements

    Hi,
    i have cloned ss_docname_form_link.
    I have successfully added dDoctitle, but any reference to custom metadata fields (e.g. xComments) fails.
    Any suggestions?
    Dave Martin

    Hi,
    an extract of the code is below, I have extended the points where dDocName is being used to add dDocTitle and xComments throughout the code.
    if (WCM.IsValid(returnValue) && WCM.IsValid(returnValue.docUrl))
                        var link = returnValue.docUrl || '';
                        var dDocName = returnValue.dDocName || '';
                        var dDocTitle = returnValue.dDocTitle || '';                    
                        var xComments = returnValue.xComments || '';
                        Custom.SetInputValue( link, dDocName, dDocTitle, dDocAuthor, xComments);
                        link = $ID('input-value').value;
                        link = Custom.GetDisplayValue( link );
                        $ID('display-value').value = link;
    Regards, Dave

  • Metadata values not showing in Site Studio layout using Idoc Script

    Hi All,
    We have a SS layout (secondary) with replaceable regions for showing content that is listed in a primary page dynamic list.
    Part of the layout shows contribution elements of Contributor Data File content items, but part of layout also shows metadata values. We use <!--$DOC_INFO.dDocTitle--> to show the content item Title with no problems.
    However, for some content items, some metadata values are not showing on the layout - specifically a custom metadata field called xFinishDate (which is of type 'Date' in Config Man). The code <!--$DOC_INFO.xFinishDate--> simply does not work (nothing is displayed) for some content items, despite definitely having a set FinishDate value. Some other content items show this value fine.
    The <!--$DOC_INFO.dDocTitle--> value works for ALL items, but the <!--$DOC_INFO.xFinishDate--> does not, and there appears to be no difference between the items that it does, and does not work for. They are all CDF, same DocType, same CheckIn profile, etc.
    The non-working items are all released and indexed. Their Content Information in Content Server shows complete metadata. I have resubmitted the non-working items for reconversion in Repo Man but no luck.
    Is there something I am missing? Any help is greatly appreciated.
    Luke.

    Actually the default DOC_INFO resultset that is on the page seems to be for the content item being loaded into the secondary layout's replaceable regions. This is why DOC_INFO.dDocTitle gives the results expected.
    However, I think I have discovered why the xFinishDate value was not showing. Using sapan's code (and modifying it a bit) I was able to print out all the metadata field names and values for default DOC_INFO resultset.
    Using this URL as an example: http://www.bond.edu.au/about-bond/jobs-at-bond/BD3_011217
    At the top of page region (replaceable) where the Contributor Data File is loaded into, the DOC_INFO resultset is relevant to the content item that is being loaded into the layout (content ID: BD3_011217 - as per the URL format), which is what we want.
    However, throughout the Contributor Data File content, if a link is made using the Site Studio link wizard via FCK Editor (in the above case, it is the position description link, which is a link to a PDF) and the link is 'Link to a file' and the 'Choose Target section' is selected as 'Use default website section metadata', the resulting link looks like "http://www.bond.edu.au/about-bond/jobs-at-bond/BD3_011216". Any references to the DOC_INFO resultset on the page after the instance of this link now use the metadata of the content item referred to in the link, not the original content item. I have dumped out the DOC_INFO fields/values in different parts of the layout to prove this. The linked content item has no xFinishDate value so this is why nothing displays (displaying xFinishDate needs to happen after the link to the position description).
    I guess I need to either:
    - change the way the link is made to the content item to "Link to the Content Item's URL", but I would prefer not to expose the resulting path e.g. "[!--$HttpRelativeWebRoot--]groups/group-name/@account-name/documents/content-type/content-id.pdf"
    - explicitly make a resultset using <!--$executeService("SS_GET_SEARCH_RESULTS")--> with the content ID I know I want and use it instead of the default DOC_INFO one. Is there any other way to make a resultset comprising of a single item's metadata?
    9.45 SS_GET_SEARCH_RESULTS
    ■ Description: This is a wrapper around the regular CS GET_SEARCH_RESULTS
    service. It allows some Site Studio features to be specified simply as flags and have
    the real query syntax be constructed on the server. It can modify the standard
    'SearchResults' resultset to contain an additional column called 'ssUrl' which will
    contain the Site Studio-friendly url for all of the search results.
    ■ Parameters:
    – siteId: the unique identifier of the site (required).
    – ssLimitScope: True/False, restricting scope to within the site only (optional).
    – ssUserSearchText: user-supplied search text (optional).
    – ssWebsiteObjectType: object type (optional).
    – computeFriendlyUrls: True/False, modify results to include ssUrl (optional).
    ■ Returns: resultset named ’Search Results’.
    ■ Security: The user must have at write access to at least one security group on the
    content server
    Thanks to everyone for their help. Almost there!
    Edited by: lukeb2112 on 18/01/2010 17:30

  • Site Studio and it's uses

    Ok so I was questioned about making a web page accessing UCM data for the end user, and I was wondering if Site Studio is the proper approach to tackle this kind of request. I was reading up on some materal on it and it seemed the right way to go, I just wanted to be sure before I commit to idea like that.

    With all respect
    making a web page accessing UCM data for the end useris hardly enough to decide which way to go.
    You can
    - use UCM's web GUI
    - create a site via Site Studio or SSXA
    - use a portal technology and expose UCM's portlets
    - create your own web application and get content from UCM via services or RIDC calls
    Site Studio is mainly for creation of sites, where site's documents (pages, images, multimedia, but also CSSs, templates or fragments) are stored in UCM. Site Studio's sites also support contribution mode where authorized users may modify content of the site directly in the WYSIWYG mode, or management mode, where site managers may add new site's sections, re-organize pages, etc. Is this something close to your requirements?

  • Selecting pictures for Online Photo Processing Centers other than Kodak

    How can I select photos for printing in Elements for online photo processing sites other than Kodak? Is there a simple way to do this in the Organizer? The online photo sites usually give me only a thumbnail view of the picture and I can't tell which is best.
    The way I've been doing it is tagging photos in Elements as favorites, and then tabbing back and forth between Elements (to view the pictures) and online site (to find the name). There has to be a better way to do this!

    Choose your photos in the organizer and export them to a folder on your desktop, then upload from there.

  • Logout implementation using Site Studio

    Hi,
    I just wanted to know if the logout functionality of UCM has been implemented using site studio and if yes, how to go about it. We are currently using the logout component that is present in UCM. However, the problem is, that the usage of that component requires you to add a registry entry in IE, to allow this to work. This isnt something that can be done on all machines and is hence not a feasible solution. So I was wondering if there's any other way that this can be implemented. Suggestions please?!
    Thanks.

    Is there a way to use Fragments or do I need to get a developer to write me non-Stellent code? Well, you need to get yourself a developer to write a fragment. And - dependet on what you want to do - maybe some Content Server customizaitons like custom services.
    Imho though it is not a good idea to use Site Studio as a web application plattform. A simple form is fine but if it gets more than that, you should consider writing a jsp or hcsp and check it in to the content server. This jsp or hcsp can still use your fragments and your html layout so that it does not look different from the Site Studio pages. Then you can link this script to a section in your Site Studio web site hierachy and by doing so include this dynamic part into your web site.
    Another approach for when you really need to do a lot of application stuff is to write the applications in another Java web app - not checked in to the Content Server - and use CIS to pull content from the Content Server. Or Web Services.

  • Links I get for a photo-sharing website open correctly in IE but not in Firefox 35.0, which goes to the right site but the wrong page. Previous Fox was fine.

    In the past, clicking on the link in Thunderbird opened the page at shutterfly.com correctly in FF (default browser). Now it goes
    straight to one of the options for the photos that the link referred to.
    Copy & paste the link directly into FF gives the same dud result - whereas IE opens it perfectly.
    I have also tried disabling Adblockplus and my various plug-ins.

    guigs2 - I've tried that but no joy. In fact, the about:config was set to user
    defined, so I reset it to default as advised and tried the link again. No change.
    jayelbe - Somehow I don't think the sender of the link would like having his
    Shutterfly page floating around the place, even if its in a good cause. Sorry!
    You could, of course, set up a Shutterfly account (its free), upload a pic and
    share it with whoever - the invite to share is sent direct from the site.
    Regards, Crimble

  • WinXP: Resize pic for digital photo frame with PS Elements

    PS Elements 5
    Preloading a small memory card for a photo frame to be given for holiday gift. Not familiar with these frames.
    This Digital Photo Frame is a 16x9 aspect, 800x480 pixels.
    In PS Elements, I crop each pic to 16" x 9"
    Then resize photo to 800 pixel width, constraining proportions it sets the height at 450 pixels, resolution 72 pixels/in. Seems I am wasting the frame real estate.
    Change the crop tool for 15" x 9"
    Then resize photo to 800 pixel width, constraining proportions it sets the height at 480 pixels, resolution 72 pixels/in.
    Each photo comes to ~ 400k.
    Questions:
    Which above crop/resize/resolution is best? or alternate?
    Will the frame make use of the 400k pics, or should I reduce quality to something less?

    <[email protected]> wrote in message <br />news:[email protected]..<br />>I would enter 800 px by 480 px in the crop tool, lets you crop and resize <br />>in one step. Then you would probably need to save it as a jpg to use in the <br />>frame. Adjust the compression to get the size/quality trade off that works <br />>for you. Using save for web makes it easy to see the effects of different <br />>compressions.<br />><br />> The resolution doesn't matter. The frame will display your 800x480 pixels <br />> at its native resolution.

  • I need to use silverlight for a photo processing site.  it shows i have downloaded, but it won't go past the page for install now

    I need to use Silverlight by microsoft for a photo processing website.  When I go onto the website and click install, it goes thru all the motions and shows downloaded, but their website keeps telling me to install now.  What do I need to do next

    You won't be able to.  You will need to acquire a special copy.  See the following:
    Error: Activation Server Unavailable | CS2, Acrobat 7, Audition 3 -
    http://helpx.adobe.com/x-productkb/policy-pricing/creative-suite-2-activation-end-life.htm l

  • I photo pics are in album, but need to upload from add item page on etsy.  Cannot find where the pics are in my computer.  I did put a name on each one.  What is the best way to save an individual pic to be able to find it on the computer so as to upload?

    I have an online etsy shop.  There is a page on which to list a new item to be added to one's shop.  When it is time to upload the pic or pics, I cannot find them,eventhough each has a name and all are in an i photo album.  On my old computer I would "save as" and then could find it easily in my computer.  In the new mac I just got, I cannot easily find the pic when trying to upload.  Could you tell me an easy way to save each pic so that I can find it for uploads to that site?  Thanks in advance. OS is Snow Leopard. Whatever i photo came with that would be the product I am using.

    The following is from a post by Terence Devlin on accessing photos for use outside of iPhoto.  It's the definitive treatise on the subject.
    There are many, many ways to access your files in iPhoto:
    You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Command-Click for selecting multiple pics.
    (Note the above illustration is not a Finder Window. It's the dialogue you get when you go File -> Open)
    You can access the Library from the New Message Window in Mail:
    There's a similar option in Outlook and many, many other apps.
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    If you want to access the files with iPhoto not running: 
    For users of 10.6 and later:
    You can download a free Services component from MacOSXAutomation   which will give you access to the iPhoto Library from your Services Menu. Using the Services Preference Pane you can even create a keyboard shortcut for it.
    For Users of 10.4 and 10.5
    Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    1. Drag and Drop: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. File -> Export: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3.Show File:
    a. On iPhoto 09 and earlier:  Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected. 
    b. On iPhoto 11 and later: Select one of the affected photos in the iPhoto Window and go File -> Reveal in Finder -> Original. A Finder window will pop open with the file already selected. 

  • Hidden Assets like element definition, region definition from site studio designer

    Hi Experts,
    I am facing problem in Site Studio Designer, I have created a new Website and Created Page Template and when i tried to create the site assets like element definition, region definition, region templates. It's visible and when i refresh the list or change the list from element definition to region definition and again open the tab of element definition, the definition list removes or hide from the list in Site Studio Designer and when i check the content server for the same region definitions, element definitions all are present in content server but hides from site studio designer. Can any one please help me out resolve this issue i am unable to edit any assets.
    Thanks,
    Vijay

    First, the Override Editor CSS is ONLY used to change the CSS for the contributor editor. For instance, if you have a div tag that encompasses the entire website and specify it to be center-aligned, everything within your WYSIWYG editor will be center-aligned too (not ideal). So you could, for instance, use the Override Editor CSS to have the same div class that overrides the text within the contributor to be left-aligned.
    As far as not being able to apply the CSS, I'm not too sure. You should at least be able to create a completely blank HCSP layout page, and see that no classes are available (because there is no CSS on the page). When you have a CSS, I've found that the classes loaded aren't always necessarily the ones that are in the CSS. My recommendation is to select "Allow selected classes", ONLY use the "additional classes", and type in the classes you want to show up in the CSS WYSIWYG dropdown. That's the only way I've gotten it to work.

Maybe you are looking for

  • Is that possible to report score from a selected set of questions in a quiz?

    Hi I am new to Captivate and SCORM. I've been reading the forum discussions and Lilybirl's blog, and learned a lot in the past few days. I wish someone could help me with this too: We hope to design a course within a single captivate project which al

  • Change of apple ID details for updating

    When I initially setup my PC I registered it with an apple account which it prompts for when wanting to update software and also apps, I would now like to change this to use a different account. How do I go about it?

  • Bad Board?

    OK as of yesterday my cpu just shuts off.  There is no specific length of time it will stay up but roughly about 30 minutes. I tested a brand new PSU same result 850w, previous PSU was 650w I had 4x1gb sticks of memory.  I took 3 out and tested using

  • Best way to store big amount of data

    Hi, i need to store a big amount of data, written in a txt its size is almost 12 mg, anyway it depends on the computer it runs, beacause what i want to store is all the shared files in a computer. Which is the best way to store it? Array string? text

  • Maxdb not starting after recovery - hung

    Hi all, We have NW2004s and Maxdb on linux _86 system. SP update terminated due to space requirement for db. I restored the db from back up and it went into restart mode. took a long time so cancelled it and tried starting the db using "startdb", but