Jump to content

TCH-Bruce

Members
  • Posts

    20,156
  • Joined

  • Last visited

Everything posted by TCH-Bruce

  1. 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.
  2. Activex Problems Starting Soon?, Eolas vs Microsoft
  3. Thanks for the review and promoting TCH. Welcome to the family and forums!
  4. 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; }
  5. meeting
  6. 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.
  7. Welcome to the forum, thomearl
  8. hang
  9. Thanks for the info Alex
  10. Glad I could help
  11. 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.
  12. Salad
  13. 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.
  14. 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.
  15. 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.
  16. 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.
  17. 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.
  18. Glad I could help
  19. Welcome to the family and forums Sara
  20. cookies
  21. 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.
  22. 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.
  23. In the Icon theme X it's called "Password Protect Directories"
×
×
  • Create New...