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
Page 1 of 6 1 2 3 4 5 6 >


Moderator:  Ian_W 
Who's Online
0 registered (), 25 Guests and 15 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Forum 'Trader Ratings'.
by blaaskaak
11/20/08 08:27 AM
Problems reading a lot of old posts here
by Ruben Rocha
11/18/08 04:33 PM
PhotoPost BB Code Popup
by Iann128
11/15/08 01:24 PM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
Active Topics.
by AllenAyres
11/11/08 02:13 PM
Looking for a simple upload script
by AllenAyres
11/11/08 02:12 PM
New Mods
Forum 'Trader Ratings'.
by McLemore
11/19/08 02:14 PM
[7.4] Keep log of custom title changes
by blaaskaak
10/27/08 07:51 AM
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Newest Members
nick1, Begbie, cenk, MATTO, DougMMcts
13362 Registered Users
Top Posters
AllenAyres 25448
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks