how to edit/save the index page
catbert
Joined: 2002-10-13
Posts: 18 |
![]() |
Hi I don't know how to edit or save the index page. Actually I saved the page in my HTM-editor and made the changes... but how do I save it when it's in htm format and what dir and file name on the server ? Appreciate your help cheers :grin: |
|
beckett
![]()
Joined: 2002-08-16
Posts: 3474 |
![]() |
Hello. Are you trying to tweak the main page for your gallery? That would be located in albums.php. Be prepared to wade through plenty of PHP code to find the HTML bits you're looking for, however. -Beckett (beck@beckettmw.com) |
|
catbert
Joined: 2002-10-13
Posts: 18 |
![]() |
Hi Beckett Thanks for the info. I have this page done with HTM editor, am not sure if this would work, or how to save it. Can I just save it as album.php instead of album.htm.... with the editor ? http://www.abstractartists.us/test02/gallery.htm This is what I have as new page. The editor upon importing said 'corrected errors' whatever it may be on the original file (php). I didn't replace anything on the server, because I don't want to screw up anything <G> Original page is: Hey, I want to thank everyone who is kind enough to take a little time and spread a some knowledge around for us.. non-programmers :smile: This is such a cool program, and hope the next version will be simple enough for anyone... like me to install it and modify the index page. cheers |
|
BorgKing
![]()
Joined: 2002-09-12
Posts: 314 |
![]() |
Catbert, if you don't know what you're doing, stay away from the PHP files. The customization you want to achieve can be done by editing the gallery.header and gallery.footer files in /html_wrap. You can copy-paste the changes you made in HTM editor to these files. Just keep in mind that the tables you leave open in .header, you should close them in .footer. |
|
beckett
![]()
Joined: 2002-08-16
Posts: 3474 |
![]() |
Yep! Exactly what BorgKing said. Good luck! |
|
catbert
Joined: 2002-10-13
Posts: 18 |
![]() |
Thanks guys.... I'll do what you have suggested. It would be nice to have a column on the left hand side like on this website.. that the user could insert text or images. Thanks again for the good advice ! cheers |
|
beckett
![]()
Joined: 2002-08-16
Posts: 3474 |
![]() |
Well... this site runs <!-- BBCode Start --><A HREF="http://www.postnuke.com/" TARGET="_blank">PostNuke</A><!-- BBCode End -->, which would let you do such things as allowing individual users to set preferences, but it might be a lot more than you need. |
|