Creeper

Started by Hoochie Coochie Man, June 04, 2008, 04:03:40 PM

Previous topic - Next topic

Hoochie Coochie Man


Compatibility
Only with SMF 1.1.5

Description
Creeper theme has a slide control panel.

Live Demo
Click

Installation
Useful Link
Installing themes

Support
Please use the theme thread for support with this theme.
(Please don't ask me to do the edits for you)
İnadına SMF 1.1.X

Apllicmz

good work
nice themes



sandramichelle

#2
We LOVE this theme!

However, I am probably going to have a couple of questions, as I am a novice when it comes to setting these up.

Here is the site where we have loaded the theme:

hxxp:inklust.net/forum/ [nonactive]

The title bar for "general category" has remained blue when you view the forum using mozilla firefox.  Can you help me figure out, please, why this might be and what I need to fix in order for it to match?

Thank you so much in advance!

Sandy

BuЯЯЯЯaK

Style.css

Code (FIND) Select

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #e0e0ff;
}


Code (REPLACE) Select

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #efefef;
}


sandramichelle

Thanks so much!  all fixed!!

I appreciate your help!

BuЯЯЯЯaK


nikosuk

hello, congratulations on your theme. :)
very nice indeed ! i use it on my forums,

only one question

i am installing some mods, and i would like to show them on the TOP menu , along with the Home,members buttons etc.

to be more specific,
i installed the ajax chat, which is called from   /chat/index.php
i cannot make it show properly though,
could you please tell me the code if i need a button to show named ChatRoom and pointing to the  /chat/index.php

Thank you very much for your help!

Hoochie Coochie Man

@nikosuk

If you talking about this modification, please open index.template.php

Code (find) Select
// the [member] list button
Code (add before) Select
// the [chat] button
$path = str_replace("index.php", "chat/index.php", $scripturl);
echo '<li><a href="', $path, '" target="_blank">', $txt['chat'], '</a></li>';
İnadına SMF 1.1.X

nikosuk

First, thanks for your answer,

and yes i was talking about that.

look, i couldnt make  the button to work with your code,

// the [chat] button
   $path = str_replace("index.php", "chat/index.php", $scripturl);
   echo '<li><a href="', $path, '" target="_blank">', $txt['chat'], '</a></li>';


but when i replaced  $txt['chat'] with $txt[103] it worked !!
Apparently $txt[103] is HOME button but is still gets me to the chat page. I tried $txt["chat"] but nothing again :(


Any help would be appreciated

Hoochie Coochie Man

Code (find) Select
', $txt['chat'], '
Code (replace) Select
Chat
İnadına SMF 1.1.X

nikosuk

well , that helped a lot, thank you for your time,
Again very nice theme... my members love it!

Hoochie Coochie Man

İnadına SMF 1.1.X

Advertisement: