 | |  | | | Photopost Pro How Do I...? Wondering how to do things in PhotoPost? |
November 14th, 2011, 06:04 PM
|
#21 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,698
|
Do as I posted in post 5
|
| |
November 15th, 2011, 12:04 AM
|
#22 (permalink)
| | Member Verified Customer
Join Date: Dec 2005
Posts: 36
|
will try but brings us back to post #10 - where in the script(s) exactly needs this code to be included?
|
| |
November 15th, 2011, 09:48 AM
|
#23 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,698
|
Post 5 shows explicitly where to add it in index.php
|
| |
November 15th, 2011, 01:14 PM
|
#24 (permalink)
| | Member Verified Customer
Join Date: Dec 2005
Posts: 36
|
it is not clear where in index.php the 2 lines have to be included. put the lines just after "<?php" and it doesn't work.
also i do not understand using the latest photopost version, why we have to do manual customisation to get it work.
|
| |
November 15th, 2011, 01:23 PM
|
#25 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,698
|
Taner
we are discussing a code modification really if I go back and read this old thread. Likewise I beleive in post 5 it is very clear where to add the bold line. You seem to be confused thinking your adding two lines and that is not what that post says.
Remember I may give people hints here and there on how to make somethings in the program work the way they want but I do not provide product support on such things. They are posted as is.
|
| |
November 15th, 2011, 01:37 PM
|
#26 (permalink)
| | Member Verified Customer
Join Date: Dec 2005
Posts: 36
|
No worries Chuck.
I need to get support for the native Photopost application and I am not interested in code modifications or tweaks.
My issue is that I need a meta description for the gallery and only for the gallery, which is not pulling any information from the forum description. The same for meta keywords.
I extended support for $39 - only for this problem, having 5 licences and being a customer since 5 years.
I feel a bit lost with getting the right level of support.
|
| |
November 15th, 2011, 01:45 PM
|
#27 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,698
|
Taner my suggestion would be to actually do that code mod. we load the vb header so the actual forum meta is always going to show only thing we can do in the gallery is prepend ours which is what the mod does.
|
| |
November 20th, 2012, 11:30 AM
|
#28 (permalink)
| | Member Verified Customer
Join Date: Nov 2005 Location: Southern Germany
Posts: 213
| Quote:
Originally Posted by Taner interesting you are saying this. i have tried this before.
when changing the description it changes the title tag and the description is the still the same as in the forum. | Can confirm this, version 8.22 with vBulletin integration.
And I'm sorry but the instructions in this thread are not really clear.
|
| |
November 20th, 2012, 11:40 AM
|
#29 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,698
|
There is nothing to do as this is an old thread.
Like I said if there are metakeys or metadescriptions defined through out the gallery like category description keywords photo titles those are added to the forum metakey and meta descriptions.
|
| |
November 20th, 2012, 02:26 PM
|
#30 (permalink)
| | Member Verified Customer
Join Date: Nov 2005 Location: Southern Germany
Posts: 213
|
That's true Chuck except the main gallery page. There I have the description from my forums.
|
| |
November 20th, 2012, 02:52 PM
|
#31 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,698
|
You can make a plugin in photopost admin on maybe hook location index_top with thiis contents inputting the keywords and descripton you want to extend the supported application of meta stuff. Code: Content visible to verified customers only.
You would place whatever keywords or description in those lines with the details separated by commas.
Last edited by Chuck S; November 20th, 2012 at 03:31 PM.
|
| |
November 20th, 2012, 03:18 PM
|
#32 (permalink)
| | Member Verified Customer
Join Date: Nov 2005 Location: Southern Germany
Posts: 213
|
Nice, ever wanted to test out the new plugin system.
I tried to add same you told above and like it is written in the FAQ Code: Content visible to verified customers only.
In both cases it doesn't show up, plugin system is enabled.
Did I something wrong Chuck?
|
| |
November 20th, 2012, 03:35 PM
|
#33 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,698
|
Well you misunderstand how the plugin system works. The part you talking about is merely for the outputted html you are formatting. Any php or variables defines are done as in normal php. You have no html output therefore no need to define the html output which is why I gave you the actual plugin contents to try.
I seethe issue and it is very easy to correct. You can edit the index.php file and move the two hook lines above the printheader statement.
Then it would work as seen here http://www.reeftalk.com/gallery |
| |
November 20th, 2012, 04:03 PM
|
#34 (permalink)
| | Member Verified Customer
Join Date: Nov 2005 Location: Southern Germany
Posts: 213
|
Ah ok, this works, the metadescription is merged with the existing forum description.
The keywords don't work.
But that's fine because most important was the meta description.
And thanks for clearing up how the plugin system works, got it now |
| |
November 20th, 2012, 04:31 PM
|
#35 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,698
|
Yes the keywords do work check my post and make sure your doing yours the same way as I changed it before I replied last time it is metakey not metakeys.
|
| |
November 21st, 2012, 03:45 AM
|
#36 (permalink)
| | Member Verified Customer
Join Date: Nov 2005 Location: Southern Germany
Posts: 213
|
Perfect, thank you Sir.
|
| |
November 21st, 2012, 07:23 AM
|
#37 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,698
|
Glad to help enjoy.
|
| |
November 23rd, 2012, 12:16 PM
|
#38 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,698
|
In our software there is also a variable called seoindex where one enters a title for the index so that could be coded in to be added to the keywords.
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 02:22 AM. | |