2terriers Posted August 16, 2010 Share Posted August 16, 2010 Hello everyone, New to your forums and have a request for help if possible. I discovered a gallery script after much searching on the web that suits my needs but there is no, or very little in the way of docs on how to use or modify. I have sorted the basic stuff on index page but need to add my own links and text on each sub gallery i create. This is where i am at the moment: http://www.manchesterpics.com/gallery/gallery/index.php As an example if you clicked on: http://www.manchesterpics.com/gallery/gallery/index.php?dir=Big+wheel I cant figure out how to add a description/header for that gallery. The name of the script was ifoto There are other issues but if anyone could help with that i might be able to figure the rest out myself. Thanks. M. Quote Link to comment Share on other sites More sharing options...
2terriers Posted August 18, 2010 Author Share Posted August 18, 2010 Hello again, I may not have explained myself very well. If anyone has looked, or could look at this link again? http://www.manchesterpics.com/gallery/gallery/index.php?dir=Big+wheel All i am trying to do is add my own text above the pictures to describe what people are viewing, like Manchester Cow Parade 2005 And the same for each seperate gallery.... as there is only one index.php page i cant figure out if this is possible? THanks again, M. Quote Link to comment Share on other sites More sharing options...
Pikachu2000 Posted August 18, 2010 Share Posted August 18, 2010 Nobody will likely be able to help you without seeing the relevant code, and database structure (if applicable). Quote Link to comment Share on other sites More sharing options...
2terriers Posted August 20, 2010 Author Share Posted August 20, 2010 Hi, Thank you. Not sure which code to post, is it ok if i send the whole thing as it stands now? No database just php pages and the template file (below)... not big files. Thanks <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>manchesterpics.com</title> <script type="text/javascript" src="includes/lightbox/lightbox.js"></script> <link href="includes/lightbox/lightbox.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> function popup_latestupdate() { newwindow2=window.open('','name','height=270,width=150'); var tmp = newwindow2.document; tmp.write('<html><head><title>Latest Added Photos</title>'); tmp.write('<style type="text/css">html, body {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #494949; background-color:#DDDDDD; text-align:center;}</style>'); tmp.write('</head><body><p><b>Notes About Latest Added Photos</b></p>'); tmp.write('The latest photos list are based on File Creation Date/Time in UNIX timestamp format, and after thumbnail image created.<br />On Windows platform, see file \'Properties\' and \'File Created\' attribute.<br /><br />PHP Ref : filectime();'); tmp.write('<p><a href="javascript:self.close()">Close</a></p>'); tmp.write('</body></html>'); tmp.close(); } </script> <style type="text/css"> <!-- /* main layout styles */ html, body {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #494949; background-color:#DDDDDD; text-align:center;} #wrapper {width: 750px; border:1px solid #CCCCCC; background-color: #EEEEEE; text-align:left; padding-bottom:20px; margin:0 auto;} #nav {width:130px; float:left; margin-left:-1px; background-color:#E5E5E5; border:1px solid #CCCCCC; line-height:18px;} #nav ul {margin:0px 0px 10px 0px; padding:0px; list-style:none;} #nav li {padding:3px 10px; margin-bottom:1px;} #nav li.home_button {background-color:#CCCCCC; margin-bottom:5px; list-style:none;} #nav li.active {background-color:#DADADA; list-style:none; border-bottom:1px solid #CCCCCC; margin-bottom:0px;} #nav a{color:#666666; text-decoration:none; font-weight:bold;} #nav a:hover {text-decoration:underline;} #content {margin-left:140px; padding:0px 8px 8px 8px;} #header {margin-bottom: 0px;padding: 8px;} #header_left {float:left;} #header_right {text-align:right;} #footer {clear:both; padding:8px;} h3 {margin:0px; padding:0px; font-size:17px;} #homepage {text-align:center;} #homepage .latest {} #homepage .latest .thumb_wrapper{margin:auto;} .clear {clear:both; height:1px; overflow:hidden; margin-top:-1px; padding:0; font-size:0px; line-height:0px;} a:link {color: #006699; text-decoration: none;} a:visited {text-decoration: none; color: #006699;} a:hover {text-decoration: underline; color: #000000;} a:active {text-decoration: none; color: #006699;} .thumb_wrapper {text-align:center;} .thumb_wrapper .container {} .thumb_wrapper .shadow {background: url("templates/default/shadow_1.jpg") bottom no-repeat;} .thumb_wrapper .thumb {background: url("templates/default/shadow_2.jpg") bottom no-repeat; padding-bottom:14px;} .thumb_wrapper .title {width: 130px; background:#E5E5E5; border:1px solid #CCCCCC; margin:0px 3px 3px; padding:3px; color:#999999; font-weight:bold;} .tile {float:left; width: 147px;} .tile_table {width: 147px;} #fullsize {text-align:center;} #fullsize .menu {width:550px; margin:auto; height:20px;} #fullsize .menu .left {float:left; width:50%; text-align:left;} #fullsize .menu .right {float:left; width:50%; text-align:right;} #fullsize .image_wrapper {} #fullsize .image_wrapper .shadow { background: url("templates/default/shadow_1_one.jpg") bottom no-repeat;} #fullsize .image_wrapper .image {background: url("templates/default/shadow_2_one.jpg") bottom no-repeat; padding-bottom:14px;} #fullsize .title {margin:auto; width:550px; background:#E5E5E5; border:1px solid #CCCCCC; margin-top:5px; padding:3px; color:#999999; font-weight:bold;} #fullsize .description {width:550px; margin-bottom: 10px; padding:10px; font-size:11px; border-bottom:1px dashed #CCCCCC;} #fullsize .footer {width:550px; margin:auto;} #fullsize .footer .prev {width:147px; float:left;} #fullsize .footer .desc {width:256px; float:left; padding-top:20px; text-align:left; color:#999999;} #fullsize .footer .desc ul{ list-style:none;} #fullsize .footer .next {width:147px; float:left;} .dir_icon { margin:8px 0px;} .latest p{width: 180px; background:#E5E5E5; border:1px solid #CCCCCC; margin:20px 3px 3px; padding:3px; font-size: 11px; color:#999999; font-weight:bold;} .comments {} .comments .list{ border-top:1px dashed #CCCCCC; margin-top:10px; border-bottom:1px dashed #CCCCCC; margin-top:10px; text-align:left; padding:5px 0px 10px 0px;} .comments .entry { padding:5px 10px;} .comments .entry .meta { padding:5px 0px 5px 10px;} .comments .entry .comment { background:#E3E3E3; padding:10px; font-size:12px; line-height:20px; color:#666666;} .comments .form{ text-align:left; padding-left:100px;} .comments .form input{ border:1px solid #CCCCCC; color:#666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; padding:3px; width:200px;} .comments .form textarea{ border:1px solid #CCCCCC; color:#666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; padding:3px; width:350px; height:100px;} --> </style> </head> <body><!--#include virtual="header.shtml" --> <div id="wrapper"> <div id="header"> <div id="header_left"> <h3><font color="#FF6600">Pictures</font> of <h3><font color="#FF6600">Manchester</font></h3> </div> <div id="header_right"> <?php html_stat(); ?> </div> <div class="clear"> </div> </div> <div id="nav"><?php html_nav(); ?></div> <div id="content"><?php html_contents(); ?></div> <div class="clear"> </div> </div> <div id="footer"> <div align="center"> © Copyright 2010 www.manchesterpics.com </div> </div> <!-- offsite thumbnail file creator --> <?php thumbs_generator(); ?> </body> </html> [attachment deleted by admin] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.