Closed Thread
Results 1 to 11 of 11

Installation questions Dev-XC4.0.x

This is a discussion on Installation questions Dev-XC4.0.x within the phpLD Support Help forums, part of the phpLD category; I have installed the templates However, it appears this screen How do I change this issue...

  1. #1
    New Hunter shiaubai is on a distinguished road
    Join Date
    Nov 2009
    Posts
    10

    Default Installation questions Dev-XC4.0.x

    I have installed the templates
    However, it appears this screen
    How do I change this issue
    Last edited by shiaubai; 11-26-2009 at 11:26 PM.

  2. #2
    Senior Staff Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1's Avatar
    Join Date
    Mar 2007
    Location
    Indiana USA
    Posts
    1,108

    Default

    It is a very simple fix and can only be 1 of 2 or both things to adjust.

    The template runs perfect but you have to know the template.

    Please PM the URL to me so I can look a little better because the screen shot doesn't show me what I need to see.

    You can also look at post # 36 in the thread URL below which is probably your problem:

    http://www.devhunters.com/phpld-temp...release-2.html

  3. #3
    New Hunter shiaubai is on a distinguished road
    Join Date
    Nov 2009
    Posts
    10

    Default

    OK,I found a solution, because the need to set the bar well, and join the data link

  4. #4
    New Hunter shiaubai is on a distinguished road
    Join Date
    Nov 2009
    Posts
    10

    Default

    i am sorry
    and now I have another question...

    How do I "Advertisement" with the "Latest Featured Links" These two words transferred into English on my web page

    And how to change Advertisement's image file and links

  5. #5
    Senior Staff Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1's Avatar
    Join Date
    Mar 2007
    Location
    Indiana USA
    Posts
    1,108

    Default

    Quote Originally Posted by shiaubai View Post
    i am sorry
    and now I have another question...

    How do I "Advertisement" with the "Latest Featured Links" These two words transferred into English on my web page

    And how to change Advertisement's image file and links
    No problem at all:

    Open your init.php in your root & search for this:

    // ----------------------------------

    Replace with this:

    // Main categories
    $mainCategs = $db->CacheGetAll("SELECT * FROM `{$tables['category']['name']}` WHERE `STATUS` = '2' AND `PARENT_ID` = 0 ORDER BY `".CATEG_FIELD_SORT."` ".CATEG_FIELD_SORT_ORDER);
    $tpl->assign('mainCategs', $mainCategs);


    // Latest Featured Links
    $latest_feat = $db->GetAll ("SELECT * FROM `{$tables['link']['name']}` WHERE `STATUS` = '2' {$expire_where} AND `FEATURED` = '1' ORDER BY `DATE_ADDED` DESC LIMIT 0, 10");
    $tpl->assign('latest_feat', $latest_feat );

    You will be all good.

    Thanks again for using the Dev-XC template!

  6. #6
    New Hunter shiaubai is on a distinguished road
    Join Date
    Nov 2009
    Posts
    10

    Default

    hey Hunter1
    Many thanks for your reply!

    I still can not change some settings templates

    I need to change the name of the advertising field
    However, when I change home_extra.tpl
    English ====>>>> Traditional Chinese
    However, its occurrence garbled, shown in Figure
    How do I adjust ??



    Another problem is the link to the left

    Because the word is too long

    Garbled

    How do I adjust ??
    Last edited by shiaubai; 11-26-2009 at 11:34 PM.

  7. #7
    Senior Staff Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1's Avatar
    Join Date
    Mar 2007
    Location
    Indiana USA
    Posts
    1,108

    Default

    Quote Originally Posted by shiaubai View Post
    hey Hunter1
    Many thanks for your reply!

    I still can not change some settings templates

    I need to change the name of the advertising field
    However, when I change home_extra.tpl
    English ====>>>> Traditional Chinese
    However, its occurrence garbled, shown in Figure
    How do I adjust ??

    Another problem is the link to the left

    Because the word is too long

    Garbled

    How do I adjust ??
    Well I would have to experiment with the Chinese language for those widgets because I just installed the Popular Links Widget in Premium Web Link Directory - Website Links - BloominYooper.com and it works just fine if you would look.

    You can however change the Advertising Title Manually in the home_extra.tpl by,

    Find:

    <h3>{l}Advertisement{/l}</h3>

    And just changing the red text <h3>{l}Advertisement{/l}</h3>

    to whatever you want it to say.

    It is Thanksgiving today in the USA so I am just on for a limited time and really not working but I can look in to it for you tomorrow.


    Have you changed anything manually in the code besides the language option?

  8. #8
    New Hunter shiaubai is on a distinguished road
    Join Date
    Nov 2009
    Posts
    10

    Default

    Quote Originally Posted by Hunter1 View Post
    Well I would have to experiment with the Chinese language for those widgets because I just installed the Popular Links Widget in Premium Web Link Directory - Website Links - BloominYooper.com and it works just fine if you would look.

    You can however change the Advertising Title Manually in the home_extra.tpl by,

    Find:

    <h3>{l}Advertisement{/l}</h3>

    And just changing the red text <h3>{l}Advertisement{/l}</h3>

    to whatever you want it to say.

    It is Thanksgiving today in the USA so I am just on for a limited time and really not working but I can look in to it for you tomorrow.


    Have you changed anything manually in the code besides the language option?
    Happy Thanksgiving !!

    Yes,I only changing the red text

    The string is garbled

    I guess which part does not support Chinese, or UTF-8

    and no chang anything manually in the code besides the language option

    Enjoy your vacation

    After your vacation to help me look at the questions

    Thank you very much

  9. #9
    Senior Staff Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1's Avatar
    Join Date
    Mar 2007
    Location
    Indiana USA
    Posts
    1,108

    Default

    Quote Originally Posted by shiaubai View Post
    Happy Thanksgiving !!

    Yes,I only changing the red text

    The string is garbled

    I guess which part does not support Chinese, or UTF-8

    and no chang anything manually in the code besides the language option

    Enjoy your vacation

    After your vacation to help me look at the questions

    Thank you very much
    I believe that your problem lies in a JavaScript Error that was found.

    Please re-download your desired template again and re-upload just the header.tpl and let me know how it goes.

    Sorry for your inconvenience!

  10. #10
    New Hunter shiaubai is on a distinguished road
    Join Date
    Nov 2009
    Posts
    10

    Default

    YES~!!
    It's great to work
    This is really great!!
    http://www.freeseo.com.tw
    Then the bottom left corner of the link title is too long
    Garbled occurred
    Is there some way to solve?
    Sincere thanks to you

  11. #11
    Senior Staff Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1 has a brilliant future Hunter1's Avatar
    Join Date
    Mar 2007
    Location
    Indiana USA
    Posts
    1,108

    Default

    Quote Originally Posted by shiaubai View Post
    YES~!!
    It's great to work
    This is really great!!
    FreeSEO?????????????????????????????????
    Then the bottom left corner of the link title is too long
    Garbled occurred
    Is there some way to solve?
    Sincere thanks to you
    I am so glad that you are happy now!

    Nobody has EVER complained on the amount of characters in the right column before so it must just be a Chinese Language issue of some sort.

    I will post an option for that for you tomorrow.

Closed Thread

Bookmarks

Posting Permissions

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