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 > ReviewPost Pro Support Forums > ReviewPost How do I...?

ReviewPost How do I...? Wondering how to do something in ReviewPost?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old February 24th, 2006, 09:56 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Mar 2005
Posts: 103
Changing Page Titles?

Hello. Currently, the page title in my browser for every page on my review board is "Candle Review Board - - Powered by ReviewPost" Is there anyway to change this? If so, is there a way I could make the title something different for each page of the board? For example, for the page Yankee Candles, I'd like to have the title include the keywords Yankee Candle. I hope I can do this somehow. Please let me know.

Thanks,
Carolyn
candlefind is offline   Reply With Quote
Old February 24th, 2006, 11:33 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,676
The program passes a title based on the script. For the index it will say your name entered in Admin => Global Options as you have it set Candle Review Board

Now on showproduct script as an example it will pass the product title. You can replace $title with $keywords in the printheader line in the showproduct.php file example if say you want to show keywords.

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
Old February 24th, 2006, 12:08 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Mar 2005
Posts: 103
Hi Chuck,

Thanks for your quick reply. So would the code then look like this?...

if ( !empty($keywords) )
printheader( $cat, " $keywords" );
else
printheader( $cat, " $bigimage" );

What keywords would it be picking up to use in the title? I'm confused about that since I can't enter separate keywords for each page on the board.

Thanks,
Carolyn
candlefind is offline   Reply With Quote
Old February 24th, 2006, 01:01 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,676
Yes that looks right it would use the keywords on the photo
__________________
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 24th, 2006, 01:06 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Mar 2005
Posts: 103
Hi Chuck,

I don't use photos on my board.
candlefind is offline   Reply With Quote
Old February 24th, 2006, 01:25 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,676
Keywords on the products. You know the keywords you enter when you upload a product.
__________________
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 24th, 2006, 02:06 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Mar 2005
Posts: 103
Oh, I must have taken that field out from my "Add Product" page. Here's that page on my board, a.k.a. "Add Company"...

http://www.candlefind.com/candle-rev...uct.php?cat=66

Could you please give me the code to put that field back in there and explain exactly where to put it?

Thanks,
Carolyn
candlefind is offline   Reply With Quote
Old February 24th, 2006, 03:54 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,676
I show your template has keywords in it. Make sure in your admin area you have show keywords set to yes
__________________
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 24th, 2006, 04:05 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Mar 2005
Posts: 103
Hi Chuck,

I just checked and I have the keywords set to no. I want the keywords in the title, but I didn't want the keywords listed on the page for all the viewers to see. Question...if I entered "Yankee Candles" as the keyword phrase for my Yankee Candle page and set the keywords to yes, what would the page title be...just Yankee Candles?

Thanks,
Carolyn
candlefind is offline   Reply With Quote
Old February 24th, 2006, 08:22 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,676
well you need to enable keywords to have users enter and use keywords.

The title would show

YOUR GALLERY NAME - KEYWORDS
__________________
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 25th, 2006, 10:57 AM   #11 (permalink)
Member
Verified Customer
 
Join Date: Mar 2005
Posts: 103
Oh, is the purpose of the keywords for my visitors to be able to find what their looking for on the board through the board search engine?

Also, when you say the title would show...."Your Gallergy Name - Keywords," what's the Gallery Name? Is that what the whole board is called or is the Gallery name something else?

Thanks,
Carolyn
candlefind is offline   Reply With Quote
Old February 25th, 2006, 11:07 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,676
Exactly keywords are keywords

Gallery Name it's what you call your whole board in admin global options
__________________
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 25th, 2006, 11:11 AM   #13 (permalink)
Member
Verified Customer
 
Join Date: Mar 2005
Posts: 103
Thanks for the quick reply Chuck! I'll give it a go and if I have any other questions, I'll reply to this thread.

Thanksm
Carolyn
candlefind is offline   Reply With Quote
Old April 24th, 2006, 11:30 AM   #14 (permalink)
Member
Verified Customer
 
Join Date: Mar 2005
Posts: 103
Hi Chuck,

I know we were talking about this a while ago, but I finally have the time today to try it. I can't find the code in the showproduct.php file you were referring to before...

Quote:
Originally Posted by Chuck S
Now on showproduct script as an example it will pass the product title. You can replace $title with $keywords in the printheader line in the showproduct.php file example if say you want to show keywords.

Code:
Content visible to verified customers only.

Where is it? I don't see that on showproduct.php.

Thanks,
Carolyn
candlefind is offline   Reply With Quote
Old April 24th, 2006, 11:35 AM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,676
it is there but then again I am going by the current version which is 3.3 or when we where discussing this 3.2
__________________
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 24th, 2006, 11:59 AM   #16 (permalink)
Member
Verified Customer
 
Join Date: Mar 2005
Posts: 103
Oh, so I'm not seeing it probably because I have an older version?

Thanks,
Carolyn
candlefind is offline   Reply With Quote
Old June 18th, 2006, 03:26 AM   #17 (permalink)
Member
Verified Customer
 
Join Date: Mar 2005
Posts: 103
Hi Chuck,

I know we talked about this month's ago, but I finally tried it on the Yankee Candle page on my board and the keyword "Yankee" I entered is not showing up in my browser's page title. I modified the code like you said to in your first reply to my initial message above in showproduct.php, uploaded it, set my keywords to yes in admin, added the keyword Yankee on my Yankee Candle page and it's not working. What am I doing wrong? Here's the link to my Yankee page for your reference...

http://www.candlefind.com/candle-rev...duct/19/cat/78

Thanks,
Carolyn
candlefind is offline   Reply With Quote
Old June 18th, 2006, 08:46 AM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,676
well its more like this is what you want

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
Old June 18th, 2006, 09:11 AM   #19 (permalink)
Member
Verified Customer
 
Join Date: Mar 2005
Posts: 103
Thanks Chuck..it's working now. Now my title is this...

"Candle Review Board - Yankee - Powered by ReviewPost"

Is there anyway to get the "Candle Review Board" and the "Powered by ReviewPost" out of the title so I can just have my Yankee keywords? What I'm trying to do is get the pages indexed in the search engines...so far none of them are indexed so I thought maybe the title would help.

Thanks,
Carolyn
candlefind is offline   Reply With Quote
Old September 27th, 2006, 09:07 AM   #20 (permalink)
Member
Verified Customer
 
Join Date: May 2006
Location: Toronto
Posts: 205
Custom page titles

Hi Chuck,

We'd like to change our page titles as well, at every level if possible. Where do the $keywords come from? Not the keywords in the product editor I hope. The header file defined for the category in the category editor? What's the format?

Thanks,
Zig

Quote:
Originally Posted by Chuck S View Post
The program passes a title based on the script. For the index it will say your name entered in Admin => Global Options as you have it set Candle Review Board

Now on showproduct script as an example it will pass the product title. You can replace $title with $keywords in the printheader line in the showproduct.php file example if say you want to show keywords.

Code:
Content visible to verified customers only.
Zigw 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
Titles cnczone Classifieds Suggestions 0 September 7th, 2004 10:45 PM


All times are GMT -5. The time now is 11:57 PM.

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