Advanced search  

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

Pages: 1 [2] 3   Go Down

Author Topic: i-feel-dirty : Theme for cpg1.4.x and WordPress 2.x  (Read 66937 times)

0 Members and 1 Guest are viewing this topic.

pgm

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
Re: i-feel-dirty : Theme for cpg1.4.x and WordPress 2.x
« Reply #20 on: January 06, 2007, 02:43:23 am »

Gorgeous theme -- great job!

I have one problem with it. When logged in as an administrator, the theme looks great, with the admin_menu buttons arrayed nicely along the top. (See dirty2.jpg) But when logged on as any other user, the admin_menu turns into a clunky list of links that pushes the photos quite far down the screen. (see dirty1.jpg) Is there an obvious way to fix this?
Logged

Gizmo

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1015
    • BullsEye Photos
Re: i-feel-dirty : Theme for cpg1.4.x and WordPress 2.x
« Reply #21 on: January 06, 2007, 01:20:38 pm »

A slight overlook on my part. In your theme.php, find the $template_user_admin_menu variable and replace it with the one below.

Code: [Select]
// HTML template for user admin menu
$template_user_admin_menu = <<<EOT
                <div align="center">
                <table cellpadding="0" cellspacing="1">
                        <tr>
                                <td class="admin_menu" id="admin_menu_anim"><a href="albmgr.php" title="{ALBMGR_TITLE}">{ALBMGR_LNK}</a></td>
                                <td class="admin_menu" id="admin_menu_anim"><a href="modifyalb.php" title="{MODIFYALB_TITLE}">{MODIFYALB_LNK}</a></td>
                                <td class="admin_menu" id="admin_menu_anim"><a href="profile.php?op=edit_profile" title="{MY_PROF_TITLE}">{MY_PROF_LNK}</a></td>
                                <td class="admin_menu" id="admin_menu_anim"><a href="picmgr.php" title="{PICTURES_TITLE}">{PICTURES_LNK}</a></td>
                        </tr>
                </table>
                </div>
EOT;
Logged
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

pgm

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
Re: i-feel-dirty : Theme for cpg1.4.x and WordPress 2.x
« Reply #22 on: January 06, 2007, 07:28:22 pm »

Worked like a charm! Thanks for all your work.
Logged

marchtoimpeach

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Re: i-feel-dirty : Theme for cpg1.4.x and WordPress 2.x
« Reply #23 on: January 18, 2007, 04:21:48 pm »

Hi. I really want to try out the i-feel-dirty theme, but every time I try to install it WordPress shows it under the category of Broken Themes, with the follow comment "The following themes are installed but incomplete. Themes must have a stylesheet and a template."

I've downloaded it from several different places, deleted the old copy, reinstalled, and I still get the same message.

Can anybody help me out? I'm dying to try it.

Thanks!
Logged

Gizmo

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1015
    • BullsEye Photos
Re: i-feel-dirty : Theme for cpg1.4.x and WordPress 2.x
« Reply #24 on: January 18, 2007, 04:31:39 pm »

Ummm... are you trying to install the Coppermine version into WordPress? The i-feel-dirty theme that's discussed in this forum is for use with Coppermine. If you want the WordPress theme, see the link in my first post or to make it easy for you - http://studio.st/i-feel-dirty/.
Logged
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

skidpics

  • Coppermine frequent poster
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 223
Re: i-feel-dirty : Theme for cpg1.4.x and WordPress 2.x
« Reply #25 on: February 20, 2007, 06:35:58 am »

Love the bigger version - I am still having some problems rendering with copper ads, but with the new width, it works much better.

« Last Edit: February 21, 2007, 02:59:06 am by skidpics »
Logged

morgue

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 28
Re: i-feel-dirty : Theme for cpg1.4.x and WordPress 2.x
« Reply #26 on: April 08, 2007, 10:05:05 pm »

Is there a theme similar to i-feel-dirty for a forum? If not, you really should make one, this imo is by far the coolest theme for both coppermine and wordpress.

great job
Logged

Gizmo

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1015
    • BullsEye Photos
Re: i-feel-dirty : Theme for cpg1.4.x and WordPress 2.x
« Reply #27 on: April 09, 2007, 02:08:56 am »

Thanks Morgue but I won't be making any forum themes since I don't use any forum software. Wordpress and Coppermine are more my style but then again, all I did was port the WP theme to CPG but I have to agree, it is a cool theme.
Logged
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

morgue

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 28
Re: i-feel-dirty : Theme for cpg1.4.x and WordPress 2.x
« Reply #28 on: April 09, 2007, 05:14:17 am »

I may try to port it then  :D
Logged

tlee

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: i-feel-dirty : Theme for cpg1.4.x and WordPress 2.x
« Reply #29 on: April 10, 2007, 11:56:03 pm »

