php forum
php mysql forum
php mysql smarty
 
Page 1 of 6 1 2 3 4 5 6 >
Topic Options
#269943 - 02/27/04 01:22 PM Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4.7
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Mod Name / Version: UBBThreads Photopost Total Integration Version 4.7 <br /> <br />Description: This mod is for the new Photopost 4.7. This mod makes use of the UBBThreads header and stylesheet for a total integration of Photopost within your UbbThreads environment. <br /> <br /> <br />Working Under: UBB.Threads 6.2-6.3-6.4 <br /> <br />Mod Status: Finished <br /> <br />Any pre-requisites: UBBThreads and Photopost Licenses <br /> <br />Author(s): Omegatron <br /> <br />Date: 02/27/04 <br /> <br />Credits: JoshPet for help on Header-Include <br /> <br />Files Altered: photopost------pp-inc.php ppopen.tmpl and ppclose.tmpl <br /> <br />Threads--------header-insert.php <br /> <br /> <br />New Files: None <br /> <br />Database Altered: Nope <br /> <br />Info/Instructions: Backup your files before modifing!!!!! <br /> <br />Disclaimer: Please backup every file that you intend to modify. <br />If the modification modifies the database, it's a good idea to backup your database before doing so. <br /> <br />Note: If you modify your UBB.Threads code, you may be giving up your right for "official" support from Infopop.If you need official support, you'll need to restore unmodified files.


Attachments
108826-photopost-integration.txt (203 downloads)


Top
#269944 - 02/27/04 02:14 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4.7 [Re: sf49rminer]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 806
Loc: Berlin, Germany
your replacement instructions for pp-inc.php dosn't match with the code from pp. I hope I do the hacking correctly, but something iss missing in the instructions. The entrance of the gallery dosnt show correct and the stylesheet for the admin section dnst work. I go to search .... <br /> <br />/edit: first problem found. something wrond with my tablewrapper. I use the original and it works. Replace with tbopen/close (renamed) and it dosnt work. maybe the reletive path that I use. I will continue trying.


Edited by Zarzal (02/27/04 02:19 PM)
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#269945 - 02/27/04 02:19 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: landyphil]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Are you sure you are using 4.7? <br /> <br />This is indeed in 4.7 <br /> <br />require "languages/$pplang/pp-inc.php"; <br /> <br />to give you a further hint that line is line 50 of pp-inc.php <br /> <br />and the printheader function is indeed from 4.7 you are replacing the entire printheader function which as always is the staple of this hack. <br /> <br />As far as the stylesheet in admin section that is not seen by anybody and I considered useless from this hacks standpoint. <br /> <br />You can find the stylesheet call in adm-inc.php and fill out the full path to a stylesheet you want to use but has no value on the workings of the hack which is to change the stylesheet based on a user's stylesheet which is all front end stuff.
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#269946 - 02/27/04 02:29 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: sf49rminer]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 806
Loc: Berlin, Germany
I done it. Works well. I misunderstand your instructions about the open/clos and now i got it. The style for Admin is working to. I got the information from the the old description. Thanks.
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#269947 - 02/27/04 02:44 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: sf49rminer]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 806
Loc: Berlin, Germany
yes, I use 4.7 <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /> I talk about your second hack modification in pp-inc.php:<br /><br />###<br />### In pp-inc.php find this: <br />###<br /><br /><br />function printheader( $thecat, $titlereplace, $slideshow=0, $printheader="yes" ) {<br /> global $Globals, $User, $link, $slidedelay, $slideurl, $vbheader, $skip_exheader;<br /><br /> if ( $Globals['printheader'] == "yes" ) return;<br />(...)<br /><br />###<br />### Change to this:<br />###<br /><br /><br />function printheader( $thecat, $titlereplace, $slideshow=0, $printheader="yes" ) {<br /> global $Globals, $User, $link, $slidedelay, $slideurl, $vbheader, $skip_exheader;<br />(...)<br /><br />and this dosnt match with V4.7 wich I just download. I replace as I mean its correct and it seems to work. But I miss a feature: <br /><br />A highlight of new features and improvements in PhotoPost 4.7 include:<br />- Collapsible/Expandable categories on Main Index<br /><br />I cannot find this.
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#269948 - 02/27/04 02:51 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: landyphil]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Ah you mean my printheader function does not have the vb call <br /> <br />Got ya. <br /> <br />Yes you replace the entire printheader function <br /> <br />As far as collapsable cats I do not think that made it into this version or I do not see them either
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#269949 - 02/27/04 03:00 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: sf49rminer]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 806
Loc: Berlin, Germany
yes, yes, it exists, but not as you describe in your modification text. That what I mean. <br /> <br /> <br /> <br />ps please dont print entire code blocks on screen


