 | |  | | | General Discussion General use discussion forum for PhotoPost products. |
August 3rd, 2008, 08:17 AM
|
#1 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
| SMF enhanced integration mod available?
I was reading a thread about an integration mod that allows the gallery listing to be integrated into the vbulletin forum:
here is the thread: PhotoPost Enhanced vB3 Index Integration
Is something like this avaiable for SMF?
|
| |
August 3rd, 2008, 12:15 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,702
|
No sorry I am not aware of anything like that. You could theoretically alter the style classes in that file and instructions and try to include something like this in the appropriate SMF index file or template Code: Content visible to verified customers only.
Its pretty versatile little mod.
|
| |
August 20th, 2008, 06:06 AM
|
#3 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
| Quote:
Originally Posted by Chuck S No sorry I am not aware of anything like that. You could theoretically alter the style classes in that file and instructions and try to include something like this in the appropriate SMF index file or template Code: Content visible to verified customers only.
Its pretty versatile little mod. | You mean these 2 files?
|
| |
August 20th, 2008, 11:23 AM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,702
|
I mean that you would possible modify our inc_features.php file written for vb styles to smf style class colors and then simply try and include it within your smf page where you like. Obviously I do not use SMF so thats as far as my advise can go.
|
| |
October 5th, 2008, 10:17 AM
|
#5 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
| Quote:
Originally Posted by Chuck S I mean that you would possible modify our inc_features.php file written for vb styles to smf style class colors and then simply try and include it within your smf page where you like. Obviously I do not use SMF so thats as far as my advise can go. | are you saying to edit the $photopostfeature Part at the bottom of the file, which includes the styles to show the feature, correct? Quote:
$photopostfeature = <<<PPPRINT
<table class="tborder" cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="1" border="0" width="100%">
<thead>
<tr>
<td class="tcat" colspan="$columns" align="center">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('featurepal');"><img id="collapseimg_featurepal" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_featurepal].gif" alt="" border="0" /></a>
Featured Photos
</td>
</tr>
</thead>
<tbody id="collapseobj_featurepal" style="$vbcollapse[collapseobj_featurepal]">
<tr>
$featured
</tr>
</tbody>
</table>
</td>
</tr>
</table>
| |
| |
October 5th, 2008, 11:10 AM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,702
|
yes you would edit that such style class stuff. You need to remove all the $viewperm stuff as well which is only for vb.
|
| |
October 6th, 2008, 06:04 PM
|
#7 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
|
Does PP work with the SMF beta version?
|
| |
October 6th, 2008, 06:25 PM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,702
|
what is the beta version? It may or may not work I have not tested it myself.
|
| |
October 6th, 2008, 06:25 PM
|
#9 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
| Quote:
Originally Posted by Chuck S what is the beta version? It may or may not work I have not tested it myself. | 2.0 Beta 4 - of SMF of course.
|
| |
October 6th, 2008, 06:32 PM
|
#10 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,702
|
I dont know if it will or not but you can install a test forum and let me know if you want. We normally dont support beta software and look at forum integrations when they do new supported versions.
|
| |
October 19th, 2008, 10:11 PM
|
#11 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
|
after looking the inc_features.php over a bit, it appears I might need to change the database information also, since it is calling vb specific items from the database..
|
| |
October 30th, 2008, 08:54 PM
|
#12 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
|
can the file be modified to just pull the required images from the database instead of checking with all the vbulletin settings? I haven't had much luck within SMF yet to show the images..
Basicailly just act like the 'show images on any page mod'
|
| |
October 30th, 2008, 10:27 PM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,702
|
You would need to remove all the vb permissions stuff. one thing to definately remove is this Code: Content visible to verified customers only.
|
| |
November 1st, 2008, 06:54 PM
|
#14 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
|
I deleted what I can see as vbulletin entries. I am now getting black thumbnail spots with links to the images. What would be causing the lack of thumbnails?
Last edited by skidpics; November 1st, 2008 at 07:01 PM.
|
| |
November 1st, 2008, 07:01 PM
|
#15 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
|
I deleted what I can see as vbulletin entries. I am now getting black thumbnail spots with links to the images. What would be causing the lack of thumbnails?
Inc file attached in txt
|
| |
November 2nd, 2008, 08:14 AM
|
#16 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,702
|
Looks fine to me set the proper data url in edit integration in admin settings with a slash after data in there.
|
| |
November 3rd, 2008, 05:09 AM
|
#18 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,702
|
Feel free to post a link to the actual site using the hack your making and when I get a minute I can post my thoughts.
|
| |
November 3rd, 2008, 05:39 AM
|
#19 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
|
http://skidpics.com/forum/indextester.php
test index file
|
| |
November 12th, 2008, 08:39 PM
|
#20 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
|
any luck in checking it out? Black thumbnails, links back to images okay...
it is not finding the thumbnails..
The file is located in the root, and the forum is located in forum..
|
| | |
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 11:59 AM. | |