Jump to content

TCH-Thomas

Members
  • Posts

    15,512
  • Joined

  • Last visited

Everything posted by TCH-Thomas

  1. Welcome to the forum, LATD Inc.
  2. Welcome to the forum, edsel99. Not sure if this will help but here are a great site for all kinds of DST info.
  3. As for the full backup restore, I think (but not sure) that you can upload your backup to the root of your account (before public_html) and submit a ticket and tell the help guys it´s stored there and and ask that they restore it.
  4. Guidelines for requesting that your site be added to our "Family pages" Remember that this is one of those important 'inbound links' that you need. For an explanation please read, What is The Importance Of Inbound Links?. Please include: 1. Your URL e.g. www.your-tch-hosted-domain.com (please make it a link, click the http:// button when you post your request). only one link per domain will be allowed. It is up to you if that link goes to the root of your domain or a subdomain. 2. The name of your site. 3. Give a brief description of your site (approximately 75 characters max.). 4. Indicate whether the site is commercial non-profit blog personal nature 5. Please acknowledge that you have the required link back to TotalChoice. The backlink may be placed anywhere on a page as long it clearly visible on a static page. As in static page we mean the frontpage, a links page, about page etc. Including the backlink in a blog post or similar that your visitors may have trouble finding are not allowed. All backlinks to TotalChoice Hosting must also either clear out the existing window or open in a new window. 6. Please start a new thread when you make your request. Do not post in an old thread. We will review the information and then add you to our family page. We will confirm that you were added, in your request thread. The family pages are not part of our normal service, and as such we do not promise all requests will be added. More important as this is a free service adding links can take us some time as we do not have a dedicated person to handle these requests. Thanks for being part of the family!
  5. Sure. Which category are your link placed?
  6. Lauhgs
  7. Actually, it´s you Bruce, that should have the credits for this, since I hadn´t known about it unless you and I hadn´t started discussing wordpress/blogs today.
  8. Welcome to tthe forum, Oliver.
  9. Hi queenpictoria, First of all, there is really no need to "bump" as topic per the forum guidelines and we do read all posts. However, I just tried to create a subfolder in squirrelmail. What I did was to go to the subfolder page, entered the desired name, clicked create, refreshed the page and it showed up in my folder list to the left.
  10. I know what you mean. I didn´t know about this upgrade either. Since I don´t post that much in my blog, I don´t read the dashboard very often. That wordpress don´t send me any announcements doesn´t help much either.
  11. Welcome to the forum, KyanVrezpor.
  12. Where did the good old paper diary go?
  13. installation
  14. Err...I don´t know. All went wrong when I tried it, so I removed it all and will do a fresh install next week. In my case it was a skin/theme I used that had some complaints. But I see no reason that it shouldn´t work unless you have a specific skin. If you use a skin I guess you can switch it to use the defaut before you upgrade, and all should go well.
  15. I apologize that I haven´t said it earlier, but I have problem with receiving updates from the wordpress people. A new versions is out (1.5.1.1) with some bug fixes and as I understand it, an important security fix. Get it here.
  16. Welcome to the forum mathias.
  17. Welcome to the forum, natas.
  18. Welcome to the forum, wes.
  19. Thanks Pendragon, it works great. I figured it was something like target="my_newwindow"' that should be put somewhere in that code, but I didn´t know where and since the SMF guys told me it wouldn´t work, I got really insecure about it.
  20. Welcome to the forum, monk707.
  21. While not having memorial day the coming weekend here in Sweden, I am going to visit my mom.
  22. Brother
  23. I use simple machines forum on a site (some of you know knows which forum I mean ). On this site I have placed a ssi script for a log in box. When a user have filled out their userinfo and click log in I want the forum to open in a new window or on top of the existing one. I brought this up in the SMF forum, but I was told that the ssi.php was not designed to work in an iframe. The actual ssi.php is a large file but below is what I think is the appropriate part of it. If anyone would like to have a look at it and tell me if it would work to have the forum open as I want it, I would be very happy. I´m not sure why, but I refuse to believe (until proven wrong) that it would not work, since SMF would as far as I understand loose alot of customers if their stuff can´t be used in frames or iframes. Here are the codes I use: SSI.php >// Shows a login box. function ssi_login($redirect_to = '', $output_method = 'echo') { global $scripturl, $txt, $user_info; if ($redirect_to != '') $_SESSION['login_url'] = $redirect_to; if ($output_method != 'echo' || !$user_info['is_guest']) return $user_info['is_guest']; echo ' <form action="', $scripturl, '?action=login2" method="post"> <table border="0" cellspacing="1" cellpadding="0" class="ssi_table"> <tr> <td align="right"><label for="user">', $txt[35], ':</label> </td> <td><input type="text" id="user" name="user" size="9" value="', $user_info['username'], '" /></td> </tr><tr> <td align="right"><label for="passwrd">', $txt[36], ':</label> </td> <td><input type="password" name="passwrd" id="passwrd" size="9" /></td> </tr><tr> <td><input type="hidden" name="cookielength" value="-1" /></td> <td><input type="submit" value="', $txt[34], '" /></td> </tr> </table> </form>'; } The code I use inside the iframe ><style type="text/css"> <!-- .ssi_table { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; } --> </style> <?php include('http://www.marveassistans.se/forum/SSI.php?ssi_function=login'); ?>
  24. Welcome to the forum, sweet_star4.
×
×
  • Create New...