PDA

View Full Version : Meta Tags on detail Pages


sidneyrill
10-16-2007, 04:56 PM
Mod Title: Meta Tags on detail Pages

Last Updated: 10/15/07

Supported by Mod Developer: Yes

Where to Download: http://wesece.com/forum/index.php/board,28.0.html

Support Via This Thread or Download Site: This Thread

Compatible With: phpldv3



Show the meta Tags of a link on the detail pages. These meta Tags are extracted from the website!

Installation Instructions included in zip folder
Demo: see download link

dynn
10-19-2007, 01:29 PM
thanks for sharing..

dirmaker
10-21-2007, 06:31 PM
Download link is not working, i need to download it so pls suggest me

Dirmaker

sidneyrill
10-21-2007, 09:25 PM
working now, was temporarily disabled.

dirmaker
10-22-2007, 07:50 AM
do you have same mod for version 2.1.3 ?

if yes then pls give me :) i need it very much

Content visible to registered users only.

shadav
10-22-2007, 10:24 PM
it would work for v2.x of phpLD however you would need to first do some major editing of your site to be able to allow Meta Tags...this is a standard with 3.x, it doesn't come default with 2.x

I had done this with one of my directories before, so it is possible :)

dirmaker
10-23-2007, 08:50 AM
how can i allow Meta Tags ? can u suggest me ?

Thanks in advance

Content visible to registered users only.

sidneyrill
10-23-2007, 12:04 PM
actually, this mod extract the metatags from the listed website directly and doesn't rely on the metatags feature in v3

So it just might work with v2 also.
I don't have a v2 installed to test, but give it a try after you back up your files..

mhmdkhamis
11-21-2007, 04:08 AM
it dont working with 3.2

sidneyrill
11-21-2007, 12:21 PM
I will have a phpld V3.20 ready within 24 hrs

sidneyrill
11-21-2007, 07:03 PM
here is the mod for phpLD V3.20

Download {link was not working when checked}

Demo {link was not working when checked}

mhmdkhamis
11-22-2007, 12:52 AM
it work ok now
thank you

jmpa
05-07-2008, 02:04 AM
Thanks for that.

I am going to try to change this way: if description field is empy, load from site, if not, don't even load site. ;)

oppss... not found?!

huskyblack
05-16-2008, 09:21 AM
I installed it and it works for most sites but there are some which are not shown

Example : http://www.xigre.com/linkdirectory/detail/link-909.html

It shows "No meta Description available..."

But the site has Meta information, at least title and keywords

mio
05-19-2008, 05:35 AM
it is not for 3.3 i think, i tried and it wasnt working.

so is there any update of this mod? sidneyrill (http://www.phplinkdirectory.com/forum/member.php?u=6491)?

huskyblack
05-19-2008, 09:57 AM
Content visible to registered users only.

It does work for 3.3 as I use it, and it can be seen here http://www.xigre.com/linkdirectory/detail/link-1448.html

But it wont work for some websites...

for example if author of some website used this

Content visible to registered users only.then it works, but if it was used like this

Content visible to registered users only.then it doesn't work. As if upper letters create a problem.

Same is with this
Content visible to registered users only. -> this works
or
Content visible to registered users only. -> this does not work

sidneyrill
05-19-2008, 09:31 PM
The mod is set to read metatags in lower case.
simply change it to upper case if you like in metadetail.php.

or use both, lower case and upper case with a simple if statement.

The free version can't be edited, life time members will have access to the writeable version and up on request in the LTM section, i will make this adjustment.

btw, most sites use lowercase formatted metatags.

and yes this is working on 3.3 also

hannover08
05-28-2008, 12:31 AM
i cant find the download file on the link page

shadav
05-28-2008, 01:48 AM
you have to be a registered member at wesece's forum and be logged in to see the download link

hannover08
05-29-2008, 07:47 PM
First i want thank you this mod. i used it for detail pages. every thing fine, but there is one little problem.

the width of my template is 766 px and when there are more keywords than common i dont get a wordwrap. i think the problem is with the escapes. when i delete the    in the code, then i get my wordwrap but i looks bad because of the missing escapes between the keywords.

have you any idee how i can solve this problem in a nice way?

sidneyrill
05-29-2008, 10:10 PM
Metakeywords are extracted as one unit.
so the only way to do what you need is to edit the tpl file.

make your table smaller or write a new class..