-
Posts
20,156 -
Joined
-
Last visited
Everything posted by TCH-Bruce
-
That is nowhere near the latest version of Invision. That was the last free version. I am with the others. Either upgrade to the latest version or switch to a different forum software if you are not willing to pay for the latest Invision one.
-
Activex Problems Starting Soon?, Eolas vs Microsoft
-
Thanks for the review and promoting TCH. Welcome to the family and forums!
-
bodercolor is not an HTML or XHTML standard. It is an Internet Explorer standard. Check out w3schools HTML Dom Table Objects You can control the underline in the links using CSS. >a { text-decoration: none; }
-
Please contact the help desk. They may be able to provide you with a solution. However using Dadamail you could send email through your account by batching them based on the limits you can obtain from the help desk.
-
Thanks Thomas
-
Welcome to the forum, thomearl
-
Thanks for the info Alex
-
Who Says You Don't Get Lucky Once In A While?
TCH-Bruce replied to stevevan's topic in Open Discussion
Sorry Steve. -
Glad I could help
-
CSS stands for Cascading Style Sheets which allows you to create markup for displaying web content. You can learn a lot at w3schools.com. Scripts are for creating dynamic content for your site. They could be simple code snippets the display "Hello World" to processing forms and accessing databases. There are "dummies" books for CSS and PHP & MySQL as well as javascript and a host of other web related materials.
-
You are correct. I just checked my RSS feeds and they are all the UTC time and not my post times. I've never really thought about it. But the UTC time is the same as the post time. I'm -4 hours UTC. My post was made at 17:30, and the RSS feed is 21:30 UTC which is the same time.
-
I have several WP blogs and never experienced this. On the General Options page you will see the UTC time of the server your blog is hosted on. You can change the time by adjusting the "Times in the weblog should differ by:" field.
-
Are you trying to login on the left side of the page? That is a client login and not your admin login. Click the Admin button in the lower right of the login box displaying and it will swtich to Admin login mode. Enter your user name and password and you should be able to enter.
-
Sorry, Wayne, don't have SMF installed myself but I am sure one of our family members that use SMF will be along to give you a clue.
-
Installing 3rd Party Shopping Cart-help
TCH-Bruce replied to Vintage Lover's topic in CPanel and Site Maintenance
That message occurs when a zip file is not recognized on the server. I've seen this message myself before. When I do, I extract the archive on my PC and then Zip it back up using WinZip and upload it to the server. I've never had a problem doing it this way. -
Glad I could help
-
Welcome to the family and forums Sara
-
This code will display your pages set up in Wordpress in your sidebar. ><?php wp_list_pages('title_li=<h2>' . __('Pages') . '</h2>' ); ?> If you want to execute php in a post you would need to install either the RunPHP or Exec PHP plugins.
-
Scott, I believe you can get the phpinfo info you require from this help page magic_quotes_gpc is on by default. On a dedicated server you can have PHP5 installed as well as modify the php.ini file. You can control some settings in your account via the .htaccess file to change the PHP behavior.
-
In the Icon theme X it's called "Password Protect Directories"
