1161
ackbarr
Re: xoops 2 and Opera... becomes and oooops

I agree with aerialis - I loaded the site in Opera 7.2, Opera 6.05, IE 6, IE 5.5, and Mozilla 1.5 and it rendered similarly across all the above. On a side note, in IE 5.5 the minical block breaks out of its cell and bleeds over into the right column.



1162
ackbarr
Re: JusT install XOOPS

before you can access the administration panel to your website, you need to login from your home page. After you do so, the login block will change to the User Menu block. In this block you will see a link entitled "Administration Menu" Click this link and you will be directed to your administration panel for your website.



1163
ackbarr
Re: How to create a module?

You will not need to register your module to get support from the XOOPS community. However, there are plans to "certify" modules that work well on a variety of platforms and utilize the XOOPS core functions.



1164
ackbarr
Re: How to make a backup of DataBase

please take a look at this thread, which discusses a couple solutions:

https://xoops.org/modules/newbb/viewtopic.php?topic_id=12582&forum=1#forumpost50403



1165
ackbarr
Re: 2.0.5 - Blocks disappears !!!

You can check to pieces of information. Make sure that all desired groups have block access rights to your new block in "System" -> "Groups". Then check that the block is set to be visible on the "Top Page" in "System" -> "Blocks"



1166
ackbarr
Re: 3 install problems, o.a. database and rights

can you describe the environment that you are installing XOOPS upon a little better. For example:

What type of server (Unix or Windows)?
What webserver software and version is being used?
What version of MySQL and php?

If you are unsure how to get these answers, create a new file called phpinfo.php in the root directory of your website. then in phpinfo.php add the following:
<?php
phpinfo
();
?>



1167
ackbarr
Re: An Awkward Problem

if you are logged in as the moderator of the forum in question, at the bottom of a thread you should see 4 images. The first Resized Image lets you lock a particular topic. The second Resized Image moves a thread to another forum. The third Resized Image deletes the current thread. And the last Resized Image makes the current topic sticky



1168
ackbarr
Re: Same bug in Freecontent 2.1 and Agenda-X 1.2

try adding this code to the function freecontent_search in /modules/freecontent/includes/search.inc.php

after:
$sql 'SELECT id, title, `comment`, image FROM '.$xoopsDB->prefix('freecontent').' WHERE hide=0 ';


add:
if ( $userid != ) {
    return 
false;
}



1169
ackbarr
Re: Trouble Registering

snow77 - I'm unable to duplicate this problem on a 2.0.4 to 2.0.5. As far as modules not working, update the modules in "System" -> "Modules". If you still get blank pages try the troubleshooting steps outlined in this article:

http://wiki.xoops.org/wakka.php?wakka=TroubleshootingBlankPage



1170
ackbarr
Re: Trouble Registering

do you mean that you were able to register ok?

If not, turn on MySQL / block debugging and look for any database queries in red during the registration.

If so, check if the user has a software firewall in use (particularly Norton Firewall).

There is an faq article talking about Norton Firewall here

https://xoops.org/modules/xoopsfaq/index.php?cat_id=13#25




TopTop
« 1 ... 114 115 116 (117) 118 119 120 121 »



Login

Who's Online

171 user(s) are online (77 user(s) are browsing Support Forums)


Members: 0


Guests: 171


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