Hi Silk, hopefully your father is feeling better! I followed your advice a couple of days ago and asked Dan for help. He tried and succeeded in helping me (very nice guy indeed). However, I still have a small problem with your ABC-Search-Mod. Whenever I click on a letter, I am redirected to my root-dir where my blog is installed. -> http://www.ostfriesenblog.de/Ostfriesland_Linkverzeichnis/ -> Click on a letter, and you get pointed to http://www.ostfriesenblog.de Any idea? Best regards Helge
Hi Helge, No sadly, my father in law is still very sick. As to the ABC-Search mod, I'm afraid that one isn't mine. That belongs to dargre from LinkForever. Send him a PM, I'm sure he will help you out.
Any of you guys know if theres a bulk links manager, wherein you can tick a check-box to a group of submitted links so you can delete them by bulk? Im pretty new to phpld...
As far as im aware only mods and thiers about 200+ (if im correct) Hacks Havent occured in a year since ive owned the scripts thx malcolm
3.0 standerd issue (no mod needed) in the free or paid script at phpld. What it offers http://www.phplinkdirectory.com/articlescript/features.php thx malcolm
Actually found a mod for version 2 and 3 in case you need it. In this thread: http://www.phplinkdirectory.com/forum/showthread.php?t=4834&highlight=check
I have just released updated versions of the Homepage Newsfeed and Category Newsfeed mods. Both now come with full support for the cURL library which can be switched on using a flag within the code; full instructions are contained in the install files. Note: If you are already using these mods on your directories, you do not need to upgrade. This release is purely for those users who's hosting companies have restricted the use of the PHP fopen function. More updates and new mods will be released throughout the week.
New mods sounds exciting il keep my eyes open for those SilkySmooth. When i watch that Intro video for dValuation it gets me all excited.
Hi SilkySmooth, I have installes your site of the day mod with no problem at all, previously i hav installed the thumbnail mod also with no problem at all. The problem is the same link which the thumbnail appear in normal listing did not in the front page where the site of the day is. I did not edit any file and using the default file from the zip to instal the site of the day mod . Please advise. For the thumbnail mod i;m using the mod where we need to modify the pagerank.tpl file
You need to copy the link generation code from your link.tpl file into your site_of_the_day.tpl file to make the two systems use the same site linkage.
Hi Can you explain abit more. here is my link.tpl {strip} <table><tr> {* show page rank *} {if $smarty.const.SHOW_PAGERANK} <td valign="top"> {include file="pagerank.tpl" pr=$link.PAGERANK} </td> {/if} <td valign="top"> <a id="id_{$link.ID}" href="{$link.URL|escape|trim}" title="{$link.TITLE|escape|trim}" {* nofollow *} {if $link.NOFOLLOW or ($link.RECPR_VALID eq 0 and ($smarty.const.RECPR_NOFOLLOW eq 2 or ($smarty.const.RECPR_NOFOLLOW eq 1 and $link.RECPR_REQUIRED eq 1)))} rel="nofollow"{/if} {if $smarty.const.ENABLE_BLANK} target="_blank"{/if}> {$link.TITLE|escape|trim}</a> <span class="url">- {$link.URL|escape|trim}</span> {if !empty ($search) or !empty ($uid)} <p>{l}Category{/l}: <a href="{$smarty.const.DOC_ROOT}/{$link.CATEGORY_URL|escape|trim}" title="{$link.CATEGORY_TITLE|escape|trim}">{$link.CATEGORY_TITLE|escape|trim}</a></p> {/if} <p> {$link.DESCRIPTION|escape|trim} - [<a href="{if !$smarty.const.ENABLE_REWRITE} {$smarty.const.DOC_ROOT}/detail.php?id={$link.ID} {else} {$smarty.const.DOC_ROOT}/detail/link-{$link.ID}.html{/if}" title="{l}Read more about{/l}: {$link.TITLE|escape|trim}">{l}Read more{/l}</a> {if $smarty.const.REQUIRE_REGISTERED_USER == 1 and !empty ($regular_user_details) and ($regular_user_details.ID == $link.OWNER_ID)} , <a href="{$smarty.const.DOC_ROOT}/submit.php?linkid={$link.ID}" title="{l}Edit or Remove your link{/l}">{l}Review{/l}</a> {/if} ] </p> </td> </tr> </table> {/strip} PHP:
<div class="pr"> <a id="{$link.ID}" href="{$link.URL}" title="{$link.TITLE}" {* nofollow *} {if $link.NOFOLLOW or ($link.RECPR_VALID eq 0 and ($smarty.const.RECPR_NOFOLLOW eq 2 or ($smarty.const.RECPR_NOFOLLOW eq 1 and $link.RECPR_REQUIRED eq 1))) } rel="nofollow" {/if} {if $smarty.const.ENABLE_BLANK} target="_BLANK"{/if}> <img style="display:inline;" src="http://msnsearch.srv.girafa.com/srv/i?s=MSNSEARCH&r={$link.URL|escape|trim}" align="absmiddle" border="1" width="120" height="90" title="{$link.TITLE}" /> </a> <div style="height:3px; margin:0; padding:0; line-height:3px;"></div> {if $pr gt 0} <div style="width:80px; float:left; clear:left">PageRank {$pr}</div><div class="prg"><div class="prb" style="width: {math equation="x*4" x=$pr}px;"></div></div> {else} <div style="width:80px; float:left; clear:left">PageRank {$pr}</div><div class="prg"><div class="prb" style="width: 0px;"></div></div> {/if} </div> PHP:
Ok, your site_of_the_day.tpl file should contain this: {strip} <table><tr> {* show page rank *} {if $smarty.const.SHOW_PAGERANK} <td valign="top"> <div class="pr"> <a id="{$sotd.ID}" href="{$sotd.URL}" title="{$sotd.TITLE}" {* nofollow *} {if $sotd.NOFOLLOW or ($sotd.RECPR_VALID eq 0 and ($smarty.const.RECPR_NOFOLLOW eq 2 or ($smarty.const.RECPR_NOFOLLOW eq 1 and $sotd.RECPR_REQUIRED eq 1))) } rel="nofollow" {/if} {if $smarty.const.ENABLE_BLANK} target="_BLANK"{/if}> <img style="display:inline;" src="http://msnsearch.srv.girafa.com/srv/i?s=MSNSEARCH&r={$sotd.URL|escape|trim}" align="absmiddle" border="1" width="120" height="90" title="{$sotd.TITLE}" /> </a> <div style="height:3px; margin:0; padding:0; line-height:3px;"></div> {if $pr gt 0} <div style="width:80px; float:left; clear:left">PageRank {$pr}</div><div class="prg"><div class="prb" style="width: {math equation="x*4" x=$pr}px;"></div></div> {else} <div style="width:80px; float:left; clear:left">PageRank {$pr}</div><div class="prg"><div class="prb" style="width: 0px;"></div></div> {/if} </div> </td> {/if} <td valign="top"> <a id="id_{$sotd.ID}" href="{$sotd.URL|escape|trim}" title="{$sotd.TITLE|escape|trim}" {* nofollow *} {if $sotd.NOFOLLOW or ($sotd.RECPR_VALID eq 0 and ($smarty.const.RECPR_NOFOLLOW eq 2 or ($smarty.const.RECPR_NOFOLLOW eq 1 and $sotd.RECPR_REQUIRED eq 1)))} rel="nofollow"{/if} {if $smarty.const.ENABLE_BLANK} target="_blank"{/if}> {$sotd.TITLE|escape|trim}</a> <span class="url">- {$sotd.URL|escape|trim}</span> {if !empty ($search) or !empty ($uid)} <p>{l}Category{/l}: <a href="{$smarty.const.DOC_ROOT}/{$sotd.CATEGORY_URL|escape|trim}" title="{$sotd.CATEGORY_TITLE|escape|trim}">{$sotd.CATEGORY_TITLE|escape|trim}</a></p> {/if} <p> {$sotd.DESCRIPTION|escape|trim} - [<a href="{if !$smarty.const.ENABLE_REWRITE} {$smarty.const.DOC_ROOT}/detail.php?id={$sotd.ID} {else} {$smarty.const.DOC_ROOT}/detail/link-{$sotd.ID}.html{/if}" title="{l}Read more about{/l}: {$sotd.TITLE|escape|trim}">{l}Read more{/l}</a> {if $smarty.const.REQUIRE_REGISTERED_USER == 1 and !empty ($regular_user_details) and ($regular_user_details.ID == $sotd.OWNER_ID)} , <a href="{$smarty.const.DOC_ROOT}/submit.php?linkid={$sotd.ID}" title="{l}Edit or Remove your link{/l}">{l}Review{/l}</a> {/if} ] </p> </td> </tr> </table> {/strip} Code (markup): I suspect you just included the pagerank.tpl file in the site_of_the_day.tpl file which won't work because they use a different array to store the data. The link and pagerank files use the $link array where as the site of the day system uses the $sotd array which allows it to be used on any page within the directory. Anyway, give it a whirl and let me know if you still have problems.
Directory Share has just released 3 new Bookmark Packs which can be used to add additional bookmarking sites to the original module. Social Bookmarks Pack A - Includes: AskJeeves, BlinkBits, BlogMemes, Delirious, Fark, FeedMarker, Hyperlinkomatic, Netscape, Netvouz, Newsvine, Squidoo and Wink. Social Bookmarks Pack B - Includes: Blogmarks, CiteUlike, Complore, Diigo, Feed Me Links!, Give a Link, Gravee, Kinja, Lilisto, Linkagogo, Tagtooga and Zurpy. Social Bookmarks Pack C - Includes: Backflip, Buddymarks, Connotea, Igooi, Linkroll, Looklater, Raw Sugar, Rojo, Segnalo, Shadows, Tailrank and Wists. This brings the total number of available bookmarking services to 48. Please note that the packs do not have to be installed sequentially. You can just go for Packs A and C if they contain the sites you wish to use and skip Pack B. Browse to the Social Bookmarking module to download these packs.