Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   FAQ not working TS 5.6 (http://www.bvlist.com/showthread.php?t=7095)

Verix 12th October 2011 21:49

FAQ not working TS 5.6
 
Guys,
FAQ doesn't work.
It shows:

Array ( [do] => new [subdo] => save [name] => dhfdhfdh [description] => fdhfdhfdhdfhdfh [disporder] => )

joeroberts 13th October 2011 01:19

open
admin/faqmanage.php and find
PHP Code:

  if ($do == 'new')
  {
    if (
$subdo == 'save')
    {
      
print_r ($_POST);
      exit (); 

and remove
PHP Code:

      print_r ($_POST);
      exit (); 


Verix 13th October 2011 17:44

THX joeroberts it works's :drink:

joeroberts 13th October 2011 19:53

:ok:


All times are GMT +2. The time now is 07:14.

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