Add image to news module

Hi,
I have created a site using muse that is hosted on Business Catalyst (webmarketing+).
I have created and formatted the news module using the tutorialon Adobe TV and its working perfectly but I'm just wondering how to add images / pdf downloads to news items. Like which folders to upload to etc.
Hopefully there is a way to do this that is client friendly, as this was one of the reasons we chose business catalyst.
Thanks in advance.
Tina

thanks Liam.
If I upload the photos to the images folder will they be overwridden if I re-publish the website in muse?
Also is there a way of embedding a youtube video here?

Similar Messages

  • Want to add new module in the existing Landscape

    Hi Friends,
    We have ECC 6.0 running with HCM and Finance, and this is for Phase I and it rolled out successfully last June, now we are going to add Merchandising for Phase II in the existing landscape.
    My question is we have in our DEV Systems we have Client 100,200,300 and 500. and in Quality the same and one client in Production.,
    Since we are going to add Merchandising in Phase II do we use the same existing clients in dev and qa or we need to have a seperate client in dev and qa,
    But end of the day we will have only one client in Prod.
    Please let me know we need to use different client or existing clients for realization.
    Thanks in advance
    Sathish

    Hi,
    I observe 4 clients in development, possibly my guess would be playpen, golden client, development and unit testing.
    For a new implementation I would preferably use another client for the project or use the existing clients based on impact to production support to current landscape.
    The clients in QA can be kept same to understand how the new changes integrate with the current landscape and if changes impact the current environment. This would ensure that any problems are fixed before transports are moved to production.
    I have assumed a 3 system landscape but there are many possibilities where you can have a separate project landscape for this new module implementation to ensure no impact to production support team.
    If your project can afford new servers then suggest buying two servers one with a copy of your development and another with a copy of production(project test system). This was you would start with all new developments happening in current landscape and also would be tested with a current copy of production data.
    Cheers Sam

  • How to make a news module?

    Hello,
    I'd like to add a news module to the website I'm making and I've really got no clue about how to do this... so if anyone could point me in the right direction, that'd be great!
    What I'd like is:
    A news column on my Home page. The news would appear with a time stamp and the content would be truncated.
    Example:
    2009-06-11: User group meeting in London
    The annual group meeting this year was held in...
    2009-04-09: New model release
    The version 4.2 of the software AAA is...
    The user could click on each news on the Home page and be redirected to the full article, hosted on the News page. All recent articles would be listed there, with full content, images, etc.
    Ideally, in order to keep the News page to a decent size, "old" news would "automatically" be moved somewhere else, either another page (News Archives) or something else (?).
    So far, I only know (a bit of) HTML and CSS, the rest is still a total mystery to me.
    I'd be grateful for any comment on this!
    Emilie

    I think you can accomplish what you need with an RSS Feed.
    How to Create an RSS Feed with Notepad, a Web Server and a Beer - the beer
    is  optional :-)
    http://www.downes.ca/cgi-bin/page.cgi?post=56
    RSS  Specifications - everything you need to know about RSS:
    http://www.rss-specifications.com/display-rss.htm
    FeedForAll  - feed generating software for win/mac:
    http://www.feedforall.com/
    Feed Roll - javascript generator for including news feeds in  websites:
    http://www.feedroll.com/rssviewer/
    Google  Ajax feedfetcher - requires you to have a Google API key#
    http://www.dynamicdrive.com/dynamicindex18/gajaxrssdisplayer.htm
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • How do i add images in the header and footer to a PDF using iText

    Hi ,
    I want to add images to the header and footer of every page while i am genrating a pdf i have created a separate class called EndPage which i am instanceiating its default constructor in another class 's button action method.
    The above code genrates a PDF for me however it genrates a file with file size zero bytes and does not open it following is my sample code
    //**********Any Help would be appreciated
    Thank You
    public class My_Class
    public String pdf_action()
    EndPage ep=new EndPage();
    return null;
    }//My_class Ends
    class EndPage extends PdfPageEventHelper
    * Demonstrates the use of PageEvents.
    * @param args no arguments needed
    public EndPage()
    try {
    com.lowagie.text.Document document = new Document(PageSize.A4, 50, 50, 70, 70);
    PdfWriter writer = PdfWriter.getInstance(document, new FileOutputStream("D://proposals/endpage.pdf"));
    writer.setPageEvent(new EndPage());
    document.open();
    String text = "Lots of text. ";
    for (int k = 0; k < 10; ++k)
    text += text;
    document.add(new Paragraph(text));
    document.close();
    catch (Exception de) {
    de.printStackTrace();
    public void onEndPage(PdfWriter writer, Document document) {
    try {
    Rectangle page = document.getPageSize();
    PdfPTable head = new PdfPTable(3);
    for (int k = 1; k <= 6; ++k)
    head.addCell("head " + k);
    head.setTotalWidth(page.width() - document.leftMargin() - document.rightMargin());
    head.writeSelectedRows(0, -1, document.leftMargin(), page.height() - document.topMargin() + head.getTotalHeight(),
    writer.getDirectContent());
    PdfPTable foot = new PdfPTable(3);
    for (int k = 1; k <= 6; ++k)
    foot.addCell("foot " + k);
    foot.setTotalWidth(page.width() - document.leftMargin() - document.rightMargin());
    foot.writeSelectedRows(0, -1, document.leftMargin(), document.bottomMargin(),
    writer.getDirectContent());
    catch (Exception e) {
    throw new ExceptionConverter(e);
    }

    Hi,
    Thanks for the quick response.
    The problem is that when I keep the logo as a watermark, the pdf is not adjusting itself to include the logo as header.
    But if I add a header text via Tools -> Headers and Footers, the pdf is adjusting itself so that the header text is at the beginning , not overlapping with the contents of pdf.
    But while using logo as watermark, some times overlapping of the pdf contents and logo is happening.
    Is there any way to add a logo in the Header and Footer via the option in Tools -> Headers and Footers
    Thanks,
    Vidhya

  • How to uncheck "Add as a new version to existing files" inside the "Add a document" dialog

    I am working on a publishing site collection using the enterprise wiki template. Currently when users want to insert an image inside the rich text editor, they will be prompted with the following:-
    And if the user insert a picture that already exists then it will replace the existing one, which might cause the picture to be displayed inside a Wiki page which it does not belong to !!
    So is there a way to do any of the following:-
    Give the new picture a unique auto generated name?
    To un-check the   “Add as a new version to existing files” by default?
    Or to always prevent replacing images, as this can cause many conflicts !!
    Can anyone advice ?please?

    You can do it using below script
    http://webcache.googleusercontent.com/search?q=cache:51tmEQHanZoJ:vegardstromsoy.blogspot.com/2011/05/jquery-to-override-sharepoint-ootb.html+&cd=4&hl=en&ct=clnk&gl=in
    $(document).ready(function() {
        if (document.title ==
    "Upload Document") {
            $("input[id$='OverwriteSingle']").attr("checked",false);
            $("input[id$='OverwriteMultiple']").attr("checked",false);
    http://hansiandy.wordpress.com/2010/10/19/sharepoint-20072010-tips-uncheck-add-as-a-new-version-to-existing-files-checkbox-on-upload-aspx-in-moss-2007sharepoint-2010/
    If this helped you resolve your issue, please mark it Answered
    but where i should add the following jQuery :-
    $(document).ready(function() {
    if (document.title == "Upload Document") {
    $("input[id$='OverwriteSingle']").attr("checked",false);
    $("input[id$='OverwriteMultiple']").attr("checked",false);
    inside the master page or insdie the upload.aspx page ?

  • How can I add image files to a executable jar file ?

    Could you tell me how can I add image files to executable jar file ?
    package structure:
    ../com/Main.class
    ../images/..

    Please don't cross post, and read this
    http://forum.java.sun.com/thread.jsp?forum=31&thread=271751
    I've answered the question in the New To Java thread.

  • How to add image in ejb web service

    Hello Community,
    I am writing web service to create a PDF file using itext API. In PDF file i want to add an image.
    Can someone please tell that , how can i add image(jpeg, png , etc.) to an ejb web service?
    Thanks in advance
    Regards,
    Dishant Chawla

    Hi,
    Please check the below code which i used to add image to the header using iText . Similarly you can add image directly to the document also as a element.
    Adding image as Header:
    httpServletRequest = request.getServletRequest();
    domainURL=httpServletRequest.getScheme()+"://"+httpServletRequest.getServerName();
    imgLogo=domainURL+request.getWebResourcePath()+"/images/XXXX.jpg";
    image =Image.getInstance(imgLogo);
    image.scalePercent(22);// As per you need
    chunk = new Chunk(image, 0, -20);
    HeaderFooter header_pdf = new HeaderFooter(new Phrase(chunk), false); // here i have added image as header
    header_pdf.disableBorderSide(0);
    header_pdf.setAlignment(Element.ALIGN_CENTER);
    header_pdf.setBorder(0);
    document.setHeader(header_pdf);
    (or)
    Adding Image a Element:
    httpServletRequest = request.getServletRequest();
    domainURL=httpServletRequest.getScheme()+"://"+httpServletRequest.getServerName();
    imgLogo=domainURL+request.getWebResourcePath()+"/images/XXXX.jpg";
    image =Image.getInstance(imgLogo);
    image.scalePercent(22);
    document.add(image);
    Java IText: Image | tutorials.jenkov.com
    Regards,
    Srinivasan V

  • Can't add images to announcements in SharePoint-hosted app in Office 365

    I tried something very simple:
    Create a new SharePoint-hosted app
    Add a new list to the app, based on the Announcements template
    Deploy the app to my Dev site on Office 365
    When I now add a new item (aka a new announcement) and try to add an image to the Body field, I encounter two errors (depending on whether I try to add an image from my Computer or from SharePoint)
    Adding from my computer gives me an unexpected error:
    Adding from SharePoint shows me a structure of all the apps in my hostweb, but no way to upload an image either to the hostweb or the appweb:
    Is it not possible to add images to a Rich Text field in a list in an app?

    Hi Rene,
    For inserting any image from you computer to you App web, you need to create a separate picture library in your app web manually i.e. in your SharePoint hosted app add a new list item, under list settings window choose "create a list instance
    base on existing list template" and in the drop down select
    picture library. Now deploy the app and try again.
    Generally when we insert any image from our computer to a SharePoint rich text field, the image gets upload in one of the document libraries, but this option is not available in the newly created app web, as it doesn't contains any separate library..
    For you next error, make sure that in the app manifest you are providing
    read access on the web, this will resolve you second problem.
    Hope it helps you.....

  • Role of Apps DBA in Implementing New Module

    Hi Friends,
    Supposing a company has a running smooth production system of EBS 11i. With modules
    FINANCIALS(GL,AR,AP,FA,CM) in it. Then the Company want to add another module HR system. Is an Apps DBA needed in the scenario? or only the SysAdmin and Functional
    Consultant only.
    What is the role of an AppsDBA in implementing a new module?
    Thank a lot

    It is the responsibility of both the System Administrator and the Apps DBA. If you need to change the status of HR module to fully installed, then you need to change the status from shared to fully installed (in case it is shared). You will also need to run DataInstall and apply hrglobal.drv driver using adpatch.
    For more details, refer to:
    Note: 374915.1 - HRMS PATCH INSTALL FAQ
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=374915.1
    Note: 175846.1 - How to find the latest version of hrglobal.drv on Metalink
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=175846.1

  • Add image in sap

    How to add imange in SAP.
    I use one T-Code smw0 then select Binery data for webRFC application.
    Then Click on Find then Click on Execute (f8)
    Then Click on create in  SAP Web repository . It ask Object name and Descreption.
    Here i type  test and Descreption also test.Then Click on Import.
    Then i select .jpg file . Then It give messege.........
    Object can only be created in SAP package????????
    How I can add image in my SAP.
    Thanks
    RAJ

    Hello Raj,
    Please find the procedure below:
    Changing the splash screen on the main menu can add some pizzazz to the otherwise boring screen. It can also be changed easily on a regular basis. For production systems a company logo and/or company mission statement might be appropriate. Here are the instructions:
    First, in transaction SMW0 (SAP Web Repository), select "Binary data for WebRFC applications. The logo must be in a .gif format. From this transaction, create a new object, then choose to IMPORT. You must then specify the path to the .gif object you have saved, and select the option to TRANSFER.
    Then, maintain table SSM_CUST via SM30. Change the field START_IMAGE to the name of the object you created in SMW0.
    u can also refer to link http://searchsap.techtarget.com/tip/0,289483,sid21_gci810811,00.html for more info.
    Hope it helps
    Rohit

  • Install new module

    Hai all,
    R 12.1.3 on Linux 64 bit with DB 11.2.0.3 . How do I install/add  a new module in the upgrade instance R 12.1.3 from R11 ?
    TIA

    Pl identify which module you want to add. Typically, you would use OAM License Manager - Oracle E-Business Suite System Administrator's Guide - Maintenance
    HTH
    Srini

  • Add Image to an Applet

    How do I add an image to an applet (along with other components:button, choice etc)? Sample code would be appreciated. I do not see any component to add image.
    Thanks.

    If you are using one of the getImage methods, they don't wait around for the image to load; they return immediately. So we use a MediaTracker to block program execution until the image is completely loaded. This is older java technology and will work in older versions of java. If you are using j2se 1.4+ then you can use the ImageIO class for loading an image.
    /*  <applet code="AppletImage" width="400" height="400"></applet>
    *  use: >appletviewer AppletImage.java
    import java.applet.Applet;
    import java.awt.*;
    import java.awt.event.*;
    import java.net.*;
    public class AppletImage extends Applet
        public void init()
            Button button = new Button("Button");
            Choice choice = new Choice();
            choice.add("item 1");
            choice.add("item 2");
            Panel north = new Panel();
            north.add(button);
            north.add(choice);
            TextField tf = new TextField("text field", 12);
            Panel fieldPanel = new Panel();
            fieldPanel.add(tf);
            ScrollPane scrollPane = new ScrollPane();
            scrollPane.add(new AppletImagePanel());
            Panel panel = new Panel(new BorderLayout());
            panel.add(scrollPane);
            panel.add(fieldPanel, "South");
            setLayout(new BorderLayout());
            add(north, "North");
            add(panel);
        public static void main(String[] args)
            Applet applet = new AppletImage();
            Frame f = new Frame();
            f.addWindowListener(new WindowAdapter()
                public void windowClosing(WindowEvent e)
                    System.exit(0);
            f.add(applet);
            f.setSize(400,400);
            f.setLocation(200,200);
            applet.init();
            applet.start();
            f.setVisible(true);
    class AppletImagePanel extends Panel
        Image image;
        public AppletImagePanel()
            loadImage();
        public void paint(Graphics g)
            super.paint(g);
            int w = getWidth();
            int h = getHeight();
            int imageWidth = image.getWidth(this);
            int imageHeight = image.getHeight(this);
            int x = (w - imageWidth)/2;
            int y = (h - imageHeight)/2;
            g.drawImage(image, x, y, this);
        public Dimension getPreferredSize()
            return new Dimension(image.getWidth(this), image.getHeight(this));
        private void loadImage()
            String fileName = "images/owls.jpg";
            MediaTracker tracker = new MediaTracker(this);
            URL url = getClass().getResource(fileName);
            image = Toolkit.getDefaultToolkit().getImage(url);
            tracker.addImage(image, 0);
            try
                tracker.waitForID(0);
            catch(InterruptedException ie)
                System.err.println("interrupt: " + ie.getMessage());
    }

  • Can't open images in new tabs.

    Using middle mouse or right clicking the image and selecting open in new tab asks if I want to open the image with some program or save the image. If I select firefox and try opening the image with it, the image is downloaded into my temp folder creating a blank download tab and then another tab is created when firefox opens the image from the folder (even the image address is the address of my temp folder and not the image url). I just want to open images in new tabs.
    I should note that this does not happen with all images and I can't figure out why it sometimes happens and sometimes it doesn't.

    There are a list of options when I right click on an image. Many of the ones you have described are options in the list of this image. Some web pages have links associated with the images that you can click on, therefore the option to only open the image location url is not always consistent.
    "Copy image location" and pasting it into a new window is consistent, but adds an extra step. It is also possible to customize shortcuts and make one that behaves the way you want it with [https://addons.mozilla.org/en-US/firefox/addon/customizable-shortcuts/ Customizable shortcuts add on]

  • Add images dynamically

    Hello eperts,
                        can any one tell me how to add images dynamically in webdynpro. i had loaded the image in mime,and inside the method wdmodifyview i had written the coding ,
    data: lr_image      type ref to cl_wd_image.
    data: lr_container  type ref to cl_wd_transparent_container.
    data: lr_flow_data       type ref to cl_wd_flow_data.
        lr_container ?= view->get_element( 'ROOTUIELEMENTCONTAINER' ).
        lr_image = cl_wd_image=>new_image( source = 'new.jpg'l view = view ).
        lr_flow_data = cl_wd_flow_data=>new_flow_data( element = lr_image ).
        lr_container->add_child( lr_image ).
    where 'new.jpg' is my mime object name.
    what other steps i have to follow to get the image while running.... thanks in advance.

    hi,
    if you want, you can modify the layout, just using your coding:
    lr_container->set_layout_data(lr_flow_data).
    In addition, make sure that your JPG is the MIME object of this WD component, otherwise, you should add "WD name" as the prefix of JPG's name..
    Best wishes.

  • RE: how to add attributes in graphical modulator in segment builder .

    Hi Gurus,
    can you please help me how to add attributes in graphical modulator in segment builder in sap CRM 7.0 WEB-UI.
    thanks and regards
    satyanarayana
    Edited by: koradasatya on Oct 27, 2011 8:14 PM

    Hi Gurus,
    thanks for your reply my requirement from client is given below if you could answer this it will be a great help for me.
    WKSC needs to be able to make selections (in segment builder) with the possibilities to use stored data on organizations. The information we are missing in Segment builder (SB) (and Account search for industrycode) are Industrycode (we want to see values not codes) and responsible salesrep (values not codes).
    These variables together with regions and other marketing attributes is crucial for us. Without it we cannot use the functionality built.
    We also need it so that we can extract smaller parts of our customers and prospects and update them with information from the thirdparty or adding new persons to them.
    Everyone using the SB should be able to use the fields for selections. i.e. Marketers, marketing managers and power users.
    Example
    We would like to make selections that could look like this.
    Region: A and B
    Organization in Industrycode C
    Sales rep: D, E, and F
    Turnover: above 50000
    CP on selected orgs
    CP has title G or H
    CP has Email not blank
    thanks and regards
    satya

Maybe you are looking for

  • How can i reinstall my old computer and install photshop on my newcomputer?

    I Have a new computer and i want to re-install Photoshop on my old computer so i can install it on my new computer. How can i do that? i have an account for Photoshop and Lightroom 2014, robert

  • Record screen captures smaller than the screen size of my captivate tutorial

    Hello, I'm fairly new to captivate, but what I want to do I thought was very simple. I'm using the Record feature to record screen captures navigating applications, but when I use them in the captivate tutorial I'm creating, I don't want them to show

  • Photoshop VERY slow when Microsoft Word is open

    Photoshop is slowing down to a crawl as soon as I open up microsoft word. Even if it's a blank document. Any ideas? My computer is decently powerful. 3GB RAM, 70GB scratch disk for photoshop and 2GB allocated to photoshop...??!?!? It's really fast wh

  • I can not start SAP system

    I have problem about starting SAP system. I executed stopsap  command. After that I rebooted the HPUX system. And I try to execute startsap command.System gives me message below. brckxits:bxdadm 22> startsap Checking ORC Database ABAP Database is not

  • Control Bar

    Not sure of terminology here. I am referring to the "properties bar", containing brush sizes, feathering control, and other properties of the currently selected editing tool.This bar is currently floating but I cannot find the way to move it. It over