Activity Stream
48,167 MEMBERS
6858 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 6 of 6
  1.     
    #1
    Member

    Default how to... in DLE?

    hi friends,

    I need to add some meta tags with some php code in my DLE posts.
    How can I do It? I discovered that I can add meta tags using the file engines/engine.php but appears also in index, and I need to appear only in posts...

    What file I need to edit?
    Any ideas?
    Divvy Reviewed by Divvy on . how to... in DLE? hi friends, I need to add some meta tags with some php code in my DLE posts. How can I do It? I discovered that I can add meta tags using the file engines/engine.php but appears also in index, and I need to appear only in posts... What file I need to edit? Any ideas? :) Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    What file I need to edit?
    fullstory.tpl

  4.     
    #3
    Member
    thank you!

    And can I use php code in a tpl file?

  5.     
    #4
    Member
    errr I hours around this code and cant figure out... can please someone help me?
    this is my website:
    http://www.celebridadesdespidas.com

    I want to show specific thumbnails when someone likes a post using the facebook button... I have another website working like that, and in that website I added this code in the posts file:
    Code: 
    <meta property="og:title" content="Thongs Around The World - From <?php echo $row['country_name'].': '.$row['name']; ?>">
    <meta property="og:image" content="<? echo "http://www.thongsaroundtheworld.com/uploaded/".$row['picture_thumb']; ?>">
    <meta property="fb:image" content="<? echo "http://www.thongsaroundtheworld.com/uploaded/".$row['picture_thumb']; ?>">
    but I don't know how to do with DLE...
    please helpppppp

  6.     
    #5
    Member
    About your first question, just use this code where you want to place the keywords/tags:

    {title} Free full download, {title} filesonic, rapidshare, megaupload ... etc
    I'm afraid, I have no idea about your second question.

  7.     
    #6
    Member
    thank you...
    Im now working in engines/engine.php file.

    I added this line:
    Code: 
    <meta property="og:image" content="{ thumbnail($imgfile) }">
    but without success... doesnt appear any image :/

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

BE SOCIAL