SV650.org - SV650 & Gladius 650 Forum



Idle Banter For non SV and non bike related chat (and the odd bit of humour - but if any post isn't suitable it'll get deleted real quick).
There's also a "U" rating so please respect this. Newbies can also say "hello" here too.

Reply
 
Thread Tools
Old 04-02-07, 11:03 PM   #1
Demonz
Guest
 
Posts: n/a
Default Mambo CMS

Any of you web gurus used it before? I am having trouble with my menu alignment on our work website. Its only occurring with the new IE7. Would appreciate some some help to figure it out if you have any ideas.

Cheers,
Grant
  Reply With Quote
Old 04-02-07, 11:45 PM   #2
TSM
The Sick Man
Mega Poster
 
TSM's Avatar
 
Join Date: Nov 2004
Location: Peckham.SE.LDN
Posts: 4,768
Default

If you find open the template_css.css and find the below and change. Hopefully it will work fine.

You also seem to have the class tags on the bit that is wrong set to 'mainlevel-nav' but that CCS ref does not exist. I have not gone though everything, but you are probably having hierarchy problems in your css, unfortunately IE & FF sometimes render differently so its wise to declare your css fully with alignment etc.

Code:
table.moduletable td {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	}
to

Code:
table.moduletable td {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
        text-align: left;
	}
__________________
OTR: KTM 690 Duke R 2015 Full Akro
SIDELINE: Kwak ZX636 A1P 2002, Red, R&G's, Yoshi, Double Bubble Screen
GONE: Kwak ZX-7R P1, Full Akro, Undertray, Screen
GONE: SV650S K2 Very Bruised & Without Fairing, Motovation Frame Sliders, R&G Ally Sprocket Toe Protector, HEL 2 Line Setup, GSXR K1 600 RWU Forks, Barnett Clutch & Springs, Penske 8981 Shock, Gilles Ti Rearsets, Steel Barends, Scottoiler, AFAM Chain & Sprockets, Twin FIAMM Horns, Skidmarx Bellypan, Full Micron Zeta Steel System, Cut down undertay.

Forum Problems & Information / Site Suggestions
TSM is offline   Reply With Quote
Old 05-02-07, 12:22 AM   #3
Baph
Guest
 
Posts: n/a
Default

Please please please tell me that you're not allowing the world & their dog access to a server running Mambo.

PLEASE tell me.

(if you are, it's a bad thing to do btw, just so were clear. If it's private corporate use only, it's not so bad).

EDIT: I've just seen the link in your signature. Oh dear Personally, I recommend e107 for CMS work, but so long as you migrate away from Mambo, you stand a better chance of the website being comprimised (yes, mambo is THAT bad).
  Reply With Quote
Old 05-02-07, 06:48 AM   #4
timwilky
Member
Mega Poster
 
timwilky's Avatar
 
Join Date: Mar 2004
Location: Not in Yorkshire. (Thank God)
Posts: 4,116
Default

I would suggest a CMS swap as well, for a freeby I would recommend Jahia, see http://www.jahia.org/jahia/page712.html

My company used it for some pretty big sites and only abandoned it for commercial (not technical) reasons)
__________________
Not Grumpy, opinionated.
timwilky is offline   Reply With Quote
Old 05-02-07, 09:45 AM   #5
TSM
The Sick Man
Mega Poster
 
TSM's Avatar
 
Join Date: Nov 2004
Location: Peckham.SE.LDN
Posts: 4,768
Default

Quote:
Originally Posted by Baph
Please please please tell me that you're not allowing the world & their dog access to a server running Mambo.

PLEASE tell me.

(if you are, it's a bad thing to do btw, just so were clear. If it's private corporate use only, it's not so bad).

EDIT: I've just seen the link in your signature. Oh dear Personally, I recommend e107 for CMS work, but so long as you migrate away from Mambo, you stand a better chance of the website being comprimised (yes, mambo is THAT bad).
What about Jomla, yes i know its a branch from Mambo but they split branches because of developers annoyed with security risks etc..

I remember you telling me about e107, have not given it a try yet though.
__________________
OTR: KTM 690 Duke R 2015 Full Akro
SIDELINE: Kwak ZX636 A1P 2002, Red, R&G's, Yoshi, Double Bubble Screen
GONE: Kwak ZX-7R P1, Full Akro, Undertray, Screen
GONE: SV650S K2 Very Bruised & Without Fairing, Motovation Frame Sliders, R&G Ally Sprocket Toe Protector, HEL 2 Line Setup, GSXR K1 600 RWU Forks, Barnett Clutch & Springs, Penske 8981 Shock, Gilles Ti Rearsets, Steel Barends, Scottoiler, AFAM Chain & Sprockets, Twin FIAMM Horns, Skidmarx Bellypan, Full Micron Zeta Steel System, Cut down undertay.

Forum Problems & Information / Site Suggestions
TSM is offline   Reply With Quote
Old 05-02-07, 10:16 AM   #6
Baph
Guest
 
Posts: n/a
Default

Joomla (not Jomla :P) 1.x has it's problems too.

The latest branch of Joomla was released on 12/25/2006 & the latest publicised vulnerabilities were on 29/12/2006.

The majority of the problems it has a XSS (Cross site scripting), however, the grapevine says that it still has issues with SQL injection that haven't been brought to public attention. At worst, this would probably reveal passwords (remember, encrypted passwords are no longer safe after projects like GData).

So long as your password for Joomla is only for Joomla, and you run it with the usual user level restrictions you should be safe.

As I always do though, if you're worried, run Apache in a jail (assuming *nix server). At least that way, problems are minimised (but even jails aren't a foolproof answer).
  Reply With Quote
Old 05-02-07, 11:46 AM   #7
Demonz
Guest
 
Posts: n/a
Default

Thanks for the comments - I guess I need to look into the security issues you have highlighted and do some cost benefit analysis. I looked at Joombla a year or so back and havent bothered updating any of our backend server stuff to this - mainly as we have been happy with the template the site was based around.

I guess worst case scenario for business is someone hacks it and deletes some files. Our server is hosted by an outside organisation so I am not concerned about this.

From here its a couple of days to reinstall and get it back online from our backups.

The other option is to learn and install a new system - sort out the templates and put the site together to how it currently is and away I go... I am not sure how long this will take here.
  Reply With Quote
Old 05-02-07, 12:50 PM   #8
Jabba
Guest
 
Posts: n/a
Default

I use xoops............... :P
  Reply With Quote
Old 05-02-07, 12:54 PM   #9
Baph
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Jabba
I allow Cross Site Scripting, SQL Injection, remote code execution & probably Private Message disclosure............... :P


Well, whatever floats your boat I suppose

The Internet aint a safe place to play
  Reply With Quote
Old 05-02-07, 12:59 PM   #10
Jabba
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Baph
Quote:
Originally Posted by Jabba
I allow Cross Site Scripting, SQL Injection, remote code execution & probably Private Message disclosure............... :P


Well, whatever floats your boat I suppose

The Internet aint a safe place to play
Depends upon what you install and how you configure it and the server :P

All CMS systems have their issues in this regard.........and phpbb (this site's software) isn't immune either
  Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:00 PM.


Powered by vBulletin® - Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.