Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   ajax browse help please (http://www.bvlist.com/showthread.php?t=8723)

ndbj 15th January 2013 04:38

Quote:

Originally Posted by sharpie (Post 38867)
added m8 but still shows new tags after i refresh page:(

Open your browse.class.php in a different browser.
If your using I.E., try with mozilla.
then, tell me if the new tag is gone or if it's still there.

maybe you'll have to put this at the beggining of your php file:


or this, don't really know how it works ajax






Bump: oh, and put this at the end of your browse.php
right before the stdfoot, not in the browse.class.php

PHP Code:
mysql_query("UPDATE users SET last_browse=".gmtime()." where id=".$CURUSER['id']);



sharpie 15th January 2013 12:30

Still doesn't work m8 with this Ajax browse but if I go to my old browse it is clearing the new tags but I want to stick with this new Ajax browse

ndbj 16th January 2013 03:07

post here again your new ajax-browse.php file
and all the files wich your browse calls to function.

sharpie 16th January 2013 12:49

1 Attachment(s)
here you go m8ty

ndbj 17th January 2013 04:23

Try this, in your ajax.browse.php, after:
PHP Code:

<!--
Ajax XML return - TheHippy 01/04/2009
-->
<?php
require_once("include/bittorrent.php");
include(
"class/db.class.php");
include(
"class/browse.class.php");
dbconn(false);

add
PHP Code:

header ('Cache-control: no-store');
header ('Pragma: no-cache'); 

if don't work, add
PHP Code:

<meta http-equiv="expires" value="0" />
<
meta http-equiv="cache-control" content="no-cache" /> 

try both ways also with
PHP Code:

dbconn(); 


sharpie 17th January 2013 12:19

same problem m8 still not removing the new tags

Bump: Still having an issue with this the new tags appear but members cant remove them


All times are GMT +2. The time now is 04:24.

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