>>  Site Map >>  Forums >>  PHP-Nuke Newbie

Forum module - topics in forum:



PHP-Nuke Newbie - Complete phpnuke newbie? want to ask a question before installing? or have installed and are now confused? this is the place.



different logo in a module

Greetings!!!!
How can I make to appear different logo in a certain module??
I'll be very grateful for some kind of a script...






Could you be a bit more precise on what it is you want?




Hmmm...

I want logo in the header to change when someone will enter into a certain module (etc. Topics)...
So I want to make different logo for every module...

HELP ME!!!
P.S. Sorry for my english... Very Happy






Anything is theoretically possible but that would require recoding every module to use a different header, alot of work, something that I personally wouldn't know where to start. Confused




right blocks

I have one more problem:
I have generated module in the module generator and I turned on right blocks ($index=1) and now blocks are in collison with a logo.. how can I make it look right??
Here is a code:

Code: :
<?php
#### Generated by Module Creator - By Disipal site (www.disipal.net) ####
if (!eregi("modules.php", $PHP_SELF)) {
   die ("You can't access this file directly...");

}
require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
get_lang($module_name);
$index = 1;
include("header.php");
OpenTable();
echo"            <tr>"
  . "              <td width=\"100%\">"
  . "              <div align=\"center\">"
  . "                <center>"
  . "              <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse\" bordercolor=\"#111111\" width=\"95%\" id=\"AutoNumber17\">"
  . "                <tr>"
  . "                  <td width=\"100%\">text"
  . "                      </td>"
  . "                </tr>"
  . "              </table>"
  . "                </center>"
  . "              </div>"
  . "              </td>"
  . "            </tr>"
  . "          </table>"
  . "          </td>";
CloseTable();
include("footer.php");

?>







Quote: :
collison with a logo.. how can I make it look right??


It would be far easier if you posted a link to the site with the problem because all that does is confuse me, sorry. Confused




I don't have it :/

I don't have it because I am testing nuke now on my computer, on localhost... but I'll see what I can do Very Happy




Attention! You are currently viewing sitemap page!
We strongly suggest to look at original content

Search from web

Valid HTML 4.01 Valid CSS