View Full Version : URL not added
Karen
08-01-2005, 01:34 PM
I installed the links directory and it works great.
The only problem i have is when i validate a link someone has posted it takes the url out of the link and i have to add it manualy in the admin panel. :confused:
Karen
08-03-2005, 04:35 PM
Still having trouble with this.
I have had to stop people adding links. :(
Zachery
08-03-2005, 04:42 PM
Did you check their usergroup permissions?
Brian
08-03-2005, 05:11 PM
Are you validating them from the mod cp, or from the user end?
Karen
08-03-2005, 05:19 PM
Yep.
Usergroup permissions are fine and i was validating from the user end so i tried to validate from the admin panel and got a blank white page. :confused:
Brian
08-03-2005, 05:46 PM
Look in your links/misc.php file for this code:
$validatelink = $vbulletin->input->clean_gpc('p', 'validatelink', TYPE_ARRAY);
Add this right below:
$linkurl = $vbulletin->input->clean_gpc('p', 'linkurl', TYPE_ARRAY);
And that should take care of the problem with the URL being removed.
For the blank page in the admin side, try downloading the package from here again and replace the code you added to your admincp/index.php file with the code given in the readme file.
Karen
08-03-2005, 07:42 PM
Brian you are a star.
That code sorted out the url being stripped. :D
But i still get the blank page if i validate from the admin panel (when i click save).
I cant edit the admincp/index.php as there are no edits to be done (3.5).
Brian
08-04-2005, 01:14 PM
Sorry about that. I think we've got too many versions of too many scripts and I'm confusing myself. I see the problem with the blank page and have just updated the package here. If you'll download the files again and replace your modcp/vba_links.php with the new on then that should take care of the problem.
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.