Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: clickable keywords in template (index.php)  (Read 4026 times)

0 Members and 1 Guest are viewing this topic.

aftab1003

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 67
    • PictureRating Site for Teens
clickable keywords in template (index.php)
« on: April 23, 2008, 06:23:21 pm »

hi fellows

me again here...

i am searching about to post click able keywords tags that the uploaders set during uploading pictures.. in template HTML file, coz it will show the keywords on each page, and it will 100% search engine favourite.

what code i add in template (classic) to do that i need.
and
one thing more, there is no keywords to select from popup keyword list..
i am using the latest update 1.4.18 and the site link is http://www.picturerating.us/picture-gallery/index.php

all keywords are show in search.php
any help regarding my needs, i will be thankful to u in advance.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: clickable keywords in template (index.php)
« Reply #1 on: April 24, 2008, 07:01:37 am »

I don't understand what you want to accomplish - please rephrase your question.
Logged

aftab1003

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 67
    • PictureRating Site for Teens
Re: clickable keywords in template (index.php)
« Reply #2 on: April 24, 2008, 12:32:28 pm »

i am sorry if i cant explain my question



Q.

i want to display clickable Keyword List that is displaying in bottom of search.php page, at my MAIN index.php page...at "powered by.." location.

i hope there is no misunderstandings.
thanks
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: clickable keywords in template (index.php)
« Reply #3 on: April 24, 2008, 06:17:24 pm »

Haven't tested, but you should be able to use anycontent.php and from that file try to include include/keyword.inc.php, like this
Code: [Select]
<?php
if ($CONFIG['clickable_keyword_search'] != 0) {
    include(
'include/keyword.inc.php');
}
?>
Logged

aftab1003

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 67
    • PictureRating Site for Teens
Re: clickable keywords in template (index.php)
« Reply #4 on: April 25, 2008, 04:18:29 pm »

i have done all the related functions in index.php, anycontect.php and template.html but there is no affects...

any idea,?
i know u can do this...
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: clickable keywords in template (index.php)
« Reply #5 on: April 25, 2008, 05:58:35 pm »

i have done all the related functions in index.php, anycontect.php and template.html but there is no affects...
You did what? "I have done all related functions" is not a valid explanation of what you did. I wanted you to put that code intoy anycontent.php, upload that file to your server and enable anycontent in coppermine's config (refer to the docs how to accomplish this).
The file functions.inc.php is not related at all. You mustn't touch it.
Logged

aftab1003

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 67
    • PictureRating Site for Teens
Re: clickable keywords in template (index.php)
« Reply #6 on: April 26, 2008, 03:25:32 pm »

sorry sory sorry

i was understanding wrong, and now its done as i wish with your help...
thanks


one thing more, i think my keywords are not showing 100% in that area / some keywords missing that recently updated through picture uploads by users, am i wrong?
plz see the site and look the results plz... http://www.picturerating.us/picture-gallery/index.php [Edit GauGau] Warning: link not safe for work [/Edit]
thanks in advance
« Last Edit: April 28, 2008, 01:28:27 pm by Joachim Müller »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: clickable keywords in template (index.php)
« Reply #7 on: April 28, 2008, 01:29:16 pm »

Always post a warning if you post a link to a site like yours. I edited your posting accordingly.
Logged
Pages: [1]   Go Up
 

Page created in 0.022 seconds with 19 queries.