Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: Crip on January 10, 2009, 06:46:24 PM

Title: Reference
Post by: Crip on January 10, 2009, 06:46:24 PM
Link to the theme (http://custom.simplemachines.org/themes/index.php?lemma=1311)
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fcustom.simplemachines.org%2Fthemes%2Findex.php%2Faction%2Cdownload%2Flemma%2C1311%2Fimage%2Cthumb&hash=c5fd1f5051e630ca6bb6bfba837c610d7cb3e1ce)

Clean modern SMF Theme with some dark gradients.
---
           -------------Updated for 2.0.4
Note:  •  Reference v1.1.14 updated

Title: Re: Reference
Post by: Fussilet on January 10, 2009, 06:51:06 PM
perfect theme bro, congrats...
Title: Re: Reference
Post by: Crip on January 10, 2009, 06:55:32 PM
thanks bro :)
Title: Re: Reference
Post by: vulcan59 on January 10, 2009, 07:59:41 PM
Hi Crip,

Downloaded and installed without much problems except for the below issues.

For the Baker's Dozen mod, I added the button but some how the menu title is "Pages" although I have name it as "Goodies"

// Show the [pages] button.
global $user_info, $modSettings;
if ($user_info['is_guest'] ? !empty($modSettings['dozen_pages_enable_guest_access']) : !empty($modSettings['dozen_pages_enable_member_access']))
echo ($current_action == 'pages' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'pages' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=pages">', !empty($modSettings['dozen_pages_tab_label']) ? $modSettings['dozen_pages_tab_label'] : $txt['dozen_pages_tab_default'], '</a>
</td>' , $current_action == 'pages' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';



The code I inserted is

// Show the [pages] button.
global $user_info, $modSettings;
if ($user_info['is_guest'] ? !empty($modSettings['dozen_pages_enable_guest_access']) : !empty($modSettings['dozen_pages_enable_member_access']))
echo '<li', $current_action == 'pages' ? ' class="chosen"' : '', '><a href="', $scripturl, '?action=pages">' , $txt['dozen_pages_tab_default'] , '</a></li>';


In the Admin>Current Theme, I've specified a logo image url but the logo does not show!  (/forum/Themes/logo.jpg). I tried the full path and still my own logo doesn't show up.

Under Admin>News And Newsletters I can't seem to enable the news. I click "Preview" which automatically ticks all the other 3 txt boxes and click save but nothing happens?

Any suggestions?

Thanks.
Title: Re: Reference
Post by: Cado on January 11, 2009, 04:02:05 AM
Very nice Theme Crip.
Title: Re: Reference
Post by: Crip on January 11, 2009, 05:00:05 AM
vulcan, you simply do not know the set up of my themes .....

..logo is in the style.css , news fader is all you can use ....
Title: Re: Reference
Post by: FriedeKind* on January 11, 2009, 06:31:02 AM
very nice theme crip
Title: Re: Reference
Post by: vulcan59 on January 11, 2009, 01:23:47 PM
Quote from: Crip on January 11, 2009, 05:00:05 AM
vulcan, you simply do not know the set up of my themes .....

..logo is in the style.css , news fader is all you can use ....

Apologies Crip, I am learning still.

Okay so the news and the logo, I figured it out more or less. However the mod for the Dozen Pages, still shows Pages in the menu bar although I have named it as something else.

How can rectify that?

Regards.
Title: Re: Reference
Post by: scubaputz on January 12, 2009, 01:34:52 AM
Nice looking theme!  Figures I'd find this after I spent the weekend trying to make a different theme work...
Title: Re: Reference
Post by: vulcan59 on January 12, 2009, 01:51:09 AM
Hi Crip,

Solved the problem. Had the same issue with another theme because I miss something in the code.

Problem solved.

Best regards and once again excellent theme.
Title: Re: Reference
Post by: Crip on January 12, 2009, 08:56:54 AM
Thanks vulcan • scubaputz.... :)
Title: Re: Reference
Post by: Crip on January 14, 2009, 02:18:25 PM
Reference updated for 2.0 beta 4! Injoy!!!!!
Title: Re: Reference
Post by: Apllicmz on January 15, 2009, 07:09:49 AM
Good themes Nice Work
Title: Re: Reference
Post by: neweragaming on January 19, 2009, 10:04:25 AM
Hey, I know someone asked this already, but i am also having trouble changing the logo. I edited the logo.png and logo.jpg files to my own logo, but it does not change. You mentioned something about changing the style.css? Can you please explain more? Thanks
Title: Re: Reference
Post by: Propaganistas on January 22, 2009, 01:10:50 PM
Hiya,

I've found one small bug:
http://www.simplemachines.org/community/index.php?topic=287461.0

Also, I'd like to have the user's avatar displayed in the header (next to greeting message). Could you please help me out?

Thanks in advance,
Propa
Title: Re: Reference
Post by: Crip on January 22, 2009, 05:07:31 PM
Quote from: neweragaming on January 19, 2009, 10:04:25 AM
Hey, I know someone asked this already, but i am also having trouble changing the logo. I edited the logo.png and logo.jpg files to my own logo, but it does not change. You mentioned something about changing the style.css? Can you please explain more? Thanks

You add your image - size - width - height with the correct path to your image, so just look for : #logo {./in the style.css; }
Title: Re: Reference
Post by: Crip on January 22, 2009, 05:09:36 PM
Quote from: Propaganistas on January 22, 2009, 01:10:50 PM
Hiya,

I've found one small bug:
http://www.simplemachines.org/community/index.php?topic=287461.0

Also, I'd like to have the user's avatar displayed in the header (next to greeting message). Could you please help me out?

Thanks in advance,
Propa

The header is to small to accommodate an Avatar.
Title: Re: Reference
Post by: Propaganistas on January 23, 2009, 11:38:59 AM
Quote from: Crip on January 22, 2009, 05:09:36 PM
Quote from: Propaganistas on January 22, 2009, 01:10:50 PM
Hiya,

I've found one small bug:
http://www.simplemachines.org/community/index.php?topic=287461.0

Also, I'd like to have the user's avatar displayed in the header (next to greeting message). Could you please help me out?

Thanks in advance,
Propa

The header is to small to accommodate an Avatar.

Ok, thanks about the avatar.
Can you fix the moderation icons bug?

Thanks
Propa
Title: Re: Reference
Post by: ameo on January 25, 2009, 01:53:48 PM
Nice theme, Crip, as always.
Title: Re: Reference
Post by: bycn* on January 25, 2009, 04:53:21 PM
Very Nice Theme Crip :)
Title: Re: Reference
Post by: Propaganistas on February 03, 2009, 02:00:19 PM
Is there a way to implement javascript in the header (like when the random newslines are present in a theme)?

Thanks advance,
Propa
Title: Re: Reference
Post by: kimber on February 07, 2009, 11:59:17 PM
Great Theme!

I was wondering if there is a way to add another link tree on the bottom of the page as well?
Title: Re: Reference
Post by: Crip on February 08, 2009, 07:23:45 AM
Quote from: kimber on February 07, 2009, 11:59:17 PM
Great Theme!

I was wondering if there is a way to add another link tree on the bottom of the page as well?

I suppose so yes, but I couldn't tell you how-to?
Title: Re: Reference
Post by: Xepernas on February 13, 2009, 05:56:36 PM
Excellent theme. Makes me painfully ashamed to nitpick.

There's a tiny bug on microsoft explorer (and not on firefox) : I use "view recent posts" a lot. On that page, the right-side thin dark grey border of the posts is missing. The full border is there around the white "tree + date" line. It's also there around the dark "started by, last post by" line. But when it comes to the post itself, the rightmost border is gone. It's as if the post's zone is one or two pixels wider than the "tree/date" and "started/lastpost" lines, with the consequence of having the border pushed out of the display zone. It makes it look a tad broken or unfinished. Well, my left eye is fine, but my right one is bleeding a bit.

