191
kiwiguy
Re: How to change??
  • 2004/9/17 13:59

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


Thanks Bleek I still dun understand man I am a php dummy here going on trial an error. If you did manage to do it how did you do it to work properly????

hope you can help or anybody..

Thanks in advance
kiwiguy



192
kiwiguy
How to change??
  • 2004/9/17 13:18

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


I was wondering about changing the comments that XOOPS gives you when logging in, When you log in it says "thank you for logging in username" or when you log out it says" you have logged out" I want to change all those comments..

I have found where those templates are and have changed them no problem but when I change them I get a blank page when i log out or log back in and what not.

What am I doing wrong???



193
kiwiguy
Re: The problem with Norton and Xoops
  • 2004/9/16 8:27

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


they can simply disable there firewall by right clicking on the nortons icon in there taskbar and click "disable" As for changing XOOPS to allow it welll have not heard anything about that still no answers to that big qustion I would of imagined it would of most certainly been on the cards in the last 3 updates of XOOPS hoefully it will be in the next few updates.



194
kiwiguy
Re: Can not access admin module. $xoopsuser null or false
  • 2004/9/16 8:09

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


Have you tried disabling your firewall while working on your sites I had this problem and my site was in my firewall as a protected site allowed list but still had troubles with admin section and forums until i disabled the firewall.



195
kiwiguy
Re: Blank pages but not always Very strange
  • 2004/9/14 17:09

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19



/start question
I ran php debug on my site and it came up with a fatal error message it seems its the flashout module I installed will only work for members but if i make it available to anonymous users it causes my page to become blank how do i go about fixing the problem. The problem file is in the modules/flashout/blocks/flashout_block.php <---Problem

Problem file --->(flashout_block.php)

Quote:
<?php
function ShoutboxFlash() {
global $xoopsUser;

// Load module handler... :)
$module_handler2 =& xoops_gethandler('module');
$xoopsModule2 =& $module_handler2->getByDirname('flashshout');
// Thx to Kazu for explaining me how this thing works...
// Load the config handler, for then loading the configs from the flashshout module... :)
$config_handler2 =& xoops_gethandler('config');
$xoopsModuleConfig2 =& $config_handler2->getConfigsByCat(0, $xoopsModule2->getVar('mid'));

if(isset($xoopsUser))
{
$flashshout['username'] = $xoopsUser->getVar('username');
}else{
$flashshout['username'] = "Anonymous";
}

if($xoopsModuleConfig2['flashshout_block_big'] == 1)
{
$flashshout['flashshoutfile'] = "flash/Flashshout_".$xoopsModuleConfig2['flashshout_color'].".swf";
$flashshout['flashshout_width'] = "345";
$flashshout['flashshout_height'] = "355";
}else{
$flashshout['flashshoutfile'] = "flash/Flashshoutside_".$xoopsModuleConfig2['flashshout_color'].".swf";
$flashshout['flashshout_width'] = "140";
$flashshout['flashshout_height'] = "350";
}

$flashshout['flashshout_comment'] = $xoopsModuleConfig2['flashshout_comment'];

return $flashshout;
}
?>


Any ideas??? Is the coding wrong as I am not too crash hot on php!!

kiwiguy
/end question



196
kiwiguy
Blank pages but not always Very strange
  • 2004/9/14 16:03

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


I know that there a lot of other posts concerning blank pages but this is completly different. When I have my site turned on and I log out it comes up as a blank page but when I turn my site off and log out the page comes up no probs telling me that is turned of I am running

xoops 2.0.7.1
php 4.x.x

I cannot understand what i have done wrong this all happended after i finished installing xf sections and doing all the sections on it and I installed the module flashout but have had no probs until I turned my site back on and logged off!

cheers
kiwiguy



197
kiwiguy
Re: I NEEEEEEEEEED MUSIC!!!
  • 2004/9/13 10:08

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


You could also do this and get it for free LOL just add a block and paste this code into your block usuiing HTML..

Quote:
<div align="center">
<table border="0" width="100%" id="table1" cellspacing="0" cellpadding="0">
<tr>
<td>
<p align="center"><font face="Arial" size="2">Name of Song</font></td>
</tr>
<tr>
<td>
<p align="center">
<object classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" id="WindowsMediaPlayer1" align="middle" width="150" height="180">
<param name="URL" ref value="http://www.yourdomain.com">
<param name="rate" value="1">
<param name="balance" value="0">
<param name="currentPosition" value="0">
<param name="defaultFrame" value>
<param name="playCount" value="1">
<param name="autoStart" value="0">
<param name="currentMarker" value="0">
<param name="invokeURLs" value="-1">
<param name="baseURL" value>
<param name="volume" value="100">
<param name="mute" value="0">
<param name="uiMode" value="mini">
<param name="stretchToFit" value="-1">
<param name="windowlessVideo" value="0">
<param name="enabled" value="-1">
<param name="enableContextMenu" value="-1">
<param name="fullScreen" value="0">
<param name="SAMIStyle" value>
<param name="SAMILang" value>
<param name="SAMIFilename" value>
<param name="captioningID" value>
<param name="enableErrorDialogs" value="0">
</object>
</td>
</tr>
</table>
</div>


Rememberhttp://www.yourdomain.com is where you place the url to point to where your mp3 is on your server.

Hope that helps.

Cheers
kiwiguy



198
kiwiguy
Re: Invision Power Board
  • 2004/9/3 0:09

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


Hey glazik,

Your probably better off going here and asking your question

http://www.bbpixel.com/modules/news/

as this is mainly XOOPS support and that link will direct you to the support board of invision power board.

I run IPB but have never come up with that issue unless you have not installed it properly what XOOPS are you running if its 2.0.7.1 there is a update of the core files that need to be updated for IPB to work properly you can get the upgraded core files from the above site.

Hope you find your answer mate

kiwiguy



199
kiwiguy
Re: WF-Download shows as blank page
  • 2004/8/26 13:10

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


yep already done mate



200
kiwiguy
Re: change domain name
  • 2004/8/26 13:07

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


DELETED




TopTop
« 1 ... 17 18 19 (20) 21 22 23 ... 28 »



Login

Who's Online

133 user(s) are online (59 user(s) are browsing Support Forums)


Members: 0


Guests: 133


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