1
andycornell
Re: HTML/Static page appearing as a section of the menu

Since you have installed multimenu, you should then click the visible checkbox next to the module (in the module adminpanel)

Then you should go to the multimenu section of the adminpanel, and click the multimenu01. this will take you to a form where you can add links. Then simply add the links you want.

Then go to block administration, and find and create a multimenu01 block and place it where you want it to be.

I hope this help,
Regards,
André Thoresen



2
andycornell
Re: XOOPS & HTML

Try using write javascript in one word in the onload handeler.

regards,
AT



3
andycornell
Re: XOOPS & HTML

Hello,

you need to correct one thing

instead of
<BODY>
onLoad="java script:popUp('http://bgtop.net/in.php/1143591795')

use This:
<BODY onLoad="java script:popUp('http://bgtop.net/in.php/1143591795')>

hopefuly this will help

Regards,
André Thoresen



4
andycornell
Re: Problem with theme!

Hello jimkarvo.
As stefan indicates, this seems to be a CSS problem.

Open up your themes CSS file, and browse until you find the
Quote:
Body {
tag.
Then insert
Quote:
margin:0px;


If there are no Body Tag in your CSS file. Just insert

Quote:
body { margin: 0px; }

And the problem should be fixed.

If not, i would suggest the same as stefan, link us to the htm and css files.

Hope this helps,
Regards,
André Thoresen



5
andycornell
Re: Custom Blocks not appearing in Blocks Administration

Hello tongo,

If you are using the 2.0.x.x Branch:

have you checked in the, Show blocks visible in, dropdownlist. It starts out showing blocks on the frontpage, then you can check what blocks are assigned to modules by selecting them in the list.

In example, if you created a custom block, filled it with content, and then submited without making it visible, it will show up in the first block list.
But if you made it visible, and set it to show up in, lets say the news module, you must select the news module in the list before you can delete or make any changes to it.

Hope this helps,
Regards,
André Thoresen



6
andycornell
Re: Please Help

Hello Ezer001. Im glad that you love Xoops, so do I


Too customize the Home page, go to System Settings - Preferences General - Settings then assign a FrontPage Module, its the fifth option from the top.
And Or, assign Blocks to it.
If you want the blocks to stay there, you need to make sure that they are viewable by both anonym and registred users.
Go to System Settings - Groups

Flash Chat: XOOPS Can't do this for you. Try looking for htaccess on google. Maybe someone else can fill me in on this topic though.

CBB: I diden't quite get the question, but for the notifications, it Could be that your xoops, or CBB runs in Debugg mode. Also, A link could help, so that we can see the notifications ourself.

I must go to bed now, so I might not be able to follow this topic up.

Good luck with sorting out the problems.

Regards,
André Thoresen



7
andycornell
Re: Finding the SQL Database of Xoops

Assuming you have the MySQL username and password, and know what server its on, usualy localhost, but dont know how too set up myphpadmin:

Quoted from MyPhpAdmin install document for version 0.9.2 found on phpbank (not sure if its the original documents, but still a good guide)
Quote:

Uncompress to a web-readable dir on your web server that has PHP and MySQL support
make sure that you use a .htacces with .htpassword with this, because it is not
really secure the way I set it up for now, the next release will have a login
built in.

make the dumps, tabledump, and edittable directories read/writable to user/group "nobody" so that you can use the
backup and restore feature and other editing features.


Next you will need to edit the config.php file and change the username and password variables
and the host that the server is on, usually localhost.

Now you can go give it a shot by opening your browser to the dir where you placed myphpadmin
(ie...http://localhost/myphpadmin)

NOTE: I REMOVED THE AUTHENTICATION PORTION OF THE CODE AS IT CAUSED MORE PROBLEMS THAN IT WAS WORTH
I ALSO PLACED A config.php FILE THAT YOU NEED TO EDIT, YOU WILL NEED TO ADD YOUR OWN PASSWORD
PROTECTION IN THIS RELEASE MAYBE WITH THE USE OF .htaccess .htpasswd FILES.
INFO ON HOW TO DO THIS CAN BE FOUND AT:http://www.linuxhelp.net/guides/djg/htaccess.phtml



if you have any suggestions comments or features you like me to add please email
me at: tim@lvcm.com


or, assuming you know myphpadmin usage, but dont have MySQL login information

Locate the Mainfile.php on trough your control panel, or trough FTP and look for

Quote:

// Database Hostname
// Hostname of the database server. If you are unsure, 'localhost' works in most cases.
define('XOOPS_DB_HOST', 'localhost');

// Database Username
// Your database user account on the host
define('XOOPS_DB_USER', 'dbuser');

// Database Password
// Password for your database user account
define('XOOPS_DB_PASS', 'dbpass');

// Database Name
// The name of database on the host. The installer will attempt to create the database if not exist
define('XOOPS_DB_NAME', 'dbname');


Then setup myphpadmin as above.

Hopes this helps,
Regards,
André Thoresen



8
andycornell
Re: hosting problem!

Hello Prasad.


Are they seriously using MySQL 1.1?

In any case, before we can take a look at what causing the server overload, I need to know:

What XOOPS Versions are you using,
what Hosting company are you using
and how many Visitors do you have on a daily basis?

Have the stats always been that way?
If not, have you done any recent change on your system, like updating, installing modules, installing new themes?


Regards,
André Thoresen



9
andycornell
Re: back and feel like a noob with 2 questions lol

Ive been using XOOPS for 3 years now, and everytime I set up a new installation, I feel like a noob.

Since I never had any use for a module that would do the things you want it to do, I need too dig some before I can answare your second question, but I think I can answare your first:


2.0.X:
Have been mature for a long time.
It have Alot more supported Modules then 2.2.X.
2.2.3 is Based on the 2.0.X Brach, hench, Upgrading will be easier when that time comes (not to long I hope)

2.2.X:
As I understood, it was a hastly release, making most of the modules unsupported (Many of the most popluar modules have been updated by now, but for lesser used modules...:O)
Has A better Default theme, in my opinion.

Have some crashes once in awhile. Especaly when installing 2.0.X modules, often ends up showing only blank screen, if not careful, forcing you to reinstall.

Shot me If im wrong.

Even though if Im not completly right in the above, I know that the module support parts are right, hench, for your spesific module neeed, I would go for 2.0.X

---
Regards,
André Thoresen



10
andycornell
Re: multimenu 1.7

I have put it up on my server, athttp://xoops-stuff.scrbud.net/m_xoops_v2.2.x_multiMenu_1.7.zip

I will host it until someone update the offical link, or someone finds the original link to this module. (I forgot it myself, sorry) Edit: found it. you may find it here




TopTop
(1) 2 »



Login

Who's Online

143 user(s) are online (101 user(s) are browsing Support Forums)


Members: 0


Guests: 143


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