Is there a quick cheap fix to this ?
Title: Re: Reference
Post by: Crip on February 13, 2009, 06:12:01 PM
Got a screenshot ?
Title: Re: Reference
Post by: Xepernas on February 13, 2009, 07:25:34 PM
I just added a second one, to show that some end-of-line letters get occasionally cut, or punctuation marks evacuated.

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg140.imageshack.us%2Fimg140%2F937%2Frefbug1ic3.th.jpg&hash=17a0c1ab7b83be001928995a170caa8f72832453) (http://img140.imageshack.us/my.php?image=refbug1ic3.jpg) (https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg3.imageshack.us%2Fimg3%2F5968%2Frefbug3am8.th.jpg&hash=21f0e23f9db80239a1dfb48cf99e890ed6a7d203) (http://img3.imageshack.us/my.php?image=refbug3am8.jpg)

Also, the "quick reply" window seems innocent and all. But when you start typing in it, it brutally stretches beyond the forum's border.

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg3.imageshack.us%2Fimg3%2F4642%2Frefbug2ci8.th.jpg&hash=a3e7e97622ead3a2fd21322fe31cfcef6b9e311d) (http://img3.imageshack.us/my.php?image=refbug2ci8.jpg)
Title: Re: Reference
Post by: Crip on February 14, 2009, 07:33:09 AM
Thnks for the shots,
But i really don't know what causes that in IE, it apperas to be some sort of a padding / margin issue ??
Perhaps someone with greater knowledge of IE than I will see this & assit you .. sorry .....
Title: Re: Reference
Post by: Guldstrand on February 16, 2009, 07:00:40 AM
Nice team!
Any chance of getting the PSD for the logo?
Title: Re: Reference
Post by: Guldstrand on February 17, 2009, 01:31:26 AM
Quote from: Guldstrand on February 16, 2009, 07:00:40 AM
Nice team!
Any chance of getting the PSD for the logo?
*bump*
Title: Re: Reference
Post by: Crip on February 18, 2009, 08:38:26 AM
It's included with the Zip
Title: Re: Reference
Post by: adill on February 21, 2009, 07:52:27 PM
 hi,
reference themes i want to add button can any help me?
Title: Re: Reference
Post by: Crip on February 23, 2009, 10:50:49 AM
smf version ?  ...need to know.
Title: Re: Reference
Post by: adill on February 23, 2009, 11:17:37 AM
1.1.8
Title: Re: Reference
Post by: adill on February 23, 2009, 01:52:23 PM
I want to add main menu.near to home help search buttons
Title: Re: Reference
Post by: Crip on February 23, 2009, 02:06:57 PM
You got screen shot how you want ?
Title: Re: Reference
Post by: adill on February 23, 2009, 02:47:36 PM
i want to be same like other
Title: Re: Reference
Post by: ameo on February 23, 2009, 04:23:12 PM
Configuration - Current Theme - Modify the index template

So, open index.template.php and in it find this line (it's in the box just before last one)

// Show the [help] button.
    echo '<li', $current_action == 'help' ? ' class="chosen"' : '', '><a href="', $scripturl, '?action=help">' , $txt[119] , '</a></li>';


and just insert this line after it:
// Show the [DEMO] button.
                              echo '<li><a href="http://www.example.com/forum"><span>Demo</span></a></li>';


Of course - you need to change words demo, and link to fit to your forum, but that's it.
Title: Re: Reference
Post by: adill on February 23, 2009, 06:22:02 PM
i want to thz for all your help i did everthing your advice
Title: Re: Reference
Post by: TopHat Man on March 22, 2009, 08:59:53 AM
Bump-

Can anyone tell me how I would go about adding images for each action? Reply, notify, print, etc.
Title: Re: Reference
Post by: BLUE FIRE on March 24, 2009, 12:01:55 PM
Hi nice theme Crip i use this theme to overall default theme of my forum but i want to do some changes in this theme but don't know how i am totally new in php i want to remove upper part of the theme and place my own colorful banner (in the rectangle box) and want to stretch theme can you tell me how to do this ?
I shall be very thankful to you :)
i am using Reference 2.0b4 theme
Thanks again for providing this fantastic theme

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi41.tinypic.com%2F29gna0o.jpg&hash=bbaa694971b73df087f55c51580f9f781fbdbd6b)
Title: Re: Reference
Post by: Invidia on April 05, 2009, 03:14:10 PM
Hello,

I download "Reference" theme and i have a problem.
This theme hasn't line between post and signature. If I edit post, signature is moving right.
This is a screenshot:
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi44.tinypic.com%2F210dgn4.png&hash=2edb8909f3d7b102a19fea2d174cd4ff0723a1d0)

What is a problem? What file i should modify?
Title: Re: Reference
Post by: Yard Sale Strategies on April 13, 2009, 08:00:42 PM
Hi Crip, nice theme.

Can you help me out, I would like to add a new button to the nav bar.

I would like to have:
Home - this would point to my main website
Forum - this would point to the forums

Here is the code from the template, just not sure what I need to change.
<div id="topnav">
<ul>';

foreach ($context['menu_buttons'] as $act => $button)
echo '<li><a ', $button['active_button'] ? ' class="current"' : '' , ' href="', $button['href'], '"><b>', $button['title'], '</b></a></li>';

echo '
</ul>
</div>';


Thanks for your help.

The website is located here:
http://www.yardsalestrategies.com/forum/
Title: Re: Reference
Post by: ameo on April 14, 2009, 05:47:21 PM
Yard Sale Strategies, this is tricky one.
In the 2.0 menu has been moved from the index.template.php file to the Subs.php in the /Sources/ directory so it can affect all templates. If you plan to use just that theme you can put it in index.template.php or you can find file Subs.php in Sources directory and add code there:

This one's for index.template.php
find:
      <div id="nav">
         <ul>';


and after that add this:
// Show the [HOME] button.
                              echo '<li><a href="http://www.yardsalestrategies.comt"><span>Home</span></a></li>';



Now, that adds button. But for renaming Home to Forum I'm not really sure. It should work by going into Themes/Default/languages/index.english.php and renaming Home string to Forum.

Title: Re: Reference
Post by: Yard Sale Strategies on April 15, 2009, 12:30:21 AM
Hi ameo

Thanks for your information. I played around with the subs.php file but I can't get the Home button to change to Forum. I also added a new txt name "Forum" in the default language file.

I'll play around with this later.

Thanks again for the help
Title: Re: Reference
Post by: Crip on April 15, 2009, 07:04:44 AM
Thanks ameo ...
Title: Re: Reference
Post by: Rumboogy on April 23, 2009, 11:08:17 PM
I am having a little bit of a problem with this theme...great looking theme by the way. Very easy on the eyes.

Anyway, in the upper right hand corner there are links for PM's, Approvals and Unread/Updated Topics.

Whenever I have someone waiting to be approved...they show up in the header (just like they are supposed to do)...but when I click on the APPROVAL link to approve the member, it takes to the forum index. Is this something that is wrong with the template or something I might have done (although I haven't edited any templates).

I have included a graphic that shows the URL the link uses and below that I show the actual link that should be there.

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fwww.zumoforums.com%2Freferenceerror.jpg&hash=efad70ced508e87ac0ee5bc14e4b4ef4ada42fc8)
Thanks.

Wally
Title: Re: Reference
Post by: Rumboogy on May 16, 2009, 10:18:19 AM
Hi Crip...just curious if you could look at this sometime.

Thanks,

Wally
Title: Re: Reference
Post by: Crip on May 16, 2009, 05:21:46 PM
Easy code Fix Wally!
Title: Re: Reference
Post by: Rumboogy on May 17, 2009, 09:57:43 PM
Yep...I got it. Thanks again. Loving that Reference Theme!!

Wally
Title: Re: Reference
Post by: Crip on December 24, 2009, 06:16:23 PM
           -------------Updated for 2.0 RC2
Title: Re: Reference
Post by: Pentaxian on December 30, 2009, 11:04:29 AM
Hi Crip,

I just installed this in my testforum (2.0 RC2) and there is no menubar visible anymore. It seems to be hidden by the area beneath it. Browser is Safari on a Mac.
Screenshot:
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi216.photobucket.com%2Falbums%2Fcc264%2FRubbd%2Fnomenubar.jpg&hash=30463439e71aec449ec05de03fb725d92745e3e7)
Title: Re: Reference
Post by: Crip on December 30, 2009, 01:06:08 PM
Shows up fine on my Safari browser on a mac.. ?
Title: Re: Reference
Post by: Invidia90 on December 30, 2009, 05:13:43 PM
I have problem with menu too. Please repair this, because Reference theme is amazing.  :)
I using Firefox.
Title: Re: Reference
Post by: Zoric on December 30, 2009, 06:34:49 PM
Nice Theme Crip!!! ;) ;)
Title: Re: Reference
Post by: Crip on December 31, 2009, 04:59:53 AM
Quote from: Invidia90 on December 30, 2009, 05:13:43 PM
I have problem with menu too. Please repair this, because Reference theme is amazing.  :)
I using Firefox.

...... version <-- .. again there is NO menu problem I see ...
Title: Re: Reference
Post by: Invidia90 on December 31, 2009, 05:21:12 AM
SMF 2.0 RC2
Look at this:
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi50.tinypic.com%2F24o0v7l.jpg&hash=aa40360b12cb3bc1b84a05346a0b63e1b24c1caa)
Title: Re: Reference
Post by: Crip on December 31, 2009, 10:29:16 AM
I just check the menu in these browsers => FF3 , Google Chrome , Opera , Safari and it looks fine both logged out & logged in ..?

       http://demo.jpr62.com/index.php?theme=29
Title: Re: Reference
Post by: Invidia90 on January 01, 2010, 09:15:45 AM
Quote from: Crip on December 31, 2009, 10:29:16 AM
I just check the menu in these browsers => FF3 , Google Chrome , Opera , Safari and it looks fine both logged out & logged in ..?

       http://demo.jpr62.com/index.php?theme=29

On Your site all looks perfect, but when I installing Reference theme on my forum, menu works bad. I have clean SMF.
Title: Re: Reference
Post by: Crip on January 01, 2010, 09:51:23 AM
Most likely some type of Mod you have installed ..... ?
Title: Re: Reference
Post by: Invidia90 on January 02, 2010, 06:54:42 AM
No, i try on clean SMF without any mods etc.
Hmm, why Reference theme package (reference20rc2.zip) hasn't index.php and index.template.php files?  :)
Title: Re: Reference
Post by: Crip on January 02, 2010, 01:50:55 PM
Quote from: Invidia90 on January 02, 2010, 06:54:42 AM
No, i try on clean SMF without any mods etc.
Hmm, why Reference theme package (reference20rc2.zip) hasn't index.php and index.template.php files?  :)

