71
JCDunnart
Re: Apply extra stylesheet if no module is being used
  • 2006/10/3 19:24

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


In your PHP file after the inclusion of header.php you can use:

(XOOPS 2.0.15)
$xoTheme->addStylesheet('home.css');


(XOOPS 2.2.4)
$xoopsTpl->assign('xoops_module_header''<link rel="stylesheet" type="text/css" media="screen" href="'.XOOPS_THEME_URL.'/'.$xoopsConfig['theme_set'].'/home.css" />');


You don't need to add any code to your theme file.



72
JCDunnart
Re: Been hacked direct to root index.php line added?
  • 2006/9/30 11:06

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


Upload a clean index.php then set the file permission to read only (or CHMOD 644 for unix systems).



73
JCDunnart
Re: Urgent: Table xoops_config disappeared!
  • 2006/9/29 20:45

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


If you can get to the admin section you could try updating each of your installed modules, and submitting preferences again. Otherwise, I think a backup is the best way to recover your site.



74
JCDunnart
Re: New releases of modules Bender removing peoples work???
  • 2006/9/28 7:15

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


So how do you define a XOOPS module? Have your say in the discussion thread.

What's with the 'zooped' stuff anyway? Reading your posts I wouldn't know it had anything to do with XOOPS.



75
JCDunnart
Re: Scare: PHP Register Globals Change
  • 2006/9/27 16:45

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


There won't be any problems with the XOOPS core, but there could be problems with modules.

Which modules do you use?



76
JCDunnart
Re: problems with xoopspolls, news & newbb modules
  • 2006/9/21 18:30

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


1. If it was working before and not any longer then what was changed recently? i.e. new module installed, upgraded XOOPS core or module, hack added, PHP upgraded...?

2. Check the adminmenu.php file in the /cache/ directory.
- does it exist?
- does the cache directory have the correct permissions?
- if yes to above, try renaming the adminmenu.php file, login and go to admin, which will regenerate the adminmenu.php file.

Hopefully these suggestions help... otherwise it's likely to be a PHP5 issue, as those modules are not compatible with certain PHP5 configurations... at least, I know the xoopspoll module has issues with some configurations, and I'm guessing that the others might too.



77
JCDunnart
Re: Xoops Installation
  • 2006/9/7 5:33

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


If you haven't installed XOOPS yet then you won't find that option

Just ignore the notices and continue with installing.

Which version of XOOPS are you using, by the way? 2.0.15? because I thought the installer notices were fixed in that version...



78
JCDunnart
Re: Corrupt Database?
  • 2006/9/6 18:11

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


'Join' is a reserved word in MySQL. Change it to something else, any other non-reserved word will do.

i.e. KEY instid ( instanceid, visible, weight )

this should work



79
JCDunnart
Re: Fatal error: Only variables can be passed by reference in /htdocs/userinfo.php on line 115
  • 2006/9/3 18:06

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


As a temporary fix you can try the following...
1. Open the file /class/module.textsanitizer.php using a text editor (windows notepad will do).

2. Find the function "makeTareaData4show"

3. Change:
function &makeTareaData4Show(&$text, $html=1, $smiley=1, $xcode=1)

To:
function &makeTareaData4Show($text, $html=1, $smiley=1, $xcode=1)

I expect the core developers will fix it in the next release.



80
JCDunnart
Re: Blank Page after "confirm database settings"
  • 2006/8/30 5:26

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


Look at the 'No such file or directory in...' errors, that's where the problem is. Make sure the file exists at that location...




TopTop
« 1 ... 5 6 7 (8) 9 10 »



Login

Who's Online

147 user(s) are online (57 user(s) are browsing Support Forums)


Members: 0


Guests: 147


more...

Donat-O-Meter

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

Latest GitHub Commits