Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> Post Fixes - Raven's RavenNuke(tm) v2.02.02 Distro
Author Message
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Sat Apr 22, 2006 11:58 am Reply with quote

Version : v2.02.02
Issue : Feed_Back module same type problems as Recommend_Us module
Submitted By: Kenwood: PM but reference http://www.ravenphpscripts.com/postt9345.html
Solution By : Raven

Fix:

Find, in all language files
?>

Add before it on a new line:
define("_FB_NO","no"); to all language files.

Find, in index.php
include("header.php");

Add after on new line
$FB_NO = _FB_NO;

Find OpenTable();
Change every instance of $send = "no"; to $send = $FB_NO; after OpenTable();

Find
if ($send != "no") {

Change to
if ($send != $FB_NO) {

Find
elseif ($send == "no") {

Change to
elseif ($send == $FB_NO) {
 
View user's profile Send private message
montego
Site Admin



Joined: Aug 29, 2004
Posts: 9457
Location: Arizona

PostPosted: Sat Apr 22, 2006 3:37 pm Reply with quote

Thanks Raven!

_________________
Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Visit poster's website
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> Post Fixes - Raven's RavenNuke(tm) v2.02.02 Distro

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©