Impossible .... but i will check ..
Title: Re: Reference
Post by: Crip on January 02, 2010, 02:03:44 PM
Quote from: Crip on January 02, 2010, 01:50:55 PM
Quote from: Invidia90 on January 02, 2010, 06:54:42 AM
No, i try on clean SMF without any mods etc.
Hmm, why Reference theme package (reference20rc2.zip) hasn't index.php and index.template.php files?  :)

Impossible .... but i will check ..

You were right Invidia90 ... i'm sorry , my bad.  >:( :o :-[

New Zip added .
Title: Re: Reference
Post by: Invidia90 on January 02, 2010, 02:49:56 PM
Yeah, fantastic. Thank You very much, Crip.  ;)
Title: Re: Reference
Post by: art.4 on March 12, 2010, 06:50:51 AM
I'd like to ask for new reference mod (2.0 RC3 version). I've been using 2.0 RC2 version, but it doesn't work well with the new script.
Title: Re: Reference
Post by: Smartflight on March 14, 2010, 11:31:54 AM
Okay, so I have two errors, graphical errors!

Both of them are attached as images..please go through them.
Also, the forum width option does not work. Not with 'x%' format atleast!

By the way, it's a great theme!

Edit: I'm on RC2.
Title: Re: Reference
Post by: Evlampio on March 17, 2010, 07:47:15 AM
Hi Crip, I`m using your theme for a while now ... and there are some issues i cannot manage with.
First is - i can not make the PM popup!
It shows how many messages i have unread , but does not pop up as a mini window, i have checked the bar in the settings menu!

I`m using version 1.1.11 , and tried several mods - with no success
here is the forum -  avguide.bg/forum

Another little problem - this icon ::) with the rolling eyes always shows as smile with two dots!
I also tried to install the mod that enables attachments in the topic - not below it ... and it says everything is ok :) but it is not

Any ideas?

Title: Re: Reference
Post by: Crip on March 17, 2010, 04:12:58 PM
Reference Theme has not been updated RC3 yet..soon..
Title: Re: Reference
Post by: Evlampio on March 19, 2010, 05:12:37 PM
So ... no solutions at all ?
Title: Re: Reference
Post by: Crip on March 27, 2010, 04:47:43 PM
Note:  •  Reference v1.1.11 updated
Title: Re: Reference
Post by: Arkino on March 31, 2010, 06:55:51 PM
please update it soon, I would not change this theme because really I love it!
Title: Re: Reference
Post by: Crip on April 04, 2010, 04:33:34 PM
Working on it..
Title: Re: Reference
Post by: jb12 on April 20, 2010, 10:28:20 PM
Sorry if this is stupid, but how do I change the overall width of the forum? I can't seem to find it anywhere...
Title: Re: Reference
Post by: Crip on April 21, 2010, 07:21:59 AM
css/index.css
Title: Re: Reference
Post by: jb12 on April 21, 2010, 03:30:28 PM
great,  thanks!
Title: Re: Reference
Post by: Crip on May 22, 2010, 10:56:30 AM
           -------------Updated for 2.0 RC3
RC3 version was rebuilt completely , bug fixes applied , little better looking => footer / header ...
Title: Re: Reference
Post by: rsmini on June 19, 2010, 06:23:08 PM
Just installed the reference theme on my 1.1.11 forum to replace amber. So far so good, I have manged to add menu buttons and change the header image using support I have found in this thread and am very pleased at the moment. Although the header probaly needs work as it came from the amber theme.

Just waiting to see how my 5000 members respond. Please feel free to take a look at www.britishminiclub.co.uk/smf (http://www.britishminiclub.co.uk/smf)

I am also pleased how most of my installed mods have worked straight away like 'add this' etc

Thanks for a fantastic theme :)
Title: Re: Reference
Post by: Crip on June 19, 2010, 06:37:41 PM
looks nice n clean :up:
Title: Re: Reference
Post by: rsmini on June 21, 2010, 08:17:34 AM
Just need to change the forum width like the user above. I can't seem to find css/index.css in the forum back end. Or is it best to download via ftp and edit off line.

By the way we are so far getting good comments from our users regarding the theme  ;)
Title: Re: Reference
Post by: Crip on June 21, 2010, 08:33:16 AM
This Line>Find it Here :

/* Forum Width */
#wrapper {
width: 1250px;  <====100% = 80% ====>
min-width: 720px;
margin: 0 auto;
padding: 0;
}
Title: Re: Reference
Post by: rsmini on June 21, 2010, 10:15:21 AM
Thanks for that I have reduced the width down to 1000 and it seems okay
Title: Re: Reference
Post by: agent51 on June 29, 2010, 10:24:49 PM
Quote from: Crip on April 21, 2010, 07:21:59 AM
css/index.css

Can you help a noob with the width?
I dont know what you mean by css/index.css     sorry for being a noob.
I too would like it wider.
Oh, Very nice theme, I will be using it.
Title: Re: Reference
Post by: Crip on June 30, 2010, 06:00:00 AM
Change Theme Width in Top Section Here :


/* This division wraps the entire forum when a forum width is set. */
div#wrapper
{
width: 85%;
margin: 0 auto;
padding: 0;
}




Quote from: agent51 on June 29, 2010, 10:24:49 PM
Quote from: Crip on April 21, 2010, 07:21:59 AM
css/index.css

Can you help a noob with the width?
I dont know what you mean by css/index.css     sorry for being a noob.
I too would like it wider.
Oh, Very nice theme, I will be using it.
Title: Re: Reference
Post by: agent51 on July 02, 2010, 11:22:27 PM
Thanks Crip!
Worked like a charm
Title: Re: Reference
Post by: agent51 on July 04, 2010, 02:50:08 PM
Could you help me with one more request?
I successfully replaced the logo with my own, no problem.
We have a wordpress page and a forum portal.
I would like to have a link, somewhere, that goes to the wordpress page.
I added a hotspot on my logo, no go. i tried to add a button, no go, what other options do I have?

TIA
Agent51
Title: Re: Reference
Post by: Crip on July 05, 2010, 12:41:49 PM
Quote from: agent51 on July 04, 2010, 02:50:08 PM
Could you help me with one more request?
I successfully replaced the logo with my own, no problem.
We have a wordpress page and a forum portal.
I would like to have a link, somewhere, that goes to the wordpress page.
I added a hotspot on my logo, no go. i tried to add a button, no go, what other options do I have?

TIA
Agent51

hi ,
just put a direct link URL via logo or any place really..
ie. <a href="http://www.myblog.com.php" target="_blank">Our Blog</a>
Title: Re: Reference
Post by: rsmini on July 08, 2010, 10:08:47 AM
Just wondering if this theme would work with either Tiny Portal or Simple Portal on 1.1.11, or would it be better to upgrade to 2.0 RC3?
Title: Re: Reference
Post by: Crip on July 10, 2010, 10:36:22 AM
Quote from: rsmini on July 08, 2010, 10:08:47 AM
Just wondering if this theme would work with either Tiny Portal or Simple Portal on 1.1.11, or would it be better to upgrade to 2.0 RC3?
Yes , theme works well with any SMF Portal .. RC3 is my choice.
Title: Re: Reference
Post by: rsmini on July 14, 2010, 08:53:04 AM
I'm tempted to give a portal a try
Title: Re: Reference
Post by: Crip on July 23, 2010, 04:01:23 PM
Updated for 2.0 RC3 version with Drop-menu
Title: Re: Reference
Post by: forumnepali on August 05, 2010, 08:19:39 AM
How To Add My Own Logo in this Theme i tried But still my own logo doesn't show up.

Please help me how to add

Thank in Advance
Title: Re: Reference
Post by: Crip on August 05, 2010, 08:44:22 AM
I've answered this question so much in this Thread , I will let you find the O so simple solution. :)

.. only [5] Pages!
Title: Re: Reference
Post by: forumnepali on August 05, 2010, 09:09:24 AM
thank you for Quick reply but i'am not able to find that path please guide me step by step

Thank you in Advance
Title: Re: Reference
Post by: Crip on August 05, 2010, 02:26:30 PM
Quote from: forumnepali on August 05, 2010, 09:09:24 AM
thank you for Quick reply but i'am not able to find that path please guide me step by step
Thank you in Advance

Okay!!

Look in : css/index.css & find near the bottom: >

#logo {
   position: absolute;
   top: 5px;
   right: 20px;
   display: block;
   width: 182px; <===YOUR IMAGE WIDTH===>
   height: 52px; <===YOUR IMAGE HEIGHT===>
   cursor: pointer;
   background: url(../images/img/logo.png) no-repeat;  <==YOUR IMAGE PATH==>
}


    ;)
Title: Re: Reference
Post by: - danny on August 11, 2010, 10:13:20 PM
Hi Crip!

I really like this theme, and would love to use it. My only inquiry so far though, is how to change the grey background image at the top of the screen; the area which holds the website name and log in prompt...

I'd like to use a banner instead, and remove the login option altogether.

Any chance you can help me out with this?

Thank you!
Title: Re: Reference
Post by: - danny on August 11, 2010, 10:25:09 PM
also, just did some testing.

