PDA

View Full Version : Link Details page In PHPLD version 2.1.X ?


dirmaker
10-12-2007, 08:52 AM
Hello All,

I just created one PHPLD with version 2.1.3 and i want to know that how can i get link details page for this version ?

Is this possible to get it free ? if yest then pl help me :)

I tried goodprlinks.com/reviews/2007-05-24/link-detail-mod-for-phpld-v20.html but its not working :(

Regards
dirmaker

shadav
10-12-2007, 01:51 PM
http://www.phplinkdirectory.com/forum/showthread.php?t=18826

I highly recommend VSDan's mods :D

dirmaker
10-13-2007, 12:27 PM
Hello Sir,

is there any free mod available for Link Details page In PHPLD version 2.1.3 ?

Content visible to registered users only.

shadav
10-13-2007, 09:17 PM
:D hello mam :p sorry couldn't help it ;)
*love how men assume everyone on the net is a guy*

haven't used it but there is
http://goodprlinks.com/reviews/2007-05-24/link-detail-mod-for-phpld-v20.html

then there's this thread...a community effort in creating a detail mod :D lol gotta see if i still have a copy of the detail page I was working on...
http://www.phplinkdirectory.com/forum/showthread.php?t=1493

YIAM
10-16-2007, 07:09 AM
Content visible to registered users only.

Lots of directories using this mod. Including that directory. You may need some modification to match with your theme.

webcrawler
10-16-2007, 12:27 PM
i have successfully created my directory activelinksdirectory.com but when i click on any category it gives me 404 error, can any one tell me how can i solve this problem

shadav
10-16-2007, 12:46 PM
it is best that you create your own topic when asking a question that has nothing to do with the topic you posted in...

thankful your post got read...

Rebuild your category cache

dirmaker
10-16-2007, 03:28 PM
mate can you tell which type of modifications i need to do ?
Content visible to registered users only.


Regards

shadav
10-16-2007, 03:38 PM
did you install the .php file into the root of your directory
the .tpl into your template file
edited the .htaccess as they stated
did you edit link.tpl to put in the link to your detail page?

make sure that the correct file permissions are set for the files
what exactly is the problem you are having?

dirmaker
10-18-2007, 07:08 AM
Hello,

its working fine now in my 2.1.3 version directory but in link detail page its not showing category

any idea how can i fix it ?

Content visible to registered users only.
Regards
dirmaker

shadav
10-18-2007, 01:22 PM
http://www.phplinkdirectory.com/forum/showthread.php?t=16962&highlight=detail+page+category

dirmaker
10-18-2007, 02:44 PM
added code but still not showing category :(

can i get complete code (files) for both link-detail.php & link-detail.tpl ?

Content visible to registered users only.

Regards
dirmaker

shadav
10-18-2007, 08:25 PM
that is the detail mod you are using is it not?
Content visible to registered users only.

that and then the forum link that i posted earlier are the only 2 free ones that i'm aware of

other then that you could always upgrade to 3.2 it comes with a built in detail mod or spend a bit of money and get access to all of VSDan's mods + support of them and he has a details mod

dirmaker
10-19-2007, 08:06 AM
hello,

yeah i am using this mod goodprlinks.com/reviews/2007-05-24/link-detail-mod-for-phpld-v20.html
Content visible to registered users only.

ahmershuja
12-10-2007, 02:23 AM
I installed that mod too, but when you click on detail link its come back to the same page, is anybody can help me with that

please check here dir.uuStuff com

thanks

shadav
12-10-2007, 03:03 AM
http://www.phplinkdirectory.com/forum/showthread.php?t=18908&highlight=folder+detail
http://www.phplinkdirectory.com/forum/showthread.php?t=17488&highlight=folder+detail

ahmershuja
12-10-2007, 04:00 AM
thanks for your prompt reply...

I did all of those
created detail folder
updated .htaccess file
upload both detail file .php and .tpl
updated link.tpl

but still when i click on detail link the page didn't show and link goes to the front page...

any solutions now...

thanks in advance...
dir.uuStuff com

ahmershuja
12-14-2007, 05:45 PM
Content visible to registered users only.


NOBODY HAS THE ANSWER, ( STRANGE )

TDK
01-14-2008, 11:30 PM
I have this mod installed on my directory and I've seen other people with the same question, that I would potentially like to help (as soon as I help myself :p)...

How do I change the title so that it will read the title of the website being displayed? Here's what I have:
Content visible to registered users only.

It displays the title of my directory AND Link Details: but it does not display the title of the website. This should be a concern for Search Engine results, since Google does not like duplicate titles when crawling your site.

I know this is probably pretty simple but I've already spent too much time on it. And if this is considered Support for a 3rd Party Mod, then just assume I want to dynamically change the title of a random PHPLD page.

shadav
01-15-2008, 01:44 PM
try
Content visible to registered users only.

TDK
01-15-2008, 04:40 PM
Hmm, thanks for the reply Shadav, much appreciated..

That doesn't seem to work though. I even noticed it works on your directory, but aren't you using the other link details mod? I tried combining the title part from the other one but I can't get it to work. I'm pretty sure the title has to be grabbed from the .php file from the database and assigned a .tpl variable or whatever. Something along those lines, heh.

Ugh, seems so simple yet it's taking too much time to figure out.

shadav
01-15-2008, 08:03 PM
lol i have 3 different detail mods ;) the one that came with 3.2, VSDan's and then the one that I had been working on with others from a thread i posted somewhere here :)

i have a few test sites that I do things on and designing on...

open detail.php and see if you can find something like
Content visible to registered users only.

TDK
01-18-2008, 01:50 AM
Thanks again, Shadav. I tried implementing that code (which is from the other Details page you posted earlier in this thread, I believe) but couldn't figure out how to do it.

Fortunately, as I was messing around with the "link-detail.tpl" file, I noticed that the following code was AFTER the {capture name="title"} at the top, which assigns the page's title.

Content visible to registered users only.

Place the {strip} at the very top and the above code below it and it successfully adds the title of the page (If not, you will receive errors). Doesn't seem to have any adverse affects against the other code.

Here's the first few lines of code in case anyone else wants to do this:

Content visible to registered users only.

shadav
01-18-2008, 09:50 PM
hm donno why the strip would help but hey....don't forget at the end of the page to add the {/strip} :D