websitedesigningindia (@websitedesigningindia)

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

  • websitedesigningindia
    Participant

    @websitedesigningindia

    Forum Name | Topics | Posts | Last Post

    and in the # of topics and # of posts column, it adds the word “threads” and “posts” after the number.

    Main Footer

    <script type=”text/javascript”>

    <!–

    /* remove Forum Name | Topics | Posts…

    and add thread & post info by california */

    var td=document.getElementsByTagName(“td”);

    if(location.href.match(//?((index.cgi)???(action=(ma.+ad|logout|home))?(#.+)?)?$/)){

    for(i=0;i<td.length;i++){

    if(td.width==”1%” && td.innerHTML.match(/d/)){

    if(td[i+1].width.match(/^(1|7)%$/)){

    td.innerHTML+=”
    threads”;

    td.width=”8%”;

    }else{

    td.innerHTML+=”
    posts”;

    td.width=”7%”;

    }

    }

    if(td.width==”8%” && !td.innerHTML.match(/thread/)){

    td.width=”4%”;

    }

    if(td.className==”titlebg” && td.innerHTML.match(/Forum Name/i)){

    td.parentNode.style.display=”none”;

    }

    }

    }

    //–>

    </script>

    It will say “1 threads” if you only have one topic or post. The solution: post another thread.

    If you are using a “Divide/Seperate Categories” code then this code should be placed below that code.

    If for some reason you don’t want the words “threads” and “posts”, leave out the blue part. I wouldn’t really recommend this as the numbers in those two columns become completely meaningless and the column widths get all screwed up, but people still keep asking for it for some reason.


    websitedesigningindia
    Participant

    @websitedesigningindia

    Makes the third row of options in the admin menu instantly available without extra clicks. Conversion with code and CSS tweaks from WordPress based on original.


    websitedesigningindia
    Participant

    @websitedesigningindia

    If you insist on doing it this way, then it can be done by generating a .po file that will contain the English translations of the source strings.


    websitedesigningindia
    Participant

    @websitedesigningindia

    I was bummed when I first tried to figure this out. The first fix about changing themes worked for one theme, but not the one I needed.

    A couple hours searching later and after trying a few things the permission fix did the trick. I had a feeling I might not be the only one having the problem either.

    The whole thing alerted me to a setting I needed to change in my FTP program which apparently was transferring files without the correct permissions.


    websitedesigningindia
    Participant

    @websitedesigningindia

    can you tell me what changes you have made and what is the content of the config.php exactly

Viewing 5 replies - 1 through 5 (of 5 total)