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 February 16th, 2006, 07:44 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Feb 2006
Location: Drexel Hill, PA
Posts: 82
Photo Keywords + Title into meta head tags

Here's what I and many others would like:

Title tag - instead of "Photo Gallery - Photo Title" as the title of the webpage, would like "Photo Title - Photo Gallery" to better aid in SEO.

Meta keywords - photo keywords !

Meta description - photo description !

Now, I don't expect anyone to write this out for me. I'm pretty good with analysing and figurings things out to get to work, but I have no idea where to start with this. Which photo post template do i begin to decipher? What php code represents "photo description", "photo keywords" and "photo title" ?

any more info that anyone can provide would be a great assistanace not just to me but to others i am sure.

thanks
bugman
bugman is offline   Reply With Quote
Old February 16th, 2006, 07:51 PM   #2 (permalink)
Member
Verified Customer
 
Join Date: Feb 2006
Location: Drexel Hill, PA
Posts: 82
Hey, ChuckS

i found this on another post

ChuckS: "Powered by Reviewpost is going to show in your header as thats part of the header print in our files. You can edit pp-inc.php and remove 3 times Powered by Reviewpost from that file but you can not remove the copyright in the footer."

That's what I'd like to do - instead of removing "Powered by", i'd simply like to put in that file the $phototitle (or whatever it is) in front of the "Powered by" or replace it with the overall title of my gallery.

any thoughts ?
bugman is offline   Reply With Quote
Old February 16th, 2006, 08:01 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Feb 2006
Location: Drexel Hill, PA
Posts: 82
more digging in the forums

I found this:

--------------------------------------------------------------------
ChuckS: "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;

}

?>

-------------------------------------------------------------
then more by ChuckS: "Open showphoto and and grab the variables and replace my examples (above) 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."

-----------------------------------------------------------
bugman is offline   Reply With Quote
Old February 17th, 2006, 02:51 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,649
Your script already passed the title to the page title

Code:
Content visible to verified customers only.
Familiarize yourself with the printheader function and how it works and any modification questions you have you can ask in the mod forums.
__________________
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 February 17th, 2006, 05:06 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Jul 2005
Posts: 163
I will get around posting how I made my site SEO friendly one of these days, at the moment I have to many queries and other clutter that I need to get rid of. Most of the editing I did was to do with $theader in pp-inc.php

http://www.itraveluk.co.uk/photos/sh...ry/cat/540.php

Still needs a bit of work.

Last edited by Garrynz; February 17th, 2006 at 05:10 PM.
Garrynz is offline   Reply With Quote
Old February 17th, 2006, 06:26 PM   #6 (permalink)
Member
Verified Customer
 
Join Date: Feb 2006
Location: Drexel Hill, PA
Posts: 82
ChuckS, how do i familiarize myself with the printheader function?
bugman is offline   Reply With Quote
Old February 18th, 2006, 08:05 AM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,649
Well the printheader function has a $titlereplace function which passes the title of a page variable and you can make it in showphoto the photo title which we already do

Code:
Content visible to verified customers only.
Thats why I said familiarize yourself with the code and what it does so you know what you can and can not do.
__________________
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 February 18th, 2006, 08:23 AM   #8 (permalink)
Member
Verified Customer
 
Join Date: Feb 2006
Location: Drexel Hill, PA
Posts: 82
Thanks. can you point me in the direction of what files i should be tooling with? pp_inc ?

since there are meta keywords and meta descriptions defaults already without needing a headtags, can't i simply edit this php file ?
bugman is offline   Reply With Quote
Old February 18th, 2006, 08:39 AM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,649
pp-inc.php is where the function is but depending on what your doing all depends on what you need to modify.
__________________
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 5th, 2006, 01:37 PM   #10 (permalink)
Member
Verified Customer
 
Join Date: Feb 2006
Location: Drexel Hill, PA
Posts: 82
*bump*

still banging my head trying to figure this out. anybody ?
bugman is offline   Reply With Quote
Old March 5th, 2006, 03:54 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,649
The easiest way to do this is to use an external headtags.php file and place a conditional like maybe this?

Code:
Content visible to verified customers only.
__________________
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
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
Header meta tags rsctokyo Photopost Pro How Do I...? 8 January 19th, 2006 12:40 PM
Generate Meta keywords and Meta Description dumoulin Photopost Pro How Do I...? 0 November 30th, 2005 07:49 PM
Meta Tags - Where are they? Sal Collaziano General Discussion 4 July 9th, 2005 08:04 PM


All times are GMT -5. The time now is 08:06 AM.

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