TCH-JimE
Members-
Posts
2,740 -
Joined
-
Last visited
Everything posted by TCH-JimE
-
Sam, have you got the latest service packs etc for Outlook 2003? Now that I said the above, I can't seem to find the post on another website which explained all about it. Doh! JimE
-
SMF is an excellant forum, just as long as you convert to any, it doesnt matter, long as your not using an unsecure forum which you are at present JimE
-
Hello, Thats very intresting. Just tried with mine and it seems to except normal zips just fine. If its not just a single template doing this, please start a help desk ticket, reference this thread and the support gurus will take a look at the server setup JimE
-
I use XAMPP and its a rather good package (and free too!) And problems, give us a shout JimE
-
Cool! JimE
-
Nothing wrong with PHPBB 2.0.20 I have it working just fine, and TCH does not run Mysql 5 so there will be no compatability problems JimE
-
Hello, Its all to do with with the A href css tag. Remember, all these CSS bits but fit in the ><head> <style type="text/css"> INSERT HERE </style> </head> <body> </body> </html> E.g. insert this bit in your style area in the <head> tag ><style type="text/css"> A:link {text-decoration: none} A:visited {text-decoration: none} A:active {text-decoration: none} A:hover {text-decoration: underline; color: red;} </style> Then if you add this in your body content area: ><a href="www.totalchoicehosting.com">The Worlds best web hosting company</a> Now try it out. Each one of the link, visited, active and hover are self explantory really and you can do just about everything you want to them. E.g. this turns it to red background: ><style type="text/css"> A:link {background: #FFCC00; text-decoration: none} A:visited {background: #FFCC00; text-decoration: none} A:active {background: #FFCC00; text-decoration: none} A:hover {background: #FFCC00; font-weight:bold; color: red;} </style> Or you could have several classes: >.class1 A:link {text-decoration: none} .class1 A:visited {text-decoration: none} .class1 A:active {text-decoration: none} .class1 A:hover {text-decoration: underline; color: red;} .class2 A:link {text-decoration: underline overline} .class2 A:visited {text-decoration: underline overline} .class2 A:active {text-decoration: underline overline} .class2 A:hover {text-decoration: underline; color:green;} and then: ><span class="class1"><a href="www.totalchoicehosting.com">The Worlds best web hosting company</a></span> <span class="class2"><a href="www.totalchoicehosting.com">The number one hosting comapny</a></span> Give it a try, any problems, give us a shout! JimE
-
I Believe Microsoft do know about the Outllok 2003 problem and are trying to resolve it You can of course not download that particular windows advantage update. JimE
-
I believe that you will need to do your scanning in safe mode Jayson, it makes it easier to remove. As for renaming it, something else keeps putting it there so I suggest booting into safe mode and scanning with several different bits of software JimE
-
Hello, I believe you are running the old "free" version of IPB which has many flaws and problems with it. I suggest that you either upgrade to the newest one (sorry you have to pay for it) or get hold of the latest versions of phpBB/SMF etc. Thanks JimE
-
No worries, glad it worked! JimE
-
Thunderbird 1.5.0.2 Released
TCH-JimE replied to TCH-Thomas's topic in Software/Scripts/Other Alerts
Thanks Thomas. It took mine about an hour to autoupdate itself. Have you deprived it of the ability to do so from a firewall maybe? JimE -
Welcome to the forums Zier! JimE
-
The best way I find to learn CSS, is to have a fiddle yourself. A simple file in notepad and a browser is all you need. There are some really stunning sites out there which just use CSS alone. I hope you find what your looking for, any problems, give us a shout JimE
-
Welcome to the forum Sara, I hope everything is now working ok for you JimE
-
Installing 3rd Party Shopping Cart-help
TCH-JimE replied to Vintage Lover's topic in CPanel and Site Maintenance
Glad its all working. *TCH-JimE is really really glad that TCH-Don can't see his desktop! -
Welcome to the forums! JimE
-
SMF does not need your email server details plugged into it unless you want it to use a specific folder. As you found, a mis-spelled word is all it took I am glad you have found it JimE
-
I suggest using CSS to control how a page looks, it makes it a lot easier to deal with the different browsers Any problems, just give us a shout! JimE
-
I love using notepad and I find it incredable handy, however, each to thier own. I hope the above has given you the correct solutions to your problem JimE
-
Welcome to the forums, we are glad to have you here as part of the family! JimE
-
Hello, There is one more bit, I included it above but I didnt say where to change it, just down from the document root will be the following: ># # This should be changed to whatever you set DocumentRoot to. # <Directory "/var/www/html"> Make sure you change this to exactley the same as your documentroot is above. Is that any good? JimE
-
Hello Lindsay, With regard to restricting users, thats a bit difficult, but it would be along the lines of a "group". I don't think Joomla 1.0.8 supports more then three groups, but if you have a search/ask over at joomla.com I am sure someone will be able to point you in the directio. With regards to access/paradox -> mysql, it all depends on which versions to which versions, and how the content of these will be accessed etc. Someone with better database skills can no doubt provide a better answer here. JimE
-
Everybody has thier preferences. If you want to start from scratch, I would advise deleteing the old board files and database before you start JimE
-
Welcome to the forums. You can edit the httpd to tell apache where you store your files, I put mine at C:\www So I have the following set: DocumentRoot "C:/www" <Directory "C:/www"> and then for each website I have under the virtual hosts: <VirtualHost *:80> ServerName www.local.joomla.com:80 DocumentRoot "C:/www/joomla" </VirtualHost> Where the document root is changed to whatever the path is, and as you can see, to make sure I don't mess up, I have each domain name as www.local.XXXXX.com And then to get the computer to see of this, find your HOSTS file in windows/system32/drivers/etc open it in notepad and add in whatever lines you need, e.g.: 127.0.1.1 www.local.joomla.com Thats it, should work just fine! JimE