i replaced logo.psd with my own, and nothing changed.

secondly, not sure what happed, but take a look at this:

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi34.tinypic.com%2F33y0t8g.jpg&hash=c7946fca76fa9ad2fdf641e49ee441b6441d0f0c)

any clue what's causing this? the screen is too wide and the logo is in the wrong place...

p.s.
TinyPortal v1.0 beta 4
SMF 1.1.11
Title: Re: Reference
Post by: Crip on August 12, 2010, 06:06:00 AM
I don't know for sure but it looks like a big mess ..?  ... details ?
Title: Re: Reference
Post by: - danny on August 12, 2010, 04:53:01 PM
is it possible i used the wrong one? i downloaded and installed Reference 1.1.11.

...the log on screen is way off to the right side, as well as the logo way on the left, nothing like what the demo looks like.

Title: Re: Reference
Post by: Crip on August 13, 2010, 05:53:14 AM
aLEX ,
what version of SMF do you use ?  --- SS you have is RC3 version , if you use version 1.1.11 it doesn't look like the Shot you have ..
Title: Re: Reference
Post by: - danny on August 14, 2010, 05:46:40 PM
SMF 1.1.11
Title: Re: Reference
Post by: - danny on August 14, 2010, 07:30:15 PM
hi crip. figured most of it out.

just one thing for now, can you tell me where and what code to remove to get rid of the user login area on the top right of the theme? i don't want that or the avatar to show there.

thanks in advance. once again, great theme! 8)
Title: Re: Reference
Post by: Crip on August 15, 2010, 06:47:36 AM
Quote from: ~aLEX on August 14, 2010, 07:30:15 PM
hi crip. figured most of it out.

just one thing for now, can you tell me where and what code to remove to get rid of the user login area on the top right of the theme? i don't want that or the avatar to show there.

thanks in advance. once again, great theme! 8)



What is there:


  <div id="userarea" class"clearfix">';
  if (!empty($context['user']['avatar']))
  echo '<div id="my-avatar" class="clearfix">'.$context['user']['avatar']['image'].'</div>';
if ($context['user']['is_logged'])
{
echo '
<b>', $txt['hello_member'], ' ', $context['user']['name'], '</b><br />';

// Only tell them about their messages if they can read their messages!
if ($context['allow_pm'])
echo $txt[152], ' <a href="', $scripturl, '?action=pm">', $context['user']['messages'], ' ', $context['user']['messages'] != 1 ? $txt[153] : $txt[471], '</a>', $txt['newmessages4'], ' ', $context['user']['unread_messages'], ' ', $context['user']['unread_messages'] == 1 ? $txt['newmessages0'] : $txt['newmessages1'] , '.<br />';

echo '
<a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a><br />
<a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a><br />';
}

// Otherwise they're a guest - this time ask them to either register or login - lazy bums...
else
{
echo '
', $txt['welcome_guest'], '
<script language="JavaScript" type="text/javascript" src="', $settings['default_theme_url'], '/sha1.js"></script>
<form action="', $scripturl, '?action=login2" method="post" accept-charset="', $context['character_set'], '" style="margin: 4px 0;"', empty($context['disable_login_hashing']) ? ' onsubmit="hashLoginPassword(this, \'' . $context['session_id'] . '\');"' : '', '>
<input type="text" name="user" class="hlogon" size="10" />
<input type="password" class="hlogon" name="passwrd" size="10" />
<input type="submit" value="', $txt[34], '" />
<input type="hidden" name="hash_passwrd" value="" />
</form>', $context['current_time'],'<br />';
}

echo '
</div>



What To Remove: - or Replace with ::


  <div id="userarea" class"clearfix">';
if ($context['user']['is_logged'])
{
echo '
<b>', $txt['hello_member'], ' ', $context['user']['name'], '</b><br />';

// Only tell them about their messages if they can read their messages!
if ($context['allow_pm'])
echo $txt[152], ' <a href="', $scripturl, '?action=pm">', $context['user']['messages'], ' ', $context['user']['messages'] != 1 ? $txt[153] : $txt[471], '</a>', $txt['newmessages4'], ' ', $context['user']['unread_messages'], ' ', $context['user']['unread_messages'] == 1 ? $txt['newmessages0'] : $txt['newmessages1'] , '.<br />';

echo '
<a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a><br />
<a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a><br />';
}

// Otherwise they're a guest - this time ask them to either register or login - lazy bums...
else
{
echo '
', $txt['welcome_guest'], '
<script language="JavaScript" type="text/javascript" src="', $settings['default_theme_url'], '/sha1.js"></script><br />
', $context['current_time'],'<br />';
}

echo '
</div>';




..This should work , but any parse errors / problems you may encounter just post it here for a cure / fix .. Lol..
Title: Re: Reference
Post by: - danny on August 17, 2010, 09:21:27 PM
tried what you suggested bro and got a parse error:

Quote
Parse error: syntax error, unexpected '<' in .../public_html/Themes/Reference1111/index.template.php on line 207
Title: Re: Reference
Post by: Crip on August 18, 2010, 06:25:24 AM
Please attach your ( index.template.php ) i will look at it for you?
Title: Re: Reference
Post by: uve on August 19, 2010, 02:20:21 PM
Hi, I use reference and I have a problem.
This mod: http://custom.simplemachines.org/mods/index.php?mod=2312
dosen't work with this theme.

Wher I must paste code google analytics?

<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-16458448-3']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>

Title: Re: Reference
Post by: Crip on August 19, 2010, 03:59:30 PM
I answer you with this

Manual Installation Instructions for 2.0 RC3 (http://custom.simplemachines.org/mods/index.php?action=parse)
Title: Re: Reference
Post by: uve on August 19, 2010, 06:05:18 PM
Thank's :)

I find new fix. When I open user list I see:

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fuve.neostrada.pl%2Fwro%2Faa.JPG&hash=55e3bdda5f0f6acf32a7add2a5d020dec4d62122)

SMF 2.0 RC3
How to reparir this?
Title: Re: Reference
Post by: Crip on August 19, 2010, 06:37:36 PM
To tell the truth I can't repair it..?..
Title: Re: Reference
Post by: uve on August 20, 2010, 01:37:17 PM
Sorry, but I don't understand...
This is not mod. It's graphical errors in user list.
It's the same problem like here -> http://www.simplemachines.org/community/index.php?topic=285291.msg2539139#msg2539139
But I have 2.0 RC3 version.
It's error of reference 2.0 RC3, or error only in my forum?
Title: Re: Reference
Post by: Crip on August 20, 2010, 02:53:08 PM
Quote from: uve on August 20, 2010, 01:37:17 PM
Sorry, but I don't understand...
This is not mod. It's graphical errors in user list.
It's the same problem like here -> http://www.simplemachines.org/community/index.php?topic=285291.msg2539139#msg2539139
But I have 2.0 RC3 version.
It's error of reference 2.0 RC3, or error only in my forum?

must just be your Forum , most likely a utf-8 related problem..?
Title: Re: Reference
Post by: - danny on August 22, 2010, 03:41:05 PM
Quote from: Crip on August 18, 2010, 06:25:24 AM
Please attach your ( index.template.php ) i will look at it for you?

hi crip. attached is the current index template, without the suggested change. let me know what i can do to help bro. i'd hate to take up too much of your time.

thanks.
Title: Re: Reference
Post by: Crip on August 22, 2010, 06:30:53 PM
Here it is --
I left  searcharea , userarea, news item , logo - Removed all the rest ..? .. Okay..
Title: Re: Reference
Post by: - danny on August 28, 2010, 04:25:20 PM
crip- thank you!
Title: Re: Reference
Post by: uve on August 29, 2010, 05:36:45 PM
Quote from: Crip on August 20, 2010, 02:53:08 PM
Quote from: uve on August 20, 2010, 01:37:17 PM
Sorry, but I don't understand...
This is not mod. It's graphical errors in user list.
It's the same problem like here -> http://www.simplemachines.org/community/index.php?topic=285291.msg2539139#msg2539139
But I have 2.0 RC3 version.
It's error of reference 2.0 RC3, or error only in my forum?

must just be your Forum , most likely a utf-8 related problem..?

Yes, I use language polish utf-8.
When I changed language for English all graphical it's ok.
Can You tell me how repair it?
My site: www.wroclawnoca.pl
Title: Re: Reference
Post by: Crip on August 30, 2010, 07:47:16 AM
Quote from: uve on August 29, 2010, 05:36:45 PM
Quote from: Crip on August 20, 2010, 02:53:08 PM
Quote from: uve on August 20, 2010, 01:37:17 PM
Sorry, but I don't understand...
This is not mod. It's graphical errors in user list.
It's the same problem like here -> http://www.simplemachines.org/community/index.php?topic=285291.msg2539139#msg2539139
But I have 2.0 RC3 version.
It's error of reference 2.0 RC3, or error only in my forum?
must just be your Forum , most likely a utf-8 related problem..?

Yes, I use language polish utf-8.
When I changed language for English all graphical it's ok.
Can You tell me how repair it?
My site: http://www.wroclawnoca.pl



