Using a second blog for a testimonials page

Hi,
I'm building a site for someone who will be purchasing the webMarketing hosting plan so I won't have access to any webApps. To get around this problem, I've created a second blog to be used to manage testimonials. I've created a page and have inserted the following module tag:
        {module_blogpostlist,12775,3 template="/ModuleTemplates/Testimonials/testimonials-list-alt.tpl"}
The above references the testimonials blog with an ID of 12775 and it points to a custom list layout. When I test though by loading the html page, it shows the default list layout used for blogs under Module Templates and not my custom one.
I just wondered if anyone could tell me if it's actually possible to use an alternate list and detail layout for a second blog?
Thanks in advance.

Hi,
I've implemented this and a little video gallery as well using the blogs. Just make sure you are referencing the correct template file and that it's extension is .tpl and not html. You can see a live example here. Testimonials
Here is a copy of the code I used with pagination as well. You will need this to get the pagination working.
jPages
        <script>
  /* when document is ready */
  $(function() {
    /* initiate plugin */
    $("div.holder").jPages({
      containerID: "itemContainer",
   perPage: 4
  </script>
HTML
<div class="holder">
        </div>
        <ul id="itemContainer">
            {module_blogpostlist,12460,100 template="/ModuleTemplates/WebApps/Testimonials/testimonials-test.tpl"}
        </ul>
        <hr />
        <div class="holder">
Hope this helps

Similar Messages

  • How to use the second display for installation OS in my vertical lines iMac

    My 17" iMac display is full of vertical lines, it is unuseable. Does anyone know how to use the second display for Mac OS X or disable the first display for installation Mac OS x ?

    Go to: *System Preferences > Displays* and select the Arrangement tab, then relocate your Menu bar by dragging it to the other display.
    Unfortunately there is no Hardware or Software switch to turn off the iMac's Internal Display.

  • Using a letterhead template for a multi-page document

    When using a letterhead template for a multipage document, how do I turn off the template for pages after the first page? I do not want to have the letterhead show up on every page of a letter.

    John,
    You can set new margins for your new section in the Layout Inspector. After removing the letterhead elements open the Layout Inspector, choose the Layout tab and set the margins as you need them.
    Once you've created and formatted the section to your liking, make it a permanent part of your template.
    1. With the cursor on the second page, go to Format>Advanced>Capture Pages
    2. Give the page a descriptive name, such as 'Second Page'. Include 'First page only.'
    3. Click 'Ok.'
    This 'Second Page' is now listed under the "Sections" icon on your toolbar.
    4. Save the document as a template.
    Now, whenever you start a new document based on this template add the second page using the Section Icon.
    There is a shortcoming to this method in that text will not flow from the first page to the second, given that there is a section break between the two pages. This would be the case even in Word. Of course, even in Word you could not change the margins for the second page without also changing the margins for the first page unless you used a section break.
    One way to avoid this problem is to but your address block for the first page into a page high text box and allow text to wrap around it. You can keep the same margins for the first and second page, but on the first page the text will be pushed over to the right. When it wraps to the second page, the text will return to the left margin.
    Good luck,
    Terry

  • Second menu for B-Master pages

    I have a horizontal menu at the top of my website in the A-Master.  One of the items in the main menu, "Our Company" uses the B-Master and has several pages under it, also using the B-Master.  I would like a completely separate vertical menu on the side of the website showing all the pages, linked under the "Our Company" page that are using the B-Master.  I don't want this as a dropdown menu from the main menu.  I want it to be its own menu, always showing, separate from the main menu.  How do I go about doing this, short of creating a manual menu?  I don't want to have to go into the menu and manually update it every time a new page is added.  I want it to be automatic, just like the main menu is.  Can this be done?

    No this cannot be done. The sub menu would have to be manual. But if it is on a master it really isn't a big deal to add a new link.

  • UPDATE using a second table for the Where Clause

    Hi There,
    Hoep someone can help me!
    I am attempting to update a field in Tbl.1 to a known value. However, i want to use another table to specify WHICH records to update.
    in this case i want to use table early_provider to obtain the value 'HCR' then pass that to the UPDATE clause in order to SET early_provisions.type_name = 'HOMC'
    I hope this makes sense.
    UPDATE EARLY_PROVISIONS eps
    SET TYPE_NAME = (SELECT *
    FROM EARLY_PROVIDER ep
    WHERE PROVIDER_TYPE = 'HCR'
    WHERE EP.PROVIDER_ID = EPS.PROVIDER_ID);
    I need to be able to include the field value 'HOMC in this statement but am not sure how, or if i am barking up the wrong tree.
    Much appreciated in advance
    PFG

    PFGMcAvoy wrote:
    Karthick_Arp
    Thanks. this seems to only update 15 rows of which already exist in the table early_provisions and filed type_name!
    I should be selecting about 200 recordsd from early_provider that have the provider_type = 'HCR'
    ??I don't know your data. So i cant answer that. But for what you asked i think thats the correct UPDATE statement. So i think you have to investigate your data to find what is going on.

  • What should you use a second SSD for?

    Hi
    I have a few SSD drives and want to maximise the speed my Mac boots up but also in the apps I use.
    One of the drives is a Scratch Disk I use for FCPX.  Should I keep my iTunes Library, Apps, Mail and Photos on a separate SSD to my boot
    drive to maximise speed opening app and accessing files.
    I did think, by doing this would make a clean install or upgrade in the future a much easier process too.
    Thanks in advance
    Matt

    If you don't need to frequently access data in your Home folder, then I would (and I do.) Or you can move folders to a slow drive and put aliases to them on the SSD (this is how I do it.)
    How to use an SSD with your HDD
    If you are going to use an SSD as a boot drive together with your existing HDD as the "data" drive, here's what you can do.
    After installing the SSD you will need to partition and format the SSD using Disk Utility. Then, install OS X on the SSD. After OS X has been installed boot from the SSD. Use Startup Disk preferences to set the SSD as the startup volume.
    Open Users & Groups preferences. Click on the lock icon and authenticate. CTRL- or RIGHT-click on your user account listing in the sidebar and select Advanced Options from the context menu. You will see a field labeled "Home dir:" At the right end you will see a Change button. Click on it. In the file dialog locate the Home folder now located on the HDD (HDD/Users/account_name/.) Select the folder, click on Open button. Restart the computer as directed. When the computer boots up it will now be using the Home folder located on the HDD.
    Another more technical method involving the Terminal and aliases is discussed in depth here: Using OS X with an SSD plus HDD setup - Matt Gemmell. This is my preferred approach because I can select which of the Home's folders I want on the HDD and which I don't want. For example, I like to keep the Documents and Library folders on the SSD because I access their content frequently.
    Be sure you retain the fully bootable system on your HDD in case you ever need it.

  • Using A second Display For FR

    Hi all, wounder if anyone can help me. I have connected my iMac to a Sony Bravia 28" LCD TV, I mirror my mac screen to the TV, my mac screen apares on the TV in widescreen format ok. FR all works fine apart from one thing. Any video's, music video's etc that i have purchased from iTunes also my own personal video's only seem to play in standard and not wide screen format so I get a black border down both sides of what I am watching. Is there anyway of making my video's play in widescreen format through FR. Many thanks for any help you can give me, Best regards, Paul D.

    Paul,
    Check your Display preferences when your connected to the Bravia. I think there are some options for settings when outputing to a TV.
    I have a similar problem with connecting my Mac Mini to my TV, but in my case the black bars are less than a centimeter each side.

  • Using 12 inch Powerbook as second screen for new 17 inch MBP.

    My new 17' MBP should be here in the new day or two. I want to use my 3 year old 12 inch powerbook as a second screen, mainly to keep my email client open on that screen.
    What is the best way to do this? I am sure it's not hard but I have never used a second screen.
    for you super users out there....is there a way to run the programs on my bookbook from the keyboard on the MBP without remote desktop? I have some programs on that machine I need to use that can't be run on the new Intel machines (PAUP if you know it). They will be sitting right next to each other so I can just use the other keyboard but I like to save time at everything.
    17 Inch Macbook Pro   Mac OS X (10.4.7)  

    Just try ScreenRecycler from http://www.screenrecycler.com/
    You can even use a Windows PC or a Linux box as second display.
    Patrick
    yes, I'm the author

  • In 5.0 URL does not show in location bar when I am using a second Firefox window

    I have a lot of problems when using a second window for Firefox 5.0. (I have two monitors and like an open browser on each.) One problem is that when I open a new tab, the URL of a site that I go to does not show in the location bar. It just says "Go to a Web site."
    I don't understand why a second copy of the browser acts so differently than the first. Can someone explain this to me? Is there any way to avoid this?
    FYI: I had the same problem with 4.0 and reinstalled an older version. But the newest version of WordPress suggested upgrading Firefox, which I did.

    Thanks so much for getting back to me. I am familiar with your solution and tried it. It did not solve this problem.

  • Use of NAS disk for project material

    I intend to buy a new computer. I have used and vill continue use a 2 TB NAS disk in the system to store photos, documents and videolips. It is a Synology DS111 with Gigabit Ethernet connection.
    I will use this computer for videoediting. I have used Premiere Pro 1.5 before and DV material and even if the system was not very fast it worked until now. I will purchase Adobe Premiere CS6
    I intend to include a 256GB SSD as system disk(Samsung 840 or similar) and a 128 GB SSD as scratch disk.
    The rest of the computer will probably be
    Intel Core i7 3770K 3,5Ghz (Ivy Bridge)
    2x Corsair 8GB (1x8192MB) CL10 1600MHz VENGEANCE
    Asus P8Z77-V
    KFA2 GeForce GTX 660Ti 2048MB OC
    I do not know how Premiere Pro CS6 handles files in runtime so my question is how much the NAS disk will be involved in video editing if I have Premiere Pro installed on the system disk (SSD) and use the second SSD for scratch disk. Video clips will be on the NAS.
    Can the videoediting still be fast when rendering and exporting contents except that final storage to NAS will not be lightspeed fast. Any comments on this usage are highly appreciated.
    /Stefan

    Stefan,
    I'm not sure from your post whether your plans are to continue working solely with DV video or whether you have some plans in the future for HD formats.
    In any case, I think that you would be much better served by making changes to both your hardware plans and workflow more along the lines of the following:
    Single 128GB Samsung 840 Pro (don't get the std. 840, its writes are much slower) - OS/Programs; if you turn off the hibernate feature 128GB should provide plenty of space
    Two 1TB 7200 rpm drives and either spread the load (projects and media on one and scratch / cache / outputs on the other) or RAID 0 them and put all files on the RAID array
    Do nightly backups of media and project files to your DS111 (orgainze your directory structure so scratch, cache, and output files can be easily ignored from the backup)
    This plan with give you way more speed and improved redundancy as well (as the DS111 is only a single drive unit).
    With your new faster system you would probably enjoy using the local drives for photo editing work as well, especially if you go with the 2x RAID 0 array option.
    Finally, you should probably increase the RAM of your new build to 32GB; what Windows 7/8 does not use for programs is does use for disk caching and that tends to speed things up for photo and video editing workflows.
    Regards,
    Jim

  • My Ipad screen is stuck on vertical since I downloaded iOS5.  I want to use the horizontal screen for reading.

    My Ipad screen is stuck on vertical since I downloaded and installed iOS5.  I want to use it on horizontal for reading 2 pages at a time.  I've toggled back and forth on the lock screen switch, but it still goes to vertical.  Ugh.  Please help!

    To do so: Hold the home button and the sleep button at the same time (ignore slider) until the apple logo appears.

  • I already used facetime before but for some reason I have to sign back in and it wont let me. I clicked "Get Started" then "Sign in"  but then after about 3 seconds on the next page it just slides back to the "sign in page"

    I already used facetime before but for some reason I have to sign back in and it wont let me. I clicked "Get Started" then "Sign in"  but then after about 3 seconds on the next page it just slides back to the "sign in page"

    Try a Reset of your Device...
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430
    Also see here...
    Troubleshooting FaceTime
    http://support.apple.com/kb/TS3367

  • Why use Dreamweaver for create web pages

    Hi I am new in Dreamweaver and I want to know why use Dreamweaver for create web pages?

    Twitter
    http://twitter.com/altweb
    Blog
    http://alt-web.blogspot.com/
    Site
    http://alt-web.com/

  • Using iWeb to build a Blog for an existing non-MobileMe Site

    I have a large, existing website that is hosted on One World Hosting (OWH). I have liked creating blogs using iWeb.
    1. Is there a way for me to create a blog using iWeb and then upload it and embed it into my OWH website?
    2. That website was largely created under Adobe Creative Suite 1. It will soon have a new website side, CSS and Javascript navigation system in the Head and in the Footer or each of its page. I would assume that I would need to replace or modify the iWeb created Head and Footer source code by copying in my new CSS and Javascript code so that the blog will look and operate seamlessly with the rest of this site. Will iWeb give me problems if I attempt to do this?

    Welcome to the Apple Discussions. The following are features lost when publishing iWeb sites to a non MobileMe server:
    Features Unavailable When Publishing to a Non-Mac Server:
    ◼ Password protection
    ◼ Blog and photo comments
    ◼ Blog search
    ◼ Hit counter
    ◼ Enhanced slideshows
    So if you want comments and searches in your blog you'll have to go with a 3rd party blogging site. Actually you would be better served using a proven blogging site and then embed it in one of your iWeb site pages like in this demo page: Embed One Site Within an iWeb Page.
    OT

  • How can I use an image as background for the entire page?

    With CSS mill, the solid color was defined in the color.X.property file and there is no place to define an image to use as the background? Is it doable to use an image as the background for teh entire page? If so, where to add it and how to implement? Thank you!
    Hao Pan ([email protected])

    While I have been able to add the image to a JLabel and insert it into frames, so that it looks like a suitable background, I have found it impossible to place any other component over the top of said imageDid you set a layout manager for the label?
    Check out the [Background Panel|http://www.camick.com/java/blog.html?name=background-panel] for two different solutions depending on your exact requirement.

Maybe you are looking for