Edited by Omegatron (02/27/04 03:03 PM)
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#269950 - 02/27/04 03:52 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: landyphil]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
thanx Chuck.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#269951 - 02/27/04 04:51 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: 234234]
Astaran Offline
Addict

Registered: 12/21/00
Posts: 1545
Loc: Germany
Thx Chuck. Up an running! <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Running a community? -> Keep informed and take it to the next level

Top
#269952 - 02/27/04 06:20 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: -Fusion-]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
Chuck, I posted some things on the PP board that might effect the templates end of your mod. Read more
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#269953 - 02/27/04 07:14 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: chrisX]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
test it JC and let us know <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#269954 - 02/27/04 07:30 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: 234234]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
they are mainly design issues, not functionality. Although a couple could result in broken tables. I have it all running on mine.<br /><br />Photopost Install
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#269955 - 02/27/04 07:34 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: chrisX]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
I did your changes on my testboard although you put down 1 wrong file.. you listed index.tmpl but it should be indexhead.tmpl
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#269956 - 02/27/04 08:02 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: 234234]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
Yup saw Michaels post, I started the list before dinner and left in the middle..lol
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#269957 - 02/27/04 08:47 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: chrisX]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
yeah I can't post there <img src="http://www.ubbdev.com/forum/images/graemlins/tongue.gif" alt="" /> Michael don't let me...
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#269958 - 02/27/04 09:34 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: 234234]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
I dont do templates with this mod anymore. LOL<br /><br />I just have you match the tbopen and tbclose variables and copy them to ppopen and ppclose. <br /><br />Makes it alot easier on my and maybe the less steps involved the less mistakes someone can make installing the hack.
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#269959 - 02/28/04 03:26 AM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: sf49rminer]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 806
Loc: Berlin, Germany
I dont bring the popup help to work. I know in the past it work on my site. While testing the V4.7 I only get the yellow alert from IE and no window. <br /><br />I verify the header-insert, try your and the original one, but no luck.
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#269960 - 02/28/04 09:17 AM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: landyphil]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
This line<br /><br /> PopUpHelpWindow = window.open(\"{$Globals['maindir']}/\"+url,\"Smilies\",\"scrollbars=yes,width=300,height=400,\"+pos);<br /> <br />Change the {$Globals['maindir']} to the actual url to photopost directory
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#269961 - 02/28/04 11:55 AM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: sf49rminer]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 806
Loc: Berlin, Germany
I hate Java <img src="http://www.ubbdev.com/forum/images/graemlins/smashpc.gif" alt="" /> it dosnt work. Or do I mistake ? the window.open should be on my site:<br /><br />PopUpHelpWindow = window.open(\"http://www.dragonclan-forum.de/photopost/\"+url,....<br /><br />Is this correct or is there a syntax error in it ?
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#269962 - 02/28/04 12:13 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: landyphil]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
no as long as you escape the quotes out you should be ok so by doing<br /><br />PopUpHelpWindow = window.open(\"http://www.dragonclan-forum.de/photopost/\"+url,....<br /><br />instead of<br /><br />PopUpHelpWindow = window.open("http://www.dragonclan-forum.de/photopost/"+url,....<br /><br />you should be fine.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#269963 - 02/28/04 04:20 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: 234234]
Medar Offline
Junior Member

Registered: 03/19/00
Posts: 571
I need some help on this one, as I have never integrated these before (always left them separate).<br /><br />Two questions:<br /><br />http://www.bladekeep.com/forums/gallery/showgallery.php?cat=516<br /><br />Why do I have a blank column over there, is this something I did during integration?<br /><br />http://www.bladekeep.com/forums/gallery/index.php<br /><br />Is there an easy way in the templates to fix the dark gray behind the "Recent Posts: last day...etc? I have ZERO knowledge of the photopost templates.<br /><br />Thanks guys.

Top
#269964 - 02/28/04 04:29 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: 234234]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
One suggestion for your mod Chuck would be to find a way to move the PP menubar to the footer. With the threads bar and the pp just below it, it looks cluttered.. I usually move mine to the footer on the main page. Also the profile and logout tags in the pp menubar are not needed, since the threads bar has em <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" /> My souliton was to empty out the menubar template, (except for the needed PP tags etc) and put this at the bottom of the index page. <br /> <br />
Code:
 <br />echo&lt;&lt;&lt;PPPRINT <br />&lt;/form&gt; <br />&lt;br /&gt; <br />$ppopen <br />        &lt;tr&gt; <br />        &lt;td class="tddetails" align="center" width="100%"&gt; <br />$menu <br />&lt;/td&gt; <br />&lt;/tr&gt; <br />$ppclose <br /> <br />&lt;br /&gt; <br />&lt;br /&gt; <br />PPPRINT; <br />
<br /> <br />What do you think?
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#269965 - 02/28/04 05:18 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: Intel -*RW*-]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
[]Medar said:<br />I need some help on this one, as I have never integrated these before (always left them separate).<br /><br />Two questions:<br /><br />http://www.bladekeep.com/forums/gallery/showgallery.php?cat=516<br /><br />Why do I have a blank column over there, is this something I did during integration?<br />[/]<br /><br />remove the integration and look again cause yeah that is something wrong there.<br /><br />[]<br />http://www.bladekeep.com/forums/gallery/index.php<br /><br />Is there an easy way in the templates to fix the dark gray behind the "Recent Posts: last day...etc? I have ZERO knowledge of the photopost templates.<br /><br />Thanks guys. [/]<br /><br />you mean the background? the background will be whatever the css you have is.. <br /><br />I personally started by deleteing all the files except the ones in upload and data and then pushed the new files over and set permissions. then ran the install script then the upgrades from the upgrade directory for me it was 45 46 467..
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#269966 - 02/28/04 05:20 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: 234234]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
btw I see the SWG ss's what server you on?
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#269967 - 02/28/04 05:29 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: 234234]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 806
Loc: Berlin, Germany
quick notice: V4.7e with several fixes in the templates and other bugfixes is avaible.<br />I still work on the %§%$" Java-help. Dont work but I dont go to sleep before it work <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#269968 - 02/28/04 05:39 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: landyphil]
Medar Offline
Junior Member

Registered: 03/19/00
Posts: 571
My guild is on Bria, but I do not personally play the game. Still holding out for WoW, heh.<br /><br />Will review the mod, I am guessing it has something to do with a spare TD or TR in there.

Top
#269969 - 02/28/04 06:31 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: Intel -*RW*-]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
yeah I gave up SWG after 8 months of Beta Testing and 4 months of game.. found it wasn't improving any.. I am waiting for City of Hero's..
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#269970 - 02/28/04 07:13 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: 234234]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Medar you need to download the latest Photopost<br /><br />There was one put out this afternoon with some templates changes which broke some things. The templates have been rolled back.
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#269971 - 02/28/04 09:09 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: sf49rminer]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
so in English Omego if I downloaded this and and installed it wednesday I should be ok but if I downloaded the new one today or yesterday I need to update er rollback?
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#269972 - 02/28/04 11:09 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: 234234]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
No your fine from wednesday unless you want the member gallery all image index back in. Update D had some attempted template corrections that made things look terrible thats why I told Medar to download the latest Photopost which is 4.7e
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#269973 - 02/28/04 11:10 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: sf49rminer]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
ok cool. thanx <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#269974 - 02/28/04 11:15 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: 234234]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Beleive my my head has been spinning<br /><br />We released Photopost 4.7<br /><br />and members did not like the new members gallery specifically the fact we got rid of the old perl style member's gallery showing all of a members images in the members gallery regardless of cat. So we add it back in<br /><br />Hense 4.7-1<br /><br />Then to fix some specific forum moderation codes and the attempted few suggested template changes<br /><br />we release 4.7d<br /><br />The come to find out the suggested template changes made things look whacky as can be seen on Medar's install<br /><br />so we release 4.7e<br /><br />All in two days
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#269975 - 02/29/04 12:22 AM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: sf49rminer]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
ok so how is your integration changed any? or not?
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#269976 - 02/29/04 09:03 AM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: 234234]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
No not at all
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#269977 - 02/29/04 12:10 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: sf49rminer]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
yup. Although there still are graphical bugs in categories.php on my board at least that I fixed by changing tdnothumbs to menubar2 <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#269978 - 02/29/04 01:05 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: 234234]
Medar Offline
Junior Member

Registered: 03/19/00
Posts: 571
Hmm...I thought I had 4.7e installed. Will have to double check that.

Top
#269979 - 02/29/04 07:47 PM Re: Finished-[6.2-6.3-6.4] UBBThreads Photopost Total Integration Version 4 [Re: Intel -*RW*-]
smoknz28 Offline
Enthusiast

Registered: 04/10/03
Posts: 393
Loc: Washington, D.C.
Eeesh....think I'll just wait a another week or two until these minor updates stop coming out. <img src="http://www.ubbdev.com/forum/images/graemlins/tongue.gif" alt="" />
_________________________
F-Body Hideout
Project Speedy

Top
#269980 - 02/29/04