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
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.
sorry once again .
http://www.y-idols.com/justttt/gall/upanel.php (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 .
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:<?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?
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... ::)
-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 :-[
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