Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: [Solved]: Will pay $50+ for solution to my small problem!  (Read 7530 times)

0 Members and 1 Guest are viewing this topic.

six42

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 27
[Solved]: Will pay $50+ for solution to my small problem!
« on: August 11, 2004, 09:50:54 am »

I am offering $50 (or more if needed) to have someone provide me with a step by step instruction on how to do the following

1- Stop the album list from showing on the front page, i just want it to show the categories, and then show the albums upon clicking on the categories

2- Have an external link to my forums on the main page as one of the buttons at the top (i am using the rainy day theme)

i am looking to have this done asap, it doesnt seem to hard, its just that i dont understand php :(

Please post here if you can help me
« Last Edit: August 25, 2004, 05:23:37 pm by Nibbler »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Will pay $50+ for solution to my small problem!
« Reply #1 on: August 11, 2004, 10:12:01 am »

1- Stop the album list from showing on the front page, i just want it to show the categories, and then show the albums upon clicking on the categories
go to coppermine config, set "Show first level album thumbnails in categories" to "No"

2- Have an external link to my forums on the main page as one of the buttons at the top (i am using the rainy day theme)
edit themes/rainy_day/theme.php, find
Code: [Select]
// HTML template for main menu
$template_main_menu1 = <<<EOT
                <span class="topmenu">
                        <table border="0" cellpadding="0" cellspacing="0">
                                <tr>
and add after it (in a new line)
Code: [Select]
                                       <td><img name="spacer" src="images/spacer.gif" width="5" height="25" border="0" id="spacer" alt="" /></td>
                                        <td><img name="button1_r1_c1" src="themes/rainy_day/images/button1_r1_c1.gif" width="5" height="25" border="0" id="button1_r1_c1" alt="" /></td>
                                        <td background="themes/rainy_day/images/button1_r1_c2.gif">
                                                <a href="my_external_link.htm" title="my link title that is displayed when you hover over the link with your mouse">my link text</a>
                                        </td>
                                        <td><img name="button1_r1_c3" src="themes/rainy_day/images/button1_r1_c3.gif" width="5" height="25" border="0" id="button1_r1_c3" alt="" /></td>

Those two questions are very easy to answer, you wouldn't have had to promise a reward - we answer this type of questions on a daily basis. I recommend you promise a reward for real modifications that actually add functionality to coppermine that isn't there yet.
When  posting on regular support boards, please do only post one question per thread, as it makes it easier both for supporters and users looking for support.

GauGau

P.S. If you are still ready to pay for this, please donate any amount you find fitting to local charity.
Logged

six42

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 27
Re: Will pay $50+ for solution to my small problem!
« Reply #2 on: August 11, 2004, 10:19:04 am »

wow, thanks dude!
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 19 queries.