 |
 |
 |
 |
#248513 - 05/31/03 10:35 AM
Finished-[6.2-6.3] Photopost Integration Version 3
|
Member
Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
|
Mod Name / Version: Photopost Integration Version 3 <br /> <br />Description: This modification allows UBBThreads and Photopost to be a seamless integrated product. It pulls the Threads headers and stylesheet around Photopost allowing your site to flow flawlessly. <br /> <br />Working Under: UBB.Threads 6.2-6.3 <br /> <br />Mod Status: Finished <br /> <br />Any pre-requisites: Must own UBBThreads and Photopost. <br /> <br />Author(s): Omegatron <br /> <br />Date: 05/31/03 <br /> <br />Credits: Gardener for help with a Global file option so I could get the new admin frameset to display. <br /> <br />Files Altered: adm-inc.php, comments.php, editphoto.php, reportphoto.php, showphoto.php, showgallery.php, pp-inc.php, index.php, uploadphoto.php <br /> <br /> <br />New Files: None <br /> <br />Database Altered: No <br /> <br />Info/Instructions: Backup your files before modifing!!!!! <br /> <br />I feel pretty confident of this mod being finished. It has been around for a couple of versions of each product with no known bugs other than application error of the modification. <br /> <br /> One known issue was related to a server issue not allowing the tbopen and tbclose variables to be read. <br /> <br />Many people have expressed hardship in reading Beyond Compare reports as I have always done to save time with the intense changes that need to be done. I have taken the extra time and done away with those and made a normal txt file for all to follow. <br /> <br /> <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. <br /> <br />
Attachments
82531-photopost-integration.txt (171 downloads)
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#248524 - 06/17/03 08:52 AM
Re: Finished-[6.2-6.3] Photopost Integration Version 3
[Re: sf49rminer]
|
Addict
Registered: 02/18/02
Posts: 1969
Loc: Lansing, Michigan
|
I figured it out.. but it isn't because of tbopen and close, it is a conflict with the menubar class. For example, here is my .menubar settings:<br /><br /> .menubar{ <br />background-color: #336699; <br />border-color: #C0CAE2 #24278E #24278E #C0CAE2; <br />border-style: solid; <br />border-width: 1px; <br />color: #ffffff; <br />font-size: 11px; <br />font-weight: normal; <br />}<br /><br />Now.. notice the border-color, this makes the left and top borders the light color, and the bottom and right dark, to produce the 3D effect you can see in that image I attached above, look at the threads menubar and you see how it works.<br /><br />The problem is, it seems as if the class=menubar is being called twice in the photopost menu, the first one makes the whole box look like it should, as you can see. But then it looks like this class is also being called for the table that holds the nav links.<br /><br />So if people aren't using this CSS effect, it looks fine, so that's why it probably hasn't been noticed before <img src="/forum/images/graemlins/smile.gif" alt="" /> I don't know if this is something you want to address, as it probably affects only myself right now, but if not, could you point me to the right file(s) to try and change this? Would be appreciated <img src="/forum/images/graemlins/smile.gif" alt="" /> Thanks!
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|