i really like this theme, but I'm having problems finding where to change the url for the logout. When I click logout it takes me to a completly different website. Where do I change this at?
Logged

Gizmo

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1015
    • BullsEye Photos
Re: i-feel-dirty : Theme for cpg1.4.x and WordPress 2.x
« Reply #30 on: April 11, 2007, 03:50:41 pm »

Unless you've changed $template_sys_menu in the theme.php file, I don't see how this can be. I use this theme on one of my sites and it's running fine. Please zip up your theme and post it here and we'll check it.
Logged
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

tlee

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: i-feel-dirty : Theme for cpg1.4.x and WordPress 2.x
« Reply #31 on: April 11, 2007, 09:04:13 pm »

Here's the site it's on: http://www.simplydigitalscraps.com/gallery here's the site it takes me to when i log out of admin http://www.yoursite.com/board/member.php?action=logout&uid=1

thx
Logged

Gizmo

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1015
    • BullsEye Photos
Re: i-feel-dirty : Theme for cpg1.4.x and WordPress 2.x
« Reply #32 on: April 12, 2007, 01:29:50 am »

I checked and there is nothing in the attached theme that would cause this. The code is as it should be for the login and logout links in the theme.php so maybe you have something strange running on your host because the "login.php?referer=$REFERER" link for "http://www.simplydigitalscraps.com/gallery/login.php?referer=index.php" is pointing to "http://www.yoursite.com/board/member.php?action=login".

Code: [Select]
...
<!-- BEGIN login -->
                                                <li><a href="{LOGIN_TGT}" title="{LOGIN_LNK}">{LOGIN_LNK}</a></li>
<!-- END login -->
<!-- BEGIN logout -->
                                                <li><a href="{LOGOUT_TGT}" title="{LOGOUT_LNK}">{LOGOUT_LNK}</a></li>
<!-- END logout -->
...
Logged
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

morgue

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 28
Re: i-feel-dirty : Theme for cpg1.4.x and WordPress 2.x
« Reply #33 on: April 12, 2007, 07:01:55 am »

Hey, when I upload a file, the page for some reason looks like this
http://www.wtfhost.com//files/34/db_input.jpg

I don't think I changed anything, besides the language file, but it didn't show up correctly even before that... any suggestion?
Logged

Gizmo

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1015
    • BullsEye Photos
Re: i-feel-dirty : Theme for cpg1.4.x and WordPress 2.x
« Reply #34 on: April 12, 2007, 12:41:20 pm »

None. Are you using a host installer for CPG from byethost.com? Is this a free hosting site?
Logged
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: i-feel-dirty : Theme for cpg1.4.x and WordPress 2.x
« Reply #35 on: April 12, 2007, 05:11:44 pm »

Not related to the theme "i-feel-dirty" as far as I can see, so this shouldn't be discussed on this thread. Regular suggestion applies: start a new thread on the uploads board after having read the upload troubleshooting section of the docs.
Logged

morgue

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 28
Re: i-feel-dirty : Theme for cpg1.4.x and WordPress 2.x
« Reply #36 on: April 12, 2007, 05:20:59 pm »

None. Are you using a host installer for CPG from byethost.com? Is this a free hosting site?

Yes.
Logged

GuiLinux

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 6
Re: i-feel-dirty : Theme for cpg1.4.x and WordPress 2.x
« Reply #37 on: June 10, 2007, 11:31:09 pm »

Cancel this.
« Last Edit: June 11, 2007, 01:03:34 am by GuiLinux »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: i-feel-dirty : Theme for cpg1.4.x and WordPress 2.x - modpack
« Reply #38 on: July 09, 2007, 08:49:22 am »

Stramm has ported this theme to be used with his modpack as well. All users running Stramm's modpack who would like all modpack features to work with this theme should review his thread "Theme I feel dirty for modpack - download".
Logged

Steve22

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
    • Kletzi Image Gallery
Re: i-feel-dirty : Theme for cpg1.4.x and WordPress 2.x
« Reply #39 on: July 11, 2007, 09:15:38 pm »

Hello.
I have a little Problem with this Theme.
I have uploaded it and modified it (Sidebar from right to left, other Backgrounds, some Graphics modified and a few little things). It works very well, but i canot set this Theme as Standart Theme. Always when i set it as Standart, it moves automaticly back to "Rainy Day" (my previous theme). I deletet all other Themes, but then appears for all Users (but not for me) only a blank screen. I hope you can help me.
And, yes i know that my english isnt very good  ;)

Here`s the site: http://www.kletzi.de

Thanks, Steve


Edit: I think i solved the Problem by myself. I just copied the file and renamed it and now it seems to work
« Last Edit: July 11, 2007, 10:30:57 pm by Steve22 »
Logged
Pages: 1 [2] 3   Go Up
 

Page created in 0.029 seconds with 23 queries.