11
2headedpuppy
cool tool - html color wheel

someone might find the html color wheel useful .. I use it all the time when trying to find the right color and its hex code ...

HTML 4096 Color wheel



12
2headedpuppy
Re: File attachments to private messages

I would be curious to find out if this is possible as well ... thanks in advance ...



13
2headedpuppy
Re: Module Error

I had a bunch of these errors as well on a site I am building. If you follow instructions from the post they will go away.

In the modules directory, I went through each directory assigned to modules. I deleted unused module directories and ensured that the file xoops_version.php is in the top level of the specific module directory ...

Reload the Module Administration and voilà ... They are gone ... In my case there were five to six entries like this "Module File for Not Found" for each incorrect module directory. This also removed empty module entries in the not yet installed modules list at the bottom of the Module Administration page ....



14
2headedpuppy
Re: Does IP Ban take domain names or only numerical IP addresses?

Thanks! I was also able to look through the logs and see the IP info. I guess banning based on domain name would require look ups which take resources etc ...



15
2headedpuppy
Does IP Ban take domain names or only numerical IP addresses?

In Admin/Preferences/General: IP Ban

Does IP ban take domain names or only numerical IP addresses? Could I put a whole domain here (or series of domains), like below:

aaa.bbc.ccc.ddd|askdjflkajsdkfa.com|asdjfkajdf.net

Thanks in advance!



SeeTheGlobe.com



16
2headedpuppy
Cool CSS Tool - EditCSS plugin for FireFox

I am not sure if this has been posted here. This is a tool I just found out about. It is called EditCSS and it is a Firefox/Mozilla plugin. EditCSS provides a sidebar with your css style information. Changing any value dynamically modifies your page (only on the client side). When you are happy with the results copy/paste and update your real css sheets.

This is a really simple way to edit your XOOPS themes and styles dynamically and view the results practically as you type. Hope this is useful for someone ...

Link is at :

EditCSS plugin : EditCSS Mozdev Plugin

Have fun .... 2headedpuppy


... and this is my site ....
---------------------------------
SeeTheGlobe.com
---------------------------------
Compare flight, hotel, car and vacation prices at online booking sites.
Read
travel reviews and blogs. Quality travel video selection. Five percent
of
profits go to charity of choice as voted for by visitors.

SeeTheGlobe.com



17
2headedpuppy
Re: Movie DB Module

I was also interested in this module but received the same errors. Turned on debugging (Admin/Preferences/General/Debug) for MySQL during installation and ... whaddayaknow ...

There are two things to change in the '/filmmakers/sql/mysql.sql' file:

In the CREATE TABLE `fm_jobs` and CREATE TABLE `fm_genres' remove the comma at the end of the UNIQUE KEY line, just before TYPE=MyISAM. For fm_jobs (i.e.) change this :

CREATE TABLE `fm_jobs` (
    `
jobIDint(4NOT NULL,
    `
namevarchar(100NOT NULL default '',
    
PRIMARY KEY  (`jobID`),
    
UNIQUE KEY jobID (`jobID`),
TYPE=MyISAM;


Into this :

CREATE TABLE `fm_jobs` (
    `
jobIDint(4NOT NULL,
    `
namevarchar(100NOT NULL default '',
    
PRIMARY KEY  (`jobID`),
    
UNIQUE KEY jobID (`jobID`)
TYPE=MyISAM;


I was able to install but haven't played with it much ....




TopTop
« 1 (2)



Login

Who's Online

164 user(s) are online (80 user(s) are browsing Support Forums)


Members: 0


Guests: 164


more...

Donat-O-Meter

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

Latest GitHub Commits