Forum Replies Created

Viewing 15 replies - 211 through 225 (of 346 total)
  • May be better posting at jobs.wordpress.net

    Thread Starter Snat

    (@snat)

    I have tried all of those and the categories are even working on the dev version of my site which has all the same plugins.

    I already tried change themes and re-uploading all files other then wp-config and my upload folder.

    Very annoying at the mo, as it actually seems the data is gone from the actual database and whenever I create a new post I still can not add tags or anything.

    Thread Starter Snat

    (@snat)

    Okay, now I am really starting to get annoyed at this error. I tried re-adding categories to links and no matter what I do it will not save.

    Example of what you mean please as I don’t use Joomla much and want to see what you are talking about.

    Well, seeing it is getting the information from Twitter and that information is public, I dunno what they will actually do in terms of removing it. You really should make your tweets private if you don’t want people looking at it.

    According to the domain whois (public information), the e-mail address is

    dui@gmail.com <- (Using Recaptcha, click the dots in the e-mail)

    Thread Starter Snat

    (@snat)

    1. Is it really anonymous posting? I have so much to rant about, but would never want people to know that it was coming from me!

    It is as anonymous as you allow me to be. So post under a different name and e-mail by all means and I won’t know any different. Infact, the e-mail isn’t actually needed so you could just post as anonymous by all means.

    2. Is the toolbar that floats at the bottom of the screen a plugin? It’s FABULOUS

    http://wibiya.com <- That is what I used for the toolbar.

    Thanks for your comments 🙂

    Snat

    (@snat)

    WordPress.com do not hold any copyright over your work to what I recall.

    Besides, why would they do that when they seem to want to promote freedom of speech by offering the free services. If you are that worried, get a lawyer to look over the terms of services for WordPress.com.

    All I know, is they have the right to backup your work but not to own the copyright. Basically, see it as you are giving them a right to backup your own work and that’s it.

    Thread Starter Snat

    (@snat)

    Thanks for the feedback indeed. Just having some problems with IP.Converge though, starting to annoy me >.<

    Snat

    (@snat)

    No problem at all, I am sure you will do fine. Just remember not to delete your WordPress.com blog and you are always able to just start again with the mirgation.

    Any problems, just post on here and I am sure I or something else will see it.

    Good luck 😀

    Snat

    (@snat)

    Yes, it installed, but the standard index.php was replaced by the theme’s index.php… which breaks it for some reason? I replaced the standard index.php and it works with the basic starting template now.

    Are you saying you changed the main index.php with the one in the theme folder. If so, that is wrong. Upload your theme to /wp-content/themes and then go to the Admin CP and select it.

    Snat

    (@snat)

    Making the jump is very easy and you will lose nothing at all.

    First what you want to do is go to your WordPress.com website, go to tools and export your website. This will export all your posts, comments, pages etc etc.

    Then go to your webhost and setup your domain to point to the webhost. Setup and install WordPress, setup the same permalinks and then import your export file into your new WordPress website.

    It will then import and that’s it in a nutshell. There is also jobs.wordpress.net incase you don’t feel like doing it yourself as I am sure there is people like me on there that will do it for a very low price.

    Although, always best to just try it yourself first as the learning process is always good.

    Forum: Plugins
    In reply to: Site Hacked
    Snat

    (@snat)

    Snat

    (@snat)

    This code has not been tested and may / may not work exactly as you need but this is mearly so you can get started. I would advice to just do it around parts to remove bits in the sidebar rather then remove the whole sidebar. There may be some format issue in the code below due to bbPress but the code below should get you started.

    <?php
    $AreWeGoogle = $_SERVER['HTTP_USER_AGENT'];
    
    if ( $AreWeGoogle == "Googlebot/1.0 (googlebot@googlebot.com http://googlebot.com/) " ) {
    // This is what Google would see. Leaving it blank means nothing is seen.
    }else{
    // Whatever you never wanted Google to see
    }
    ?>

    My example only works with Google, but you can adapt for others.

    Snat

    (@snat)

    If you are within the loop, this should work.

    <?php the_ID(); ?>

    Then naturally, do what you need once you got the value.

    is_front_page()

    This is used to see if the page loaded is the front page.

    is_home()

    This one is used to see if the page is the home page, which I think may be better for what you are planning to do but without know I can not be sure.

    Thread Starter Snat

    (@snat)

    Hey,
    I would be careful on who you are linking to your site, as far as i know, if you have “bad” site link in your site, google will not like it.

    Already aware of that but thanks for the advice.

    But thanks Ericdaams for your post, I will take that into mind.

Viewing 15 replies - 211 through 225 (of 346 total)