Add "Actor Links" to your Lists!
Power Movie List :: The Forum has moved! http://www.powermovielist.tk :: visit: http://www.powermovielist.tk
Page 1 of 1 • Share •
Add "Actor Links" to your Lists!
Hihi All,
A friend of mine has modified the functions.php file to generate links out of the actor names upon OUTPUT (i.e. your data isn't modified in the database). The generated links when clicked on will search the current list for that actor.
You can try out the search on my list page http://media.nardak.net/nardak
You can download the script from http://www.nardak.net/pmlupdates/
When you install it, make sure you have a backup of your original.
You will need to Search the file (Before uploading!) for "http://yoursite.com" (No quotes) and REPLACE IT WITH THE BASE URL FOR YOUR SITE
--
Nardak.
A friend of mine has modified the functions.php file to generate links out of the actor names upon OUTPUT (i.e. your data isn't modified in the database). The generated links when clicked on will search the current list for that actor.
You can try out the search on my list page http://media.nardak.net/nardak
You can download the script from http://www.nardak.net/pmlupdates/
When you install it, make sure you have a backup of your original.
You will need to Search the file (Before uploading!) for "http://yoursite.com" (No quotes) and REPLACE IT WITH THE BASE URL FOR YOUR SITE
- Code:
i.e...
$output.='<a href="http://yoursite.com/list.php?Active='.$_GET["Active"].'&Search='.ereg_replace(" ", "+", $actor_list[$i]).'">'.$actor_list[$i].'</a>';
Would become
$output.='<a href="http://www.mymovielist.com/list.php?Active='.$_GET["Active"].'&Search='.ereg_replace(" ", "+", $actor_list[$i]).'">'.$actor_list[$i].'</a>';
Assuming your site was mymovielist.com
--
Nardak.
nardak- Posts: 3
Join date: 2007-12-31
Re: Add "Actor Links" to your Lists!
Thanks, this works great!
I saw on your download page you also have a fetch-imdb.php dated Dez. 07 - is the bug (here) still there?
I saw on your download page you also have a fetch-imdb.php dated Dez. 07 - is the bug (here) still there?
pml2048- Posts: 12
Join date: 2007-11-27
Permissions of this forum:
You cannot reply to topics in this forum



