PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro How Do I...?

Photopost Pro How Do I...? Wondering how to do things in PhotoPost?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old September 2nd, 2005, 09:06 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Dec 2004
Location: techarena.in
Posts: 421
Question Custom Meta Tags.

How to enable customized Meta Tags for PhotoPost ?
like a proper description and proper keywords ?

I would like to see the title of photo first in keywords and descriptions.

If you check our site index on google here:
http://www.google.co.in/search?num=5...G=Search&meta=

Note the indexing descriptions.
SaN-DeeP is offline   Reply With Quote
Old September 6th, 2005, 02:37 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
You can add a headtags file with some extra meta tags
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old September 7th, 2005, 03:26 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Dec 2004
Location: techarena.in
Posts: 421
i want to customize this meta tags.
I am able to acheive this in other popular scripts (like vbulletin, cms scripts and portal scripts)

I have a meta keyword and meta description setup for all images on our gallery.

I would like to acheive following: (for meta elemets of page source)

<Meta Keywords = title of photo + keywords in photo + keywords used for photopost gallery)

<Meta descritption = title of photo + description in photo + descritption used for photopost gallery)

How can i acheive this ?

Thanks
SaN-DeeP is offline   Reply With Quote
Old September 7th, 2005, 04:56 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
Do you know how to add a meta tag? This is quite simple

<meta name="keywords" content="$title,$keywords" />
<meta name="description" content="$description" />
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old September 7th, 2005, 05:15 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Dec 2004
Location: techarena.in
Posts: 421
Man this is simply wonderful........ thanks omegatron.
Dont mind, if i still keep asking further questions
I am trying them all now..
Thanx for your support.

Warm Regards.
SaN-DeeP is offline   Reply With Quote
Old September 8th, 2005, 12:35 PM   #6 (permalink)
Member
Verified Customer
 
Join Date: Dec 2004
Location: techarena.in
Posts: 421
added headtags.htm as well following code into it:
<meta name="keywords" content="$title,$keywords" />
<meta name="description" content="$description" />


but its not working, instead i am able to see the above code as it is, in the page source ?
SaN-DeeP is offline   Reply With Quote
Old September 8th, 2005, 02:06 PM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
Well you'll probally need to make your headtags file a php file and do something like this

<?

if ( THIS_SCRIPT == "showphoto" ) {

echo <<<PPPRINT

<meta name="keywords" content="$title,$keywords" />
<meta name="description" content="$description" />

PPPRINT;

}

?>
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old September 10th, 2005, 07:31 AM   #8 (permalink)
Member
Verified Customer
 
Join Date: Dec 2004
Location: techarena.in
Posts: 421
still wont work with above code
SaN-DeeP is offline   Reply With Quote
Old September 10th, 2005, 07:37 AM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
Open showphoto and and grab the variables and replace my examples with the proper ones. My posts are guidelines to follow not the hack. Remember this is a how do I forum not write me a hack forum
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; September 10th, 2005 at 07:40 AM.
Chuck S is offline   Reply With Quote
Old September 13th, 2005, 07:13 PM   #10 (permalink)
Member
Verified Customer
 
Join Date: Dec 2004
Location: techarena.in
Posts: 421
Talking

Quote:
Originally Posted by omegatron
Open showphoto and and grab the variables and replace my examples with the proper ones.
I am sorry, i am unable to understand this.. i tried to add meta content to showphoto.php, but still wont work..

How about working more on meta content in future release of photopost ? for better search engine visibility ?
Yahoo likes more meta content as well google ? for images with same titles etc. (my thery expierence)

Quote:
My posts are guidelines to follow not the hack. Remember this is a how do I forum not write me a hack forum
aware of it omegatron , thanks for your help i really appreciate the same

since the photopost developer forum is closed i am left only with this place.
SaN-DeeP is offline   Reply With Quote
Old September 20th, 2005, 08:22 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Dec 2004
Location: techarena.in
Posts: 421
bumping back topic
SaN-DeeP is offline   Reply With Quote
Old September 20th, 2005, 08:40 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
well its alot more complicated then I am saying initially but we will gladly look at things like this in a future release
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old September 21st, 2005, 09:43 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Dec 2004
Location: techarena.in
Posts: 421
Quote:
Originally Posted by omegatron
well its alot more complicated then I am saying initially but we will gladly look at things like this in a future release
Hey omegraton,
thats simply wonderful, i will appreciate if this feature is incorporated on priority in the new version/release of photopost.. I am waiting eagerly for same..

Importance - It is quite important cause text based publishing networks as well many other serps ignore photos without meta content.

Regards,
SaN-DeeP is offline   Reply With Quote
Old October 2nd, 2005, 04:26 AM   #14 (permalink)
Member
 
Join Date: Nov 2002
Location: Holland
Posts: 31
Yes, I've been frustrated with this too. I've tried changing the code to avail. What is it that is stopping this from functioning? I think the header needs to be recoded to allow these variables to work.

Thanks for your attention.
Skip2 is offline   Reply With Quote
Old October 2nd, 2005, 09:44 AM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
EXACTLY you hit the nail on the head
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 8th, 2006, 08:14 PM   #16 (permalink)
Member
Verified Customer
 
Join Date: Mar 2006
Posts: 73
Which file in review post?

Quote:
Originally Posted by Chuck S
EXACTLY you hit the nail on the head
Hi Chuck
I've got the same problem as SaN-Deep but in reviewpost. I'm going to turn headtags.htm to headtags.php
Which file should i open instead of "showphoto" to grab the variables?
Thank you
nassau is offline   Reply With Quote
Old March 8th, 2006, 08:18 PM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
showproduct.php
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 8th, 2006, 10:54 PM   #18 (permalink)
Member
Verified Customer
 
Join Date: Mar 2006
Posts: 73
Question A bit more help please

Quote:
Originally Posted by Chuck S
showproduct.php
Hi Chuck
This is what i've got:
headtags.php
CHMOD: 666
Path: /home/username/public_html/reviews/headtags.php
fine so far...

headtags.php :
<?

if ( THIS_SCRIPT == "showproduct" ) {

echo <<<PPPRINT

<meta name="keywords" content="$title,$keywords" />
<meta name="description" content="$description" />

PPPRINT;

}

?>

On the top left side of index appears : PPPRINT; } ?>
and in view source the whole (headtags.php) code above.
I could really do with some help on which variables i need to grab.
Thank you ver much

Last edited by nassau; March 8th, 2006 at 11:03 PM.
nassau is offline   Reply With Quote
Old March 9th, 2006, 07:38 AM   #19 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
As this thread says it can not be done this way. Try searching in the mod forum as I think Garrynz posted something on this
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old April 13th, 2008, 11:47 AM   #20 (permalink)
Member
Verified Customer
 
Join Date: Jan 2008
Posts: 32
Has this type of mod ever been figured out by anyone? I see this thread is a couple of years old.
bigriver is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cache-Control (Meta Tag) Question Swanny Photopost Pro Installation & Upgrades 1 November 6th, 2005 02:23 AM
Meta Tags - Where are they? Sal Collaziano General Discussion 4 July 9th, 2005 08:04 PM
Add Meta Tags to Header? organizedhome Photopost Pro How Do I...? 1 July 3rd, 2005 06:07 PM
Header Tags pfdwebgal Photopost Pro How Do I...? 3 June 13th, 2005 03:18 PM


All times are GMT -5. The time now is 02:14 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0