Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Yuna Scatari Edition (YSE) (http://www.bvlist.com/forumdisplay.php?f=22)
-   -   Show/Hide News Don't Work (http://www.bvlist.com/showthread.php?t=5083)

mat22 14th June 2010 09:48

Show/Hide News Don't Work
 
1 Attachment(s)
Hello again BL users! I have pretty small problem but I can't solve it. I don't use block system and I have news in my index.php with "Show/Hide" buttons but they don't work. My friend has got same source, only few files are different but this mod works for him. Here's my index.php:
[code] require "include/bittorrent.php";
dbconn(false);
loggedinorreturn();

if ($_SERVER["REQUEST_METHOD"] == "POST")
{
$choice = $_POST["choice"];
if ($CURUSER && $choice != "" && $choice < 256 && $choice == floor($choice))
{
$res = mysql_query("SELECT * FROM polls ORDER BY added DESC LIMIT 1") or sqlerr(__FILE__, __LINE__);
$arr = mysql_fetch_assoc($res) or die("Nav jautājuma");
$pollid = $arr["id"];
$userid = $CURUSER["id"];
$res = mysql_query("SELECT * FROM pollanswers WHERE pollid=$pollid && userid=$userid") or sqlerr(__FILE__, __LINE__);
$arr = mysql_fetch_assoc($res);
if ($arr) die("

danbank 14th June 2010 11:36

Have you remembered to add this in headeren
PHP Code:

<script type='text/javascript' src='scripts/java_klappe.js'></script> 


mat22 14th June 2010 12:18

I had it but i had "ja/java_klappe.js" but I needed "js/java_klappe.js" :chch:

My fault!:chch:


All times are GMT +2. The time now is 00:15.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.