1
Cowboy123
Re: Failed Writing Constant errors...
  • 2006/4/4 17:40

  • Cowboy123

  • Just popping in

  • Posts: 5

  • Since: 2005/8/22


Very nice. I knew it was the php5 thing but I didn't know how to fix it other than installing php4 and that could be a pain. This did the job really well the only thing that might alert people is you still get the Notices at the top of the pages (or atleast I did) I was using Apache2, MySQL 5, and PHP5 so it stands to reason I was gonna have problems with somethign written before PHP5. So if anyone gets notices after doing this fix don't worry about them they won't hinder the install process. Everything went smoothly for me after doing this. Thanks Rowdie.

Quote:

rowdie wrote:
The installer is not fully compatible with PHP5. One simple change will fix it though...

in: /install/class/mainfilemanager.php

change:
$content fread($filefilesize($this->path) );
fclose($file);


to:
[color=CC0000]clearstatcache();[/color]
$content fread($filefilesize($this->path) );
fclose($file);



2
Cowboy123
Re: Itegration of Btit
  • 2006/2/28 9:06

  • Cowboy123

  • Just popping in

  • Posts: 5

  • Since: 2005/8/22


Also just to let you know Btit is software for a Bittorrent tracker.



3
Cowboy123
Itegration of Btit
  • 2006/2/25 9:38

  • Cowboy123

  • Just popping in

  • Posts: 5

  • Since: 2005/8/22


Hello,

Not sure if this has been covered before but I use XOOPS on my main site then I have a tracker with btit software installed on it. I was wondering if someone could give me any tips for integrating the XOOPS user database table to btit database table so users only have to register with the main site and automatically become registered with the tracker as well. It would help out a great deal.


Thanks



4
Cowboy123
CBB Hover Menu
  • 2005/8/22 6:50

  • Cowboy123

  • Just popping in

  • Posts: 5

  • Since: 2005/8/22


Hello,

I am using CBB 1.14 and XOOPS 2.0.13.1 I have everything the way I want it the only problem is the drop down menu for the forum options. When I select Hover or Click it reloads the page and the menu cannot be hovered, clicked, or selected. It just act like normal text. If a user just joins it will act as the select drop down. I dont want users to be able to change to hover or click. I had to delete my account in order to reset it.

I was wondering if there is a way to fix this or if Anyone can tell me how to remove the code that makes up the hover and click in the menu.

Thank you in advance




TopTop



Login

Who's Online

204 user(s) are online (139 user(s) are browsing Support Forums)


Members: 0


Guests: 204


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits