Here you go mate : http://www.h-log.com/detail/link-1.html Try submitting to http://www.h-log.com/ Cheers
Forgive me for replying to this thread seen as its aged a bit and please dont jump down my throat i just have a question to ask regarding the Mod. I have not tried installing it yet, but intend to. Ok my directories are free, with the usual featured for a fee. I would like to add this mod so that it creates deeplinks for the featured only, and leave the regular as it is, with regular listings still being free. Is this possible with this mod?
yes you will have just to edit the javascript code for regular() function. You should set it so that it doesn't trigger the display of those fields. function regular(){ setVisibility('field1_title', 'none'); setVisibility('field1_url', 'none'); setVisibility('field2_title', 'none'); setVisibility('field2_url', 'none'); setVisibility('field3_title', 'none'); setVisibility('field3_url', 'none'); setVisibility('field4_title', 'none'); setVisibility('field4_url', 'none'); setVisibility('field5_title', 'none'); setVisibility('field5_url', 'none'); } as simple as that
Thank you mhamdi for replying to my question, and so quickly too, im pleased that its possible, i will attempt to get it up and running on my directory in the next few days hopefully, and compliments to you on providing this.
mhamdi, could you tell me which file i need to edit in order to do that please? apologies for my noobness.
If mhamdi's reply did not help here is a slightly better explanation : http://www.dmoz-resources.com/zone/showpost.php?p=1941&postcount=13
Thank you mhamdi and paidhosting for providing each link, i will try that shortly and report back here if im successful.
mhamdi and paidhosting thanks, i seem to have got it displaying what i want with help from you both, i still need to test it but so far everything seems in the right place. http://www.directoryvirgin.com/submit.php?c=32 I may take reciprocal off all my directories too, seen quite a few owners doing away with reciprocal now.
you should hide the fields when you selected regular with reciprocal also. you can do this by replacing <input type="radio" name="LINK_TYPE" value="reciprocal" > BY <input type="radio" name="LINK_TYPE" value="reciprocal" onclick="regular();"; >
Im now trying to add Phpld deeplinks mod - Additional features templates/admin/link_details.tpl, <-- templates/admin/dir_links_edit.tpl <-- im guessing those are both meant to say .php as i dont see those as template files anywhere. Im having trouble with adding the code to link_details.php and dir_links_edit.php i cant find where the new code should be copied into those two.
About 30 seconds ago i had a look in core and found them there, sorry about that mhamdi, i had been hunting everywhere thanks for replying though, editing them now. Thanks again
Thanks mhamdi, good work by the way, compliments to you on putting the mod together, its very much appreciated.
you're welcome, I appreciate it if you could also answer others questions now that you are able to install it.
Absolutely, i will help out wherever possible, more than happy to. I still have a minor hiccup, i have those 3 files edited and uploaded but when i go into "edit link" for example, i see none of the deeplinks, only the empty fields, even though ive filled them during a test submission. Edit: I approved a test submission on my directory, just to see if the deeplinks showed up on the details page, but they didn't, the directory seems to accept the submission but nothing shows in admin, or on approval. Im not sure what i may have missed.
could you check if you have those fields in your PLD_LINK table? otherwise you can add them using the mysql file or by modifying tables.php and running the install script.