Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Help Please ...  (Read 3673 times)

0 Members and 1 Guest are viewing this topic.

Justttt

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 170
    • Trippy-ILLusion.Co.Uk
Help Please ...
« on: June 22, 2006, 06:53:01 pm »

hi people, i wanted to make a sort of user control panel so everything is easyer to accsess for the member.
my idea was to create links with an iframe but when clicking a link i.e edit profile it works but has the site navigation/header, etc...

any other ideas or help so i can get round this .

check the attached file

cheers,
   justttt
« Last Edit: June 23, 2006, 09:51:05 am by GauGau »
Logged
J U S T T T T

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Help Please ...
« Reply #1 on: June 22, 2006, 07:30:12 pm »

1) Use a better subject next time you post (when will you learn to respect board rules ::)?)
2) I have no idea what you're up to, so there's little advice I could give. Rephrase, saying what you actually want to accomplish. Post your code as well if you have some already.
Logged

Justttt

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 170
    • Trippy-ILLusion.Co.Uk
Re: Help Please ...
« Reply #2 on: June 23, 2006, 08:45:54 am »

sorry once again .

http://www.y-idols.com/justttt/gall/upanel.php < link

i would like to create a usercontrol panel . but my trouble is in the controll panel i would like the links to open in iframe without the site navagation nd header, footer etc... showing if you check the link you might understand what i am getting at .
Logged
J U S T T T T

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Help Please ...
« Reply #3 on: June 23, 2006, 08:52:06 am »

What's a usercontrol panel? What is it suppossed to do? Who should be able to access it?
Anyway, to create a page within coppermine, use this:
Code: [Select]
<?php
define
('IN_COPPERMINE'true);
require(
'include/init.inc.php');

// your custom code goes here

?>

If you want the coppermine layout as well, call the functions pageheader() and pagefooter() - if you don't want the menus, then don't call those functions. What else could I say?
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Help Please ...
« Reply #4 on: June 23, 2006, 09:50:48 am »

Cross-post: http://forum.coppermine-gallery.net/index.php?topic=28367.msg153984#msg153984
Apparently, your usercontrol panel is meant to do things that are related to Stramm's modpack, so I'm marking this thread as "invalid" - after all, mods only go supported on the threads that deal with them, they don't get supported on regular support boards. I'm worried about your negative karma... ::)
Logged

Justttt

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 170
    • Trippy-ILLusion.Co.Uk
Re: Help Please ...
« Reply #5 on: June 23, 2006, 10:49:47 am »

-7  :-\ me to i try to do things to get it down but it ends up getting worse. i think i just cant explain things proply  :-[
Logged
J U S T T T T

Justttt

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 170
    • Trippy-ILLusion.Co.Uk
Re: Help Please ...
« Reply #6 on: June 23, 2006, 10:59:34 am »

i must acctuly say this has solved my problems and has done the job , as yoused remove header/footer will remove navagation etc.. that is what i wanted thanks , but still sorry for posting here.

justtttt
Logged
J U S T T T T
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 20 queries.