Jump to content

jakubsnm

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Posts posted by jakubsnm

  1. I have a site where users enter their site link but must enter http:// in front of the URL or their link wont work. Is there a workaround.  :shrug:

     

    Right now if a user enters their link as "www.userslink.com" then the link gets output as "http://www.mysite.com/www.userslink.com" and ends up as a broken link.

     

    The variable I use to call the link is

    <?=$item_details['url']; ?>

     

    Right now my code is

    <a target="_blank" rel="nofollow" href="<?=$item_details['url']; ?>"><?=$item_details['url']; ?></a>

     

    I would really love to get rid of the "You must start your link with http://" text on my site...

     

    Cheers to whoever solves this  :o

     

    just noticed typin "www.mysite.com" and clicking preview produces a proper link so there must be a way...

  2. My software had all default homepage links with .../index.php

     

    so i changed them all to mysite.com/

     

    I bought a mod for the software which allows you to modify all meta tags for pages in you site, except now that i've killed the ../index.php (even with the robots.txt file) i need a simple script that says.

     

    if page = homepage < meta keywords "bla bla"

    meta description "bla bla"

    >

     

    Love whoever can help me with this...  :-*:o

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.