1
taokrieger
Re: Newbb 2.0 and the disappearing IE buttons
  • 2005/2/22 4:38

  • taokrieger

  • Just popping in

  • Posts: 36

  • Since: 2002/10/29


Didn't change anything except a few background and text colors.



2
taokrieger
Newbb 2.0 and the disappearing IE buttons
  • 2005/2/22 4:29

  • taokrieger

  • Just popping in

  • Posts: 36

  • Since: 2002/10/29


I am having some trouble with the Newbb 2.0.2 module. Specifically, the dropdown buttons (Forum/Topic Options, Search, etc) simply disappear in Internet Explorer.

The buttons exist when the page first loads but as soon as I scroll my mouse over one of the dropdown menus, all the other dropdown menus disappear. Furthermore, when I scroll over a hyperlink, the menus disappear too.

And for the life of me I cannot figure out why. Personally, I use firefox and it doesn't have any such problems. Unfortunately, most people who visit my website still use explorer - so i need to figure out if this why this is happening.

Anyone aware of this problem?

Here's an example on my website:
http://www.taokrieger.com/modules/newbb/viewforum.php?forum=5



3
taokrieger
Re: Yikes!!
  • 2004/9/4 3:23

  • taokrieger

  • Just popping in

  • Posts: 36

  • Since: 2002/10/29


Ok. So I have a number of domains that use the same XOOPS installation. Based on a post many, many months ago, I setup multiple mainfile.php files for each domain name and then used the following setup for 'mainfile.php':
<?php
if (!(isset($serverName)))
{
$serverName $SERVER_NAME;
$serverName str_replace("www.","",$serverName);
$serverName str_replace(".com","",$serverName);
$serverName str_replace(".net","",$serverName);
$serverName str_replace(".org","",$serverName);
}
if (!(empty(
$serverName)))
{
include(
$serverName.".mainfile.php");
}
?>
~


All of a sudden, that stopped working. I cannot figure out why. I then changed

$serverName = $SERVER_NAME;

to

$serverName = $_SERVER['SERVER_NAME'];

and now everything functions perfectly again. --shrug-- It puzzles me that everything worked fine for months and then it went haywire. Oh well, at least it works now.



4
taokrieger
Yikes!!
  • 2004/9/4 2:58

  • taokrieger

  • Just popping in

  • Posts: 36

  • Since: 2002/10/29


What the heck did I do? I'm not sure - I don't remember changing anything on the server and then, all of a sudden, I get this:

WarningFailed opening 'XOOPS_ROOT_PATH/header.php' for inclusion (include_path='.:/usr/share/pear'in /var/www/html/modules/news/index.php on line 29

Warning
Failed opening 'XOOPS_ROOT_PATH/modules/news/class/class.newsstory.php' for inclusion (include_path='.:/usr/share/pear'in /var/www/html/modules/news/index.php on line 30

Fatal error
Call to a member function on a non-object in /var/www/html/modules/news/index.php on line 69



5
taokrieger
Re: Mydownloads module modified
  • 2004/9/4 2:31

  • taokrieger

  • Just popping in

  • Posts: 36

  • Since: 2002/10/29


I am having a problem. I cannot upload files larger than around 300K or so. Anything larger than about 300K, I get a "page cannot be displayed" - not even a blank page!

Before you tell me to check my settings, my "maximum upload size" is 200000000.

And in my php.ini:
max_post_size, memory_limit, upload_max_filesize are all 200M, file_uploads is ON and Max_execution_time is 180.

What am I missing???



6
taokrieger
Re: Help
  • 2004/3/12 7:08

  • taokrieger

  • Just popping in

  • Posts: 36

  • Since: 2002/10/29


I am getting the blank page after clicking submit problem. Turning debug on, I get:

Error Code: 0013


ERROR: Could not query the database.
Error: Column count doesn't match value count at row 1



7
taokrieger
Status: Active
  • 2004/3/5 17:51

  • taokrieger

  • Just popping in

  • Posts: 36

  • Since: 2002/10/29


This isn't anything major - but I've noticed that in the comments to polls, it always says that the user's status is Active even if they were last logged in a couple of days ago. This problem doesn't happen in the forums but at least in the Polls module. Anyone have a clue as to why this occurs?



8
taokrieger
Re: Can't change 'Xoopsgallery's Album Permissions' as admin
  • 2004/1/26 1:57

  • taokrieger

  • Just popping in

  • Posts: 36

  • Since: 2002/10/29


I believe in the second instance, it actually needs to read:

$this->isAdmin = (!$user[0]->isAdmin($GLOBALS['xoopsModule']->getVar('mid'))) ? 0 : 1;

But now it works perfectly. Thanks!!



9
taokrieger
Re: Can't change 'Xoopsgallery's Album Permissions' as admin
  • 2004/1/25 20:14

  • taokrieger

  • Just popping in

  • Posts: 36

  • Since: 2002/10/29


I just did. thanks



10
taokrieger
Re: Can't change 'Xoopsgallery's Album Permissions' as admin
  • 2004/1/25 4:52

  • taokrieger

  • Just popping in

  • Posts: 36

  • Since: 2002/10/29


AAAAAAh. If the user has any admin ability (regardless of module) then they get full access. All my registered users have admin access to the Poll module (so they can create polls). Since they were admins for Polls, the xoopsgallery module treated them as an admin too. Once I removed their admin ability completely, the xoopsgallery functions fine.

This doesn't seem right - it should be checking that they are admins for this module - but it will work in the meantime. If anyone has a clue how to fix this correctly, I'd be much ablidged.

Thanks




TopTop
(1) 2 3 »



Login

Who's Online

103 user(s) are online (78 user(s) are browsing Support Forums)


Members: 0


Guests: 103


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