I think? .. adding both (Polish and English) language utf-8 files in >> Reference/languages/Folder might be what you need?
..... it's worth a try ?
Title: Re: Reference
Post by: uve on September 01, 2010, 06:45:58 PM
I copy all files from Language Package:

http://download.simplemachines.org/?languages

smf_2-0-rc3_polish-utf8
smf_2-0-rc3_english-utf8

to Reference/languages/

...but still it's the same.
In IE 8  :(

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fuve.neostrada.pl%2Fie8.jpg&hash=baa2ff05c5fee775407013484a233db2e601a096)

Do You Have Any Idea?  :(
Title: Re: Reference
Post by: Crip on September 02, 2010, 02:35:08 PM
Change or remove this ::
css/index.css

/* Set a fontsize that will look the same in all browsers. */
body
{
font:12px verdana,arial,tahoma,sans-serif;
background: #777 url(../images/img/bgr.gif) repeat-x left top;
margin-top: 15px;
margin: 0;
padding: 0;
line-height: 140%;
}

To something Like :

/* Set a fontsize that will look the same in all browsers. */
body
{
font:12px verdana,arial,tahoma,sans-serif;
background: #777 url(../images/img/bgr.gif) repeat-x left top;
margin-top: 15px;
margin: 0;
padding: 0;
line-height: 120%;
}

or >>>

/* Set a fontsize that will look the same in all browsers. */
body
{
font:12px verdana,arial,tahoma,sans-serif;
background: #777 url(../images/img/bgr.gif) repeat-x left top;
margin-top: 15px;
margin: 0;
padding: 0;
}


Hope this helps .. ?
Title: Re: Reference
Post by: uve on September 02, 2010, 03:30:02 PM
Still it's the same  :(
Title: Re: Reference
Post by: Crip on September 02, 2010, 04:38:40 PM
Quote from: uve on September 02, 2010, 03:30:02 PM
Still it's the same  :(

sorry , i did try..√
Title: sub-menu's on forum buttons not shown in Reference203 theme
Post by: erpee on September 10, 2010, 10:49:07 AM
Hi Crip, anyone, I have the following issue in my theme;
When I use Reference203 theme, the drop-menu is not shown. When I cange to the default curve theme, it works like it should be.
I attach from both themes a screenshot. Anyone who know how to handle this? I guess is is a setting in the Reference Theme, but cannot find how to change that the dropdown menu is shown... .

Thanks in advance.
Title: Re: Reference
Post by: Crip on September 10, 2010, 12:34:34 PM
Not sure 'Why' ?

I just took this shot on my demo-site .. works fine for me ...
http://demo.jpr62.com/index.php?theme=29
Title: Re: Reference
Post by: Robert. on October 30, 2010, 04:34:38 AM
Awesome theme, bro. :D
Title: Re: Reference
Post by: Crip on November 04, 2010, 12:52:46 PM
Updated for 2.0 RC4 / 1.1.12
Title: Re: Reference
Post by: bolubeyi61 on November 19, 2010, 10:40:56 AM
Thank you. Theme edit: http://www.spinabifidaturkey.com/smf/index.php
Title: Re: Reference
Post by: Mark H on December 06, 2010, 08:05:01 AM
Hi,

Nice theme!

I do however have a problem with the logo in RC4.  The default logo has gone after I added mine, but my logo isn't appearing: I think maybe my logo is too big - what are the maximum width and height for the logo?

Thanks,
Mark.

EDIT: - Solved the issue, my CSS was slightly off!  Thanks for a great theme!
Title: Re: Reference
Post by: Crip on December 06, 2010, 10:47:33 AM
css/index.css
Find
#logo {../your image Height/Width };
Title: Re: Reference
Post by: Crip on December 29, 2010, 11:09:26 AM
Fully RC4 Updated.
Title: Re: Reference
Post by: Toxicity on January 15, 2011, 03:56:21 PM
Installed your theme and I got this (https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fj.imagehost.org%2F0898%2FHelp.png&hash=e124e1b7a24f039611b86a0c5f435e850fbb072e) How do I fix it i looked through a few pages and I didn't find an answer.
Title: Re: Reference
Post by: rudeman on January 18, 2011, 04:50:18 PM
(Note :--  open the images in new tab for clear view)

I am Working with this theme  : reference - http://custom.simplemachines.org/themes/index.php?lemma=1311

i want to make the following changes as show below in picture so can any one help me what code to change and where ???


Question 1 :-

the current theme on main index looks like this :
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi454.photobucket.com%2Falbums%2Fqq268%2Frudemen%2Fusers1.jpg&hash=0c2ada5e894ab00d65ce3d18ec7195eddb9a3c26)

I want to change it and want it to look like this :--- (as shown below) and every separator and text alignment and just same as shown below :---
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi454.photobucket.com%2Falbums%2Fqq268%2Frudemen%2Fuser2.jpg&hash=a587387c0b2039a323442190c10c0a92440ae891)






Question 2 :--

The Current theme look like this while reading posts or after opening any topic :---

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi454.photobucket.com%2Falbums%2Fqq268%2Frudemen%2Fprofile1.jpg&hash=c8bf990759549f9aff44e5b2847e428d7539ab2b)




I want it to look like this and make these chnages :--

1) Borders and table structure separating post content and user information (shown in red box)
2) starting and ending Border in every post (as shown with pink box)
3) A margin of 3pixel between every post (Brown Box)
4) Want to expand the table width by 5 px towards right (blue box)
5)Wnat to show user personal Text or tagline at the bottom (dark blue box)
6) want to show the table borders as shown in user detail as shown .


(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi454.photobucket.com%2Falbums%2Fqq268%2Frudemen%2Fpost2.jpg&hash=5d02274055e8d81f4f2d5e1b260d173d0b389615)




Please help me , really need your help as i am new with smf and please do mention the files to be changed .



 
Title: Re: Reference
Post by: Crip on January 18, 2011, 05:34:30 PM
TOOOO many .mods for me to make a particular error / problem.?
Title: Re: Reference
Post by: rudeman on January 19, 2011, 03:25:28 AM
gonna help me ?????? or not ????????????? hints will also work
Title: Re: Reference
Post by: Crip on January 19, 2011, 10:24:52 AM
Quote from: rudeman on January 19, 2011, 03:25:28 AM
gonna help me ?????? or not ????????????? hints will also work
rudeman i would "if" i knew what to tell you , but fact is I do not...
Title: Re: Reference
Post by: lord alibaski on January 19, 2011, 08:04:14 PM
Another excellent theme Crip well done.

Can you help me a little please m8 need to remove the search area but everytime I try and remove it it either goes to the top left of the board or I remove too much and it gives me a template parse error.

See this topic here please
http://www.simplemachines.org/community/index.php?topic=418141.0

Thanks for all your help.
Title: Re: Reference
Post by: impreza on January 21, 2011, 12:51:15 PM
Very nice template - thank you again
Title: Re: Reference
Post by: Crip on January 21, 2011, 03:01:00 PM
Quote from: lord alibaski on January 19, 2011, 08:04:14 PM
Another excellent theme Crip well done.

Can you help me a little please m8 need to remove the search area but everytime I try and remove it it either goes to the top left of the board or I remove too much and it gives me a template parse error.

See this topic here please
http://www.simplemachines.org/community/index.php?topic=418141.0

Thanks for all your help.

I posted there LA. ;)
Title: Re: Reference
Post by: lord alibaski on January 23, 2011, 05:31:58 PM
Cheers Crip your advice helped me sort it.
Title: Re: Reference
Post by: Crip on February 15, 2011, 05:01:08 PM
Updated RC5
Title: Re: Reference
Post by: bolubeyi61 on February 15, 2011, 05:20:00 PM
Thank you.
Title: Re: Reference
Post by: Neo_TE on February 16, 2011, 02:13:48 AM
Thank you very much Crip. Now I can go ahead & update to RC5. :)
Title: Re: Reference
Post by: Neo_TE on February 16, 2011, 03:28:44 AM
Quote from: Crip on February 15, 2011, 05:01:08 PM
Updated RC5
ok. I tried to use this theme and I'm unable to change the forum width.

QuoteForum width:
Set the forum width. Examples: 950px, 80%, 1240px.

The above option is not available for this theme. The default theme is working fine in the installation.
Title: Re: Reference
Post by: Crip on February 16, 2011, 06:14:11 AM
css/index.css #divwrapper { }
Title: Re: Reference
Post by: Neo_TE on February 17, 2011, 09:12:26 AM
Quote from: Crip on February 16, 2011, 06:14:11 AM
css/index.css #divwrapper { }
Thank you very much. I found the code and changed the forum width to 90% so that the forum width will be automatically set depending on the resolution of the user.


/* This division wraps the entire forum when a forum width is set. */
div#wrapper
{
width: 90%;
margin: 0 auto;
padding: 0;
}
Title: Re: Reference
Post by: Neo_TE on February 17, 2011, 09:32:01 AM
BTW could you tell me how to make the links to appear with underline dots like the default theme. I mean like this where the links in posts & signature are underlined with dots.

I tried to edit the CSS file in many places but was unsuccessful.

