Results 1 to 10 of 142

Hybrid View

  1. #1
    Join Date
    Mar 2010
    Posts
    33
    Plugin Contributions
    0

    Default Re: Cork Board Template Support Thread

    Clyde! The button look better now..TQ As for the word sponsor, I tried to change follows, but still no changes. Have I change one?

    // banner_box
    define('BOX_HEADING_BANNER_BOX','Supported By');
    define('TEXT_BANNER_BOX','Supported By');

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Cork Board Template Support Thread

    Quote Originally Posted by mzma01 View Post
    Clyde! The button look better now..TQ As for the word sponsor, I tried to change follows, but still no changes. Have I change one?

    // banner_box
    define('BOX_HEADING_BANNER_BOX','Supported By');
    define('TEXT_BANNER_BOX','Supported By');
    use admin -> tools -> developers tool kit

    in the last input field at the bottom of the page type in the word sponsor and click search

    The results will indicate in which files you can find that information.

  3. #3
    Join Date
    Mar 2010
    Posts
    33
    Plugin Contributions
    0

    Default Re: Cork Board Template Support Thread

    Clyde, how do I change the greeting "Welcome Guest! Would you like to log yourself in?" I already follows instruction in the tutorial but no changes. Please see follows changes I did, I just change the sentence to "PLEASE LOGIN".

    // Showcase vs Store
    if (STORE_STATUS == '0') {
    define('TEXT_GREETING_GUEST', '<span class="greetUser">Guest!</span> PLEASE <a href="%s">LOGIN</a>?');
    } else {
    define('TEXT_GREETING_GUEST', 'Welcome, please enjoy our online showcase.');
    }

    define('TEXT_GREETING_PERSONAL', 'Hello <span class="greetUser">%s</span>! Would you like to see our <a href="%s">newest additions</a>?');

  4. #4
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Cork Board Template Support Thread

    Quote Originally Posted by mzma01 View Post
    Clyde, how do I change the greeting "Welcome Guest! Would you like to log yourself in?" I already follows instruction in the tutorial but no changes. Please see follows changes I did, I just change the sentence to "PLEASE LOGIN".

    // Showcase vs Store
    if (STORE_STATUS == '0') {
    define('TEXT_GREETING_GUEST', '<span class="greetUser">Guest!</span> PLEASE <a href="%s">LOGIN</a>?');
    } else {
    define('TEXT_GREETING_GUEST', 'Welcome, please enjoy our online showcase.');
    }

    define('TEXT_GREETING_PERSONAL', 'Hello <span class="greetUser">%s</span>! Would you like to see our <a href="%s">newest additions</a>?');
    Make sure you making the edits in

    includes/languages/english/cork_board/index.php

  5. #5
    Join Date
    Mar 2010
    Posts
    33
    Plugin Contributions
    0

    Default Re: Cork Board Template Support Thread

    Got it right, now! TQ

  6. #6
    Join Date
    Mar 2010
    Posts
    33
    Plugin Contributions
    0

    Default Re: Cork Board Template Support Thread

    Hi Clyde! I already upload my own banner. Is it possible to totally remove the logo? I want to make it transparent but my knowledge on photoshop not much. Secondly, how to remove the button search on the top banner. TQ!

  7. #7
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Cork Board Template Support Thread

    Quote Originally Posted by mzma01 View Post
    Hi Clyde! I already upload my own banner. Is it possible to totally remove the logo? I want to make it transparent but my knowledge on photoshop not much. Secondly, how to remove the button search on the top banner. TQ!
    open includes/templates/cork_board/css/stylesheet.css

    find the following declaration and add the highlighted portion:

    #logo {
    display:none;
    float:left;
    margin-left:176px;
    margin-top:0px;
    }


    admin -> tools -> layout boxes controller -> sideboxes/cork_board/search_header.php (turn it off)

 

 

Similar Threads

  1. v151 Bulletin Board Integration [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 50
    Last Post: 15 Jun 2017, 12:35 PM
  2. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  3. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  4. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  5. Wallet Template - Support Thread
    By zami in forum Addon Templates
    Replies: 45
    Last Post: 25 Mar 2010, 10:15 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg