Support > Looking for Freelancers / Paid help

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

(1/1)

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 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
--- End quote ---
go to coppermine config, set "Show first level album thumbnails in categories" to "No"


--- Quote from: six42 on August 11, 2004, 09:50:54 am ---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)
--- End quote ---
edit themes/rainy_day/theme.php, find
--- Code: ---// HTML template for main menu
$template_main_menu1 = <<<EOT
                <span class="topmenu">
                        <table border="0" cellpadding="0" cellspacing="0">
                                <tr>
--- End code ---
and add after it (in a new line)
--- Code: ---                                        <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>
--- End code ---

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:
wow, thanks dude!

Navigation

[0] Message Index

Go to full version