BTW sorry for bugging you. :(
Title: Re: Reference
Post by: Crip on February 17, 2011, 05:11:27 PM
css/index.css

/* Styling for BBC tags */
.bbc_link:link, .bbc_link:visited
{
border-bottom: 1px solid #A8B6CF;
}
.bbc_link:hover
{
text-decoration: none;
border-bottom: 1px solid #346;
}
.bbc_size
{
line-height: 1.4em;
}
.bbc_color a
{
color: inherit;
}

Title: Re: Reference
Post by: Neo_TE on February 18, 2011, 02:03:24 AM
Thank You very much !!
Title: Re: Reference
Post by: denisoi on February 20, 2011, 10:09:01 AM
hello Crip , thanks for this amazing theme ..

I want to ask about resolution of theme .. how can modify to be automaticaly for how the members or visitors have resolution .. because how is now .. for some members appear with scrooll and is not so nice ...

I will be glad if u can help me because i like very much this theme and i want to use ! thank u very much

PS : And how can add a forum button in the top menu because i want to make the portal first ..

Title: Re: Reference
Post by: Crip on February 20, 2011, 03:49:21 PM
Add a button via Sources/Subs.php..

resolution -- i have no idea?
Title: Re: Reference
Post by: Neo_TE on February 21, 2011, 12:11:31 PM
Quote from: denisoi on February 20, 2011, 10:09:01 AM
hello Crip , thanks for this amazing theme ..

I want to ask about resolution of theme .. how can modify to be automaticaly for how the members or visitors have resolution .. because how is now .. for some members appear with scrooll and is not so nice ...

I will be glad if u can help me because i like very much this theme and i want to use ! thank u very much

PS : And how can add a forum button in the top menu because i want to make the portal first ..



If you are talking about the forum width then check the 1st post in this page (http://www.simplemachines.org/community/index.php?topic=285291.msg2957338#msg2957338) and do the edit in the index.css in the CSS directory of the reference theme.

If you want to add custom buttons, then check the "6 custom buttons / tabs" mod in the following link.

http://custom.simplemachines.org/mods/index.php?mod=2657 (http://custom.simplemachines.org/mods/index.php?mod=2657)
Title: Re: Reference
Post by: VONO360 on February 22, 2011, 06:23:23 PM
Hey guys, please reply, I really need to install this, hosting on godaddy servers, but i cant upload and install
Title: Re: Reference
Post by: Crip on February 24, 2011, 12:34:22 PM
i don't know what to tell you?
Title: Re: Reference
Post by: diegog on March 01, 2011, 06:48:28 PM
excelente theme!!

is there a chance that i can do Refernce dynamic (design not a static)
Title: Re: Reference
Post by: Crip on March 02, 2011, 06:02:55 AM
Quote from: diegog on March 01, 2011, 06:48:28 PM
excelente theme!!

is there a chance that i can do Refernce dynamic (design not a static)
I don't understand ..?
Title: Re: Reference
Post by: diegog on March 02, 2011, 10:04:07 AM
Quote from: Crip on March 02, 2011, 06:02:55 AM
Quote from: diegog on March 01, 2011, 06:48:28 PM
excelente theme!!

is there a chance that i can do Refernce dynamic (design not a static)
I don't understand ..?

excuse my english

reference is a static theme (doesn't deppend of the resolution)

i wanna make it dynamic, move with the resolution of de monitor, can i do that ?
Title: Re: Reference
Post by: Crip on March 03, 2011, 05:50:02 AM
sure , just keep my copyright visible.
Title: Re: Reference
Post by: diegog on March 03, 2011, 06:35:05 AM
Quote from: Crip on March 03, 2011, 05:50:02 AM
sure , just keep my copyright visible.

sure, but how can i do that ? make it dynamic ?
Title: Re: Reference
Post by: Crip on March 03, 2011, 07:51:23 AM
Quote from: diegog on March 03, 2011, 06:35:05 AM
Quote from: Crip on March 03, 2011, 05:50:02 AM
sure , just keep my copyright visible.

sure, but how can i do that ? make it dynamic ?
diegog ,
are you meaning the <=======WIDTH=========> of the Forum/Theme?
Title: Re: Reference
Post by: diegog on March 03, 2011, 01:03:06 PM
Quote from: Crip on March 03, 2011, 07:51:23 AM
Quote from: diegog on March 03, 2011, 06:35:05 AM
Quote from: Crip on March 03, 2011, 05:50:02 AM
sure , just keep my copyright visible.

sure, but how can i do that ? make it dynamic ?
diegog ,
are you meaning the <=======WIDTH=========> of the Forum/Theme?

yes!, that the width move with de resolution of the monitor  :P
Title: Re: Reference
Post by: Crip on March 03, 2011, 02:57:52 PM
i don't understand U.
Title: Re: Reference
Post by: mitsman on March 05, 2011, 12:43:25 PM
Hi
I am trying to set up a forum and I use the Reference theme. I have spent a lot of time to change the default logo but i haven't managed to do so...I changed the path of the style.css file to direct to my file which i named 'smflogo.png' but the default is still rendered.

Could you please provide some help for this problem?

Moreover, could you please provide some information on how to use the Aeva media package on top of reference theme?

Thank you in advance!
Title: Re: Reference
Post by: Crip on March 06, 2011, 11:03:12 AM
what version of smf?
Title: Re: Reference
Post by: mitsman on March 06, 2011, 05:13:53 PM
Hi
I use the 1.13 version and I finally managed to change the logo... :o

Is it possible to provide some info about the adittion of Aeva media?

Thank you in advance!
Title: Re: Reference
Post by: Crip on March 06, 2011, 06:27:48 PM
i really don't know much about Aeva media , or any mods ..
Title: Re: Reference
Post by: DrBermant on March 13, 2011, 02:56:16 PM
There seems to be some format errors in the administration view sections.

<div class="additional_row titlebg">
               <div style="text-align: center">1082 Spammers blocked up until today</div></div>
has the color of the bar so close to the black text that it is not visible.

There are several other instances of this problem. This menu shown was for members with a mod. The mod is not the fault as the same issue appears in error logs, the second heading with the words check all is obscured at top and bottom of the list. I think there are other examples, but that should give a good start. I think it has something to do with the css of titlebg as a common thread, but am not certain.

I have yet to see the issue outside of the administration pane so I enclose 2 image captures of one example with default theme and reference. This is 2RC5. Yes I have modified reference, but even with the default css file, the problem is still there. My modifications have been elsewhere.

Thank you for such a nice theme. Any help in fixing this minor annoyance would be greatly appreciated.

Michael Bermant, M.D.

here is the site I am asking about:

http://www.abodybeautiful.com/forum/index.php

which is an extension of my main site on Plastic Surgery:

http://www.plasticsurgery4u.com

Title: Re: Reference
Post by: Crip on March 13, 2011, 07:11:53 PM
Don't know Doc' ?
Title: Re: Reference
Post by: DrBermant on March 13, 2011, 07:35:57 PM
Quote from: Crip on March 13, 2011, 07:11:53 PM
Don't know Doc' ?

Sorry, I do not understand your answer. Does this happen on others sites with Reference or did I mess something up?  If this is a format problem with the css, any help possible in fixing?

Thank you,

Michael Bermant, M.D.
Title: Re: Reference
Post by: MikeThePickle on March 15, 2011, 09:35:31 PM
Hey Crip,

I wanted to say Thank you for making these theme!  I use it on my website. www.*peoplesminecraftserver.com

Anyway, I was hoping to get a submenu under one of the tabs at the top and am having trouble.  I tried a few different mods and they didn't install correctly so I did them manually.  The problem is they're meant for the default theme and not this.

Is there a tested method for adding a submenu to one of the tabs?  Whats the best route to take?

Thanks!
Title: Re: Reference
Post by: Crip on March 17, 2011, 04:36:24 PM
--> only way really if 2.0 ?..is via Sources/Subs.php
Title: Re: Reference
Post by: maximumrock on March 22, 2011, 12:35:04 PM
Great theme Crip!!! No problems at all!

Only problem i have is when swapping out the "reference" logo with something else..  seems that search box at top right corner is blocking part of my logo.. Any way to remove that search box??

my forum is SMF 2.0 RC5
Thanks again!
Title: Re: Reference
Post by: Crip on March 22, 2011, 06:41:09 PM
css/index.css

Find and adjust ..

#logo a {
position: absolute;
top: 5px;
right: 20px;
display: block;
width: 182px; <=YOUR IMAGE WIDTH=>
height: 52px; <=YOUR IMAGE HEIGHT=>
cursor: pointer;
background: url(../images/img/logo.png) no-repeat;
}
Title: Re: Reference
Post by: maximumrock on March 22, 2011, 09:27:18 PM

Thanks! that worked.. So if i want to put any images and stuff up there, thats where i should play around in when testing?

Also if i want to remove the search bar too, is (Below) what i remove? I tried, but it made the search box white and moved it to center top area of forum..

#searcharea  {
background:url(../images/img/searchbg.png) no-repeat scroll 0 0 transparent;
height:32px;
overflow:hidden;
position:absolute;
right:15px;
top:7.5em;
width:178px;
}
#searcharea .inputbox {
font-family: Geneva, verdana, sans-serif;
background: transparent;
color: #E3E3E3;
padding: 3px 3px 0;
border: none;
margin: 5px 0 0 10px;
width: 145px;
height: 15px;
}
Title: Re: Reference
Post by: Crip on March 23, 2011, 06:23:07 AM
that would be in the {index.template.php} Remove Search via it's <div id="searcharea">';           </ div >
Title: Re: Reference
Post by: maximumrock on March 23, 2011, 10:36:33 AM
Thanks!

