 | |  | | | General Discussion General use discussion forum for PhotoPost products. |
December 7th, 2005, 12:16 PM
|
#1 (permalink)
| | Junior Member Verified Customer
Join Date: Oct 2005
Posts: 29
| upgrading to vb 3.5.2
the upgrade went successful but now my featured photos area is gone. i have added the two lines to index.php and i edited the FORUMHOME template with the $photopostfeature command.
anyone know how to get my featured photos back in version 3.5.2?
thanks
allan
Last edited by hendi; December 7th, 2005 at 12:19 PM.
|
| |
December 7th, 2005, 12:19 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
That would be how. I did post this for people not wanting to edit the index file you can install a plugin.
Save this code here as an xml file and edit to the correct server path to your inc_fearture.php file and instal the plugin in vbadmin plugin manager Code: Content visible to verified customers only.
|
| |
December 7th, 2005, 12:45 PM
|
#3 (permalink)
| | Junior Member Verified Customer
Join Date: Oct 2005
Posts: 29
| follow up question
thanks, that worked.
allan
Last edited by hendi; December 7th, 2005 at 12:50 PM.
|
| |
December 8th, 2005, 09:28 AM
|
#4 (permalink)
| | Senior Member Verified Customer
Join Date: May 2003 Location: Va
Posts: 528
|
To use the plugin do I need to remove the code from the index file before installing the plugin. |
| |
December 12th, 2005, 01:41 PM
|
#5 (permalink)
| | Junior Member Verified Customer
Join Date: Oct 2005
Posts: 29
| i didn't
it just worked with those lines in it.
|
| |
December 12th, 2005, 01:44 PM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
yes iloco you would remove the hard coded edit as you dont want to declare it twice
|
| |
December 12th, 2005, 02:17 PM
|
#7 (permalink)
| | Senior Member Verified Customer
Join Date: May 2003 Location: Va
Posts: 528
|
Thanks Chuck for reply. If I understand correctly with plugin I will not have to edit those hard coded lines again when need to upgrade. |
| |
December 12th, 2005, 02:18 PM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
Exactly
|
| |
December 12th, 2005, 02:53 PM
|
#9 (permalink)
| | Senior Member Verified Customer
Join Date: May 2003 Location: Va
Posts: 528
|
I have uploaded the xml file and at the top of my forum home page I get a message " Could not select photopost database"
Don't know what I have done wrong. Any ideas.
Here is what is in my plugin window where you can edit the code.
" include('http://www.iloco.org/photopost/inc_features.php');" My Site
User: test
Pass: test
|
| |
December 12th, 2005, 02:57 PM
|
#10 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
well its server path not url on the example you posted
next according to the docs on this hack you would need to uncomment the $link and mysql_select_db things and fill in the proper info if the photopost and forum are in separate databases |
| |
December 12th, 2005, 03:06 PM
|
#11 (permalink)
| | Senior Member Verified Customer
Join Date: May 2003 Location: Va
Posts: 528
|
Well you are correct Chuck about seperate data bases. I wish I knew how to combine them into one.
Will not bother you anymore and go back to the way I hade it hard coded.
I am not sure where to uncomment the $link and mysql_select_db.
Thanks for answerig and explaining the problem. |
| |
December 12th, 2005, 03:22 PM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
| |
| |
December 12th, 2005, 03:54 PM
|
#13 (permalink)
| | Senior Member Verified Customer
Join Date: May 2003 Location: Va
Posts: 528
|
Thanks Chuck for the link. I had gotten where to uncommnet all figured out but still getting errors so I got to do some playing to get this to work as a plugin.
Will do it one day when all by myself. |
| |
December 17th, 2005, 11:46 AM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Dec 2004
Posts: 219
|
I have upgraded from vb 3.0 to 3.5.2. My photopost and classifieds are no longer working. My reviewpost appears to be at first glance.
I am looking at this plug in fix. When I go to "Plugin System", "Add New Plugin", I have a series of options.
I placed it in "ajax_start", I don't know what that is yet  ...
I named it Photopost,
and inserted----
<?xml version="1.0" encoding="ISO-8859-1"?>
<plugins>
<plugin active="1" product="vbulletin">
<title>Photopost Feature Block</title>
<hookname>forumhome_complete</hookname>
<phpcode><![CDATA[include('../showroom/inc_features.php');]]></phpcode>
</plugin>
</plugins>
-----for the php code.
It isn't working yet, I am still looking for the problem. I am wondering if this would be a good time to just upgrade Photopost, or if I really should get it running first? http://www.teambuick.com/showroom/
Thanks
|
| |
December 17th, 2005, 12:24 PM
|
#15 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
Only the latest versions of our products are vb 3.5 compatible
If your not using at least Photopost 5.2, Reviewpost 3.1 and Classifieds 2.42 then they are not compatible with vb 3.5
|
| |
December 18th, 2005, 09:30 AM
|
#16 (permalink)
| | Member Verified Customer
Join Date: Dec 2004
Posts: 219
|
I have not noticed specific upgrading instuctions. Should I simply follow the install instructions, over writing all files? Perhaps the upgrading option is givin once I connect to the web installation script?
Thanks
|
| |
December 18th, 2005, 10:15 AM
|
#17 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
There is in the docs folder of the download upgrade docs
basically you overwrite everything except config files and run any upgrade.php you need to select the ones from your current version on up
|
| |
December 18th, 2005, 01:04 PM
|
#18 (permalink)
| | Member Verified Customer
Join Date: Dec 2004
Posts: 219
|
OK, I have pressed the upgrade button! I believe I was running 4.86, and the highest upgrade listed was 4.82. I pressed it anyway (famous last actions!).
It looks not bad, but I do have an error:
We're sorry, but the system experienced an unrecoverable error. Please try again later.
Script:
Query: SELECT id,ugnoupload,ugnoanno,ugnoview,ugnopost,ugnovote,password,watermark,cattype,ismember,catname,parent,children,thumbs,canzip,moderators,header,footer,headtags FROM pp_categories
Result: Unknown column 'ismember' in 'field list'
Database handle: Resource id #22
You can see it here: http://www.teambuick.com/showroom/
Thanks,
|
| |
December 18th, 2005, 04:09 PM
|
#19 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
Looks to me like you did not run the 5.0 upgrade
|
| | |
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 05:00 AM. | |