Jump to content

Bloc lien "Blocklink" avec titre pour les adresse "href"


AngelDisc

Recommended Posts

je pense qu'il faut modifier la ligne : 95

/* Url registration */
        if (!Db::getInstance()->Execute('INSERT INTO '._DB_PREFIX_.'blocklink VALUES (\'\', \''.pSQL($_POST['url']).'\', '.((isset($_POST['newWindow']) AND $_POST['newWindow']) == 'on' ? 1 : 0).')') OR !$lastId = mysql_insert_id())
            return false;



je voudrais rajouter le titre ($_POST['linktitle']) avant l'url j'imagine que c'est --> (.pSQL($_POST['url']).)

Merci de vos retours

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...