But if i remove this part..... i get a parse error......Entire selection below should be removed correct?

<div id="searcharea">
<form action="', $scripturl, '?action=search2" method="post" accept-charset="', $context['character_set'], '">
  <input class="inputbox" type="text" name="search" value="', $txt['search'], '..." onfocus="this.value = \'\';" onblur="if(this.value==\'\') this.value=\'', $txt['search'], '...\';" /> ';

// Search within current topic?
if (!empty($context['current_topic']))
echo '
<input type="hidden" name="topic" value="', $context['current_topic'], '" />';

// If we're on a certain board, limit it to this board ;).
elseif (!empty($context['current_board']))
echo '
<input type="hidden" name="brd[', $context['current_board'], ']" value="', $context['current_board'], '" />';

echo '
</form>
</div>';
Title: Re: Reference
Post by: Crip on March 23, 2011, 04:52:34 PM
well you need to make sure about the (echo ' ) &  '; .. miss one parse error.
Title: Re: Reference
Post by: maximumrock on March 25, 2011, 10:54:33 AM
Quote from: Crip on March 23, 2011, 04:52:34 PM
well you need to make sure about the (echo ' ) &  '; .. miss one parse error.

got it! thanks..  Oh, also..... not sure if your the person to ask.. but on an older version of SMF..on the main forum page.. I used to have the option to view the last 15 or 20 posts instead of clicking a link.. is that gone completely or is there a mod/hack to get that back?

Title: Re: Reference
Post by: Crip on March 25, 2011, 01:19:18 PM
Quote from: maximumrock on March 25, 2011, 10:54:33 AM
got it! thanks..  Oh, also..... not sure if your the person to ask.. but on an older version of SMF..on the main forum page.. I used to have the option to view the last 15 or 20 posts instead of clicking a link.. is that gone completely or is there a mod/hack to get that back?

there should be yes.
Title: Re: Reference
Post by: ignaciolibre on May 10, 2011, 03:12:07 PM
Great theme Crip!
Im wondering if its possible to change the color of blue on the nav buttons .. Home, Help, Search, Admin ..etc?
Im taking over a site and wanting to change its look color wise, but the theme is a perfect fit other than the few colors I need to change.
Much appreciation.
Title: Re: Reference
Post by: MrGrumpy on May 10, 2011, 03:25:10 PM
look in your themes images folder for a folder called img, that contains an image named topnav_over.gif
Title: Re: Reference
Post by: ignaciolibre on May 10, 2011, 03:36:37 PM
Dont see it in there, Im very new at this so I will keep looking, would it be something I can edit or need to load a new one and set it to show?
Title: Re: Reference
Post by: MrGrumpy on May 10, 2011, 03:47:21 PM
what version of smf are you using, this theme has 2 versions 1.1.13 and 2.0RC5 - I was looking at the 2.0RC5 version
Title: Re: Reference
Post by: ignaciolibre on May 10, 2011, 04:05:21 PM
Sorry, I should have posted that 1.1.13 is what Im using now. New to GoDaddy as well its being moved from another host to GD and apparently they either dont allow, or havent allowed 2.0 yet?
Title: Re: Reference
Post by: MrGrumpy on May 10, 2011, 04:13:45 PM
Ok no problem, you need to look in the images folder for a folder named art (pathway would be themes/Reference12/images/art)

Inside that folder you will find the topnav_over.gif just recolour it and upload it and then clear your browser cache (Ctrl & F5 pressed together) and you will see your new coloured image
Title: Re: Reference
Post by: ignaciolibre on May 10, 2011, 04:23:57 PM
Okay I found it, shortcut to open it up or? not clickable.
Title: Re: Reference
Post by: MrGrumpy on May 10, 2011, 04:27:36 PM
You can't edit  images that way you need to either use an FTP program to connect to your server and download the image from the image folder, edit it, then upload it to the same folder using FTP  or you can do this too with your cPanel on your hosting
Title: Re: Reference
Post by: ignaciolibre on May 10, 2011, 04:28:13 PM
okay perfect thanks!!
Title: Re: Reference
Post by: Crip on May 11, 2011, 12:37:08 PM
Quote from: ignaciolibre on May 10, 2011, 04:05:21 PM
Sorry, I should have posted that 1.1.13 is what Im using now. New to GoDaddy as well its being moved from another host to GD and apparently they either dont allow, or havent allowed 2.0 yet?

Did you install SMF via Cpanel/Fanstasco ??
Title: Re: Reference
Post by: ignaciolibre on May 11, 2011, 07:46:00 PM
In all honesty I dont think so, just upladed it through GoDaddy since they have smf now. Im really just trying things out editing wise, I have someone making most of the site but thought I would try some things on my own.
Title: Re: Reference
Post by: Crip on May 12, 2011, 06:19:18 AM
Ok , just post here or my Support-site if you need more help . :)
Title: Re: Reference
Post by: ignaciolibre on May 16, 2011, 06:59:19 PM
Loving this theme, the site is really coming together. I have one question , I hope it hasnt been answered already and I missed it. I would like to change the menu buttons, "Home" to link to my home page, and change "Help" to "Forums" linking to the main page of the forums. Is this possible?
Title: Re: Reference
Post by: Crip on May 17, 2011, 06:15:34 AM
which SMF Version ??
Title: Re: Reference
Post by: ignaciolibre on May 18, 2011, 04:51:29 PM
1.1.12 I believe, its whatever GoDaddy has as the only option for smf
Title: Re: Reference
Post by: Crip on May 19, 2011, 05:57:19 AM
Quote from: ignaciolibre on May 18, 2011, 04:51:29 PM
1.1.12 I believe, its whatever GoDaddy has as the only option for smf

Read the footer links bro .. help me help You. :)
Title: Re: Reference
Post by: MrGrumpy on May 19, 2011, 06:51:10 AM
It will be 1.1.13 if installed through Go Daddy applications
Title: Re: Reference
Post by: ignaciolibre on May 19, 2011, 03:00:26 PM
Quote from: Crip on May 19, 2011, 05:57:19 AM
Quote from: ignaciolibre on May 18, 2011, 04:51:29 PM
1.1.12 I believe, its whatever GoDaddy has as the only option for smf

Read the footer links bro .. help me help You. :)
Sorry I was unable to get to the forum to see because it was uploading some different items and I was encouraged to stay off the site for the time being. It is 1.1.13
Title: Re: Reference
Post by: Crip on May 19, 2011, 07:25:28 PM
you can change your links in your [index.template.php]  == basic copy + paste the ''Home'' tab & do others the same changing only there names.


// Show the [forum] button.
    echo '<li', $current_action == 'forum' ? ' class="chosen"' : '', '><a href="', $scripturl, '?action=forum">Forum</a></li>';
Title: Re: Reference
Post by: bolubeyi61 on May 25, 2011, 04:34:16 AM
Thank you. Theme edit: http://www.xxxxxxxxxxxxxx.com/smf/index.php (http://www.spinabifidaturkey.com/smf/index.php)

Removed because the copyright is missing in the forum.
Title: Re: Reference
Post by: ignaciolibre on May 26, 2011, 10:13:07 AM
Okay well we went ahead and followed instruction to get 2.0 on GoDaddy and so far so good. Only one thing is needing done and I would really appreciate some help if you dont mind.
Reference 2.0 , we got the header changes, and nearly all the editing done, but I need the header logo to link to a "homepage" and not the forum index.
Thanks in advance

And I could have just missed it, on the 2.0 is there an option to always stay logged in?

Thought I would add a link to the forum for you to see
http://modernreefkeeping.com/forums/
Title: Re: Reference
Post by: willemjan on May 27, 2011, 05:57:46 AM
In your index.template.php search for:

<div id="logo">

There is an <a href> right after that. Change it to what you want :)
Title: Re: Reference
Post by: bolubeyi61 on May 27, 2011, 06:56:59 AM
Quote from: bolubeyi61 on May 25, 2011, 04:34:16 AM
Thank you. Theme edit: http://www.xxxxxxxxxxxxxx.com/smf/index.php (http://www.spinabifidaturkey.com/smf/index.php)

Removed because the copyright is missing in the forum.

Copyright available

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fwww.spinabifidaturkey.com%2Fsmf%2Fimages%2Fsmf.bmp&hash=f9b3642fc4d6adab8e8b7f9663889850fbc7d5b9)

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fwww.spinabifidaturkey.com%2Fsmf%2Fimages%2Fsmf2.bmp&hash=f7277b602a9017f261e38df3f0ae06858720faba)


Title: Re: Reference
Post by: Paul-ChaosLord-Lyons on June 02, 2011, 08:28:27 AM
Clean and pro looking, good job. :)
Title: Re: Reference
Post by: Skylined on June 23, 2011, 09:50:13 AM
Great work Crip, I love your themes, I've been using Actualism for a while. :)

I'm just about to migrate to 2.0 and I'll also move to this theme, but I have to modify it a bit. :)

I want to align the text and login boxes to that red line, as shown when somebody is logged in.
I've just changed searcharea from right:15px; to left: 130px.


