forum.coppermine-gallery.net

Support => cpg1.4 themes/skins/templates => cpg1.4.x Support => Older/other versions => cpg1.4 theme contributions => Topic started by: Stramm on February 22, 2006, 05:34:52 pm

Title: New theme: Tentacle
Post by: Stramm on February 22, 2006, 05:34:52 pm
live demo: http://stramm.st.funpic.org/?theme=tentacle
it comes with new thumbs for mpg/mp3/doc etc as well. These are 130x130 and are perfect for my modpack and if you use there square thumbs (as I do)

below are some screencaps from the modpack version
Title: Re: New theme: Tentacle
Post by: Stramm on February 22, 2006, 05:43:22 pm
Screencaps.. I'm using 'Width of the table for file display'  640 px, display info on the right
a) thumb view
with quick info enabled (PM and buddy list), using square thumbs (files and thumbs settings -> use dimension exact [130x130]), unsharp mask -> to get sharper thumbs
b) image view
c) comments
here you can see the watermark on the image (watremark itself transparent to the image and watermark background transparent) and user avatars (as well in PMs, the buddy list and profile)... you can set the dimension
Title: Re: New theme: Tentacle
Post by: Stramm on February 22, 2006, 05:50:06 pm
d) buddy list... viewing the active friends
e) profile with links to subscribtion manager (notifications on comments) and avatar manager. If user views not his own but another users profile he'll see in addition a 'become friends' and 'send PM' gfx
f) reading a PM
Title: Re: New theme: Tentacle
Post by: Joachim Müller on February 23, 2006, 08:22:04 am
Demo (http://coppermine-gallery.net/demo/cpg14x/index.php?theme=tentacle) - Download (http://prdownloads.sourceforge.net/coppermine/cpg1.4.x_theme_tentacle_unmodified.zip?download)
Title: Re: New theme: Tentacle
Post by: SpearCreations on February 24, 2006, 05:00:45 pm
stupid question for you all im a newbie so dont be mad lol okay say i want to download some of new theme mods....where do i put them when uploading them to coppermine id assume the themes folder but i want to be rght and not mess up my site lol thanks!
Title: Re: New theme: Tentacle
Post by: Stramm on February 24, 2006, 05:04:39 pm
you're right, themes belong into the themes folder
Title: Re: New theme: Tentacle
Post by: SpearCreations on February 24, 2006, 06:41:35 pm
thats what i thought some of the themes do not work like i cant get he pink to work !oh well lol
Title: Re: New theme: Tentacle
Post by: SpearCreations on February 24, 2006, 06:42:12 pm
thanks for the info...thanks for the help as well :)
Title: Re: New theme: Tentacle
Post by: n3n on April 25, 2006, 09:17:49 am
Hi stramm,

Im using a modified version of your theme, however ive modified it a bit too much.
I keer getting the errors shown in the screenshots. The title on top keeps pushing the collums away.
Any idea what the problem could be?
Title: Re: New theme: Tentacle
Post by: Stramm on April 25, 2006, 09:37:27 am
you're using starttable without the necessary colspan
Title: Re: New theme: Tentacle
Post by: n3n on April 25, 2006, 01:22:16 pm
tnx for the relply, but could you enlighten me a bit more ?
tried adding config_table_width like in the original theme, but didnt work.
Title: Re: New theme: Tentacle
Post by: Stramm on April 25, 2006, 01:37:48 pm
I do not know what you've done exactly so I can't enlighten you to mutch
I'd look in function theme_display_thumbnails... I don't make use of that in my theme so you may have changed it in themes.inc.php or you copied it over
in here look for the starttable function.
If you have a table row with only one cell and in the next row you have 5, then the first row tries to fit the second means the first cell in the first row tries to match the first cell in the 2nd row
-> in the orig it looks something like
Code: [Select]
    if ($mode == 'thumb') {
        starttable('100%', $title, $thumbcols);
    } else {
        starttable('100%');
    }
Title: Re: New theme: Tentacle
Post by: n3n on April 30, 2006, 09:58:36 pm
Tnx for the trouble. Havent been able to  post the last week, due some board problems i guess.
I found out its a CSS problem, when i replace the css with the original css values.

Tried replacing alot of things, but nothing worked. Anyone knows what the problem could be ?
Title: Re: New theme: Tentacle
Post by: rongxanhnet on June 02, 2006, 10:08:49 am
A bug from comment link user :

Link here: http://coppermine-gallery.net/demo/cpg14x/displayimage.php?pos=-79

Code: [Select]
http://coppermine-gallery.net/demo/cpg14x/profile.php?uid={AUTHOR_ID}
Title: Re: New theme: Tentacle
Post by: Joachim Müller on June 02, 2006, 10:23:28 am
http://coppermine-gallery.net/demo/cpg14x/displayimage.php?pos=-79&theme=tentacle actually  ;)
Title: Re: New theme: Tentacle
Post by: Stramm on June 02, 2006, 02:09:04 pm
yes, clickable commenter names are a feature for the modpack. I've forgotten to remove that for the 'standard' version

in theme.php find
Code: [Select]
                                        <span style="float:left"><cite><a href="profile.php?uid={AUTHOR_ID}">{MSG_AUTHOR}</a></cite> says: <small class="commentmetadata">( {MSG_DATE} ) </small>

and replace with
Code: [Select]
                                        <span style="float:left"><cite>{MSG_AUTHOR}</cite> says: <small class="commentmetadata">( {MSG_DATE} ) </small>
Title: Re: New theme: Tentacle
Post by: ana4ever-vids on September 26, 2006, 06:35:50 am
Is it possible to have the png editable files to translate the buttons???
Please...
Title: Re: New theme: Tentacle
Post by: Stramm on September 26, 2006, 10:01:22 am
http://forum.coppermine-gallery.net/index.php?topic=35322.msg166006#msg166006
Title: Re: New theme: Tentacle
Post by: ana4ever-vids on September 27, 2006, 01:01:56 am
But buttons like "Become Friends", "PM", "Reply" and "Send PM"???
Title: Re: New theme: Tentacle
Post by: ana4ever-vids on October 24, 2006, 04:00:13 pm
No answeres???
Title: Re: New theme: Tentacle
Post by: Stramm on October 24, 2006, 06:12:08 pm
overlooked your question, sorry... will have to search my hd for that
Title: Re: New theme: Tentacle
Post by: Stramm on October 25, 2006, 02:27:32 pm
become friends, send pm and reply in the attached zip, the small 'PM' gfx you'll have to create yourself... color picker and font face Arial is everything you need
Title: Re: New theme: Tentacle
Post by: ana4ever-vids on January 03, 2007, 01:04:52 pm
Another question: what program did you use to create the .psd files???
Title: Re: New theme: Tentacle
Post by: Stramm on January 03, 2007, 08:16:31 pm
Photoshop