Fork me on GitHub

Reward offered for soultion  Bottom

  • I will happily drop $30 into the paypal account of anyone who can help with the following problem.

    Go to:- http://www.ozmusicweed.com/modules.php?op=modload&name=News&file=article&sid=59

    See how the "Go to top of page" bar breaks out of the frame? it only does it when viewing the actual news story and not in any other parts of the site. It's driving me nuts! If you click on Music Downloads, About Us etc the bar is where it is supposed to be.
  • What type of theme is it? AT, straight PHP, XTE?

    I looked at the page source and I counted three sets of and tags just on that page ....
  • Hi warrick
    Thanks for the reply. I have zipped the whole dp-PitBull theme folder and it can be downloaded at http://www.ozmusicweed.com/download/dp-PitBull.zip

    It's been a long time since I messed around with this stuff and I don't have time to relearn it all for this one problem, that's why I offered the reward. I would rather give one of you guys a few bucks then fry my brain on this, probably a lot cheaper in the long run ;)
  • Replace your exisitng function themearticle in theme.php with this one:

    Code

    function themearticle ($deprecated, $deprecated, $deprecated, $deprecated, $deprecated, $deprecated, $deprecated, $deprecated, $deprecated, $info, $links, $preformat ) {
    global $thename;

        global $thename;
    global $anonymous;
    global $rightOn;

        echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td>\n"
            ."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td bgcolor=\"#525252\">\n"
            ."<table border=\"0\" cellpadding=\"2\" cellspacing=\"0\" width=\"100%\"><tr>\n"
            ."<td align=\"left\" height=\"20\" background=\"themes/dp-PitBull/images/encabezado.gif\">&nbsp;&nbsp;<img src=\"themes/dp-PitBull/images/icono_i.gif\" border=\"0\"></td><td align=\"left\" background=\"themes/dp-PitBull/images/encabezado.gif\" width=\"100%\" height=\"20\">&nbsp;&nbsp;<b>$preformat[catandtitle]</b></td><td align=\"right\" background=\"themes/dp-PitBull/images/encabezado.gif\" height=\"20\"><img src=\"themes/dp-PitBull/images/icono_d.gif\" border=\"0\">&nbsp;&nbsp;</td></tr>\n"
            ."<tr><td colspan=\"2\" bgcolor=\"#525252\">\n"
            ."<table border=\"0\" width=\"100%\" bgcolor=\"#525252\" align=\"center\"><tr><td>\n"
            ."$preformat[searchtopic]";

            echo "$info[fulltext]";
            if(strlen($info[notes]) > 0)
    {
            echo "<br><br><center> $info[notes]</center>\n";
    }
        echo "</td></tr></table>\n"
            ."</td></tr></table>\n"
            ."</td></tr><tr><td bgcolor=\"#414141\" align=\"left\">\n"
            ."";

       
        echo ""
            ."<img src=\"themes/dp-PitBull/images/pixel.gif\" border=\"0\" height=\"1\">"
            ."</td></tr></table>\n";
            if ( strlen($info[bodytext]) > 0) {
                echo "</td></tr><tr><td align=\"center\" background=\"themes/dp-PitBull/images/fondo_noticias.gif\" width=\"99%\" height=\"15\"><CENTER>"
                     //."<img border=\"0\" src=\"themes/dp-PitBull/images/moreIcon.gif\" hspace=\"5\" alt=\"Read story in full\" /><a href=\"$links[fullarticle]\"><font color=\"000000\">Read Full Story</font></a>&nbsp;&nbsp;"
                     ."<img border=\"0\" src=\"themes/dp-PitBull/images/printIcon.gif\" hspace=\"5\" alt=\"print Version\" /><a href=\"$links[print]\"><font color=\"000000\">Print</font></a>&nbsp;&nbsp;"
                     ."<img border=\"0\" src=\"themes/dp-PitBull/images/emailIcon.gif\" hspace=\"5\" alt=\"Email to friend\" /><a href=\"$links[send]\"><font color=\"000000\">Email to friend</font></a>"
                     ."</CENTER></td></tr><tr><td bgcolor=\"#666666\"><img src=\"themes/dp-PitBull/images/pixel.gif\" width=\"100%\" height=\"4\"></td></tr></table>\n";
            } else {
                echo "</td></tr><tr><td align=\"center\" background=\"themes/dp-PitBull/images/fondo_noticias.gif\" width=\"99%\" height=\"15\"><CENTER>"
                     ."<img border=\"0\" src=\"themes/dp-PitBull/images/printIcon.gif\" hspace=\"5\" alt=\"Versión imprimible\" /><a href=\"$links[print]\"><font color=\"000000\">Print</font></a>&nbsp;&nbsp;"
                     ."<img border=\"0\" src=\"themes/dp-PitBull/images/emailIcon.gif\" hspace=\"5\" alt=\"Envía esta noticia a un amigo\" /><a href=\"$links[send]\"><font color=\"000000\">Email to friend</font></a>"
                     ."</CENTER></td></tr><tr><td bgcolor=\"#666666\"><img src=\"themes/dp-PitBull/images/pixel.gif\" width=\"99%\" height=\"4\"></td></tr></table>\n";

            }
    }


    YOu can pay the $30 to sales[at]webvida.com

    Thanks...

    --
    -Lobos
    Professional PHP Framework Services: Concept, Development and Deployment
  • Hehe good work Lobos.
  • Lobos

    Replace your exisitng function themearticle in theme.php with this one:

    YOu can pay the $30 to sales[at]webvida.com

    Thanks...


    Thanks Lobos, that did the trick! You will have the $30 in your account within 48 hrs.
  • Lobos
    Paypal don't make it as easy as they used to when trnasferring money into your Paypal account from a country other than the U.S, but it's gone through. You should have your $30 now :) Thanks again, much apreciated.
  • Ozmusicweed


    Thanks Lobos, that did the trick! You will have the $30 in your account within 48 hrs.


    Money received, thanx :)

    --
    -Lobos
    Professional PHP Framework Services: Concept, Development and Deployment
  • 0 users

This list is based on users active over the last 60 minutes.