Can you please tell me what do I have to do to align all that to that red line? :)
Title: Re: Reference
Post by: Crip on June 23, 2011, 07:48:57 PM
You can't AFAIK .. WIDTH is to much for the area you want.
Title: Re: Reference
Post by: Skylined on June 24, 2011, 11:25:21 AM
:(

I'll have to put the search somewhere else then. :)
Title: Re: Reference
Post by: Crip on June 24, 2011, 12:38:32 PM
You always have the [SEARCH] button.
Title: Re: Reference
Post by: Skylined on June 24, 2011, 01:45:29 PM
Yeap. :)
Title: Re: Reference
Post by: Sefket on June 28, 2011, 05:36:52 PM
Crap, I have a 1.1.14 board and this doesn't work for it. Any ETA for a update so I can put this on my boards?
Title: Re: Reference
Post by: Crip on June 28, 2011, 06:00:36 PM
I will update that version asap!

It still should work.
Title: Re: Reference
Post by: Sefket on June 28, 2011, 07:51:07 PM
It says it's corrupted :( .
Title: Re: Reference
Post by: Crip on June 30, 2011, 08:08:08 AM
Note:  •  Reference v1.1.14 updated
Title: Re: Reference
Post by: Sefket on July 14, 2011, 04:13:18 PM
Thank you! Sorry for the delay.

How can I change width? As you see here:

http://rf-rs.org/forums/index.php

The forums are HUGE. How can I make it smaller?
Title: Re: Reference
Post by: Jack_the_ripper on July 15, 2011, 07:19:37 AM
Quote from: Sefket on July 14, 2011, 04:13:18 PM
Thank you! Sorry for the delay.

How can I change width? As you see here:

http://rf-rs.org/forums/index.php

The forums are HUGE. How can I make it smaller?

Perhaps this line is too huge?:
IRC IS NOW A REQUIREMENT! To be accepted you MUST have spoken with a RANKED Member to prove you have IRC!

try this:
IRC IS NOW A REQUIREMENT! To be accepted you MUST
have spoken with a RANKED Member  to prove you have IRC!
Title: Re: Reference
Post by: Jack_the_ripper on July 18, 2011, 06:37:48 AM
Quote from: Sefket on July 14, 2011, 04:13:18 PM
Thank you! Sorry for the delay.

How can I change width? As you see here:

http://rf-rs.org/forums/index.php

The forums are HUGE. How can I make it smaller?

Or simple:
admin config...
Forum config -> Theme config -> Theme width...
Set it at around 100%
Title: Re: Reference
Post by: Sefket on July 18, 2011, 08:02:19 PM
Quote from: Jack_the_ripper on July 18, 2011, 06:37:48 AM
Quote from: Sefket on July 14, 2011, 04:13:18 PM
Thank you! Sorry for the delay.

How can I change width? As you see here:

http://rf-rs.org/forums/index.php

The forums are HUGE. How can I make it smaller?

Or simple:
admin config...
Forum config -> Theme config -> Theme width...
Set it at around 100%

This shows it great:

Quote}
/* Forum Width */
#wrapper {
    width: 100px;
    min-width: 720px;
    margin: 0 auto;
    padding: 0;
}

But when I click "Home" it doesn't get small to what I change it to.
Title: Re: Reference
Post by: Jack_the_ripper on July 19, 2011, 06:56:37 AM
Quote from: Sefket on July 18, 2011, 08:02:19 PM

This shows it great:

Quote}
/* Forum Width */
#wrapper {
    width: 100px;
    min-width: 720px;
    margin: 0 auto;
    padding: 0;
}

But when I click "Home" it doesn't get small to what I change it to.

And if the
width 50px ot a little bigger like 200px?
Something changes?
Title: Re: Reference
Post by: Crip on July 19, 2011, 07:32:12 AM
..try {width: 69%;} .. or ==> 1024px;

http://www.jpr62.com/alma/index.php  ==> {>Demo 1000px;<}
Title: Re: Reference
Post by: Sefket on November 02, 2011, 09:46:22 PM
Any update for 2.0.1?
Title: Re: Reference
Post by: Crip on November 03, 2011, 05:31:54 AM
Quote from: Sefket on November 02, 2011, 09:46:22 PM
Any update for 2.0.1?

2.0.1 update was only security updates / fixes , there was no Template changes AFAIK..
Title: Re: Reference
Post by: Sefket on February 04, 2012, 12:10:36 PM
Do I have your permission to get this converted to IPB? I really love this skin.
Title: Re: Reference
Post by: Crip on February 06, 2012, 05:53:38 AM
No--way dude , theme stays SMF!!!!!!
========>[The] =>  [end] Ok  :laugh:
Title: Re: Reference
Post by: GloomY on February 09, 2012, 05:40:53 AM
Can you please help me with changing the avatar size at the top right corner (userarea)...
I tried to change it in style.css but no use...

Thanks!
Title: Re: Reference
Post by: Crip on February 09, 2012, 05:54:08 AM
hi,
U wanting it Smaller or Larger .. & which SMF version?
Title: Re: Reference
Post by: GloomY on February 09, 2012, 06:00:01 AM
Quote from: Crip on February 09, 2012, 05:54:08 AM
hi,
U wanting it Smaller or Larger .. & which SMF version?

Here is how it looks now:
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi.imgur.com%2FMGPh7.png&hash=02be36688ec58a78fbd1fb3c1b6af4c7c5deee01)

I want it to get smaller in hight so it doesn't cut the avatar. Is there a way to get a smaller hight or to put the navigation bar a little bit down?
I'm using a SMF version 1.1.16
This is the forum link: http://www.balkan-skola.com/index.php
Title: Re: Reference
Post by: Crip on February 09, 2012, 07:18:46 AM
you could move (userinfo+avy) above Search/area & Search/area below (userinfo+avy) .. it's a small header anyway..

my site 116
----------->>>>>>>>>>>>
Title: Re: Reference
Post by: GloomY on February 09, 2012, 07:24:53 AM
Can you give me your code?
Title: Re: Reference
Post by: Crip on February 10, 2012, 06:51:15 AM
Quote from: GloomY on February 09, 2012, 07:24:53 AM
Can you give me your code?

Yes , this is it's original Style.CSS>>>>>>>>

#userarea {
   float: right;
   padding: 6.5em 25px 0 0;
   text-align: right;
   font-size: 0.82em;
   width: 38em;
   color: #FFFFFF;
   font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
#userarea a:link, #userarea a:visited {
   color: #FFFFFF;
}
#userarea a:hover {
   color: #FFFFFF;
   text-decoration: underline;
}
.clearfix {
   display:inline-block;
}
.clr {
   clear: both;
   margin-bottom: 0em;
   padding: 0px;
}
#my-avatar {
   float: right;
   margin-left: 1em;
   padding-top: 5px;
}
#news {
   position: absolute;
   float: left;
   clear: both;
   bottom: 1em;
   left: 1.5em;
   text-align: left;
   font-size: 8pt;
   color: #eee;
   width: 50%;
   font-family: verdana, geneva, lucida, "lucida grande", arial, helvetica, sans-serif;
}
#news a:link, #news a:visited {
   color: #eee;
}
#news a:hover {
   color:  #00BFFF;
   text-decoration: underline;
}
#searcharea {
   position: absolute;
   top: 7px;
   right: 5px;
   height: 32px;
   width: 178px;
   background: url(./images/art/searchbg.png) no-repeat;
   overflow: hidden;
}
#searcharea .inputbox {
   background: transparent;
   color: #E3E3E3;
   padding: 3px 3px 0;
   border: none;
   margin: 5px 0 0 10px;
   width: 145px;
   height: 15px;
}
Title: Re: Reference
Post by: GloomY on February 10, 2012, 07:52:18 AM
No... It doesn't help me.
The avatar stays as it is.
Title: Re: Reference
Post by: Crip on February 10, 2012, 11:46:58 AM
Your best bet would be delete/remove the Avatar code within "(index.template.php)" cuz, my avatar is 50x50px
Title: Re: Reference
Post by: Sefket on March 06, 2012, 03:39:15 PM
Can you make this for 1.1.16?
Title: Re: Reference
Post by: Crip on March 07, 2012, 01:21:49 PM
It is for 1.16 ->
http://www.jpr62.com/sm11/index.php?theme=12

============>
Title: Re: Reference
Post by: Sefket on April 16, 2012, 12:51:55 PM
Where can I find the .maintitle image?
Title: Re: Reference
Post by: AlyssaM on April 29, 2012, 01:10:05 PM
im trying to move the userarea info
the stuff that says ''
Show unread posts since last visit.
Show new replies to your posts.
April 29, 2012, 10:49:11 AM
''
in the header
now i already got it from left to right but i want it a little bit more to the right because now its overlapping something
how can i move it?
Title: Re: Reference
Post by: Crip on August 10, 2013, 11:20:43 AM
Reference Theme => Has a small CSS code Update 2.0.4

New.Zip √ With a nice Board-index
Title: Re: Reference
Post by: Neo_TE on August 12, 2013, 06:07:59 AM
Quote from: Crip on August 10, 2013, 11:20:43 AM
Reference Theme => Has a small CSS code Update 2.0.4

New.Zip √ With a nice Board-index

Thank you very much.