1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Collection of handy Modules List

Discussion in 'Customizations' started by performancecentral, Jul 2, 2013.

  1. Hey All,

    I'm all for helping out others (and others have been very helpful with me).

    Thought i'd maintain a thread with all the links to fellow tutorials/threads/notes that I have from making improvements to 68classifieds.

    Adding Site Name to Pages

    Open up page.tpl

    Find
    Code:
    <title>{$sitetitle}</title>
    Replace with
    Code:
    {if $body == 'page.tpl'}
        <title>{$sitetitle} | YOUR TITLE HERE |</title>
        {else}
        <title>{$sitetitle}</title>
        {/if}

    You just need to replace "YOUR TITLE HERE" with your page name. Thats my best work around as I am using the SEO mod. Still works great

    It will produce PAGE NAME then YOUR TITLE HERE

    Tutorial: Adding Facebook Thumbnail Image

    Tutorial: Change Page Navigation to Blog Style

    Tutorial: Switch Image Gallery to "Fancybox"

    Tutorial: Contact Form Using Fancybox

    Tutorial - Take Control of your Site with CSS

    Tutorial - Mark it Sold!

    Tutorial: Add WYSIWYG editor to 68classifieds Page Editor


    If anyone else has any other code they would like to include plaese feel free :)
  2. I was wondering if anyone else may have some tutorials they want to add to the list. I am working on a few others this week, just to do with improving managing listings and suggestions that may help you get more out of 68classifieds.
  3. freeze2 Super Moderator

    I hope to have another one ready to post in the next couple of months :)

  4. Ohhh wicked, can I have a hint of what it might add to 68classifieds? :)
  5. freeze2 Super Moderator

    Well...as of late I have been concentrating very much on "ease of use for the end-user" so...we'll see what cool things we can all do with some creative design techniques.

Share This Page