Servus !
Benutzt zufällig jemand von Euch das Hot OR Not Modul !
Es läuft bei Mir ohne Fehler aber was muss ich verändern damit die abstimmungen auch angezeigt werden ?
Wichtig !!!!
3. IMPORTANT: Open the mainfile.php in the PHPNuke root directory, and add the following
code to the top of the file in order to make the rating of image work:
Change this:
------------------------------------------------------------
$dbi = sql_connect($dbhost, $dbuname, $dbpass, $dbname);
$mainfile = 1;
if (isset($newlang)) {
if (file_exists("language/lang-$newlang.php")) {
------------------------------------------------------------
Into:
------------------------------------------------------------
$dbi = sql_connect($dbhost, $dbuname, $dbpass, $dbname);
$mainfile = 1;
###################################################
# Code for Hot or Not module by ::Trashbin:: 2002 #
###################################################
require_once("modules/Hot_Or_Not/rate.php");
###################################################
if (isset($newlang)) {
if (file_exists("language/lang-$newlang.php")) {
------------------------------------------------------------
NOTE: Without this change, rating an image will NOT work.
Vielen Dank !
Hat Super gefuzt !
Hab wohl was überlesen
WO kann man das HOT OR NOT Modul runterladen :puzz
http://www.trashbin.net/:P
mal ne blöde frage. habe das neue hot or not modul eingefügt. nach jedem voting komme ich immer auf die index.php meiner website. weiß jemand wo ich das ändern kann?