[Solved]: Will pay $50+ for solution to my small problem! [Solved]: Will pay $50+ for solution to my small problem!
 

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

Main Menu

[Solved]: Will pay $50+ for solution to my small problem!

Started by six42, August 11, 2004, 09:50:54 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

six42

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

Joachim Müller

Quote from: six42 on August 11, 2004, 09:50:54 AM1- 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"

Quote from: six42 on August 11, 2004, 09:50:54 AM2- 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// 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)                                        <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.

six42