php forum
php mysql forum
php mysql smarty
 
Page 4 of 5 < 1 2 3 4 5 >
Topic Options
#248573 - 07/28/03 03:36 PM Re: Finished-[6.2-6.3] Photopost Integration Version 3 [Re: sf49rminer]
deltajo Offline
Power User

Registered: 09/05/00
Posts: 61
Loc: Vancouver, British Columbia, C...
This is a fantastic piece of work -- thanks for this. <br /> <br />The "Help" link doesn't work on the Upload Photo page. I've tried this on a couple sites. Doesn't work on mine, threadsdev.com, or reeftalk.com. (Works at other PhotoPost sites)

Top
#248574 - 07/28/03 04:53 PM Re: Finished-[6.2-6.3] Photopost Integration Version 3 [Re: icewind]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Interesting as I have not touched any of the specific code for that but should be an easy track down. I will look into it. <br /> <br />There is also a new release of this hack for the NEW TEMPLATED PHOTOPOST BETA 2
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#248575 - 07/28/03 05:20 PM Re: Finished-[6.2-6.3] Photopost Integration Version 3 [Re: sf49rminer]
dimopoulos Offline
Kahuna

Registered: 08/18/02
Posts: 1271
Loc: Vienna, Austria
Chuck I found what is wrong with my installation and why I cannot get into the admin area. The modification is identical to your files but I found out that in the pp.inc file you have a check to see the script name adm-index.php or adm-menu.php and if they are not the send_header of the .threads is sent. If they are then it goes on normally to the admin area with its own header. For some reason on my server the SCRIPT_NAME is blank hence it never validates on the if statement.<br /><br />Is there another way to find out the script name? My register_globals are off. (Windows box)<br /><br />Thanks
_________________________
Nikos

Top
#248576 - 07/28/03 06:02 PM Re: Finished-[6.2-6.3] Photopost Integration Version 3 [Re: Hal_dup2]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Your the PHP Guru <img src="/forum/images/graemlins/wink.gif" alt="" /> <br /> <br />Being a windows box can you change the register globals or I assume since you have not that your server people will not. <br /> <br />The script simply checks that those two scripts do not include the Threads send_header. If you know of another way than it is coded you got me on that one. Yeah you are right though the header can not be send that is why that arguement is there. A frame needs to be send before a header thus why your admin section does not work.
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#248577 - 07/30/03 05:35 AM Re: Finished-[6.2-6.3] Photopost Integration Version 3 [Re: sf49rminer]
dimopoulos Offline
Kahuna

Registered: 08/18/02
Posts: 1271
Loc: Vienna, Austria
I haven't played with it at all (and I am not a php guru - yet <img src="/forum/images/graemlins/wink.gif" alt="" />). Also I don't want to set the globals on. I will have a look at it and possibly make a couple of changes so that it works similarly to the .threads admin area (with the frames)<br /><br />Thanks Chuck.
_________________________
Nikos

Top
#248578 - 07/30/03 11:16 AM Re: Finished-[6.2-6.3] Photopost Integration Version 3 [Re: Hal_dup2]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
<img src="/forum/images/graemlins/smile.gif" alt="" /><br /><br />Yeah the reason those are excluded from loading the threads header is the frame needs to load first before the body tag is loaded.
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#248579 - 08/01/03 03:02 AM How can I make my sidebar to show up with PP [Re: sf49rminer]
so01 Offline
User

Registered: 04/17/01
Posts: 28
I use sidebars for my threads forum and they are always visible but I can't get them to show up with PhotoPost.<br />I have applied this hack and it works fine (exept the slideshow).<br />Can this be done or should I switch over to the "real" sidebar hack?<br /><br />My mods...<br /><br />ubbt.inc.php<br /> include("$thispath/templates/$tempstyle/ubbt_registerednav.tmpl");<br /> }<br /> }<br /> <br /> // Side Bar code modification<br /> include("$thispath/templates/$tempstyle/sidebar_rightopen.tmpl");<br /> <br /> // ------------------------------------------------------<br /> // If the forum is closed then we only let admins proceed<br /> // But they can try to login<br /> if ($What != "login") {<br /> if ($config['isclosed'] && $user['U_Status'] != "Administrator") {<br />.<br />.<br />.<br />// Sidebar mod code<br /> include("$thispath/templates/$tempstyle/sidebar_rightclose.tmpl");<br /><br /> @include("$thispath/templates/$tempstyle/ubbt_footer.tmpl");<br /> }<br /><br /><br /> // #######################################################################<br /> // Send the footer for admin section<br /> // #######################################################################


Attachments
90535-Sidebar.zip (4 downloads)


Top
#248580 - 08/01/03 05:06 AM Re: How can I make my sidebar to show up with PP [Re: janne]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Well 4.1 is almost out but anyway if the sidebar does not work withphotopost then you have it turned off in pp-inc.php? <br /> <br />Remember this part??? <br /> <br />// If you use IIP's sidebar you may want to uncomment the line below <br />// to disable the sidebar on Photopost pages <br />// $config['iip_call'] = 1; <br /> <br /> <br /> <br />Okay if you want to make slideshow's work then rehack your pp-inc.php file with the attached <br /> <br />


Attachments
90539-photo.txt (10 downloads)

_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#248581 - 08/13/03 03:36 PM Re: How can I make my sidebar to show up with PP [Re: sf49rminer]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
nevermind


Edited by Mr_CSS (08/13/03 03:37 PM)
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#248582 - 08/13/03 04:55 PM Re: How can I make my sidebar to show up with PP [Re: chrisX]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
LOL <br /> <br />Grabbed the wrong version for your Photopost version JC <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#248583 - 08/13/03 05:15 PM Re: How can I make my sidebar to show up with PP [Re: sf49rminer]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
DOH! Well it seems to run okay. <br /> <br />One question, on the index page, the links : <br /> <br />My Gallery | My Favorites Admin | Home | Profile | Upload Photos | Logout <br /> <br />Should be in a menubar, but aren't. What did I miss? Any ideas? <br /> <br />
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#248584 - 08/13/03 05:38 PM Re: How can I make my sidebar to show up with PP [Re: chrisX]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
Got it <img src="/forum/images/graemlins/smile.gif" alt="" /> Lil sugegstion, there is an overuse of the tag menubar, I spent the evening removing it and replacing it with small. You might want to go thru your mod and do the same. Not your fault, photopost got a lil tag happy.<br /><br />
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#248585 - 08/13/03 06:30 PM Re: How can I make my sidebar to show up with PP [Re: chrisX]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Your talking about the font tags <img src="/forum/images/graemlins/wink.gif" alt="" /> Although my mod has nothing to do with font tags. The only ones I changed where the ones needed for the menubar. There is one thing I could change and that would be the menubar tags in pp-inc.php for the menu they can be small <img src="/forum/images/graemlins/wink.gif" alt="" /><br /><br />In version 4 which is for the new 4.1 BETA3 you should try out the templated version.
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#248586 - 08/13/03 08:40 PM Re: How can I make my sidebar to show up with PP [Re: sf49rminer]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
Has a random mod been made to put thumbnails on a non pp page? <br /> <br />It's a client install, rather not play with betas. <img src="/forum/images/graemlins/wink.gif" alt="" /> But thanks for the tip. <br /> <br /> <br />


Edited by Mr_CSS (08/13/03 08:41 PM)
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#248587 - 08/13/03 09:03 PM Re: How can I make my sidebar to show up with PP [Re: chrisX]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
You can use this mod I made for IIP You should easily be able to adapt it to a NON PP or Threads page. If not let me know it is easy. <br /> <br />I have attached the custompalbox


Attachments
91881-custombox2pal.txt (11 downloads)

_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#248588 - 08/13/03 09:26 PM Re: How can I make my sidebar to show up with PP *DELETED* [Re: sf49rminer]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
Post deleted by Mr_CSS
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#248589 - 08/13/03 09:35 PM Re: How can I make my sidebar to show up with PP [Re: chrisX]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
Ok all set.. *phew* <br /> <br />Thankie Omegatron!
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#248590 - 08/14/03 05:03 AM Re: How can I make my sidebar to show up with PP [Re: chrisX]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
No Problem. I figured the MYSQL code and such in their would give ya the proper hints <img src="/forum/images/graemlins/wink.gif" alt="" />
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#248591 - 08/14/03 02:08 PM Re: How can I make my sidebar to show up with PP [Re: sf49rminer]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
Yup, all fixed. Spent a long time with the layout cleaning it up etc.. One thing, I did have to alter some of the code added to showgallery.php. The last bit I left as it was, otherwise it caused the copyright area to show within a table...weird...<br /><br />Otherwise it's fine <img src="/forum/images/graemlins/smile.gif" alt="" /><br /><br />Live site
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#248592 - 08/14/03 04:43 PM Re: How can I make my sidebar to show up with PP [Re: chrisX]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
well thats wrote for an IIP Pal. I am sure you had to alter it a bit <img src="/forum/images/graemlins/wink.gif" alt="" />
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
Page 4 of 5 < 1 2 3 4 5 >


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

Latest Posts
Wisdom needed
by Gizmo
56 minutes 29 seconds ago
How to hide sub forums from summary page
by blaaskaak
Yesterday at 09:54 AM
Spell Check [beta]
by Bill B
12/01/08 09:16 PM
PhotoPost BB Code Popup
by AllenAyres
12/01/08 09:41 AM
Problems reading a lot of old posts here
by AllenAyres
12/01/08 09:35 AM
Forum 'Trader Ratings'.
by AllenAyres
12/01/08 09:33 AM
Customization needed
by Gizmo
11/12/08 12:28 PM
New Mods
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
Spell Check [beta]
by
10/17/06 09:24 PM
Newest Members
Truth, David DelMonte, nick1, Begbie, cenk
13364 Registered Users
Top Posters
AllenAyres 25452
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks