PDA

View Full Version : How do I integrate a page into vB??


Slapyo
03-31-2006, 11:09 PM
I have a page that does some image manipulations. I would like to integrate this into vB so that it takes on the header and footer of the forum. I'd also like this to check if the user is logged into vB, if they are not they would be redirected to the login page. I also need the user id of the person because this is how we will know who did what to a file.

What would be the easiest way for me to integrate this page into vB so I can have access to that information? Right now the page runs by itself.

JusteCards
04-01-2006, 12:45 AM
<a href="https://vborg.vbsupport.ru/showthread.php?t=108583" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=108583</a>
This might be of some use to you.

Slapyo
04-01-2006, 01:52 PM
Yeah thanks for the link. I did see that but I'm not sure I would be able to get the page to POST back to itself. Plus we would like to keep the file name how it is and not have goto.php?section=foo.

JusteCards
04-01-2006, 04:07 PM
ahhh, try searching for the custom page tut by Gary W then, it's for 3.0.0 but might give you a starting point.

Slapyo
04-01-2006, 04:45 PM
Cool thanks. Hmm, I search and can't find anything by Gary W. He's only post 79 times so I went through all of them. No luck.

Slapyo
04-03-2006, 03:30 AM
*bump*

Anyone know how to do this? The page will need to post to itself to handle some image manipulation things on a file the user will upload to the server. It's working just fine right now, but we would like to incorporate this into vB and make it for users only, and we need the userid as well.

JusteCards
04-03-2006, 05:33 AM
Sorry, My Mistake Gary King not Gary W..

https://vborg.vbsupport.ru/showthread.php?t=62164

Brandon Sheley
04-03-2006, 06:47 AM
<a href="https://vborg.vbsupport.ru/showthread.php?t=103076" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=103076</a> ?

Slapyo
04-03-2006, 01:05 PM
Ah thanks JusteCards. I'll read that over.

Loco.M, not sure if that will do what we want. That's for an entire CMS. Thanks though.

I figured out how to do it with the help of the link JusteCards posted and with this one.

https://vborg.vbsupport.ru/showthread.php?p=791513

Thanks for the help.