Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 how can I do this....
Firefox Wins Offline
Member
***
Posts: 164
Joined: Mar 2008
Post: #10
RE: how can I do this....
(06-14-2010 05:24 PM)ZiNgA BuRgA Wrote:  Make sure that the forum with fid 2 actually exists.  If not, change the fid appropriately.

I also found a "bug" in MyBB (feel free to report anyone, even though they probably won't fix it), open up global.php and find:

PHP Code:
basename($_SERVER['PHP_SELF'])

replace with

PHP Code:
THIS_SCRIPT

(fixes up a stylesheet issue)


Is this exactly what you are saying?

PHP Code:
find
$stylesheet_scripts = array("global", basename($_SERVER['PHP_SELF']));
replace
$stylesheet_scripts = array("global", basename(THIS_SCRIPT));


Thanks
ps. Not currently fixed in MyBB1.4 or 1.6.

08-05-2010 04:51 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
how can I do this.... - sept - 06-14-2010, 02:31 AM
RE: how can I do this.... - ZiNgA BuRgA - 06-14-2010, 10:01 AM
RE: how can I do this.... - sept - 06-14-2010, 11:58 AM
RE: how can I do this.... - ZiNgA BuRgA - 06-14-2010, 12:41 PM
RE: how can I do this.... - sept - 06-14-2010, 05:03 PM
RE: how can I do this.... - ZiNgA BuRgA - 06-14-2010, 05:24 PM
RE: how can I do this.... - sept - 06-15-2010, 12:54 AM
RE: how can I do this.... - Firefox Wins - 08-05-2010 04:51 PM
RE: how can I do this.... - RateU - 06-14-2010, 07:13 PM
RE: how can I do this.... - ZiNgA BuRgA - 06-15-2010, 08:19 AM
RE: how can I do this.... - ZiNgA BuRgA - 08-05-2010, 07:36 PM

 Standard Tools
Forum Jump: