Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: Crip on July 07, 2008, 12:53:38 PM

Title: Anecdota
Post by: Crip on July 07, 2008, 12:53:38 PM
Link to the theme (http://custom.simplemachines.org/themes/index.php?lemma=793)
(http://custom.simplemachines.org/themes/index.php/action,download/lemma,793/image,thumb)

Light colors; blue gradients modern SMF Theme.

2.0 version added -=- with a better Menu! ..

+ +   Demo (http://www.jpr62.com/demos/index.php?theme=8) + + 1.1 Demo (http://www.jpr62.com/sm11/index.php?theme=9)
Title: Re: Anecdota
Post by: Hoochie Coochie Man on July 07, 2008, 01:16:21 PM
Vouw @crip
That 3D menu buttons look cool :D Congrats.!
Title: Re: Anecdota
Post by: Crip on July 07, 2008, 02:22:48 PM
Thanks HCM ;)
Title: Re: Anecdota
Post by: TosTos on July 07, 2008, 02:48:16 PM
Beautifull theme Crip
Title: Re: Anecdota
Post by: Crip on July 07, 2008, 06:07:12 PM
Thanks Tos Tos
Title: Re: Anecdota
Post by: Apllicmz on July 08, 2008, 12:20:33 AM
nice work
good theme
Title: Re: Anecdota
Post by: VI-Chao on July 12, 2008, 07:32:33 PM
Awesome as usual, Crip!

This theme doesn't support news... correct?

VC
Title: Re: Anecdota
Post by: Bigguy on July 13, 2008, 01:04:08 AM
Very nice. I like it alot. :)
Title: Re: Anecdota
Post by: Crip on July 13, 2008, 07:54:39 PM
Thanks BigGuy ;)
Title: Re: Anecdota
Post by: Crip on July 13, 2008, 07:55:56 PM
Quote from: VI-Chao on July 12, 2008, 07:32:33 PM
Awesome as usual, Crip!

This theme doesn't support news... correct?

VC

Only with New Fader ..
Title: Re: Anecdota
Post by: ~Unkn0wn~ on August 10, 2008, 08:57:42 PM
How do i add a new button?
Title: Re: Anecdota
Post by: Hoochie Coochie Man on August 11, 2008, 05:51:07 AM
Quote from: assasinkilla on August 10, 2008, 08:57:42 PM
How do i add a new button?

Which button would you like to add? Arcade? Gallery?...?
Title: Re: Anecdota
Post by: ~Unkn0wn~ on August 11, 2008, 07:55:59 AM
Link back to my site.
Title: Re: Anecdota
Post by: Hoochie Coochie Man on August 11, 2008, 08:00:48 AM
Quote from: assasinkilla on August 11, 2008, 07:55:59 AM
Link back to my site.

index.template.php
Find:
// Show the [home] button.

add before:
// Show the [BUTTON NAME] button.
echo '<li><a href="BUTTON LINK"><span>BUTTON NAME</span></a></li>';
Title: Re: Anecdota
Post by: ~Unkn0wn~ on August 11, 2008, 08:31:15 AM
Not necessary to create a button? Like a .gif, or something?
Title: Re: Anecdota
Post by: Crip on August 13, 2008, 05:30:28 AM
Quote from: assasinkilla on August 11, 2008, 08:31:15 AM
Not necessary to create a button? Like a .gif, or something?

Not necessary no..only Link
Title: Re: Anecdota
Post by: C_MAN on August 24, 2008, 12:19:58 PM
This is a great theme!  One question though, I need to add a button.  The button I need to add is one like the ones that already exist to where they automatically "light up" when you click on them and are in that section. 

Instead of having my site go straight to the board index, I have it go to a portal page instead... I need a forum button on the navbar that is like the rest of the buttons.  Do I need to edit the pages on this theme like I did on the default theme?

Right now I have a "forum" button up there but it is one for a link like the one Hoochie Coochie Man gave the code for assasinkilla.

Thanks,
C_MAN
Title: Re: Anecdota
Post by: Crip on August 24, 2008, 01:44:51 PM
To work like the others it needs to be added here:

if (in_array($context['current_action'], array('search', 'admin', 'calendar', 'profile', 'mlist', 'register', 'login', 'help', 'pm', 'forum')))



Then just add the button code:

// Show the [Forum] button.
  echo '<li', $current_action == 'forum' ? ' id="chosen"' : '', '><a href="', $scripturl, '?action=forum"><span>FORUM</span></a></li>';


....basically thats it. :)
Title: Re: Anecdota
Post by: C_MAN on August 24, 2008, 04:37:39 PM
Quote from: Crip on August 24, 2008, 01:44:51 PM
To work like the others it needs to be added here:

if (in_array($context['current_action'], array('search', 'admin', 'calendar', 'profile', 'mlist', 'register', 'login', 'help', 'pm', 'forum')))



Then just add the button code:

// Show the [Forum] button.
  echo '<li', $current_action == 'forum' ? ' id="chosen"' : '', '><a href="', $scripturl, '?action=forum"><span>FORUM</span></a></li>';


....basically thats it. :)
Thanks Crip!
Title: Re: Anecdota
Post by: Pspuser007 on October 08, 2008, 12:57:39 PM
Hello!
Very nice theme!

I would like to add my own banner and remover the "my community".
How can i do that??

Thank you.
Title: Re: Anecdota
Post by: Pspuser007 on October 12, 2008, 08:41:33 AM
Hello again.
I manage to change the banner.
I would like to change the width of the forum though.How can i do that?
I know i have to do somethnig with style.css but i don't know the exact thing i have to edit.
Title: Re: Anecdota
Post by: Crip on October 12, 2008, 05:39:28 PM
Quote from: Pspuser007 on October 08, 2008, 12:57:39 PM
Hello!
Very nice theme!

I would like to add my own banner and remover the "my community".
How can i do that??

Thank you.

You do that with or without the .psd file included in the theme package.. logo.psd = logo.png
Title: Re: Anecdota
Post by: Pspuser007 on October 12, 2008, 06:54:27 PM
Thank you for your reply!

What about the width of my forum??How can i change it Crip?
Title: Re: Anecdota
Post by: Crip on October 13, 2008, 08:36:00 AM
Quote from: Pspuser007 on October 12, 2008, 06:54:27 PM
Thank you for your reply!

What about the width of my forum??How can i change it Crip?

In the style.css file look for #wrapper { 1024px; or 90%; }
.........thats where you can change forum width.
Title: Re: Anecdota
Post by: Pspuser007 on October 22, 2008, 05:47:37 PM
Thank you buddy!!:D
Title: Re: Anecdota
Post by: myoung on October 29, 2008, 11:43:32 PM
Quote from: Pspuser007 on October 12, 2008, 08:41:33 AM
Hello again.
I manage to change the banner.
I would like to change the width of the forum though.How can i do that?
I know i have to do somethnig with style.css but i don't know the exact thing i have to edit.

Can you post how you changed the "My Community" logo?  Thanks for the help in advance
Title: Re: Anecdota
Post by: lobo777 on November 20, 2008, 01:24:23 PM
Awesome theme bro.  I installed it on my 1.1.7 - any known issues with this version?  I'm getting some interesting errors in my error log, such as:

8: Use of undefined constant Forum - assumed 'Forum'
File: /home/thegl12/public_html/community/Themes/Anecdota/MessageIndex.template.php (eval?)
Line: 336

and

8: Use of undefined constant Gallery - assumed 'Gallery'
File: /home/thegl12/public_html/community/Themes/Anecdota/BoardIndex.template.php (eval?)
Line: 339

Couldn't figure out what was wrong here...
Title: Re: Anecdota
Post by: Crip on November 21, 2008, 07:57:26 AM
This Theme has just been updated with bug fixes and should be without error now.....
......if you had / have problems before?? .. UPDATE .. if any problems show up please report those Here.
Title: Re: Anecdota
Post by: lobo777 on November 21, 2008, 04:53:37 PM
I know I PMed you on this, but wanted to get it answered on here for anyone else having the prob... are you saying that the errors I listed in my prior post (on this topic) are from this theme?  I wasn't sure - just thought I'd pose the question since I hadn't seen it prior to install.

Will the new .ZIP file be a completely new install?  I've made a decent amount of mods to the theme already and I really wouldn't want to have to put new tabs, etc.  Thanks again!
Title: Re: Anecdota
Post by: Crip on November 21, 2008, 04:57:00 PM
Not sure what you mean ?
Title: Re: Anecdota
Post by: lobo777 on November 22, 2008, 01:40:10 PM
1.Will the updated .zip file, once installed, write over all of the little coding changes I made prior to the update?  I have added some menu tabs and changed a few things.
2.I was also wondering if the errors I'm getting (3 replies back) are fixed with the update.  I wasn't even sure they were a result of your coding.
Title: Re: Anecdota
Post by: Crip on November 22, 2008, 03:11:16 PM
Yes it should overwrite ----- but use your FTP client to do that. :)
Title: Re: Anecdota
Post by: lobo777 on November 23, 2008, 11:04:33 AM
Ok, then I may not do the update if it is going to overwrite everything.  The point was really that I don't want to have to redo all of the stuff I've changed on the theme.   I will search for an answer for question #2 in another area I suppose - was curious if it was from this theme and hoping there would be a quick way to fix the 2 error msgs w/o reinstalling everything.
Title: Re: Anecdota
Post by: L'AltroWeb on November 23, 2008, 12:37:51 PM
Good theme :)
I've only changed

#wrapper {
width: 1024px;

to

#wrapper {
width: 98%;

and
body {
background: #002A5C;
padding: 20px 0 0 0;

to
body {
background: #002A5C;
padding: 10px 0 10px 0;

Now is ok also to 1027x768: http://darkwolf.altervista.org/smf2/index.php
;)
--
Edit: current date/time is not visible to logged user (only to guest).
To fix edit this part of code like this:
// Otherwise they're a guest - this time ask them to either register or login - lazy bums...
else
{
  echo sprintf($txt['welcome_guest'], $txt['guest_title']);
echo '
<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"  size="10" />
<input type="password" name="passwrd"  size="10" />
<input type="submit" value="', $txt['login'], '" />
<input type="hidden" name="hash_passwrd" value="" />
</form>';
}

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

// Search within current topic?
Title: Re: Anecdota
Post by: Moonsheald on November 23, 2008, 12:59:13 PM
Vey Nice Theme Crip :D Thank
Title: Re: Anecdota
Post by: adicrst on November 23, 2008, 10:27:42 PM
do you think you can add "Last post" ?
Title: Re: Anecdota
Post by: Peter1960 on November 24, 2008, 04:13:53 AM
Nice theme, is it possible to get a blank logo from you for this theme.
Title: Re: Anecdota
Post by: Crip on November 24, 2008, 12:56:46 PM
Quote from: Peter1960 on November 24, 2008, 04:13:53 AM
Nice theme, is it possible to get a blank logo from you for this theme.
'It;s .psd file is included to edit however.
Title: Re: Anecdota
Post by: tanny on November 24, 2008, 04:27:47 PM
great theme..

thnx

tanny
Title: Re: Anecdota
Post by: Crip on November 24, 2008, 04:29:08 PM
Pleasure!
Title: Re: Anecdota
Post by: zijO on November 25, 2008, 01:05:37 AM
Very nice!

I noticed that if smf template is not edited most what Google displays is.
Site title, then hello guest, please register.......

Is it possible if visitor is not logged in to add in middle of head custom text
which Google will read first.
Title: Re: Anecdota
Post by: Crip on November 25, 2008, 11:34:38 AM
I don't understand ..... ?
Title: Re: Anecdota
Post by: workmss on December 04, 2008, 06:22:54 PM
I think i posted my last question in the wrong spot...

my logo won't show up...I know its correct as the same path works in other themes.

I LOVE this theme...the logo is my only issue...any suggestions would be greatly appreciated!!!

Stephanie
Title: Re: Anecdota
Post by: workmss on December 04, 2008, 07:26:16 PM
Ha! I figured it out on my own...thanks!!

Great theme! 

Are there any chat-mods available I can use? I'm on SMF 1.1.7....

Stephanie
Title: Re: Anecdota
Post by: Crip on December 05, 2008, 02:49:35 PM
Fantastic Stephanie
Title: Re: Anecdota
Post by: Burke ♞ Knight on December 05, 2008, 08:49:08 PM
Crip,

Love the theme. So professional looking for my web host support site. :)

However, how would I center the menu?
Title: Re: Anecdota
Post by: Crip on December 06, 2008, 11:01:07 AM
That's not possible with the type of menu it is, possible solution is • find another menu ?
Title: Re: Anecdota
Post by: Burke ♞ Knight on December 06, 2008, 11:35:03 AM
That's okay. Was just curious to if you had a way. :)

This has to be one of the best, most professional SMF theme I have ever seen. :)
Already converted 4 sites, and am doing a 5th now. :)
Title: Re: Anecdota
Post by: Crip on December 06, 2008, 06:41:26 PM
excellent ! ;)
Title: Re: Anecdota
Post by: workmss on December 09, 2008, 07:59:11 AM

I don't believe the news fader is working?? Is there something different I need to do?

I have 3 items set that should cycle in the fader and I only see the first one..it never goes to the next one??

Thanks,
Stephanie
Title: Re: Anecdota
Post by: Crip on December 09, 2008, 12:10:25 PM
Stephanie,
try in different browsers it should work ?
Title: Re: Anecdota
Post by: workmss on December 09, 2008, 03:51:43 PM
Crip,

In Mozilla it is excruciatingly slow but it does work...in IE it just seems stuck.

http://www.torchspirit.com/     

Should I just shorten the time for the fader? I wouldn't have a clue what I need to set that too in order to make it move a bit faster...

Stephanie
Title: Re: Anecdota
Post by: Crip on December 11, 2008, 06:26:06 AM
Yes, shorten the fader time ..... try text only instead of images until you can set it OK ----
------ Nice site you have .
Title: Need to fix dot gifs on page...
Post by: zerog12avity on December 18, 2008, 04:31:32 PM
Crip,

First of all this theme is awesome. It's just what I was looking for.... I have only been doing this for a few days and I have found your info on this thread much help to me. IE. header logo.
I need to fix my dots from simpleportal... I haven't found a fix. If I passed one up I apologize...
Thanks
Title: Re: Anecdota
Post by: Burke ♞ Knight on December 18, 2008, 04:37:09 PM
Quote from: zerog12avity on December 18, 2008, 04:31:32 PM
Crip,

First of all this theme is awesome. It's just what I was looking for.... I have only been doing this for a few days and I have found your info on this thread much help to me. IE. header logo.
I need to fix my dots from simpleportal... check out at www.homeowners411.com/forum (http://www.homeowners411.com/forum) I haven't found a fix. If I passed one up I apologize...
Thanks

To fix the SimplePortal Dot and Arrow, upload the images from the SimplePortal package file, to the theme's images directory. :)
Title: Re: Anecdota
Post by: zerog12avity on December 19, 2008, 11:20:13 AM
BurkeKnight,
It worked like a charm... Thanks for your help.
Title: Re: Anecdota
Post by: lobo777 on December 20, 2008, 05:01:56 PM
I can't even get my news to show at all -- is there a mod or something I need to add on this theme?  I have 2 news items set to show, but nothing does.
Title: Re: Anecdota
Post by: Burke ♞ Knight on December 20, 2008, 05:04:08 PM
I think you have to enable the news fader to see the news with this theme.
Title: Re: Anecdota
Post by: lobo777 on December 20, 2008, 05:52:44 PM
Gotcha - that was it - I was enabling under News & Newsletters and it ends up, I did have to enable the actual news fader under the Theme settings!  Thanks for the quick answer!
Title: Re: Anecdota
Post by: Crip on December 20, 2008, 07:57:59 PM
Why wouldn't the News-faded Not work ? What could cause it not to ??
..I just can't figure out why .... basically, it's just like any other smf Theme ...

         I will try to find out why -- there has to be some reason ..... yes? ..
Title: Re: Anecdota
Post by: Burke ♞ Knight on December 20, 2008, 08:01:16 PM
Crip,

He did not have the news fader activated.
He only had added the news items, and had not went and activated the fader, since this theme, like lots of others, do not use the default theme's above the menu news box. :)

Everything seems to be working fine, now that he activated it. :)
Title: Re: Anecdota
Post by: Crip on December 21, 2008, 05:24:22 PM
Thanks BK ... it always worked for me , this theme is probally a year old by now ... Lol.. :)
Title: Re: Anecdota
Post by: zerog12avity on December 22, 2008, 01:01:24 PM
I added the Ad Management Mod V.2.3.4 from this site and the package installed with no problems, but the ads will not appear on this theme. They work on the core theme... Got a fix?
Title: Re: Anecdota
Post by: Burke ♞ Knight on December 22, 2008, 01:08:38 PM
Yes, we do. :)
You have to manually install the mod into the theme.

Manual Installation of Mods (http://docs.simplemachines.org/index.php?topic=402)
Title: Re: Anecdota
Post by: zerog12avity on December 23, 2008, 05:11:21 PM
While going through the manual install ad manager v.2.3.4; using phpDesigner, I noticed that I did not have the Display.template.php or MessageIndex.template.php files for this theme. Where do I make these changes?
Title: Re: Anecdota
Post by: Burke ♞ Knight on December 23, 2008, 07:09:00 PM
If not in this theme, then the mod will use the default, which it shows in the list if they pass or fail.

Manual Installation of Mods (http://docs.simplemachines.org/index.php?topic=402)
Title: Re: Anecdota
Post by: richie390 on December 29, 2008, 01:41:29 AM
Nice theme. the only one I will use cause it awesome. But I want to know on the 1.1.7 theme, the "Last Post" How can that be in box on the right next to Post and Topics?
Title: Re: Anecdota
Post by: 3800Prez on January 02, 2009, 08:41:20 AM
This is a great theme. I like the colors, and layout.
I came in here hoping someone had posted how to remove the "My Community " logo. I saw a few people ask how, but then they posted that they had figured it out on their own.

I know there is the logo.psd , but I am really clue less as to what I can do with that logol.
Title: Re: Anecdota
Post by: divevets on January 03, 2009, 04:22:33 PM
update **  GOT IT, THANKS TO CRIP'S EARLIER NOTE **

Can someone guide me (newbie) on adding a button so we can get our Gallery back?

Thanks.
Title: Re: Anecdota
Post by: aw06 on January 12, 2009, 12:10:00 AM
Love this theme .. but ..

When i load my site in internet explorer it loads but with errors ..

These are the errors

(http://img.photobucket.com/albums/v717/Wiggy05/SJError1.jpg)

(http://img.photobucket.com/albums/v717/Wiggy05/SJError2.jpg)

Please Help
Title: Re: Anecdota
Post by: aw06 on January 12, 2009, 01:24:28 AM
Also .. how can i display the time and date when log in .. the method a user posted here gives error and is buggy
Title: Re: Anecdota
Post by: aw06 on January 12, 2009, 08:33:47 AM
Also would love to see the board summary througout the entire forum

Members: 17  •  Posts: 86  •  Topics: 49
Please welcome member, our newest member.
Title: Re: Anecdota
Post by: Crip on January 12, 2009, 02:46:24 PM
You ask too many questions aw06.
Title: Re: Anecdota
Post by: aw06 on January 13, 2009, 07:09:06 AM
Quote from: Crip on January 12, 2009, 02:46:24 PM
You ask too many questions aw06.

:D I have more ... i just seem to realise a problem ...

When a new post is made .. the category heading on the main page goes blank ..

eg.
(http://img.photobucket.com/albums/v717/Wiggy05/Crip.jpg)

What it should look like
(http://img.photobucket.com/albums/v717/Wiggy05/Crip2.jpg)

Please help
Title: Re: Anecdota
Post by: Antechinus on January 13, 2009, 06:41:25 PM
Crip, I sorted this last question over here: http://www.simplemachines.org/community/index.php?topic=285790.msg1877560#msg1877560

It just needs a minor edit to the style.css to call the background for catbg2.  ;D
Title: Re: Anecdota
Post by: aw06 on January 13, 2009, 06:52:06 PM
Quote from: antechinus on January 13, 2009, 06:41:25 PM
Crip, I sorted this last question over here: http://www.simplemachines.org/community/index.php?topic=285790.msg1877560#msg1877560

It just needs a minor edit to the style.css to call the background for catbg2.  ;D

Im wordering if other people using this theme , didnt see this glitch ?  :-\

antechinus could you possibly help me with the other questions i asked ?
Title: Re: Anecdota
Post by: Crip on January 20, 2009, 01:46:47 PM
FYI--
I cannot help on any and all IE errors & or issues you may or may not encounter ! ----
Title: Re: Anecdota
Post by: aw06 on January 20, 2009, 02:02:44 PM
Quote from: Crip on January 20, 2009, 01:46:47 PM
FYI--
I cannot help on any and all IE errors & or issues you may or may not encounter ! ----

ok ,, your support site is back up now ?
Title: Re: Anecdota
Post by: lobo777 on January 21, 2009, 10:10:39 AM
Hey, Crip!  Still diggin' on this theme, but I've hit a little hiccup.  I am trying to address some canonical issues (trying to make everything direct to www not non-www), so I went into the Current Theme settings and changed This Theme's URL and This Theme's Images URL from http://example.com/community/Themes/Anecdota to http://www.example.com/community/Themes/Anecdota and then it wouldn't bring up the theme skin when people go from home page to forum.  Once they log in, all is fine.  Any ideas on how to fix this issue, and make sure that none of the non-www urls are reachable (or they are redirected to www.)?  Any help is appreciated!
Title: Re: Anecdota
Post by: aw06 on January 21, 2009, 10:32:48 AM
Quote from: lobo777 on January 21, 2009, 10:10:39 AM
Hey, Crip!  Still diggin' on this theme, but I've hit a little hiccup.  I am trying to address some canonical issues (trying to make everything direct to www not non-www), so I went into the Current Theme settings and changed This Theme's URL and This Theme's Images URL from http://example.com/community/Themes/Anecdota to http://www.example.com/community/Themes/Anecdota and then it wouldn't bring up the theme skin when people go from home page to forum.  Once they log in, all is fine.  Any ideas on how to fix this issue, and make sure that none of the non-www urls are reachable (or they are redirected to www.)?  Any help is appreciated!

I use some code in the root index.php

Quote<?php
header("location:http://yoursite.com/forum/index.php");
exit;
?>

<link rel="shortcut icon" href="favicon.ico" >

<HTML>
<head>
<script language="JavaScript">

<!--

top.location.href = 'http://www.yoursite.com/forum/index.php';
//-->
</script>

</head>
</HTML>

This way you dont have to change the Themes URL/Images
Title: Re: Anecdota
Post by: lobo777 on January 21, 2009, 10:58:34 AM
Where in the index.php should I place this?   Thanks for the prompt response and assistance... hope all is well in your world!
Title: Re: Anecdota
Post by: aw06 on January 21, 2009, 11:14:14 AM
Paste the code from your root index.php lemme look at it
Title: Re: Anecdota
Post by: aw06 on January 21, 2009, 11:59:07 AM
No, thats the one in you forums directory .... the one you need is in your root

eg.

http://yoursite/index.php
not
http://yoursite/'folder name'/index.php
Title: Re: Anecdota
Post by: lobo777 on January 21, 2009, 12:09:13 PM
Sorry, thought that might be what you meant... I do not have an index.PHP in my root directory for whatever reason.  I just have index.html, php.ini, etc.  The way I tried to redirect was in my .htaccess file with something like this:

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^example.com [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]


Hopefully there's some way to use the files I have or create an index.php
Title: Re: Anecdota
Post by: aw06 on January 21, 2009, 12:12:24 PM
you should be able to just create an index.php  :-\ and paste the code i posted .. you may want to take out the favicon line thou if your not going to be using one 
Title: Re: Anecdota
Post by: lobo777 on January 21, 2009, 12:27:33 PM
K, well I made a file called index.php with the code you included (changed the urls where appropriate for my site) and have a favicon in my root called favicon.png.  Anyways, nothing has changed.  I guess I should ask, what exactly was this supposed to do.  If a user is logged in and types example.com/community or anything with www. suddenly it doesn't show them logged in.  If you go back to www then it shows logged in again.  Thanks for your patience
Title: Re: Anecdota
Post by: aw06 on January 21, 2009, 01:31:50 PM
this redirects /yousite to www.yoursite
Title: Re: Anecdota
Post by: lobo777 on January 21, 2009, 04:37:21 PM
That's what I assumed from the code, but it doesn't seem to be working in the created index.php file.  I'll keep checking on here for ideas and if I figure something out, I'll add the solution to the post.  Thanks again for the assistance.
Title: Re: Anecdota
Post by: aw06 on January 21, 2009, 04:42:40 PM
Quote from: lobo777 on January 21, 2009, 04:37:21 PM
in the created index.php file. 

did you set the permissions to 664 ??
Title: Re: Anecdota
Post by: Crip on January 22, 2009, 08:31:37 AM
Quote from: lobo777 on January 21, 2009, 10:10:39 AM
Hey, Crip!  Still diggin' on this theme, but I've hit a little hiccup.  I am trying to address some canonical issues (trying to make everything direct to www not non-www), so I went into the Current Theme settings and changed This Theme's URL and This Theme's Images URL from http://example.com/community/Themes/Anecdota to http://www.example.com/community/Themes/Anecdota and then it wouldn't bring up the theme skin when people go from home page to forum.  Once they log in, all is fine.  Any ideas on how to fix this issue, and make sure that none of the non-www urls are reachable (or they are redirected to www.)?  Any help is appreciated!

The images location / URL should be as this :
Quote
http://www.example.com/community/Themes/Anecdota/images/
Title: Re: Anecdota
Post by: lobo777 on January 22, 2009, 09:49:05 AM
File permission is set to 644. 

Oh and Crip, that was a typo - the images folder does show as /images so its cool.
Title: Re: Anecdota
Post by: aw06 on January 22, 2009, 10:35:46 AM
Quote from: lobo777 on January 22, 2009, 09:49:05 AM
File permission is set to 644. 

Oh and Crip, that was a typo - the images folder does show as /images so its cool.

try setting it to 664
Title: Re: Anecdota
Post by: aw06 on January 24, 2009, 10:49:36 AM
Crip .. what happen to your theme support site ????? .. i need some help with this

I have my own custom ad code that looks like this

//echo
include 'adverts.php';


It points to adverts.php which i further have more code in to display banners and such ...

I would like to add this block directly above the powerd by SMF text..

In the theme's index.template.php .. that section of code looks like this

// 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"  size="10" />
<input type="password" name="passwrd"  size="10" />
<input type="submit" value="', $txt[34], '" />
<input type="hidden" name="hash_passwrd" value="" />
</form>', $context['current_time'],'<br />';
}
echo '
</div>
<a href="'.$scripturl.'" title=""><span id="logo"> </span></a>';
echo '
  </div>
</div>
</div>
  <div id="toolbar">
<div id="menumain">',template_menu(),'
  </div>

  <div id="mainarea">';

}
function template_main_below()
{
global $context, $settings, $options, $scripturl, $txt;

  echo '
</div>';


// Show the "Powered by" and "Valid" logos, as well as the copyright. Remember, the copyright must be somewhere!
echo '
<div id="footer">
<div id="foot-l">
  <div id="foot-r">
<div id="footerarea">
<span class="smalltext"><br />', theme_copyright(), '<br /> <strong>Anecdota</strong> by <a href="http://www.jpr62.com/theme/index.php"><strong>Crip</strong></a> | </span><a href="http://shopinja.com/forum/index.php?topic=4.0"><strong>ShopinJA.com &copy; 2009</strong></a></span>';

// Show the load time?
if ($context['show_load_time'])
echo '
<p align="center"><span class="smalltext">', $txt['smf301'], $context['load_time'], $txt['smf302'], $context['load_queries'], $txt['smf302b'], '</span></p>';

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

// The following will be used to let the user know that some AJAX process is running
echo '
<div id="ajax_in_progress" style="display: none;', $context['browser']['is_ie'] && !$context['browser']['is_ie7'] ? 'position: absolute;' : '', '">', $txt['ajax_in_progress'], '</div>';

echo '
  </div>
  </div>
</body>
</html>';
}

// Show a linktree. This is that thing that shows "My Community | General Category | General Discussion"..
function theme_linktree()


can you tell me where exactly i would insert my code to call up adverts.php
Title: Re: Anecdota
Post by: Crip on January 26, 2009, 05:23:18 PM
I'm sorry I just do not know how ..
Title: Re: Anecdota
Post by: blow on February 12, 2009, 07:22:31 AM
Hi Crip, your theme is great!

I just want to ask you how to center the logo.

Thx!
Title: Re: Anecdota
Post by: Crip on February 12, 2009, 11:18:23 AM
You can do that via the style.css , #logo { top, left } you just have to adjust it to your Forum Width /* ca be percentage % or pixel px & like 9.8em sizes */
Title: Re: Anecdota
Post by: AtlJimK on February 13, 2009, 01:16:40 PM
Is there a way to allow the width of the board to fluctuate with the user's window size? Thanks.
Title: Re: Anecdota
Post by: L'AltroWeb on February 13, 2009, 01:37:36 PM
Quote from: AtlJimK on February 13, 2009, 01:16:40 PM
Is there a way to allow the width of the board to fluctuate with the user's window size? Thanks.
http://www.simplemachines.org/community/index.php?topic=248382.msg1811689#msg1811689 ?
Title: Re: Anecdota
Post by: AtlJimK on February 13, 2009, 02:45:23 PM
Thanks for the quick reply. Worked perfect.  :D
Title: Re: Anecdota
Post by: L'AltroWeb on February 13, 2009, 02:50:59 PM
Quote from: AtlJimK on February 13, 2009, 02:45:23 PM
Thanks for the quick reply. Worked perfect.  :D
;)
Title: Re: Anecdota
Post by: blow on February 14, 2009, 04:04:19 PM
Thank you Crip!

Now I'd like to know if it's possible to put little icons next to the topmenu buttons. Can you help me?


Congratz again, your theme is doing miracles here! ;D
Title: Re: Anecdota
Post by: blow on February 21, 2009, 12:58:11 PM
Ok, the above is not necessary anymore.

But now I've noticed that the singnature space below posts appears only below the last line of left profile informations (in where the icons of "view profile", "email" and PM are shown). This sometimes brings a big blank space below the post text. Is there a way to put the sign space just below the post? Like in the SMF default theme...

Best regards. ;)
Title: Re: Anecdota
Post by: Crip on February 23, 2009, 10:49:21 AM
if you knew which default template yes it could look the same.
Title: Re: Anecdota
Post by: aw06 on March 03, 2009, 08:05:21 PM
I it possible to center the navigation buttons of this theme .. Home.help.search.etc.etc

???????
Title: Re: Anecdota
Post by: Crank! on March 04, 2009, 07:28:30 AM
I am real new on this stuff. I really like this theme, however I came to like having certain buttons on the menu and they disapear with this theme installed.

I need help on placing those buttons like: links, downloads, gallery etc. just like on the SMF default theme core.

I have been doing this for just over 5 days now so I really need the newbie answer. Also I uploaded the EZportal to my site so I don't know if I need to do something else to show for that.

I appreciate the help.
Title: Re: Anecdota
Post by: Crip on March 04, 2009, 09:17:04 AM
Quote from: aw06 on March 03, 2009, 08:05:21 PM
I it possible to center the navigation buttons of this theme .. Home.help.search.etc.etc

???????

It's possible ... Read more here. (http://www.tinyportal.net/index.php/topic,28650.0.html)
Title: Re: Anecdota
Post by: Crip on March 04, 2009, 09:19:16 AM
Quote from: juanporro on March 04, 2009, 07:28:30 AM
I am real new on this stuff. I really like this theme, however I came to like having certain buttons on the menu and they disapear with this theme installed.

I need help on placing those buttons like: links, downloads, gallery etc. just like on the SMF default theme core.

I have been doing this for just over 5 days now so I really need the newbie answer. Also I uploaded the EZportal to my site so I don't know if I need to do something else to show for that.

I appreciate the help.

You'll need to ask EZportal about that ....
Title: Re: Anecdota
Post by: aw06 on March 04, 2009, 09:38:15 AM
Quote from: Crip on March 04, 2009, 09:17:04 AM
Quote from: aw06 on March 03, 2009, 08:05:21 PM
I it possible to center the navigation buttons of this theme .. Home.help.search.etc.etc

???????

It's possible ... Read more here. (http://www.tinyportal.net/index.php/topic,28650.0.html)

thanks ,, but this method does not 'center' it and it displays diffrently on various screen resolutions
Title: Re: Anecdota
Post by: Crip on March 07, 2009, 06:48:10 PM
Find a different menu for Theme ....?
Title: Re: Anecdota
Post by: aw06 on March 08, 2009, 01:01:11 AM
Quote from: Crip on March 07, 2009, 06:48:10 PM
Find a different menu for Theme ....?

??? what ?
Title: Re: Anecdota
Post by: Mystery? on March 22, 2009, 02:17:52 PM
3 things that is messed up in the theme for me:

- The code bbcode.

- When I install a mod and look at what it replaces the codes are messed up.

- The signature space has been messed up.
* I also need this above the signature: [hr]
Title: Re: Anecdota
Post by: tmedic12 on March 23, 2009, 08:57:33 PM
I love the theme... I just upgraded to 2.0 and a couple things aren't working.

1. Using the 2.0v of your theme, the only button in the menu that shows up is the Messages button. All other buttons disappear. If I use the 1.1.7v of your theme, all the buttons work.

2. When I was using 1.1.8, I was able to change the logo.  Since updating to 2.0, and still using 1.1.7v of the theme the top logo will not change. I change it in the code and the preview shows it changed. But it doesn't change on the site.





Title: Re: Anecdota
Post by: Mystery? on March 27, 2009, 06:43:41 PM
Can you also make a silver version of this mod?
Title: Re: Anecdota
Post by: Crip on March 28, 2009, 05:08:24 AM
This theme needs another Update , to solve most of the above questions ... simple issues anyway -----
Title: Re: Anecdota
Post by: Mystery? on March 30, 2009, 08:24:03 PM
When will it be updated.
Title: Re: Anecdota
Post by: tracker-man on April 04, 2009, 12:40:35 PM
Crip,
Firstly - Great theme, I love the layout, colour and modern style.
However I am having problems removing the "My Community" image and replacing it with my own. Can you please give a step by step instruction as to how to do this?
Or, those of you who have figured it out yourself, can you please post it here? I am sure alot of us newbies would be grateful for some help.
Thanks
Title: Re: Anecdota
Post by: tracker-man on April 06, 2009, 10:25:55 AM
Any ideas how to change the "My Community" logo and replace it with my own?
Title: Re: Anecdota
Post by: L'AltroWeb on April 06, 2009, 10:32:23 AM
Quote from: tracker-man on April 06, 2009, 10:25:55 AM
Any ideas how to change the "My Community" logo and replace it with my own?
U can simply overwrite it via ftp ;)
Title: Re: Anecdota
Post by: tracker-man on April 06, 2009, 11:33:25 AM
Quote from: Dark-Wolf on April 06, 2009, 10:32:23 AMU can simply overwrite it via ftp ;)

Which file is it? Logo.psd ?
Title: Re: Anecdota
Post by: L'AltroWeb on April 06, 2009, 05:42:30 PM
Quote from: tracker-man on April 06, 2009, 11:33:25 AM
Which file is it? Logo.psd ?
Logo.psd is to edit with phptoshop. The logo is in /images/img/logo.jpg
Title: Re: Anecdota
Post by: LOVELORD on April 19, 2009, 03:39:23 PM
How to add searc in top area?

How to make board longer than 900 px?
Title: Re: Anecdota
Post by: Mystery? on April 28, 2009, 01:27:11 PM
How do make the post area wider.

I need it because I use AEVA and post YouTube HD videos and the result is that I have to scroll right to watch the cut of part of the video.
Title: Re: Anecdota
Post by: Drover on June 01, 2009, 04:16:09 PM
Great theme!  I wish I had seen it before! 

How can I add a text box below the menu bar?  Just for forum announcements, etc? 
Title: Re: Anecdota
Post by: Crip on June 07, 2009, 08:14:54 AM
Thanks Dark-Wolf! ;)
Title: Re: Anecdota
Post by: drav on August 01, 2009, 09:30:48 AM
Quote from: Drover
How can I add a text box below the menu bar?  Just for forum announcements, etc?

Did anyone work this out? I'd like to be able to see the forum news below the menu.

Also, with version 2 of the theme the text is very small in both the boards and the posts. How to I enlarge it?

Thanks  :)

EDIT: I'm having the same problems reported by mystery?
1) code insert is messed up
2) signatures are messed up

Looks like I'm shelving this. Shame. I like it.
Title: Re: Anecdota
Post by: Crip on August 01, 2009, 03:02:51 PM
Truthfully , I was a 2.0 noob when I converted it for 2.0 .. it soon will be updated throughout the Theme , cuz it really needs it ASAP! ...
Title: Re: Anecdota
Post by: drav on August 01, 2009, 03:40:10 PM
Hi Crip

Yep, it needs some updating. On the surface it is fine with 2.0 and I had some other issues solved in style.css. A couple of major bugs, though, namely the ones already mentioned.

I think it is easily one of the best free themes available and I'd love to get it back on my site!

:)
Title: Re: Anecdota
Post by: Crip on August 02, 2009, 08:02:01 PM
I willl post that it has indeed been update when completed (2.0 RC1.2) or if  (2.0 RC1.3)?  ;D
Title: Re: Anecdota
Post by: rhondaklewis on August 11, 2009, 05:04:59 AM
I can't find the Admin control panel
also where do I insert adsense code.
Title: Re: Anecdota
Post by: Crip on August 11, 2009, 11:29:37 AM
As I said above , this theme 'will' be updated in due time. :)
Title: Re: Anecdota
Post by: Crip on August 11, 2009, 05:27:55 PM
Updated Zip,  2.0 RC1.2 version added. .. Update Now , you need it.
Title: Re: Anecdota
Post by: rhondaklewis on August 11, 2009, 11:46:26 PM
Thanx for the update. It looks great!
Title: Re: Anecdota
Post by: rhondaklewis on August 20, 2009, 01:43:25 AM
still can't figure where to put adsense
Title: Re: Anecdota
Post by: Forbs on August 20, 2009, 01:53:19 AM
Quote from: Mystery? on April 28, 2009, 01:27:11 PM
How do make the post area wider.

I need it because I use AEVA and post YouTube HD videos and the result is that I have to scroll right to watch the cut of part of the video.


   
Solution of your problem is  style.css
Title: Re: Anecdota
Post by: Crip on August 20, 2009, 05:04:00 AM
:up:
Title: Re: Anecdota
Post by: rhondaklewis on August 25, 2009, 02:11:23 AM
Quote from: Crip on August 20, 2009, 05:04:00 AM
:up:

Are you talking to me?

Can someone please help me find where to put in the adsense code.
thanks
Title: Re: Anecdota
Post by: Crip on August 26, 2009, 05:21:07 AM
I do not know how to add any type mods , so don't even ask me please.....
Title: Re: Anecdota
Post by: drav on August 28, 2009, 01:25:55 PM
Hi Crip

Thanks for the update, is working great!  :D
Title: Re: Anecdota
Post by: drav on September 01, 2009, 04:45:25 PM
Hi Crip, anyone

I'm attaching an image of a rogue line that is spreading right off the screen. Any idea of what is causing this and how to remove it? Funnily, it only appears for one member. No one else is getting it.

Cheers
Title: Re: Anecdota
Post by: Crip on September 02, 2009, 10:39:02 AM
drav,
i've no idea on that one bro  ?
Title: Re: Anecdota
Post by: drav on September 06, 2009, 03:53:52 PM
It's weird. It only happens to one member and to posts that have attachments in them, be it pictures or files. Oh, well, looks like a bit of trail and error is in order to root out the problem  ::)
Title: Re: Anecdota
Post by: drav on September 08, 2009, 06:26:52 PM
I can't fix this problem. Does ANYONE know what it could be?
The rogue line that hangs off the screen is the line that should divide attachments from the body of the post. No idea why it has moved like that.  :'(
Title: Re: Anecdota
Post by: Crip on September 11, 2009, 08:45:36 AM
good luck pal :P
Title: Re: Anecdota
Post by: falken on October 14, 2009, 07:23:27 PM
Hello, I want to add a button in the top bar of my forum but i don't know how, and i can't find the code in the index.template.php

Can anybody help me?

Thanks! ;D
Title: Re: Anecdota
Post by: Crip on October 15, 2009, 09:25:58 AM
Quote from: falken on October 14, 2009, 07:23:27 PM
Hello, I want to add a button in the top bar of my forum but i don't know how, and i can't find the code in the index.template.php

Can anybody help me?

Thanks! ;D
''


i think it's in the Sources/subs.php  area but not sure?
Title: Re: Anecdota
Post by: superlife on October 19, 2009, 06:19:50 PM
Nice theme. I love the colors, just exactly what i was looking for.

I would like to add the forum botton
I added using the help code changed HELP by Forum but the result was another help botton, when i click on it , it send me to my forum.

Can anyone tell me how is the right way to add the forum botton to my forum..

Thank you 4 u help.
Title: Re: Anecdota
Post by: Crip on October 20, 2009, 05:11:55 AM
Quote from: superlife on October 19, 2009, 06:19:50 PM
Nice theme. I love the colors, just exactly what i was looking for.

I would like to add the forum botton
I added using the help code changed HELP by Forum but the result was another help botton, when i click on it , it send me to my forum.

Can anyone tell me how is the right way to add the forum botton to my forum..

Thank you 4 u help.

.... depends upon smf versions & Portal make n Type
Title: Re: Anecdota
Post by: superlife on October 21, 2009, 11:53:08 PM
Thank you for help me.
Here i have more info.

I dont mind to delete the help botton and have the forum one instead.

Powered by SMF 1.1.10 | SMF © 2006-2009, Simple Machines LLC
SimplePortal 2.3 © 2008-2009, SimplePortal

   // Show the [home] button.
   echo '<li', $current_action == 'home' ? ' id="chosen"' : '', '><a href="', $scripturl, '"><span>' , $txt[103] , '</span></a></li>';
   
      // Show the [forum] button.
         echo '<li', $current_action == 'forum' ? ' id="chosen"' : '', '><a href="', $scripturl, '?action=foros"><span>' , $txt[119] , '</span></a></li>';

   // Show the [help] button.
   echo '<li', $current_action == 'help' ? ' id="chosen"' : '', '><a href="', $scripturl, '?action=help"><span>' , $txt[119] , '</span></a></li>';
Title: Re: Anecdota
Post by: eyeseven on November 11, 2009, 01:37:00 AM
Hi! Please, Kindly update the theme for SMF 2.0 Latest Version.

Thanks guys and more power!
Title: Re: Anecdota
Post by: Crip on November 11, 2009, 08:55:00 AM
Quote from: eyeseven on November 11, 2009, 01:37:00 AM
Hi! Please, Kindly update the theme for SMF 2.0 Latest Version.
Thanks guys and more power!

Soon friend, very soon.
Title: Re: Anecdota
Post by: eyeseven on November 11, 2009, 03:20:27 PM
Thanks! We will wait for that.. More power!
Title: Re: Anecdota
Post by: Crip on November 15, 2009, 03:45:06 PM
Updated Zip -- 2.0 RC2 version Now!   :P
Title: Re: Anecdota
Post by: aledTH on November 16, 2009, 03:29:48 AM
Awesome theme, Crip! It's so cool.  8)

Any chances of different colours? (I would like red mostly)
Title: Re: Anecdota
Post by: Crip on November 16, 2009, 04:49:50 AM
No.
Title: Re: Anecdota
Post by: b4pjoe on November 16, 2009, 03:21:58 PM
Love this theme. I do have one minor problem with the copyright at the bottom of the theme. See attached. If there is an easy fix that would be great.
Title: Re: Anecdota
Post by: Crip on November 16, 2009, 04:50:48 PM
Quote from: joec88 on November 16, 2009, 03:21:58 PM
Love this theme. I do have one minor problem with the copyright at the bottom of the theme. See attached. If there is an easy fix that would be great.

There isn't a fix for that , that's just way to much text for the footer to hold ...
Title: Re: Anecdota
Post by: b4pjoe on November 16, 2009, 09:56:54 PM
I've tried removing some of the text. See new attachment. Still doesn't line up correctly. Even with all of the text that was originally there it all lines up correctly with the default Curve theme. See 2nd attachment.
Title: Re: Anecdota
Post by: Crip on November 17, 2009, 05:21:39 AM
PMX -- ask them.
Title: Re: Anecdota
Post by: falken on November 18, 2009, 06:44:49 PM
It's posible to put the new anecdota theme size like the old one? this is too big!  :-[

And also i can't put a banner without hide the letters and avatar logo, how can i solve this?

Thanks and sorry for my english!
Title: Re: Anecdota
Post by: Crip on November 19, 2009, 01:06:03 PM
Admin>>Config>>Current Theme   [width-here] 90% / 950px / 80% ...
To easy huh?
Title: Re: Anecdota
Post by: falken on November 19, 2009, 05:19:43 PM
Quote from: Crip on November 19, 2009, 01:06:03 PM
Admin>>Config>>Current Theme   [width-here] 90% / 950px / 80% ...
To easy huh?

Thanks! I was using the spanish languaje and i didn't see that option  :-[

I tried to change the banner, I change this in the index.css

#logo {
    position: absolute;
    top: 30px;
    left: 20px;
    display: block;
    width: 1220px!important;
    height: 185px!important;
    cursor: pointer;
    background: url(../images/img/logo.png) no-repeat!important;

And i see it perfectly but the lettes of hello member,you have 4 messages, show unread post...etc and the image avatar still behind the banner imagen and i can't see them, how can i solve this?

Thanks!  :-[
Title: Re: Anecdota
Post by: Crip on November 19, 2009, 07:39:31 PM
Forum Width must be 38em; more than your Banner or that;s what you get ......

  • Banner: Width>>1220px; Forum: Width>> 87%; or more than...
Title: Re: Anecdota
Post by: sudarsan7532 on November 24, 2009, 01:25:25 AM
is there any way i could create some advertisement space manually in this theme...

Crip i want to add some banner ads below the header and in the footer...is there a way to create them manually? without installing any mods
Title: Re: Anecdota
Post by: Crip on November 24, 2009, 07:41:22 AM
I really do not know .. ?
Title: Re: Anecdota
Post by: Horseman on November 24, 2009, 04:31:58 PM
Nice Theme, looks great.
Only the Quick Answer isnt ok.
The the screenshot.
I think ist looks better the message ist left and the box to input text ist right.
Title: Re: Anecdota
Post by: sudarsan7532 on November 25, 2009, 12:22:25 AM
Quote from: sudarsan7532 on November 24, 2009, 01:25:25 AM
is there any way i could create some advertisement space manually in this theme...

Crip i want to add some banner ads below the header and in the footer...is there a way to create them manually? without installing any mods
Guys i found a simple way to create  some banner space below the header......have a look http://forum.hyipnewsonline.com/index.php

Follow these steps to create some advertisement space below the header.

Go to-
Quotethemes/Anecdota117/index.tempalte.php

Find-
Quote<div id="toolbar">
      <div id="menumain">',template_menu(),'
     </div>

Add before-
Quote<table border="2" width="YOUR FORUM'S WIDTH"><tr><td>YOUR BANNER AD CODE</td></tr></table>


Thank you Crip for this super good theme :)
Title: Re: Anecdota
Post by: falken on November 25, 2009, 09:01:34 AM
I don't find the solution to my problem, i was trying everthing and i see the banner perfectly fit but the letters on the right and the avatar logo image are behind the logo.png and i'm trying differents things but nothing changes, can anybody help me please?  :-\
Title: Re: Anecdota
Post by: sudarsan7532 on November 25, 2009, 09:57:45 PM
How to change the background color of the quoted text in the forum?

:)
Title: Re: Anecdota
Post by: Crip on November 26, 2009, 04:50:26 AM
Both you members need to provide me with more info , such as : SMF version ? ...
Title: Re: Anecdota
Post by: sudarsan7532 on November 26, 2009, 11:25:59 AM
Quote from: Crip on November 26, 2009, 04:50:26 AM
Both you members need to provide me with more info , such as : SMF version ? ...

My SMf version is 1.1.10 :)
Title: Re: Anecdota
Post by: babydoc on November 28, 2009, 04:24:27 AM
Thank you Crip!
Great theme and thanks for taking time to answer our noobish question! :)
How to center logo? I have made it bigger, I found it in the .css but I cant find how to center the logo?
Title: Re: Anecdota
Post by: Crip on November 29, 2009, 06:05:22 PM
Be hard to center perfect , bu you can play with the (left: 2em',  try like : left: 40em; ?
Title: Re: Anecdota
Post by: saintsinner on December 16, 2009, 02:50:27 PM
i am loving this theme for my 2.0RC2 site. but the only problem is i am unable to display google adsense. i have checked all the settings and permissions and have tickmarked "enable ads". but still not abel to display ads. any help?
thanks
Title: Re: Anecdota
Post by: Crip on December 16, 2009, 04:42:35 PM
Not sure if ad's will work on this Theme  ?
Title: Re: Anecdota
Post by: saintsinner on December 16, 2009, 05:28:33 PM
i tried every possible settings but could not get ads to work. i really liked the templates.
Title: Re: Anecdota
Post by: dreadfulappz on December 18, 2009, 03:27:11 PM
Okay so i am trying to change the My Community to my own logo i put it in current themes image url and nothing happens is there somewhere i have to go in with ftp and edit?
Title: Re: Anecdota
Post by: Crip on December 19, 2009, 05:54:58 PM


Added: Anecdota_alt, is basically a duplicate of Anecdota only with a bit of theme Curve style for an alternative theme.

recommend 65%  min-width because of the Tabs.


Demo Anecdota_alt (http://demo.jpr62.com)

Title: Re: Anecdota & Anecdota_alt
Post by: Antechinus on December 19, 2009, 07:32:19 PM
65% on what screen resolution? ;)

(best option IMO is to set a min-width in the css)

The alt looks nice but the copyright is misaligned to the footer. Needs a slight padding adjustment.
Title: Re: Anecdota & Anecdota_alt
Post by: dreadfulappz on December 20, 2009, 01:14:27 AM
it still will not let me put my own logo?!?! is there a solution for this?
Title: Re: Anecdota & Anecdota_alt
Post by: Antechinus on December 20, 2009, 01:18:56 AM
Load a different image by ftp.
Title: Re: Anecdota & Anecdota_alt
Post by: dreadfulappz on December 20, 2009, 01:38:41 AM
can you include where at? like where is the image located i could not find it
Title: Re: Anecdota & Anecdota_alt
Post by: Antechinus on December 20, 2009, 02:56:39 AM
/* BANNER / LOGOS */
#logo {
    position: absolute;
    top: 30px;
    left: 20px;
    display: block;
    width: 256px!important;
    height: 61px!important;
    cursor: pointer;
    background: url(../images/img/logo.png) no-repeat!important;
}
Title: Re: Anecdota & Anecdota_alt
Post by: Crip on December 20, 2009, 05:04:25 AM
Quote from: Antechinus on December 19, 2009, 07:32:19 PM
65% on what screen resolution? ;)

(best option IMO is to set a min-width in the css)

The alt looks nice but the copyright is misaligned to the footer. Needs a slight padding adjustment.

i will adjust footer .pad , margin's , -- my res. 1680x1050 -- sorry, i should be more specific ..
..........the logo will change with a clear cache & cookies and a few hard Command + R ...

..... i adjust footerarea .. better now Antech ? -- http://demo.jpr62.com/
Title: Re: Anecdota & Anecdota_alt
Post by: dreadfulappz on December 20, 2009, 06:53:52 PM
First off why is that any other theme i use all i have to do is type in the link and it works? Whats wrong with this theme why does it not work?

Can you give me a file name that it goes into as well as maybe a line number that doesnt tell me anything


thank you
Title: Re: Anecdota & Anecdota_alt
Post by: Antechinus on December 21, 2009, 02:42:21 AM
There's nothing wrong with the theme. A lot of custom themes don't use the admin page for changing logos just as they don't use it for changing any other images. If you're running a forum you should know how to use ftp. So, you load the new logo by ftp. Takes a couple of minutes max. I gave you the logo code and you can get the file name and location from that.

background: url(../images/img/logo.png) no-repeat!important;

@Crip: yeah the footer looks nice like that.
Title: Re: Anecdota & Anecdota_alt
Post by: saintsinner on December 21, 2009, 09:15:20 PM
does the anecdota_alt supports google adsense?
i tried anecdota but it wasnot displaying adsense at all.
Title: Re: Anecdota & Anecdota_alt
Post by: Crip on December 22, 2009, 09:12:26 AM
Quote from: saintsinner on December 21, 2009, 09:15:20 PM
does the anecdota_alt supports google adsense?
i tried anecdota but it wasnot displaying adsense at all.

......it should be as Default Curve is ..   ?
..... lemme know /.........
Title: Re: Anecdota & Anecdota_alt
Post by: Crip on December 22, 2009, 09:16:05 AM
Quote from: dreadfulappz on December 20, 2009, 06:53:52 PM
First off why is that any other theme i use all i have to do is type in the link and it works? Whats wrong with this theme why does it not work?
Can you give me a file name that it goes into as well as maybe a line number that doesnt tell me anything
thank you

..... it so easy you can't do it .. Lol.. :P
Title: Re: Anecdota & Anecdota_alt
Post by: saintsinner on December 22, 2009, 07:31:32 PM
"Anecdota_alt by Crip " on the footer seems to be out of position.

How can i fix it?
http://www.footballfuror.com
Title: Re: Anecdota & Anecdota_alt
Post by: Crip on December 24, 2009, 12:05:43 PM
Quote from: saintsinner on December 22, 2009, 07:31:32 PM
"Anecdota_alt by Crip " on the footer seems to be out of position.

How can i fix it?
http://www.footballfuror.com

Go in the [index.template.php] put a < br /> just before "Anecdota_alt by Crip "
Title: Re: Anecdota & Anecdota_alt
Post by: Thradar on December 31, 2009, 03:55:16 AM
No ad blocks work with Anecdota and 1.1.11.

This is really too bad, I was almost ready to flip the switch on this theme. :(

I'll try the alt version I guess.
Title: Re: Anecdota & Anecdota_alt
Post by: curlin on January 04, 2010, 11:35:36 PM
    Hey There - love the colors however i find the white background too bright. Could you show me how to change that to a darker white?

   Edit: Found where to change the color.

       Have another question though Crip or others. In the right corner of the header is the login area. Is it possible to put my banner in the header and have in underneath the login area and not covering it as it does now.

                          Thanks!
Title: Re: Anecdota & Anecdota_alt
Post by: ardd on January 16, 2010, 06:34:30 PM
 Hey there,

I'm using Ancedota_alt with SMD 2.0 RC2  SP2.3.1

The random news line is not showing up although I have "Enable random news line in the forum header:" box checked.  It works well with Ancedota but not in the spiffy new Alt version. Any ideas or suggestions?

The site is here http://www.hypercrites.org

If you need any info or access please just let me know. 
Title: Re: Anecdota & Anecdota_alt
Post by: Crip on January 17, 2010, 02:58:33 PM
It works on my demo site as you can see , so it must be a mod ?
Title: Re: Anecdota & Anecdota_alt
Post by: ardd on January 18, 2010, 03:32:10 PM
Quote from: Crip on January 17, 2010, 02:58:33 PM
It works on my demo site as you can see , so it must be a mod ?
I tried it on the Demo site and the same problem is there using the Ancedota theme the display above the navigation bar on the left says "News: SMF - Just Installed!" When I select Ancedota_Alt the news display is not visible.

I hate to be the bearer of bad tidings the Alt theme has a nice look. Aside from the minor news glitch the only other question I have is; where is the code for the button size, specifically the width? I have a lot of buttons and either need to skinny them up or repeat the blue bar for the second row so it has a background. I really wish I could get the navigation bar from Ancedota in Ancedota_Alt but Christmas has already passed :)

Thanks for the reply I'll check in and see what can be done. 
Title: Re: Anecdota & Anecdota_alt
Post by: Verso on January 22, 2010, 10:52:59 AM
A couple of things.......

My links at the top of the forum are in weird places.

The first picture is from FIREFOX and the second is from IE


How can I alter this so it's where I've written HERE PLEASE on the pictures.......


Also to the guys moaning bout a few bugs. Get of the authors back. These are FREE themes!!!!
Title: Re: Anecdota & Anecdota_alt
Post by: Crip on January 23, 2010, 05:44:41 AM
Verso,
You have way to many Tabs / links and really the only fix i know of is remove some tabs or look for a Drop_Menu to addd on?
Title: Re: Anecdota & Anecdota_alt
Post by: Verso on January 23, 2010, 07:40:16 AM
Nice one.

Which file do I edit to delete tabs?
Title: Re: Anecdota & Anecdota_alt
Post by: Crip on January 23, 2010, 03:11:11 PM
Sources/Subs.php
Title: Re: Anecdota & Anecdota_alt
Post by: ardd on January 26, 2010, 12:26:22 PM
Quote from: Verso on January 23, 2010, 07:40:16 AM
Nice one.

Which file do I edit to delete tabs?
You can make some of your tabs a little narrower also they are at 103 pix I tried them at 80 pix they look good and I can fit about three more tabs on the top row.
Title: Re: Anecdota & Anecdota_alt
Post by: Crip on January 28, 2010, 11:30:50 AM
look at the tab .. it's one size .. sorry ..
Title: Re: Anecdota & Anecdota_alt
Post by: ardd on January 29, 2010, 12:24:53 PM
Quote from: Crip on January 28, 2010, 11:30:50 AM
look at the tab .. it's one size .. sorry ..
My tabs are lean and mean they been working out :)

http://www.HYpercrites.org
Title: Re: Anecdota & Anecdota_alt
Post by: luchos on March 03, 2010, 10:34:17 PM
hi,Could you tell me how I could put a logo on this theme ANECDOTA would fill the entire box .. thanks
try putting a logo but look what happened
(http://img28.imageshack.us/img28/7787/dibujo1fu.jpg)
Title: Re: Anecdota & Anecdota_alt
Post by: luchos on March 04, 2010, 03:21:55 PM
?
Title: Re: Anecdota & Anecdota_alt
Post by: neetusharma on March 05, 2010, 07:57:56 AM
I liked the color and the gradient effect on the theme. Inspired me to make such beautiful things :)
Title: Re: Anecdota & Anecdota_alt
Post by: yuechen on March 14, 2010, 01:17:33 PM
I recently updated to SMF 2.0 RC3, and uh-oh! Theme was broken a little bit. Specifically, catbg became a little screwed up. I've attached a screenshot. The forum is located at http://www.nerld.com/forum/ (http://www.nerld.com/forum/). Are you, Crip, planning on releasing Anecdota_alt for RC 3? I hope so! If not, how can I fix this? I tried editing the css but to no avail. thanks!

PS: the photo I just attached is not the only place broken. All catbgs are like this.
Title: Re: Anecdota & Anecdota_alt
Post by: Crip on March 18, 2010, 04:40:41 PM
Anecdota_alt RC3 added....
Title: Re: Anecdota & Anecdota_alt
Post by: MarcFirewing on March 21, 2010, 07:57:22 PM
Yo Crip, thanks for the theme. Really love it. But I got a question.

I'm trying to install SMF Shop Mod (http://custom.simplemachines.org/mods/index.php?mod=65)

Is this theme compatible with it? Because I'm trying to manually make it so a tab appears for the Shop and I have absolutely no idea how to do it...Or to be sure it'll actually work for that matter.

EDIT:  Nevermind this post, found a work around.
Title: Re: Anecdota & Anecdota_alt
Post by: Crip on March 22, 2010, 11:12:18 AM
Installing Manually - you can get most any .mod to work correct with any Theme
Title: Re: Anecdota & Anecdota_alt
Post by: Crip on March 22, 2010, 12:41:40 PM
Updated Zip,  2.0 RC3 version added
Title: Re: Anecdota & Anecdota_alt
Post by: philcross on March 23, 2010, 02:17:42 PM

Im not sure if this is theme or smf related.

I wish to remove "Members: xx  •  Posts: xxx  •  Topics: xxx Please welcome xxxxx, our newest member."

Is it theme issue or smf issue ?

If theme, can anyone tell me how to remove please as Im getting jumbled text when viewed on smaller screen.

Thanks
Title: Re: Anecdota & Anecdota_alt
Post by: Crip on March 23, 2010, 02:57:58 PM
I do not understand what you say?
Title: Re: Anecdota & Anecdota_alt
Post by: philcross on March 23, 2010, 03:10:12 PM

On forum pages, toward the top on right, is all that info bar.

"Members: xx  •  Posts: xxx  •  Topics: xxx Please welcome xxxxx, our newest member."

It doesnt look good (as most of info is at bottom of page anyway) so I want to remove it.

Can I?

Title: Re: Anecdota & Anecdota_alt
Post by: Crip on March 23, 2010, 03:16:06 PM
Sure.. have at it & be happy. ;)
Title: Re: Anecdota & Anecdota_alt
Post by: philcross on March 24, 2010, 03:14:17 AM

QuoteSure.. have at it & be happy

I have absolutely no idea what that means.
Title: Re: Anecdota & Anecdota_alt
Post by: Crip on March 24, 2010, 02:38:35 PM
Quote from: philcross on March 24, 2010, 03:14:17 AM

QuoteSure.. have at it & be happy

I have absolutely no idea what that means.


You said you wanna change a few things ..yes?

I said go right ahead and change whatever..
Title: Re: Anecdota & Anecdota_alt
Post by: philcross on March 24, 2010, 05:08:03 PM

Quote"Members: xx  •  Posts: xxx  •  Topics: xxx Please welcome xxxxx, our newest member."

I was hoping someone could tell me how to remove the above.

Thanks
Title: Re: Anecdota & Anecdota_alt
Post by: euripides on April 15, 2010, 06:53:05 AM
I was using anecdota_alt on RC2.
I upgraded to RC3, and the old anecdota_alt seems to work, but when i try to install the RC3 version, it keeps telling me that either the file doesnt exist or that there is no theme file inside it.
Is there a special procedure needed when going from Rc2 to the RC3 version of anecdota_alt?
Title: Re: Anecdota & Anecdota_alt
Post by: Crip on April 16, 2010, 02:21:27 PM
Nothing special , just upload via Package Manager...
Title: Re: Anecdota & Anecdota_alt
Post by: MrBI on May 06, 2010, 12:34:51 PM
Hi and thx for the Theme  8)

I helping a BMW forum to do some graphic. and they plan to update their theme to 2.0 + Anecdota.
See the test forum. http://sverigeland.com/bmw/index.php?action=forum

I wonder if there is a way to remove the News text and line in the logo ?
If we type long news, it gets under the BMW in the logo.
Title: Re: Anecdota & Anecdota_alt
Post by: MrBI on May 11, 2010, 12:06:00 PM
I found it. so it is resolved!

But is ther any ways to determine a minimum width and no maximum to the forum ?
Title: Re: Anecdota & Anecdota_alt
Post by: Crip on May 13, 2010, 05:00:40 AM
if it's the _alt it needs a minimum width cuz of the menu-Tabs , less will cause the Tabs to over-lap...
Title: Re: Anecdota & Anecdota_alt
Post by: okinawaredneck on May 13, 2010, 10:37:15 PM
I've read every post in this thread and can't find my answer. I need to add a Chat button tab. I was able to add a Forum one, but I'm not sure how to add a Chat one. I have Ajax chat installed. I've looked everywhere but can't find where to add it. It works fine in the default SMF theme.

Right now my tabs are Home, Forum, Help Search, Admin, Profile et....

I would like to insert a Chat button inbetween Forum and Help.
Title: Re: Anecdota & Anecdota_alt
Post by: Sabre™ on May 14, 2010, 01:06:25 AM
Hi okinawaredneck :) a little more information will help others to help you much easily. Such as Which version of smf are you using?  SMF1 or SMF2?
These two guides will assist you in giving the appropriate information:
Guide 1 (http://docs.simplemachines.org/index.php?topic=494.0) & Guide 2 (http://docs.simplemachines.org/index.php?topic=493.0)
You could also ask the same question in the 'mods (http://www.simplemachines.org/community/index.php?topic=257973.6220)' support thread if you haven't already :)

Title: Re: Anecdota & Anecdota_alt
Post by: okinawaredneck on May 14, 2010, 01:39:07 AM
Sorry.


I'm running SMF 1.1.11.


I will check those links too.
Title: Re: Anecdota & Anecdota_alt
Post by: maihannijat on June 10, 2010, 04:51:08 PM

Hi,

Great Theme

Really love it, this works with most mods automatically


I have invite and Aevea Media mod.

How to put these two mods link in menu


here is the default code for Invite mod, I want to adjust it for this theme


   // Invite MOD.
   if (allowedTo('invite'))
   {
      global $modSettings;
      echo ($current_action == 'invite' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
            <td valign="top" class="maintab_' , $current_action == 'invite' ? 'active_back' : 'back' , '">
               <a href="', $scripturl, '?action=invite">' , (!empty($modSettings['invite_menu_title']) ? $modSettings['invite_menu_title'] : $txt['invite_title']) , '</a>
            </td>' , $current_action == 'invite' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';
   }




And this is for Aevea


// Aeva Media
   // Recalculate number of unseen items
   global $user_info;

   if (!empty($user_info['aeva_unseen']) && $user_info['aeva_unseen'] == -1)
   {
      global $sourcedir;
      require_once($sourcedir . '/Aeva-Subs.php');
      aeva_loadSettings();
   }

   $aeva_unseen = !allowedTo('aeva_access_unseen') || empty($user_info['aeva_unseen']) || $user_info['aeva_unseen'] == -1 ? 0 : $user_info['aeva_unseen'];

   if (allowedTo('aeva_access'))
      echo ($current_action == 'media' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '', '
            <td valign="top" class="maintab_', $current_action == 'media' ? 'active_back' : 'back', '">
               <a href="', $scripturl, '?action=media">', isset($txt['aeva_gallery']) ? $txt['aeva_gallery'] : 'Media', $aeva_unseen ? '</a> <a href="' . $scripturl . '?action=media;sa=unseen">[<b>' . $aeva_unseen . '</b>]' : '', '</a>
            </td>', $current_action == 'media' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';





I worked almost 8 hours but only configured CONTACT US mod.

here is my page http://www.afghanistanforums.com


Thanks in Advance.
Title: Re: Anecdota & Anecdota_alt
Post by: maihannijat on June 11, 2010, 11:21:11 PM

Everything was OK in default them after applying these theme I am not able to register an account.

This error:

An avatar is required! Please select one.


Any help will highly appreciated
Title: Re: Anecdota & Anecdota_alt
Post by: Crip on June 12, 2010, 09:22:02 AM
Quote from: maihannijat on June 11, 2010, 11:21:11 PM

Everything was OK in default them after applying these theme I am not able to register an account.

This error:

An avatar is required! Please select one.


Any help will highly appreciated
Sorry ...
.. it seems lots have the Avea mod problems with most my themes .. ?

In the link [tab] be sure and add both : <span>Media</span> !important;
Title: Re: Anecdota & Anecdota_alt
Post by: maihannijat on June 12, 2010, 11:06:24 AM
I didn't get you.

could you please explain it bit.

Thanks in Advance
Title: Re: Anecdota & Anecdota_alt
Post by: maihannijat on June 12, 2010, 12:43:32 PM

The registration issue is solved.

I parsed AvatarSelect Mod and installed it manually again.

It works now.


2 things left

a. to add Aeva Media Tab
2. to add Invite tab.


for default theme I post above the Aeva Media and Invite menu codes.

Title: Re: Anecdota & Anecdota_alt
Post by: Crip on June 13, 2010, 08:42:08 AM
tell me this , what smf version are you using? -- Which Theme --»Anecdota or Anecdota_alt«-----?
Title: Re: Anecdota & Anecdota_alt
Post by: maihannijat on June 13, 2010, 10:40:56 AM
I am using SMF 1.1.11 and Anecdota Theme.

Title: Re: Anecdota & Anecdota_alt
Post by: Crip on June 13, 2010, 04:01:51 PM
STYLE.CSS

/* meunmain */
#menumain{ height:33px; background:url(./images/img/mid.gif);  margin:0; border:0}
#menumain{ margin:0; top:0}
#menumain ul{ margin:0; padding:0; list-style:none; float:left}
#menumain li{ display:inline; float:left; margin:0; padding:0}
#menumain a{ background:#000 url(./images/img/right.gif) no-repeat right top; margin:0; padding:0;  text-decoration:none; border:0; display:block; float:left}
#menumain a span{ display:block; background:url(./images/img/left.gif) no-repeat left top;  padding:0 15px 0 15px;  font-family:Arial,Helvetica,sans-serif;  font-size:11px;  color:#FFF;  font-weight:bold;  line-height:33px}
#menumain a:hover, #menumain li#chosen a{ background-position:right bottom}
#menumain a:hover span, #menumain li#chosen a span{ background-position:left bottom;  color:#FFF;  font-weight:bold;  font-style:normal;  text-decoration:none}


INDEX.TEMPLATE.PHP
copy + paste the {Home}} tab>> then just work out the menumain: routine for each additional tabs as it is...
Title: Re: Anecdota & Anecdota_alt
Post by: maihannijat on June 14, 2010, 12:35:58 PM

How to Apply Invite mod with this theme?

Here is the guide

Install it normally like other mods.

Go to index.template.php of this theme and make following changes:

Search for

$current_action = $context['current_action'];

and Add this before above code beside 'pm', 'invite'

Search for // If the user is a guest, show [login] button

And add this before above code // Invite MOD.

if (allowedTo('invite'))
{
global $modSettings;
echo '<li', $current_action == 'invite' ? ' id="chosen"': '','>
<a href="', $scripturl, '?action=invite"><span>', $txt['invite_title'] , '</span></a></li>';
}




I hope this helps. I have applied this in mines it works great http://www.afghanistanfourms.com
Title: Re: Anecdota & Anecdota_alt
Post by: maihannijat on June 14, 2010, 12:53:47 PM

Here is the info for Aeva Media


Install this Aeva mod normally like other mods and go to index.template.php of this theme and make following changes.

Search for:

// the [member] list button

Add before above code this :

// Aeva Media
// Recalculate number of unseen items
global $user_info;

if (!empty($user_info['aeva_unseen']) && $user_info['aeva_unseen'] == -1)
{
global $sourcedir;
require_once($sourcedir . '/Aeva-Subs.php');
aeva_loadSettings();
}

$aeva_unseen = !allowedTo('aeva_access_unseen') || empty($user_info['aeva_unseen']) || $user_info

['aeva_unseen'] == -1 ? 0 : $user_info['aeva_unseen'];

if (allowedTo('aeva_access'))
echo '<li', $current_action == 'media' ? ' id="chosen" ' : '', '>
<a href="', $scripturl, '?action=media"><span>', $txt['aeva_gallery'],'</span> </a></li>';



Search for:

if ($context['current_action'] == 'theme'

And add this code before above line

if ($context['current_action'] == 'media')
$current_action = 'media';


Cheers.
Title: Re: Anecdota & Anecdota_alt
Post by: davbar on June 21, 2010, 03:39:26 AM
Great theme, clean and crisp. I have fumbled my way thru most problems so far by searching these boards. I am running smf 1.1.11 with Anecdota theme. I am still a bit of a novice so please be careful with me....

I would like to take of the "log in form" from the top right side of the header. I can hide the rest myself but cannot hide the top one.

I have integrated with a joomla website and would like to hide the "login"
Title: Re: Anecdota & Anecdota_alt
Post by: maihannijat on June 21, 2010, 05:12:01 AM

Some common issues:

* Since applied this theme mostly i have following errors:

1. Session Expired please go back
2. when posting topic to a board it says: there is no board exist
3. Email from SMF: the SMF is unable to connect with database. ( I am sure there is no problem with database)

Title: Re: Anecdota & Anecdota_alt
Post by: Crip on June 21, 2010, 02:24:54 PM
Not the theme doing that , most likely your Admin>Settings or your server , local cookies.. ?
Title: Re: Anecdota & Anecdota_alt
Post by: kartheekb on June 22, 2010, 10:23:15 PM
hai

i am using anecdota_alt with smf 2.0 rc3


i need to change logo .

i need to replace mycommunity to my site logo..

where can i?

i have changed smflogo image with my logo but there is no change?
Title: Re: Anecdota & Anecdota_alt
Post by: deansmar on June 23, 2010, 07:48:53 AM
i am running a test environment (wamp server) with
SMF 2.0 RC3
SimplePortal 2.3.2
Anecdota203 theme mod
no other installed Mod's are installed

when switching to the core theme one gets the drop down menu because of the 'sub_buttons' => array(
in the  Sources/sub.php

but when switching to your theme Anecdota203 this drop down menu is no longer available, could you point me in the right direction as to what need tweeking so as the menu returns, its got to be in the themes index.template.php or CSS

also see attached images..

would appreciate a little help.. tks
or even a small update to work better with SMF 2.0 RC3
Title: Re: Anecdota & Anecdota_alt
Post by: deansmar on June 23, 2010, 07:53:50 AM
Quote from: kartheekb on June 22, 2010, 10:23:15 PM
hai
i am using anecdota_alt with smf 2.0 rc3
i need to change logo .
i need to replace mycommunity to my site logo..
where can i?
i have changed smflogo image with my logo but there is no change?

you will find the image in the following folder :
YourForumsWebAddress\Themes\Anecdota203\images\img\logo.png

change this and you will change the logo in the header..
Title: Re: Anecdota & Anecdota_alt
Post by: Crip on June 23, 2010, 12:23:36 PM
Quote from: deansmar on June 23, 2010, 07:48:53 AM
i am running a test environment (wamp server) with
SMF 2.0 RC3
SimplePortal 2.3.2
Anecdota203 theme mod
no other installed Mod's are installed

when switching to the core theme one gets the drop down menu because of the 'sub_buttons' => array(
in the  Sources/sub.php

but when switching to your theme Anecdota203 this drop down menu is no longer available, could you point me in the right direction as to what need tweeking so as the menu returns, its got to be in the themes index.template.php or CSS

also see attached images..

would appreciate a little help.. tks
or even a small update to work better with SMF 2.0 RC3

Those  menu tabs do not support RC3 drop_menu , Neither >> Anecdota  or  Anecdota_alt support Default Dropmenus ...
Title: Re: Anecdota & Anecdota_alt
Post by: deansmar on June 24, 2010, 01:38:02 PM
thanks for the answer, but i gathered that...  :'(

could i please use your images out of the "Anecdota203\images\img" folder to creat a default theme with your colours / images.
Title: Re: Anecdota & Anecdota_alt
Post by: Crip on June 29, 2010, 04:49:26 PM
Quote from: deansmar on June 24, 2010, 01:38:02 PM
thanks for the answer, but i gathered that...  :'(

could i please use your images out of the "Anecdota203\images\img" folder to creat a default theme with your colours / images.

Sure , go ! :)
Title: Re: Anecdota & Anecdota_alt
Post by: deansmar on June 30, 2010, 04:03:09 AM
thank you...
Title: Re: Anecdota & Anecdota_alt
Post by: kartheekb on July 04, 2010, 08:39:43 PM
(http://tinyimage.net/image-0B0E_4C311AFA.jpg)


when i place a large banner than the size of the present image its not showing full banner.

the want banner in the complet size including marked place
Title: Re: Anecdota & Anecdota_alt
Post by: kartheekb on July 05, 2010, 12:30:24 PM
Waiting For reply
Title: Re: Anecdota & Anecdota_alt
Post by: Crip on July 05, 2010, 12:33:25 PM
hi ,
I have your answered this question posted many times , try a simple Search next time ..
------
css/index.css Find:::

/* BANNER / LOGOS */
#logo {
position: absolute;
top: 30px;
left: 20px;
display: block;
width: 256px!important;  <===Your image Width===>
height: 61px!important;  <===Your image Heigth===>
cursor: pointer;
background: url(../images/img/logo.png) no-repeat!important;
}
Title: Re: Anecdota & Anecdota_alt
Post by: Bobn on July 30, 2010, 11:02:12 PM
Using Powered by SMF 2.0 RC3  and this theme I cannot get the top right log in box to work. Everyone can log in at the bottom but not at the top,, any ideas?  This is my favorite theme.
Title: Re: Anecdota & Anecdota_alt
Post by: Crip on July 31, 2010, 04:45:41 PM
Show a link to site and theme ?
Title: Re: Anecdota & Anecdota_alt
Post by: Bobn on July 31, 2010, 05:31:32 PM
The forum is in a protected area of our site
Title: Re: Anecdota & Anecdota_alt
Post by: Crip on August 02, 2010, 11:23:18 AM
UPDATED_ALT 2.0RC3   08-02-2010    Anecdota203_alt, is basically a duplicate of Anecdota only with a bit of theme Curve style for an alternative theme.
...Drop-menu Now Added
Title: Re: Anecdota & Anecdota_alt
Post by: fp2010 on August 04, 2010, 10:32:39 PM
hola
muy bueno tu theme,lo estoy utilizando en mi web.
gracias
Title: Re: Anecdota & Anecdota_alt
Post by: Crip on August 22, 2010, 05:52:48 PM
Ok ,
your not using Anecdota_alt , ? .. but the old style (Core) theme & it's templates..yep?
..  the drop_menu you post about ..?  ....  it's not been added yet .. but will soon ...
Title: Re: Anecdota & Anecdota_alt
Post by: Spoogs on September 14, 2010, 10:19:58 AM
Hi Crip

Using this theme on 1.1.11 and trying to install a mod (http://custom.simplemachines.org/mods/index.php?mod=2322) but having trouble with one of the edits... hoping you can help me out.

Code (find on index.template.php) Select

// Otherwise, they might want to [logout]...
if ($context['user']['is_logged'])
echo ($current_action == 'logout' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'logout' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=logout;sesc=', $context['session_id'], '">' , $txt[108] , '</a>
</td>' , $current_action == 'logout' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';


Code (replace with) Select


// [sync]...
if ($context['user']['is_logged'] && !empty($modSettings['fb_enable']) && empty($user_info['fbname']) && !empty($modSettings['fb_enable_fbc_menu']))
echo ($current_action == 'facebook' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'facebook' ? 'active_back' : 'back' , '">
<a href="#" onclick="fbLogincheck();">' , $txt['fb_integrate2'] , '</a>
</td>' , $current_action == 'facebook' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';

// [facebook]...
if ($context['user']['is_logged'] && !empty($modSettings['fb_enable']) && !empty($user_info['fbname']) && !empty($modSettings['fb_enable_fbc_menu']))
echo ($current_action == 'facebook' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'facebook' ? 'active_back' : 'back' , '">
<a href="#" onclick="fbLogincheck();">' , $txt['fb_title'] , '</a>
</td>' , $current_action == 'facebook' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';

// Otherwise, they might want to [logout]...
if ($context['user']['is_logged'] && empty($modSettings['fb_app_facebook_log_out']))
echo ($current_action == 'logout' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'logout' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=logout;sesc=', $context['session_id'], '">' , $txt[108] , '</a>
</td>' , $current_action == 'logout' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';

// Otherwise, they might want to [logout]...
if ($context['user']['is_logged'] && !empty($modSettings['fb_app_facebook_log_out']))
echo ($current_action == 'logout' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'logout' ? 'active_back' : 'back' , '">
<a href="#" onclick="doLoggedOutFacebookUser();">' , $txt[108] , '</a>
</td>' , $current_action == 'logout' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';


I found the right code but realized its a little different so I'm having the hardest time making the edit. Any help would be greatly appreciated

Title: Re: Anecdota & Anecdota_alt
Post by: Crip on September 14, 2010, 01:09:34 PM
I can , but the »»»»»»» main_tabs / mirror_tabs will need taken out of your code and <span>xxxx</span> tags added .. «««««««
Title: Re: Anecdota & Anecdota_alt
Post by: Crip on September 14, 2010, 01:41:10 PM
Title: Re: Anecdota & Anecdota_alt
Post by: Spoogs on September 14, 2010, 03:36:56 PM
Quote from: Crip on September 14, 2010, 01:09:34 PM
I can , but the »»»»»»» main_tabs / mirror_tabs will need taken out of your code and <span>xxxx</span> tags added .. «««««««

Thats fine I just have no idea how to do it.... I can do the simple add after/before and replace stuff  :P
Title: Re: Anecdota & Anecdota_alt
Post by: frantic on September 14, 2010, 05:05:09 PM
Hey great theme! i have just one question. I'm trying to install the sitemap mod with this theme and i have a problem with one of the failed code changes. It adds the sitemap to the footer.  See code change in the first quote.
Quotetheme/anecdota_alt/Index_template.php
Find
         <li class="copyright">', theme_copyright(), '</li>

Add After
         <li><a href="', $scripturl, '?action=sitemap"><span>', $txt['sitemap'] ,'</span></a></li>

Closes thing i could find was this one and i'm guessing its suppose to come after it. 
Quote<div id="footer">
<div id="foot-l">
<div id="foot-r">
<div id="footerarea">
<span class="smalltext">', theme_copyright(), '
Anecdota_alt by <a href="http://www.jpr62.com" target="_blank"><b>Crip</b></a></span>';

I'm not very good with code and i tried a couple things but sadly not doing such a great job.   Any help would be appreciated.
Title: Re: Anecdota & Anecdota_alt
Post by: Crip on September 14, 2010, 07:13:24 PM
<sitemap>

add it the same way you did with Mobile_alt
Title: Re: Anecdota & Anecdota_alt
Post by: Crip on September 14, 2010, 07:14:28 PM
Quote from: Spoogs on September 14, 2010, 03:36:56 PM
Quote from: Crip on September 14, 2010, 01:09:34 PM
I can , but the »»»»»»» main_tabs / mirror_tabs will need taken out of your code and <span>xxxx</span> tags added .. «««««««

Thats fine I just have no idea how to do it.... I can do the simple add after/before and replace stuff  :P

I will get back to you on this code..ASAP
Title: Re: Anecdota & Anecdota_alt
Post by: frantic on September 15, 2010, 05:02:01 AM
Quote from: Crip on September 14, 2010, 07:13:24 PM
<sitemap>

add it the same way you did with Mobile_alt

Duh... Thanks Crip!
Title: Re: Anecdota & Anecdota_alt
Post by: Spoogs on September 18, 2010, 09:59:41 PM
Quote from: Crip on September 14, 2010, 07:14:28 PM
Quote from: Spoogs on September 14, 2010, 03:36:56 PM
Quote from: Crip on September 14, 2010, 01:09:34 PM
I can , but the »»»»»»» main_tabs / mirror_tabs will need taken out of your code and <span>xxxx</span> tags added .. «««««««

Thats fine I just have no idea how to do it.... I can do the simple add after/before and replace stuff  :P

I will get back to you on this code..ASAP
(http://www.skype-emoticons.com/images/emoticon-00174-bandit.gif)
Title: Re: Anecdota & Anecdota_alt
Post by: maihannijat on November 02, 2010, 01:04:35 AM
Crip,

How can I increase the width of overall frame in order to have more space for menu buttons?


my page forum url is http://www.afghanistanforums.com


Thank you in Advance.
Title: Re: Anecdota & Anecdota_alt
Post by: Crip on November 02, 2010, 06:59:06 AM
hi,
change WiDth here :

#wrapper{ width:950px; min-width:820px; margin:0 auto; padding:0;}
Title: Re: Anecdota & Anecdota_alt
Post by: maihannijat on November 02, 2010, 07:04:06 AM
If I edit
this

#wrapper{ width:900px; min-width:820px; margin:0 auto; padding:0;}

to


#wrapper{ width:950px; min-width:820px; margin:0 auto; padding:0;}

This increase width but also the content wrapped during resizing windows, is there any way to change the width and not wrapped the content?

Thanks
Title: Re: Anecdota & Anecdota_alt
Post by: maihannijat on November 02, 2010, 07:12:06 AM
This works fine.

Thank you.

Appreciate it.
Title: Re: Anecdota & Anecdota_alt
Post by: Crip on November 02, 2010, 07:16:01 AM
WiDth / content = over all Theme WIDTH .. body{ may have padding: 30px;} you can reduce ..
Title: Re: Anecdota & Anecdota_alt
Post by: lord alibaski on November 02, 2010, 08:44:51 PM
I'm using the Anecdota template Crip very nice indeed, tho is there any chance you can sort these current template issues to work fine with 2RC4?

(http://i56.tinypic.com/986g6h.png)

I have no issues with my forum m8 just asking is it possible to just update these files.

Thanks Lord Alibaski
Title: Re: Anecdota & Anecdota_alt
Post by: Crip on November 03, 2010, 03:32:20 PM
Yes .. soon ..
Title: Re: Anecdota | Anecdota_alt
Post by: lord alibaski on November 04, 2010, 04:09:52 PM
Edited because problem fixed.
Title: Re: Anecdota | Anecdota_alt
Post by: lord alibaski on November 05, 2010, 12:20:41 PM
Sorry to bother you again crip.

Just noticed the Profile.php in the sources folder is still on 2.0 RC3.
Title: Re: Anecdota
Post by: Crip on December 30, 2010, 12:01:44 PM
12-30-2010
Updated another Zip,  RC4 version added.

+ +   Demo RC4 (http://www.jpr62.com/demos/)
Title: Re: Anecdota
Post by: Kmam on January 07, 2011, 04:47:40 PM
what do i need to edit to add an image to the header?
Title: Re: Anecdota
Post by: Crip on January 09, 2011, 04:25:42 PM
I really do not know ..?
Title: Re: Anecdota
Post by: clintmyster on January 19, 2011, 10:05:00 PM
How do you change the colour of the quote from black to say light grey?
Title: Re: Anecdota
Post by: lord alibaski on February 06, 2011, 08:39:49 PM
Hi Crip sorry to bother you again with this theme...I have had to change servers but come across a couple of issues I can't seem to fix ...not an issue with server just the new icon that appears on the main forum like this

(http://i52.tinypic.com/11aiao5.png)

Well it seems to have stopped showing on my main page but its still showing inside the boards!

I have uploaded it again, cleared the cache and refreshed but it still won't appear on the main page of the forum.


There is one other thing I can't work out I want to add some txt to this bit of the login area (via the languages)

want to add the txt inside the red box (when I click on the login tab)
(http://i54.tinypic.com/21lmqgz.png)

Now I have added the txt via the languages but it doesn't come up when you click on the login it comes up when you click on the home button.

Any help would be appreciated.

Cheers Lord Alibaski
Title: Re: Anecdota
Post by: Crip on February 07, 2011, 06:12:37 AM
bro',   ;)
i can't understand 1 bit of what you said .. say again??
Title: Re: Anecdota
Post by: kateydrop on February 07, 2011, 07:23:57 AM
Hi Crip,

I love this theme, How to remove some text. I have that text stats in the footer stats I have no need to have it there. I removed the new member from the stats bar (bottom) is that why its apppeared in the top?

I need to remove it, I tried everywhere in admin except touching the code.

Text on the right I don't want.

Thanks
Title: Re: Anecdota
Post by: lord alibaski on February 07, 2011, 10:21:56 AM
Quote from: Crip on February 07, 2011, 06:12:37 AM
bro',   ;)
i can't understand 1 bit of what you said .. say again??

You're joking right what language do you want me to put it in!

The new icon that appears on the main page of the board when a new post is created (this is a screen shot of smf forum not my own)

(http://i53.tinypic.com/n5rcdx.png)

The new icon isn't appearing on the forum but it is appearing inside the boards...how else can I explain that!!

I want to know is it possible to add some txt via the language settings from admin - languages - english!!

I have added some txt via admin - languages - english - login but it only comes up when you click on the home tab not the login tab.

(http://i54.tinypic.com/rtgoit.png)

So I wanted to know is it possible to add any kind of txt to this part of the login area that I have bolded in red.

(http://i53.tinypic.com/33tkvpu.png)
Title: Re: Anecdota
Post by: Crip on February 08, 2011, 09:14:16 AM
Quote from: kateydrop on February 07, 2011, 07:23:57 AM
Hi Crip,

I love this theme, How to remove some text. I have that text stats in the footer stats I have no need to have it there. I removed the new member from the stats bar (bottom) is that why its apppeared in the top?

I need to remove it, I tried everywhere in admin except touching the code.

Text on the right I don't want.

Thanks
What SMF version are you using?
Title: Re: Anecdota
Post by: Crip on February 08, 2011, 09:16:48 AM
Quote from: lord alibaski on February 07, 2011, 10:21:56 AM
Quote from: Crip on February 07, 2011, 06:12:37 AM
bro',   ;)
i can't understand 1 bit of what you said .. say again??

You're joking right what language do you want me to put it in!

The new icon that appears on the main page of the board when a new post is created (this is a screen shot of smf forum not my own)

(http://i53.tinypic.com/n5rcdx.png)

The new icon isn't appearing on the forum but it is appearing inside the boards...how else can I explain that!!

I want to know is it possible to add some txt via the language settings from admin - languages - english!!

I have added some txt via admin - languages - english - login but it only comes up when you click on the home tab not the login tab.

(http://i54.tinypic.com/rtgoit.png)

So I wanted to know is it possible to add any kind of txt to this part of the login area that I have bolded in red.

(http://i53.tinypic.com/33tkvpu.png)

I really don't think so , but hey, Feel free to try it out. :)
Title: Re: Anecdota
Post by: lord alibaski on February 09, 2011, 12:51:19 PM
1st issue is sorted now m8.

Just have no idea on where or what to edit on the 2nd one.
Title: Re: Anecdota
Post by: Crip on February 12, 2011, 06:54:00 AM
can't be done AFAIK..?
Title: Re: Anecdota
Post by: lord alibaski on February 12, 2011, 07:07:22 AM
Quote from: Crip on February 12, 2011, 06:54:00 AM
can't be done AFAIK..?

Have a read of this m8

http://www.simplemachines.org/community/index.php?topic=421036.msg2946306#msg2946306
Title: Re: Anecdota
Post by: kateydrop on February 13, 2011, 04:32:39 AM
Sorry Crip,

My version is  SMF 1.1.12

Thanks for your time.

Title: Re: Anecdota
Post by: Crip on February 14, 2011, 12:56:07 PM
Quote from: kateydrop on February 07, 2011, 07:23:57 AM
Hi Crip,

I love this theme, How to remove some text. I have that text stats in the footer stats I have no need to have it there. I removed the new member from the stats bar (bottom) is that why its apppeared in the top?

I need to remove it, I tried everywhere in admin except touching the code.

Text on the right I don't want.

Thanks
hi,
removing the new member from the stats bar (bottom) is prolly why the upper text show ..
You could try adding the Default => "(Boardindex.template.php)"  .. this would remove the top text i think?
Title: Re: Anecdota
Post by: CrocWeb on February 15, 2011, 01:52:49 AM
Pretty clean.
Title: Re: Anecdota
Post by: Crip on February 15, 2011, 04:37:21 PM
2.0 RC5 Available.
Title: Re: Anecdota
Post by: oleksa on February 25, 2011, 01:27:17 PM
I wonder how I could change the background of the popup help. I've added div.popup{background-color: #FFFFFF;} to the style.css and reloaded, but there is not difference. Admin popups are still undreadable with black text on dark-blue background. I'm running 1.1.13. Thanks.
Title: Re: Anecdota
Post by: oleksa on February 25, 2011, 01:37:40 PM
Quote from: oleksa on February 25, 2011, 01:27:17 PM
I wonder how I could change the background of the popup help. I've added div.popup{background-color: #FFFFFF;} to the style.css and reloaded, but there is not difference. Admin popups are still undreadable with black text on dark-blue background. I'm running 1.1.13. Thanks.

Found the way by reading the default theme's Help.template.php - div.popuptext is the answer. Sorry for the noise.
Title: Re: Anecdota
Post by: neteater on March 15, 2011, 07:30:39 AM
i dont want any logo how to remove defult one
Title: Re: Anecdota
Post by: adbydesigns on March 16, 2011, 07:21:04 PM
Hi all
there are three things i am trying to do and each time i do them i brack it and ave to start again i was hoping someone can help

1, add my own logo nice and centered on the top of the page i am using Anecdota (2.0 RC5)
2, add the facebook like on the fare end of the main menu area ( i havethe code for this)
3, add the subscribe in before the logout button on the main menu

thanks you for your help
Title: Re: Anecdota
Post by: kateydrop on March 17, 2011, 10:32:06 AM
Quotei dont want any logo how to remove defult one

Remove it from the server and the zip file.

@adbydesigns:

You can do that through your admin...load and Image then center with css.

Theme Options and Preferences

Joomla did it like this:

http://forum.joomla.org/viewtopic.php?p=1250401 seemed to work.

The other questions are out of my knowhow, soz.

Title: Re: Anecdota
Post by: adbydesigns on March 17, 2011, 04:47:15 PM
i have got the logo on there but it is a little box to the left hand side, i have made my logo so it will fix nicely on the top of the page, any ideas
Title: Re: Anecdota
Post by: Crip on March 17, 2011, 04:51:55 PM
add your image exact => WIDTH: / HEIGHT:
Title: Re: Anecdota
Post by: adbydesigns on March 17, 2011, 05:03:09 PM
Crip mate i have just started to use this place :) can you please give me in more details where i need to change this, file, line ect
Title: Re: Anecdota
Post by: adbydesigns on March 17, 2011, 06:05:35 PM
Quote from: Crip on March 17, 2011, 04:51:55 PM
add your image exact => WIDTH: / HEIGHT:

mate i can not change it i need the size of the logo i have to fill the top of the screen how would i put it up there
Title: Re: Anecdota
Post by: adbydesigns on March 18, 2011, 05:57:15 AM
Quote from: adbydesigns on March 17, 2011, 06:05:35 PM
Quote from: Crip on March 17, 2011, 04:51:55 PM
add your image exact => WIDTH: / HEIGHT:

mate i can not change it i need the size of the logo i have to fill the top of the screen how would i put it up there

mate it is a really good layout you have created here\, i am hoping that you can help me out with the changes i need to make apart from that it really good layout
Title: Re: Anecdota
Post by: Crip on March 18, 2011, 12:31:03 PM
css/index.css

/* BANNER / LOGOS */
#logo a {
position: absolute;
top: 30px;
left: 20px;
display: block;
width: 256px!important;  <==Your Image Width==>
height: 61px!important;  <==Your Image Height==>
cursor: pointer;
background: url(../images/img/logo.png) no-repeat!important;
}
Title: Re: Anecdota
Post by: adbydesigns on March 18, 2011, 06:30:52 PM
Mate I am using 2.0,

Thanks for ur help
Title: Re: Anecdota
Post by: adbydesigns on March 19, 2011, 11:28:05 PM
mate thanks so much, just lastly how would i put the subscribe on the main menu on the left of logout
Title: Re: Anecdota
Post by: Crip on March 20, 2011, 06:06:29 AM
Quote from: adbydesigns on March 19, 2011, 11:28:05 PM
mate thanks so much, just lastly how would i put the subscribe on the main menu on the left of logout
I'm not really sure abbot that one ..?
Title: Re: Anecdota
Post by: adbydesigns on March 20, 2011, 04:07:34 PM
thats cool mate who do you think wuld be the best person to ask
Title: Re: Anecdota
Post by: Crip on March 20, 2011, 06:17:35 PM
SMF support ..
Title: Re: Anecdota
Post by: adbydesigns on March 20, 2011, 06:40:30 PM
cool thanks mate
Title: Re: Anecdota
Post by: maskena on March 21, 2011, 08:51:06 PM
sir crip, i want install ad mod_v3.0.1 on anecdota, but instalation fail. iam use indonesia language. please help. thank you

./Themes/default/Display.template.php     Test failed
Title: Re: Anecdota
Post by: Crip on March 22, 2011, 06:34:45 PM
.. you should ask the mod Author about that , don't think it's the Theme causing the error...
Title: Re: Anecdota
Post by: maskena on March 22, 2011, 08:55:25 PM
aisi sir. thankyou
Title: Re: Anecdota
Post by: neteater on March 22, 2011, 10:24:44 PM
Quote from: kateydrop on March 17, 2011, 10:32:06 AM
Quotei dont want any logo how to remove defult one

Remove it from the server and the zip file.

@adbydesigns:

You can do that through your admin...load and Image then center with css.

Theme Options and Preferences

Joomla did it like this:

http://forum.joomla.org/viewtopic.php?p=1250401 seemed to work.
Sorry i am not able to find it just found a logo.psd where is png file

The other questions are out of my knowhow, soz.
Title: Re: Anecdota
Post by: Krillin on March 28, 2011, 06:43:43 PM
We noted one small problem with a Menu item with this theme installed.

When administrator is logged in. The menu for 'Moderate' has a 'crammed' and 'overlapping' menu context for 'Unapproved Post and Topics' with 'Unapproved Attachments' when you hover over the overlapped item the highlighted selection it is not sure what item should be selecting so it keeps switching rapidly.

Thanks.
Title: Re: Anecdota
Post by: kixgrizz on April 01, 2011, 12:53:02 PM
I am using this theme on 1.1.13 and I love it but i have 3 problems that I can not figure out.


1.) How do I add a button for my SMF Gallery addon
2.) How do I add a button for my Links addon page
3.) How do I add a button to link directly to my forums. (Using Simple Portal as Home page)
Title: Re: Anecdota
Post by: Crip on April 01, 2011, 03:17:01 PM
via => "(index.template.php)"
Title: Re: Anecdota
Post by: alpheus on April 11, 2011, 11:57:32 AM
Hello Crip. Thanks for this nice theme. I want to ask smthng about it; How may I insert avatar and search box area on top of the theme? Version: 1.1.13 Like your other theme Mobile:

(http://www.ressim.net/61/upload/b30fc457.jpg)

I don't know which codes will I edit or fix! Thank you.
Title: Re: Anecdota
Post by: Crip on April 11, 2011, 04:53:51 PM
I gotch'a @ mysite
Title: Re: Anecdota
Post by: PS3FNL on April 12, 2011, 10:04:53 PM
Love your theme and I wanna use it to give our forum a make-over. But I have a question: Does your theme support the Tiny Portal mod?
Title: Re: Anecdota
Post by: Crip on April 13, 2011, 12:12:33 PM
Quote from: PS3FNL on April 12, 2011, 10:04:53 PM
Love your theme and I wanna use it to give our forum a make-over. But I have a question: Does your theme support the Tiny Portal mod?

Yes , it most certainly do. :)
Title: Re: Anecdota
Post by: PS3FNL on April 13, 2011, 12:54:59 PM
Quote from: Crip on April 13, 2011, 12:12:33 PM
Quote from: PS3FNL on April 12, 2011, 10:04:53 PM
Love your theme and I wanna use it to give our forum a make-over. But I have a question: Does your theme support the Tiny Portal mod?

Yes , it most certainly do. :)

I installed it but he only shows the theme for the SMF forum and not for the Tiny Portal after installation.
Title: Re: Anecdota
Post by: Crip on April 13, 2011, 05:29:25 PM
Ned to ask TP_Support ;;',
http://www.tinyportal.co.uk/index.php
Title: Re: Anecdota
Post by: sene1983 on April 28, 2011, 10:23:34 AM
hi,
i am using this theme...

it is really very beautiful.. thanks for everythin...

but, i have a little problem. i will be glad if you help me...

i upload your theme. at localhost it is working good.
no problem;

(http://i53.tinypic.com/2rhqx5c.jpg)

but, at my website, an little problem occurred;
here;


(http://i56.tinypic.com/2iiy9w7.jpg)
Title: Re: Anecdota
Post by: alpheus on April 29, 2011, 09:21:39 AM
Quote from: Kaitlyn on April 29, 2011, 12:28:27 AM
when I try and change the logo the file logo.psd is black doesn't give me a link to edit it how do I change my community with my logo

Add your site url please.
Title: Re: Anecdota
Post by: alpheus on April 29, 2011, 09:51:38 AM
You have make your own logo as png and then send it to images/img/logo.png. If you don't want it as .png file then, you should look for logo in style.css and change the .png as .jpg or .gif or what you want!

For reputation system:

Move the included file "Karma.template.php" to "./Themes/Anecdota".
Move the included file "karma.gif" to "./Themes/Anecdota/images".
Move the included file "karma_bad_basic.gif" to "./Themes/Anecdota/images".
Move the included file "karma_good_basic.gif" to "./Themes/Anecdota/images".
Move the included file "karma_bad_super.gif" to "./Themes/Anecdota/images".
Move the included file "karma_good_super.gif" to "./Themes/Anecdota/images".
Title: Re: Anecdota
Post by: sene1983 on April 30, 2011, 04:26:55 AM
Quote from: sene1983 on April 28, 2011, 10:23:34 AM
hi,
i am using this theme...

it is really very beautiful.. thanks for everythin...

but, i have a little problem. i will be glad if you help me...

i upload your theme. at localhost it is working good.
no problem;

(http://i53.tinypic.com/2rhqx5c.jpg)

but, at my website, an little problem occurred;
here;


(http://i56.tinypic.com/2iiy9w7.jpg)

there are lots of theme, i tried... theres no problem. only when i use anecdota, this problem occour
i could not fix the problem.. that is so weird
Title: Re: Anecdota
Post by: Crip on May 03, 2011, 08:15:03 AM
Simple-Portal has a fix for that
Title: Re: Anecdota
Post by: lord alibaski on May 11, 2011, 09:44:35 PM
Hi Crip Sorry to bother you again but I have only just updated my forum to v2.0rc5 and updated this theme also.

Once again I am having problems trying to get rid of these areas again.
(http://freefiles.maxi-files.com/images/xy316pswpksqhbmosrnv.png)

I remember how to remove them from having removed them from v2.0rc4 but I don't know if there is a problem because everytime I remove the same code I get a template parse error.

Is it possible you could please edit my index.template I have attached.

Thank you

Lord Alibaski
Title: Re: Anecdota
Post by: adbydesigns on May 11, 2011, 10:15:21 PM
Mate does the fourm support Facebook logon
Title: Re: Anecdota
Post by: willemjan on May 12, 2011, 03:32:41 AM
Quote from: lord alibaski on May 11, 2011, 09:44:35 PM
Hi Crip Sorry to bother you again but I have only just updated my forum to v2.0rc5 and updated this theme also.

Once again I am having problems trying to get rid of these areas again.
(http://freefiles.maxi-files.com/images/xy316pswpksqhbmosrnv.png)

I remember how to remove them from having removed them from v2.0rc4 but I don't know if there is a problem because everytime I remove the same code I get a template parse error.

Is it possible you could please edit my index.template I have attached.

Thank you

Lord Alibaski

I think this would work, but backup the current file just in case ;)

Attachment deleted on request by lord alibaski
Title: Re: Anecdota
Post by: lord alibaski on May 12, 2011, 05:24:13 AM
Thank you willemjan that worke perfectly.

Can you please show me which areas of the template you actually removed because like I said I have removed these before on rc4 but this time it kept giving me template parse error.

Thank you

Lord Alibaski
Title: Re: Anecdota
Post by: willemjan on May 12, 2011, 05:30:23 AM
Search for:

<div id="wrapper" style="width: ' . $settings['forum_width'] . '">' : '', '
<div id="header">
<div id="head-l">
<div id="head-r">
  <div id="userarea" class="smalltext">';
if (!empty($context['user']['avatar']))
echo '<div id="my-avatar" class="clearfix">'.$context['user']['avatar']['image'].'</div>';
if ($context['user']['is_logged'])
  {
echo '
<ul class="reset">
<li><b>', $txt['hello_member'], ' ', $context['user']['name'], '</b></li><li>';

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

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

  }

// Otherwise they're a guest - this time ask them to either register or login - lazy bums...
else
  {
echo sprintf($txt['welcome_guest'], $txt['guest_title']);

  echo '
<script language="JavaScript" type="text/javascript" src="', $settings['default_theme_url'], '/scripts/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"  size="10" />
<input type="password" name="passwrd"  size="10" />
<input type="submit" value="', $txt['login'], '" class="button_submit" />
<input type="hidden" name="hash_passwrd" value="" />
  </form>', $context['current_time'],'<br />';
  }

echo '
</div>';

echo '
<div id="searcharea">';
  echo '
  <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>';
echo '
</div>';

  // Show a random news item? (or you could pick one from news_lines...)


Change to:

<div id="wrapper" style="width: ' . $settings['forum_width'] . '">' : '', '
<div id="header">
<div id="head-l">
<div id="head-r">';

  // Show a random news item? (or you could pick one from news_lines...)

Title: Re: Anecdota
Post by: lord alibaski on May 12, 2011, 05:51:01 AM
Thanks m8

No wonder it kept giving me template error slightly different editing to rc4....will keep this for future editing m8 cheers.
Title: Re: Anecdota
Post by: Crip on May 12, 2011, 06:12:33 AM
@ willemjan -- Thanks a lot bro' ;)
Title: Re: Anecdota
Post by: Crip on May 12, 2011, 06:15:43 AM
Quote from: Kaitlyn on April 30, 2011, 01:01:46 AM
there seems to a be a problem when I try and login to my forum and check stay logged in forever, I seem to just get logged off after 60 minutes.

Have you fixed your Logo yet?  --- nice site you have! :)
Title: Re: Anecdota
Post by: willemjan on May 12, 2011, 07:13:05 AM
Quote from: lord alibaski on May 12, 2011, 05:51:01 AM
Thanks m8

No wonder it kept giving me template error slightly different editing to rc4....will keep this for future editing m8 cheers.

Quote from: Crip on May 12, 2011, 06:12:33 AM
@ willemjan -- Thanks a lot bro' ;)

No problem, guys!!
Title: Re: Anecdota
Post by: GlitchPC on June 09, 2011, 09:06:56 PM
Crip,

This is an awesome freakin' theme!  I really love it...

I have one issue, though...

After I installed the theme...I have three buttons that don't show up on the main menu bar.  They're hidden underneath it.  They work...you just can't see them, unless you hover over them.  Is there a way I can get them to fit?  The buttons are "Members", "Chat", and "Logout".

Is there a way to change the padding and/or font size of the other buttons so I can get these three other menu buttons to fit?

Thanks, in advance, for your help...
Title: Re: Anecdota
Post by: willemjan on June 10, 2011, 05:10:26 AM
Quote from: GlitchPC on June 09, 2011, 09:06:56 PM
Crip,

This is an awesome freakin' theme!  I really love it...

I have one issue, though...

After I installed the theme...I have three buttons that don't show up on the main menu bar.  They're hidden underneath it.  They work...you just can't see them, unless you hover over them.  Is there a way I can get them to fit?  The buttons are "Members", "Chat", and "Logout".

Is there a way to change the padding and/or font size of the other buttons so I can get these three other menu buttons to fit?

Thanks, in advance, for your help...

An link might be helpfull ;)
Title: Re: Anecdota
Post by: GlitchPC on June 10, 2011, 09:28:21 AM
Quote from: willemjan on June 10, 2011, 05:10:26 AM
An link might be helpfull ;)

Ya think?  glitchpc.net  Anyhow, I'm not currently using it as the default...until I get this menu thing fixed.  What has happened as that there are too many links in the menu so, the rest of the links get wrapped to the next line.  Again...you can't see them unless you hover over them.  They are on the left side underneath the main menu.  The theme is available to registered members, though.
Title: Re: Anecdota
Post by: willemjan on June 10, 2011, 10:22:12 AM
I registered. Please approve me? Thanks!
Title: Re: Anecdota
Post by: GlitchPC on June 10, 2011, 10:26:54 AM
Just noticed the dropdown menu for Moderate has an issue.  Image attached.   It would seem the text from "Unapproved Posts and Topics" is wrapping to the next line.

Any way to fix this?
Title: Re: Anecdota
Post by: GlitchPC on June 11, 2011, 09:04:32 PM
New issue...please see attached images.

SMF Core theme has no issue...see image.  Anecdota theme has issue...see image.  Any way to fix this?  I'm not much into coding but, follow directions well.  Any help is greatly appreciated.
Title: Re: Anecdota
Post by: GlitchPC on June 13, 2011, 02:35:42 PM
Anyone?  I just updated to SMF 2.0 Gold...and delted this theme and reinstalled the new theme for my version of SMF...still have the same issue.

Here's the HTML from that section of the page:

<div class="flow_auto">
<div class="floatleft">
<div class="pagesection">Pages: [<strong>1</strong>] </div>
</div>
<div class="floatright">
<div class="additional_row titlebg">

<div style="text-align: center">69 Spammers blocked up until today</div></div>
<div class="additional_row titlebg">
<div style="margin: auto" class="leyend_stopspammer">
<img src="http://glitchpc.net/Themes/default/images/icons/moreinfo.gif" alt="Icon MoreInfo" style="vertical-align: middle" /> Not Spammer: This data wasn't in a DB. But you can check<br />
<img src="http://glitchpc.net/Themes/default/images/icons/suspect.gif" alt="Icon Suspect" style="vertical-align: middle" /> Suspect: This member couldn't be checked. Check now<br />
<img src="http://glitchpc.net/Themes/default/images/icons/spammer.gif" alt="Icon Spammer" style="vertical-align: middle" /> Spammer: See more info of activity of this spammer<br />

</div></div>
<div class="additional_row titlebg" style="text-align: right;">
<label>In Stop Forum Spam Web:</label>
<input type="submit" name="spammers_checks" value="Check these Members" onclick="return confirm('Are you sure you want to check the selected members?');" />
<input type="submit" name="spammers_report" value="Report these Members" onclick="return confirm('Are you sure you want to report the selected members?\n\nThink that when you report a member to SFS they are marked as spammer all over the world\nand they won\'t be able to use any of the forums connected to SFS around the world.\n\nDo it only if you are completely sure they are spammers and if by any chance you make a mistake\ntell as soon as possible the mod\'s creator to correct the mistake inside the SFS database.');" /></div>
<div class="additional_row" style="text-align: right;"><input type="submit" name="delete_members" value="Delete Selected Members" onclick="return confirm('Are you sure you want to delete the selected members?');" class="button_submit" /></div>
</div>
</div>

<input type="hidden" name="ce22671fb" value="503a3ef3dfecdc2a97c6d4be784b39cc" />
<input type="hidden" name="sort" value="user_name" />
</div>
</form>
</div>
</div><br class="clear" /></td>


I really would appreciate it if someone who is fluent in this sort of stuff to direct me.
Title: Re: Anecdota
Post by: GlitchPC on June 13, 2011, 03:24:35 PM
Totally different issue...see attached.

When I view a topic, the topic body shoots way off to the right.  It's fine if I click reply...it just happens when I view the topic.

Any help?  Any help, at all to any of my issues?

Thanks, in advance...
Title: Re: Anecdota
Post by: Crip on June 14, 2011, 06:25:01 AM
have you tried my new Zip uploaded Yesterday?
Title: Re: Anecdota
Post by: GlitchPC on June 14, 2011, 10:31:18 AM
Quote from: Crip on June 14, 2011, 06:25:01 AM
have you tried my new Zip uploaded Yesterday?

Yup...just downloaded it yesterday...anecdota_20.zip.
Title: Re: Anecdota
Post by: Crip on June 14, 2011, 11:07:38 AM
.. so you still have a problem now?
Title: Re: Anecdota
Post by: GlitchPC on June 14, 2011, 12:22:51 PM
The only issue I have left is with this one:  http://www.simplemachines.org/community/index.php?topic=248382.msg3070310#msg3070310

Thanks for the help, Crip!
Title: Re: Anecdota
Post by: Crip on June 14, 2011, 01:46:54 PM
i sorry but i can't do nor understand .mods ..
Title: Re: Anecdota
Post by: Si6776 on July 20, 2011, 04:47:55 PM
Hi Crip,

Loving the theme, and this is the second of your creations I'm using, the first being January.

I've read through this thread, and although some people seem to be saying it works, I'm still having trouble with the Newsfader in Internet Explorer.  It works in every other browser, and it works in IE with the SMF default Curve theme, but I have five items of rolling news, and in IE, with Anecdota, these display as static text in the Newsfader container.

Are there any details I can provide that might enable you to help me with this?

Cheers,

Simon.
Title: Re: Anecdota
Post by: Crip on July 21, 2011, 05:35:58 AM
yeah , SOME / it needs a background-color: #FFFFFF;

Try this::


/* the newsfader */
#newsfader
{
   margin: 0 2px;
}
#smfFadeScroller
{
   text-align: center;
   padding: 0 2em;
   overflow: auto;
   margin: 1em 0;
   color: #575757; /* shouldn't be shorthand style due to a JS bug in IE! */
   background-color: #FFFFFF;   <=====/* shouldn't be shorthand style due to a JS bug in IE! */=====>
}

Title: Re: Anecdota
Post by: Si6776 on July 21, 2011, 05:03:29 PM
Yup, that works, many thanks!

Now, any idea how to fix the Stop Spammer mod to display correctly?  The problem seems to be white text on a white background.  It appears when highlighted, but there seems to be a blue bar missing from each line, which the text would otherwise show in.  It displays correctly on the default Curve theme.

Oh, sorry, it's http://www-pc-pals.com (http://www-pc-pals.com).  :)
Title: Re: Anecdota
Post by: GlitchPC on July 24, 2011, 02:41:29 AM
Si6776,

I had the same issue...see this post for a fix:  http://www.simplemachines.org/community/index.php?topic=283309.msg3077292;topicseen#msg3077292

Just add the following to the end of the index.css file for this particular theme:

.leyend_stopspammer {
background-color: #00639C;
}
Title: Re: Anecdota
Post by: Si6776 on July 24, 2011, 06:08:24 AM
Thanks, that seems to have done the trick.  :)
Title: Re: Anecdota
Post by: Crip on September 22, 2011, 04:32:04 PM
New 2.0 version added , -- -=- with a better Menu! ..

+ +   Demo (http://www.jpr62.com/demos/index.php?theme=8)
Title: Re: Anecdota
Post by: maskena on September 22, 2011, 06:26:02 PM
this is a beautifull themes. Btw, why all folder and file chmod 777 and 666 not 755 or 644?
Title: Re: Anecdota
Post by: Crip on September 22, 2011, 06:37:20 PM
.. just the way it's done SMF style..
Title: Re: Anecdota
Post by: maskena on September 22, 2011, 09:28:01 PM
The way it is dangerous for the web? If I change to be 755 and 644, whether it will affect the themes?
Please your advice sir. Thank you
Title: Re: Anecdota
Post by: Crip on September 23, 2011, 05:28:28 AM
it will not hurt Theme.
Title: Re: Anecdota
Post by: maskena on September 23, 2011, 11:57:33 AM
Quote from: Crip on September 23, 2011, 05:28:28 AM
it will not hurt Theme.
thx bos jeff. success for you
Title: Re: Anecdota
Post by: jaydensmith95 on September 27, 2011, 04:09:31 AM
Thanks to all

Title: Re: Anecdota
Post by: NADINE_PICARD on October 04, 2011, 06:49:03 PM
I just download it for my site ,it look very nice but i have a huge problem now ... No button at all not even for the admin ...  >:(... HOw will i get back all those buttons?

ADMIN FORUM PM etc...

And how can i put my banner ? Either then MY COMMUNITY i would like to have my new banner... :(

Need help now ...
Title: Re: Anecdota
Post by: GlitchPC on October 07, 2011, 10:06:49 AM
Crip,

I'm currently using SMF 2.0.1 and I have the last 2.0 version of this theme installed prior to your most recent update.  Instead of updating the theme (with the new menu for this theme)...since it is working with 2.0.1, I just decided to leave it alone.

The only issue I have is that when I add another modification that adds a link in the navigation tab menu...the new links wrap to the next line and are "invisible" until you hover over them.

Is there a way to change the padding for the navigation tabs to allow for more links to be added without them wrapping to the next line?

Edit:  Crip,  I've updated to your latest version...and it has fixed the issue I was having with one of my buttons (Logout) being wrapped to the next line.  However...in the future...if I were to add more menu links...how would I do this if the menu link wraps to the next line, again?  Thanks, in advance...
Title: Re: Anecdota
Post by: Crip on October 09, 2011, 07:52:38 AM
reduce the => padding / margin's until it fits , or use a smaller Font-Family >> "arial narrow" font
Title: Re: Anecdota
Post by: Maria_HH on October 11, 2011, 10:51:45 AM
Hi,

very nice Theme !!!

I need a little help ... I want to change the logo and centered (at any resolution). The UserInfo (left), I would like to remove ...
my logo is 800px wide 250px high.
Edit where in the CSS or in the index.template.php should I do? - Figure 1

A small problem with the menu, I also have, if a user with a resolution (example 1024x760px)
slip past the buttons below the menu bar and are just hard to read. Can I extend the background image to the menu then that is a second line may make or change the font color of the buttons slipped in CSS?

Am grateful for any tip:)

Best regards
Title: Re: Anecdota
Post by: Maria_HH on October 13, 2011, 12:51:12 PM
Hmmm...no tip???
Title: Re: Anecdota
Post by: Maria_HH on October 15, 2011, 12:02:39 PM
Too bad ... should I choose a different theme: (
Title: Re: Anecdota: Opera and Safari Issues
Post by: GlitchPC on November 23, 2011, 11:46:54 PM
Crip,

I've been using this theme for a while now.  Just recently, I downloaded and installed the latest versions of Opera and Safari to see how this theme looked with those browsers.

Needless to say...I found a couple of issues with the theme.  I'm not sure if these issues have been addressed here, but will post anyhow to get your input.  If you look at the attached images...I'm sure you'll see where my concerns are.


Internet Explorer 8 and Firefox 8 have no issues, as of yet.  I have not tried Chrome yet, though...


Any suggestions?
Title: Re: Anecdota
Post by: Crip on November 28, 2011, 05:26:19 AM
i  see what you mean , i will check it out .. thing is, i updated the theme with Safari browser.. ? 
Title: Re: Anecdota
Post by: Crip on November 28, 2011, 06:18:57 AM
Fixed it with code:
-----------------------
css/index.css Find & Replace All


/* Styles for maintenance mode.
------------------------------------------------------- */
#maintenance_mode
{
width: 75%;
min-width: 520px;
text-align: left;
}
#maintenance_mode img.floatleft
{
margin-right: 1em;
}

/* common for all admin sections */
h3.titlebg img
{
vertical-align: middle;
margin-right: 0.5em;
margin-top: -1px;
}
tr.titlebg td
{
padding-left: 0.7em;
}
#admin_menu
{
min-height: 2em;
padding-left: 0;
}
#admin_content
{
clear: left;
padding-top: 0.5em;
}
/* Custom profile fields like to play with us some times. */
#admin_content .custom_field
{
margin-bottom: 15px;
}
#admin_login .centertext
{
padding: 1em;
}
#admin_login .centertext .error
{
padding: 0 0 1em 0;
}

/* Styles for sidebar menus.
------------------------------------------------------- */
.left_admmenu, .left_admmenu ul, .left_admmenu li
{
padding: 0;
margin: 0;
list-style: none;
}
#left_admsection
{
width: 160px;
float: left;
padding-right: 10px;
}
.adm_section h4.titlebg
{
font-size: 95%;
margin-bottom: 5px;
}
#main_container
{
position: relative;
}
.left_admmenu li
{
padding: 0 0 0 0.5em;
}
.left_admmenu
{
margin-bottom: 0.5em;
}
#main_admsection
{
position: relative;
left: 0;
right: 0;
overflow: hidden;
}

tr.windowbg td, tr.windowbg2 td, tr.approvebg td, tr.highlight2 td
{
padding: 0.3em 0.7em;
}
#credits p
{
padding: 0;
font-style: italic;
margin: 0;
}

/* Styles for generic tables.
------------------------------------------------------- */
.topic_table table
{
width: 100%;
}
.topic_table .icon1, .topic_table .icon2, .topic_table .stats
{
text-align: center;
}
#topic_icons
{
margin: 1em 0 0 0;
}
#topic_icons .description
{
margin: 0;
}
.topic_table table thead
{
border-bottom: 1px solid #fff;
}
/* the subject column */
.topic_table td
{
font-size: 1em;
}
.topic_table td.subject p, .topic_table td.stats
{
font-size: 0.85em;
padding: 0;
margin: 0;
}


..should fix it for Safari ?
Title: Re: Anecdota
Post by: GlitchPC on November 28, 2011, 08:41:56 AM
Crip,

It would seem your CSS edits fixed everything...except for the Opera version of the package upload box.  I still have the same issue.

See image:  http://www.simplemachines.org/community/index.php?action=dlattach;topic=248382.0;attach=191181
Title: Re: Anecdota
Post by: Crip on November 29, 2011, 06:23:32 AM
I have not the same problem via Opera , pic:
Title: Re: Anecdota
Post by: GlitchPC on November 29, 2011, 09:04:10 AM
Quote from: Crip on November 29, 2011, 06:23:32 AM
I have not the same problem via Opera , pic:


Well...I'm not trying to be a smart***, here, but...yours may be fine...mine is like the image I posted.

So...somewhere, in the css, there's an issue.  The only changes I've made to the css are the ones you have given me during any support requests I may have made to you.

Question...

Should I post my index.css for you to take a look at?

Title: Re: Anecdota
Post by: Crip on November 29, 2011, 04:46:08 PM
you fix it. Glich   
Title: Re: Anecdota
Post by: GlitchPC on November 30, 2011, 12:19:48 AM
Will do.
Title: Re: Anecdota
Post by: GlitchPC on November 30, 2011, 01:30:36 AM
Quote from: Crip on November 29, 2011, 04:46:08 PM
you fix it. Glich   

Just a "heads up", Crip...

Using Opera:  It would seem that particular box appears fine when you are looking at that particular page with the left navigation menu collapsed/closed.  Once you expand/open the Admin left navigation menu...the problem occurs.

Just thought you'd like to know.
Title: Re: Anecdota
Post by: Crip on November 30, 2011, 05:24:05 AM
I will check it both ways and Fix it , i hope..Lol

They both work / look correct with Opera..? -- how can i fix what i can't see..?

Both:::::
Title: Re: Anecdota
Post by: GlitchPC on November 30, 2011, 09:29:39 AM
Don't know what to tell ya, Crip.  I wonder if anyone else is having this issue with Opera?  Apparently you're not.  What version of Opera are you using, by the way?  I'm using 11.52 on an XP system...with no plugins.
Title: Re: Anecdota
Post by: Crip on November 30, 2011, 11:46:01 AM
mine is:
Quote
Version information:


Version
11.52


Build
1100


Platform
Mac OS X


System
10.7.2



..and no , Know one has ever mentioned it here before you..?
Title: Re: Anecdota
Post by: GlitchPC on November 30, 2011, 07:59:16 PM
Okay, Crip...

I found out what's causing it.  I have this theme set at a width of 95%.  If I set it to 100%...no problems.  Any way to make an adjustment here?
Title: Re: Anecdota
Post by: Crip on December 01, 2011, 05:46:15 AM
Okay --
I'm gonna check it all over so We all know it's right -- i'm also thinking of Screen Res. could be an issue with yours , but i dunno 4 sure..? 
Title: Re: Anecdota
Post by: GlitchPC on December 01, 2011, 08:54:34 AM
Don't think it's a screen resolution issue.  If that were the case, wouldn't I be experiencing the same issue with all the other browsers?
Title: Re: Anecdota
Post by: Crip on December 01, 2011, 11:02:16 AM
try removing this:



/* Styles for print media.
------------------------------------------------------- */
@media print
{
   #headerarea
   {
      display: none;
   }

   .tborder
   {
      border: none;
   }
}

.new_win{width: 400px; height: 400px;}   <==================>


.. should be:


/* Styles for print media.
------------------------------------------------------- */
@media print
{
   #headerarea
   {
      display: none;
   }

   .tborder
   {
      border: none;
   }
}
Title: Re: Anecdota
Post by: GlitchPC on December 01, 2011, 12:18:10 PM
Nope...that didn't work.  Cleared cache...still no go.  So, I replaced the deleted line of code.
Title: Re: Anecdota
Post by: Crip on December 01, 2011, 12:39:52 PM
Ok , I'll keep looking / testing code.. ..
Title: Re: Anecdota
Post by: GlitchPC on December 01, 2011, 12:53:49 PM
Okay...thanks, Crip.
Title: Re: Anecdota
Post by: GlitchPC on December 10, 2011, 11:29:51 AM
Crip...how goes it with the issue I'm having with the Admin/Package Manager/Upload Package box in Opera?  Anything yet?
Title: Re: Anecdota
Post by: Crip on December 10, 2011, 03:24:44 PM
Nope , i've looked but , can't seem to find anything a miss , so i really just don't know ?
Title: Re: Anecdota
Post by: GlitchPC on December 10, 2011, 03:45:58 PM
Just wondering, though...

Were you able to reproduce it by changing the theme width, as I did?  Just want to make sure it is an issue...and not just me.  Like I said...at 100%...it's fine...but, not at 95%.  Just seems odd to me.

Thanks for checking...
Title: Re: Anecdota
Post by: Crip on December 11, 2011, 02:43:37 PM
Glithch , i will still try a few more things & yes i changed the width to lots of diff. Width`s and it remains correct/...?
Title: Re: Anecdota
Post by: GlitchPC on December 11, 2011, 02:56:52 PM
Okay, Crip...  When you changed the widths in Opera...did you leave the left Admin navigation menu as is...or, did you collapse it?

Thanks for checking into this for me...
Title: Re: Anecdota
Post by: Crip on December 11, 2011, 03:12:15 PM
.. i tried both ways , still correct?
Title: Re: Anecdota
Post by: Crip on December 12, 2011, 02:07:44 PM
Your the only one who has ever had this problem .. so, it remains a mystery.  :laugh: :laugh:
Title: Re: Anecdota
Post by: GlitchPC on December 12, 2011, 03:38:50 PM
I understand...  Thanks for checking, Crip.  Sorry to be a bother.  Happy Holidays!
Title: Re: Anecdota
Post by: Crip on December 13, 2011, 05:36:37 AM
Your no bother .. Merry CHRISTmas
Title: Re: Anecdota
Post by: sun-man on December 16, 2011, 11:38:12 AM
Hi,

not sure that it isnt asked. Cant find it.
Im on Anecdota with a small german board. Where can i setup that Threads with new messages are bold? All i have is the "new" button, but fonts are not bold.

Thanks
Title: Re: Anecdota
Post by: Crip on December 17, 2011, 05:50:58 AM
Quote from: sun-man on December 16, 2011, 11:38:12 AM
Hi,

not sure that it isnt asked. Cant find it.
Im on Anecdota with a small german board. Where can i setup that Threads with new messages are bold? All i have is the "new" button, but fonts are not bold.

Thanks

....... ? what SMF version ? ... i can not understand You ?
Title: Re: Anecdota
Post by: Si6776 on December 17, 2011, 06:10:22 AM
I think, as well as the 'New' button, he wants to have the thead titles appear bold if there are new posts.
Title: Re: Anecdota
Post by: cm69 on December 17, 2011, 09:56:35 AM
Quote from: Crip on July 07, 2008, 12:53:38 PM
Link to the theme (http://custom.simplemachines.org/themes/index.php?lemma=793)
(http://custom.simplemachines.org/themes/index.php/action,download/lemma,793/image,thumb)

Light colors; blue gradients modern SMF Theme.

2.0 version added -=- with a better Menu! ..

+ +   Demo (http://www.jpr62.com/demos/index.php?theme=8)

hi, can possible use it theme and change others colors, its difficult?
Title: Re: Anecdota
Post by: sun-man on December 17, 2011, 01:57:37 PM
Si6776 are right. Thats what i man.
Title: Re: Anecdota
Post by: Crip on December 17, 2011, 05:03:20 PM
..it doesn't change colors..
Title: Re: Anecdota
Post by: sun-man on December 17, 2011, 05:37:51 PM
Ok, sorry, last answer im only on my phone. Sorry fpr my english. Im on SMF 2.0.1

What i mean is a function that threads with new answers will be a little bolder. Like that (dosent matter what forum that is, it a german board ;) )
(http://www.abload.de/thumb/zwischenablage011eby4.jpg) (http://www.abload.de/image.php?img=zwischenablage011eby4.jpg)

If you go to subforum you see threads with new answers (or complete new threads)  a little thicker/Bold.
Is it possible to do that?

Regards
Title: Re: Anecdota
Post by: Crip on December 18, 2011, 06:43:59 AM
Looks fine as is to me , besides I haven't a clue how-to-do what you ask [?]
Title: Re: Anecdota
Post by: GlitchPC on December 23, 2011, 10:50:46 AM
Crip...

I'm thinking of replacing the search box in the header with Google Search...mind you...just thinking about it.

Now...I've searched the index.template.php file and found the following code:

echo '
<div id="searcharea">';
  echo '
  <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>';
echo '
</div>';


Google provides code for the search button...

Where would I replace the code in your template?

I hope you can help me with this...if not...I can trial and error it, I guess.  I'm not much of a coder...heh...not one, at all.  Just enough to get myself into trouble.

I appreciate anything you can give me that points me in the right direction...
Title: Re: Anecdota
Post by: Crip on December 24, 2011, 05:39:41 AM
I haven't ever used Goo search , i suppose u could replace it with the code you posted..? => mix n match i reckon?
Title: Re: Anecdota
Post by: GlitchPC on March 01, 2012, 08:21:42 PM
Crip...

Haven't heard from me in a few days, huh?   ;D

Anyway...I've been looking through the CSS to see if I can modify it so when an image is linked, there's no line underneath it.

I know the CSS has an entry to prevent the border (for images) but, is there a way to code it so a line doesn't appear underneath the image when the image is linked?  If there is...will this have an affect on text links?  What would the code be?


Thanks, in advance...
Title: Re: Anecdota
Post by: Crip on March 02, 2012, 11:08:24 AM
not sure , none that I know of right off??

..? maybe ? :;

text-decoration: none;

or::

test-decoration: 0;
Title: Re: Anecdota
Post by: GlitchPC on March 04, 2012, 05:50:35 AM
Crip...thanks for the reply....

I had already looked into those codes in CSS...yet, no luck.  This is an inherent issue with linked images...and although there is CSS to fix it...I've found out it can be rather involved and not always a real workable solution.

Guess I can live with it...just thought I'd ask.
Title: Re: Anecdota
Post by: Crip on March 05, 2012, 10:11:06 AM
That's cool , i've just never saw or heard of it until now??
Title: Re: Anecdota
Post by: ravoron on April 20, 2012, 02:21:46 AM
Привет всем!
Тема понравилась, под цвет сайта и нашего общества авиаторов!
Логотип сменил сам, радовался как ребенок!
Корень www/forum/Themes/Anecdota_20g/images/img/logo.png , файл logo.png удалил, создал файл logo.png, закачал свой логотип. Благодаря Темно-волк  в  /forum/Themes/Anecdota_20/css/index.css исправил  width: 98%; height: 98%; а вот дальше у меня код другой
}
/* BANNER / LOGOS */
#logo a {
    position: absolute;
    top: 5px;
    left: 300px;
    display: block;
    width: 98%;
    height: 98%;
    cursor: pointer;
         background: url(../images/img/logo.png) no-repeat!important;
Логотип закрывает Новости. Уважаемый Темно-волк под размер доски у меня не выходит. Подскажите мой сайт www.99011.ru, на платном хостинге
      
Title: Re: Anecdota
Post by: ravoron on April 20, 2012, 03:04:43 AM
Прошу прощения, Crip
код

   background: #002A5C;
   font: 78%/130% Verdana, sans-serif;
   margin: 0;
   padding: padding: 10px 0 10px 0;
не меняется логотип
Title: Re: Anecdota
Post by: Crip on April 20, 2012, 06:31:49 AM
English Please?
Title: Re: Anecdota
Post by: ravoron on April 23, 2012, 05:28:11 AM
Dear!
The situation is this: Forum SMF 2.0.2, downloaded the theme Anecdota (versions 12 and 20g) in the color theme site. Worked well, changed the logo forum, set up partitions. He worked a week, then a section of the first format and dropped the old logo (my community) in the norm of the remaining sections.
In the admin set up, dropped to the user - after all sections were broken. And most importantly admin menu and all were gone. So went to the ISP, thought that the themes of conflict with each other and took a deleted version of topic 12 (_20g was the default). and all the forums gone, Can not load 'main_above' pattern.
Restore from backup does not want to tell me-.
Title: Re: Anecdota
Post by: ravoron on April 23, 2012, 05:33:23 AM
Quote from: Crip on April 20, 2012, 06:31:49 AM
English Please?
Hi all!
Topic liked the color of the site and in our society aviators!
Logo changed myself, happy as a child!
Root www/forum/Themes/Anecdota_20g/images/img/logo.png, deleted file logo.png, has created a file logo.png, upload your logo. Thanks to Dark wolf / forum/Themes/Anecdota_20/css/index.css fixed width: 98%, height: 98%, but then I have a different code
}
/ * Banner / LOGOS * /
# Logo {
     position: absolute,
     top: 5px;
     left: 300px;
     display: block;
     width: 98%;
     Height: 98%;
     cursor: pointer;
          background: URL (.. / photos / IMG / logo.png) is important not to repeat;
News logo covers. Dear Dark wolf the size of the boards I have not come out. Tell my site hxxp: www.99011.ru [], on a paid hosting
Title: Re: Anecdota
Post by: Crip on April 24, 2012, 05:36:02 AM
I do not understand 'what  your asking' ??
Title: Re: Anecdota
Post by: ttatoto on July 30, 2012, 01:07:03 PM
Hi, I'm new to SMF and don't have much experience in php editing :)

I'm currently using this theme on SMF version 2.0.2 and want to change the hyperlink of the logo from its own to somewhere else? How can I do that?

Thanks in advance,
Title: Re: Anecdota
Post by: Crip on July 31, 2012, 03:06:13 PM
1st Back Up Index.template.php
"[ index.template.php ]"
Find this:

   echo '
          <div id="logo">
               <a href="'.$scripturl.'" title=""></a>
                    </div>';
               echo '



Title: Re: Anecdota
Post by: ttatoto on August 01, 2012, 11:24:19 AM
Quote from: Crip on July 31, 2012, 03:06:13 PM
1st Back Up Index.template.php
"[ index.template.php ]"
Find this:

   echo '
          <div id="logo">
               <a href="'.$scripturl.'" title=""></a>
                    </div>';
               echo '



  • Then Add  your link Like:

       echo '
              <div id="logo">
                   <a href="http://www.yourotherlink.com" title="Your Link" target="_blank"></a>
                        </div>';
                   echo '

Thanks a lot!
Title: Re: Anecdota
Post by: RoyalMess on December 11, 2012, 01:39:09 PM
Hi there, i just started using your theme and it is working very well and looks nice but i cannot seem to add a button, tried finding the lines from the very first few posts in this topic but no luck.

Running the latest SMF version, hopefully you know how :)
Title: Re: Anecdota
Post by: Crip on December 11, 2012, 03:25:25 PM
Quote from: RoyalMess on December 11, 2012, 01:39:09 PM
Hi there, i just started using your theme and it is working very well and looks nice but i cannot seem to add a button, tried finding the lines from the very first few posts in this topic but no luck.

Running the latest SMF version, hopefully you know how :)

You need to go here and read......
http://wiki.simplemachines.org/smf/Buttons_-_How_do_I_add_buttons_to_SMF_2.0
Title: Re: Anecdota
Post by: RoyalMess on December 16, 2012, 07:06:06 PM
Quote from: Crip on December 11, 2012, 03:25:25 PM
Quote from: RoyalMess on December 11, 2012, 01:39:09 PM
Hi there, i just started using your theme and it is working very well and looks nice but i cannot seem to add a button, tried finding the lines from the very first few posts in this topic but no luck.

Running the latest SMF version, hopefully you know how :)

You need to go here and read......
http://wiki.simplemachines.org/smf/Buttons_-_How_do_I_add_buttons_to_SMF_2.0

Ah cheers, figured it out but only one problem.
Whenever i choose it it doesn't stay highlighted like the forum or index button.
However the index button gets highlighted when the button (page) called Chat is opened.
Title: Re: Anecdota
Post by: Crip on December 17, 2012, 10:47:28 AM
You also must set whether or not the link is Active.
Title: Re: Anecdota
Post by: gp10 on December 30, 2012, 02:38:56 PM
Hi,

Fantastic theme but i have a question.

How can I change the background color: blue to a picture? I want the search espace, the news space, everything like original but change the color to a picture.

(http://img12.imageshack.us/img12/5240/capturadeecr20121228194.png)[/URL]
Title: Re: Anecdota
Post by: Crip on December 31, 2012, 08:02:01 AM
I do nnot understand what you mean?
==== say again..
Title: Re: Anecdota
Post by: gp10 on December 31, 2012, 10:29:38 AM
In the other print screen in my last post, the background of the header is blue. I would like change the blue color to a background picture. I want create a banner but save the "news system" and the "Show unread posts since last visit. / Show new replies to your posts." and the search box.

Title: Re: Anecdota
Post by: Crip on January 01, 2013, 02:34:10 PM
sure , go right ahead and do that.
Title: Re: Anecdota
Post by: gp10 on January 01, 2013, 04:32:15 PM
Quote from: Crip on January 01, 2013, 02:34:10 PM
sure , go right ahead and do that.

? I asked if you know how can i make that change because i don't know and i would like make that change
Title: Re: Anecdota
Post by: Crip on January 02, 2013, 03:51:09 PM
Like this i think?

background: url(../images/background.jpg) repeat-x;
Title: Re: Anecdota
Post by: Lord Anubis on February 28, 2013, 10:53:44 PM
Awesome theme Jeff :) ... using this as my default
Title: Re: Anecdota
Post by: Crip on March 01, 2013, 06:58:55 AM
Great -Mitch , good luck. ;)
Title: Re: Anecdota
Post by: [dazed] on March 04, 2013, 01:07:11 PM
Love this theme Crip. Installed it on v2.04 and have only viewed it in FireFox and Chrome but I am missing the "Date and Search" in the top right side. Only a couple of mods that really shouldn't effect this.

You do great work that I know. So what do you think I'm doing wrong?

(http://www.the3006cafe.org/stuff/screenshot.png)

UPDATE: I also installed CleanTek and the search box is missing.

Title: Re: Anecdota
Post by: Crip on March 06, 2013, 09:19:39 AM
I think your Avatar maybe is to big, and pushes it down, the header isn't really huge..i see:'

Title: Re: Anecdota
Post by: [dazed] on March 09, 2013, 07:18:23 PM
That did it Crip. What is the max avatar height off hand.

Thank you sir.

Title: Re: Anecdota
Post by: Crip on March 10, 2013, 05:19:47 PM
indeed [dazed]
Title: Re: Anecdota
Post by: peterwaalker on June 12, 2013, 11:55:06 AM
I have already designed a logo for my forum but i don't know how to change my community logo to my customized logo
Please i need step by step guide on how to do that.
Or if possible tell my the logo file name in .png so that i can upload and replace the logo.
Thank you!
Title: Re: Anecdota
Post by: Crip on June 12, 2013, 03:01:42 PM
easy...
just upload your >logo.png< image to: > > ../images/img/logo.png
Title: Re: Anecdota
Post by: peterwaalker on June 12, 2013, 04:34:04 PM
There is no directory like img in my ....public_html/images/.....
Should i create a folder like img  in .../images directory and then upload the logo.png in the img folder so as to formulate .../images/img/logo.png?
Thanks for your assistance.
Title: Re: Anecdota
Post by: Crip on June 12, 2013, 04:42:20 PM
it's already there ../img/ folder..has nothing to do with ....public_html/images/.....

just upload it to The >>> Themes/Anecdota/images/img/logo.png  ?
Title: Re: Anecdota
Post by: peterwaalker on June 12, 2013, 04:51:18 PM
Thank you Sir
i have done that.
My problem now is that the logo i uploaded did not show well.
The lenth and width need to be expaneded.
Please help me once again with clear steps to expand it a little to contain the logo (443X86 pixels)
Always thankful,
Title: Re: Anecdota
Post by: Crip on June 12, 2013, 05:02:43 PM
OK find:

/* BANNER / LOGOS */
#logo a {
position: absolute;
top: 30px;
left: 20px;
display: block;
width: 256px !important;
height: 61px !important;
cursor: pointer;
background: url(../images/img/logo.png) no-repeat!important;
}


You image need to add the exact + SIZE IN WIDTH & HEIGHT..of your image.
Title: Re: Anecdota
Post by: peterwaalker on June 12, 2013, 06:11:10 PM
Thank you sir for your help, with the code shown above my problem is solved.
Please tell me where to find the code so that i can adjust the the img pixels.
Need step by step
Will continue to be thankful.
Remain blessed.
Title: Re: Anecdota
Post by: Crip on June 13, 2013, 06:42:27 AM
..it's located inside the theme's .>>/ ../css/index.css []  folder , the logo code is near the bottom of the file.
Title: Re: Anecdota
Post by: peterwaalker on June 13, 2013, 07:53:19 AM
@Crip,
I must commend you Sir for your good works. Indeed, you are blessed.
The whole thing worked like charm!!!
The whole logo is now fully shown, oh how wonderful it is.
Thank Sir.

Title: Re: Anecdota
Post by: peterwaalker on June 13, 2013, 07:55:28 AM
Please is there a way i can also include time in the profile info of User/Member.
I found out that when i logon the forum as a guest, Time and date is shown.
How can i make it work/viewable when logged in?
(http://www.the3006cafe.org/stuff/screenshot.png)
Just like curve theme

Even if there is no solution, i want to tell you that your theme is the best.
Always thankful
Title: Re: Anecdota
Post by: Crip on June 13, 2013, 08:51:53 AM
.. i will need to look at it 1st> .. i dunno?
---------------------------------------------------???
I tried => The entire header-area would need a re-design to show Time/Date correctly..it's not going to happen.!
Title: Re: Anecdota
Post by: rommel132 on July 05, 2013, 04:41:37 PM
Hi, How do i change the logo? In Stead Of my community? Thanks
Title: Re: Anecdota
Post by: Crip on July 06, 2013, 07:47:55 AM
upload your image , in place of the one there.
Title: Re: Anecdota
Post by: Neo_TE on July 12, 2013, 07:48:06 AM
Quote from: peterwaalker on June 13, 2013, 07:55:28 AM
Please is there a way i can also include time in the profile info of User/Member.
I found out that when i logon the forum as a guest, Time and date is shown.
How can i make it work/viewable when logged in?
(http://www.the3006cafe.org/stuff/screenshot.png)
Just like curve theme

Even if there is no solution, i want to tell you that your theme is the best.
Always thankful

Its possible. Just add a simple line.


Code (Find) Select

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

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




Code (Replace) Select

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

echo '
  <li><a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a></li>
  <li><a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a></li>
  <li>', $context['current_time'], '</li>
</ul>';



PS: I checked the edits in my test site and it works fine.
Title: Re: Anecdota
Post by: Crip on July 13, 2013, 03:54:07 PM
yes ,  but it would take time to  re-design the header/user/areas..
    knock yourself out xPandax! .. your on you way looks like. ;)
Title: Re: Anecdota
Post by: Burke ♞ Knight on July 13, 2013, 03:56:25 PM
Crip!

Great work on this theme!
Remember I used the old version on a site few years back.
Just made a new site with the new version and it's great.
Keep up the great work!
Title: Re: Anecdota
Post by: Neo_TE on July 13, 2013, 09:00:47 PM
Quote from: Crip on July 13, 2013, 03:54:07 PM
yes ,  but it would take time to  re-design the header/user/areas..
    knock yourself out xPandax! .. your on you way looks like. ;)
lol, its not like I actually wrote that code.

I actually wanted to display time in my website (which uses "analysis theme" made by you), so I tried copy/paste the code from guest section (in reference theme) to guest & user section (in analysis theme) and it worked. :P
Title: Re: Anecdota
Post by: Crip on July 14, 2013, 08:45:42 AM
Thanks = BK
--
..glad you sorted it out xPandx
--------
Title: Re: Anecdota
Post by: Neo_TE on July 15, 2013, 11:55:53 AM
Thank you very much. :)
Title: Re: Anecdota
Post by: Lord Anubis on July 16, 2013, 08:49:15 PM
Love this theme, customized it easily and looks great. 
Title: Re: Anecdota
Post by: Burke ♞ Knight on July 16, 2013, 08:52:25 PM
Crip,

I just installed this on 2 more sites.
Quick question, do you have any custom rank images that go good with this theme?
Title: Re: Anecdota
Post by: Neo_TE on July 17, 2013, 12:05:18 AM
There are plenty of custom rank images available in the internet for free. A google search will do the work.
Title: Re: Anecdota
Post by: Burke ♞ Knight on July 17, 2013, 12:08:30 AM
True, but was checking to see if Crip had any that matched the theme. :)
Title: Re: Anecdota
Post by: peterwaalker on July 19, 2013, 10:24:02 AM
Quote from: xPandax on July 12, 2013, 07:48:06 AM
Quote from: peterwaalker on June 13, 2013, 07:55:28 AM
Please is there a way i can also include time in the profile info of User/Member.
I found out that when i logon the forum as a guest, Time and date is shown.
How can i make it work/viewable when logged in?
(http://www.the3006cafe.org/stuff/screenshot.png)
Just like curve theme

Even if there is no solution, i want to tell you that your theme is the best.
Always thankful

Its possible. Just add a simple line.


Code (Find) Select

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

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




Code (Replace) Select

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

echo '
  <li><a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a></li>
  <li><a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a></li>
  <li>', $context['current_time'], '</li>
</ul>';



PS: I checked the edits in my test site and it works fine.

Want to know whether this tutorial will Solve Date and time problem in my forum.
Also which directory am i supposed to make changes
Always thankful
Title: Re: Anecdota
Post by: Crip on July 19, 2013, 10:26:55 AM
It might ? could try?
..it worked for the other member
Title: Re: Anecdota
Post by: peterwaalker on July 19, 2013, 11:23:54 AM
Quote from: peterwaalker on July 19, 2013, 10:24:02 AM
Quote from: xPandax on July 12, 2013, 07:48:06 AM
Quote from: peterwaalker on June 13, 2013, 07:55:28 AM
Please is there a way i can also include time in the profile info of User/Member.
I found out that when i logon the forum as a guest, Time and date is shown.
How can i make it work/viewable when logged in?
(http://www.the3006cafe.org/stuff/screenshot.png)
Just like curve theme

Even if there is no solution, i want to tell you that your theme is the best.
Always thankful

Its possible. Just add a simple line.


Code (Find) Select

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

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




Code (Replace) Select

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

echo '
  <li><a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a></li>
  <li><a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a></li>
  <li>', $context['current_time'], '</li>
</ul>';



PS: I checked the edits in my test site and it works fine.

Want to know whether this tutorial will Solve Date and time problem in my forum.
Also which directory am i supposed to make changes
Always thankful

This so tell everyone that this tutorial worked 100%.
I am a testimony to this fact and i thank everyone here for your ceaseless efforts and help to mankind.
Thanks to xPandax for this wonderful share.
Also thankfull to Crip the owner of this Theme you are wonderful.
Title: Re: Anecdota
Post by: Neo_TE on July 19, 2013, 12:25:12 PM
I'm glad I could help, thanks. :)
Title: Re: Anecdota
Post by: Crip on July 19, 2013, 03:57:49 PM
Time / Date is just::

<li>', $context['current_time'],'</li>
Title: Re: Anecdota
Post by: Burke ♞ Knight on July 27, 2013, 08:36:23 PM
Crip,

When doing child-boards, I see that there is no divider between them.
Could you refresh my memory on where and how to edit it so looks like main board index's list of boards, please?

Also, this file is called for, yet not present: Adkaus.css
Was that something you removed from the file list?

Thank you
Burke
Title: Re: Anecdota
Post by: Crip on July 28, 2013, 09:56:29 AM
BKN , ??
i need a screen shot of that , cuz , i looked at theme Dem0 , nothing seems amiss ?
Title: Re: Anecdota
Post by: Burke ♞ Knight on July 28, 2013, 01:02:35 PM
Part one - The child-board divider:

(http://www.bkm.cc.nf/sub-boards.png)

Part two - I did a sitebeam on the site and it listed missing files:

(http://www.bkm.cc.nf/files.png)
Title: Re: Anecdota
Post by: Crip on July 28, 2013, 01:16:28 PM
Bro.. child boards Cause:: is a mod : ADKaus.css isn't in my Theme..

some ADK mod.?
Title: Re: Anecdota
Post by: Burke ♞ Knight on July 28, 2013, 03:01:58 PM
Only mod that does anything with the child-boards is just renaming them to sub-board.
As for the other, maybe so. just thought maybe being css that might have been something left over from previous work.

EDIT:

It seems to be a SMF thing. Test site with no mods using Curve theme has same non-divider between the child boards.
Title: Re: Anecdota
Post by: Crip on July 28, 2013, 04:10:20 PM
Need To Use a Large Upgrade Package 2.0.2..it could be a database problem i reckon?
Title: Re: Anecdota
Post by: Burke ♞ Knight on July 28, 2013, 04:12:35 PM
I don't really think there is need to be worried.
It does not show in the error log, so I am not going to deal with it, until next upgrade happens. ;)
Title: Re: Anecdota
Post by: Crip on August 03, 2013, 07:08:07 AM
Anecdota Theme + a small update with [all] 2.0.4 changes in css/index.css.

regards..
Title: Re: Anecdota
Post by: Burke ♞ Knight on August 03, 2013, 07:18:26 AM
I had found the solution to the divide between the child boards:

Fix Missing Divider Between Child Boards (http://goo.gl/wW8WWn)

Title: Re: Anecdota
Post by: Crip on August 03, 2013, 11:27:58 AM
yep...i didn't know what you meant until now..I most times just add this::

.table_frame .table_list td.icon, .table_frame .table_list td.info, .table_frame .table_list td.stats {
    border-right: 1px solid white;
}
Title: Re: Anecdota
Post by: Burke ♞ Knight on August 03, 2013, 11:30:19 AM
It's funny...
I had never noticed this issue, and most liky would not have, if not for setting up a board full of child-boards with long descriptions...LOL
Title: Re: Anecdota
Post by: peterwaalker on August 04, 2013, 02:41:17 PM
please Sir how do i add Page buttons on the footer area of my forum.
For example.   Home | About US | Privacy Policy | Contact Us | i want to create these pages on my forum footer area.
Need your simple guides because i'm a novice. thank you very much
Title: Re: Anecdota
Post by: Burke ♞ Knight on August 04, 2013, 05:17:28 PM
There is a mod for footer links. Check the mod site. :)
Title: Re: Anecdota
Post by: peterwaalker on August 04, 2013, 07:01:06 PM
Quote from: BurkeKnight on August 04, 2013, 05:17:28 PM
There is a mod for footer links. Check the mod site. :)

can you help me with the good mod link? Also need details on how to customize it after installations
Always thankful
Title: Re: Anecdota
Post by: Burke ♞ Knight on August 04, 2013, 07:24:34 PM
Have you searched the Mod Site (http://custom.simplemachines.org/mods/) for Advanced Footer Mod?

Then questions and help for that mod can be done at it's support thread. There will be a link to it at the mod's page.
Title: Re: Anecdota
Post by: peterwaalker on August 04, 2013, 07:52:08 PM
Quote from: BurkeKnight on August 04, 2013, 07:24:34 PM
Have you searched the Mod Site (http://custom.simplemachines.org/mods/) for Advanced Footer Mod?

Then questions and help for that mod can be done at it's support thread. There will be a link to it at the mod's page.

Sorry i could not find any footer mod there
Title: Re: Anecdota
Post by: Burke ♞ Knight on August 04, 2013, 08:02:11 PM
Funny, I searched for Advanced Footer and got this:
http://custom.simplemachines.org/mods/index.php?mod=2392

Now, lets stop clouding this theme's thread with posts about a mod, eh? :)
Title: Re: Anecdota
Post by: peterwaalker on August 07, 2013, 10:59:30 AM
Please Sir
Is there a way i can make my site login box for username and password to show drop-down selection menu(forever) like previous curve theme i was using.
I found out that users are not always online because most times they login from there and after their browsing time they will close the page but the page will not save cookies for login session because there is no (forever) login available.
I attached a file below to give a clear picture of what i mean.
thank you again and again for your kind support.
Title: Re: Anecdota
Post by: Crip on August 07, 2013, 12:12:07 PM
All that's Default , this is a custom Theme with different code than Default in header area/..
=====>
Quote from: peterwaalker on August 07, 2013, 10:59:30 AM
Please Sir
Is there a way i can make my site login box for username and password to show drop-down selection menu(forever) like previous curve theme i was using.
I found out that users are not always online because most times they login from there and after their browsing time they will close the page but the page will not save cookies for login session because there is no (forever) login available.
I attached a file below to give a clear picture of what i mean.
thank you again and again for your kind support.
Title: Re: Anecdota
Post by: Neo_TE on August 07, 2013, 12:21:53 PM
@Crip, kindly check PM. Thanks.


PS: Its not a support related PM.
Title: Re: Anecdota
Post by: Crip on August 08, 2013, 07:35:29 AM
xPanda,

PM replied..
Title: Re: Anecdota
Post by: Neo_TE on August 09, 2013, 03:00:46 AM
Quote from: Crip on August 08, 2013, 07:35:29 AM
xPanda,

PM replied..

Thank you very much.
Title: Re: Anecdota
Post by: Burke ♞ Knight on August 28, 2013, 10:45:49 PM
Since this comes up a lot, and I just posted to help someone in another thread, I figured I'd re-post it here for others who use this fantastic theme:




Since I use this theme a lot, here is my 2 cents worth of logo instruction:

Make your logo, do not want it more than 500 width by 100 height.
Now, need to set your css to fit the image into the box.

Edit: Themes/Anecdota_20g/css/index.css <- Depending on what version of the theme, may just be Anecdota

Code (Find) Select
/* BANNER / LOGOS */
#logo a {
position: absolute;
top: 30px;
left: 20px;
display: block;
width: 256px!important;
height: 61px!important;
cursor: pointer;
background: url(../images/img/logo.png) no-repeat!important;
}


Change width and height to whatever your logo is. And the image url, of course. ;)
Title: Re: Anecdota
Post by: Crip on August 29, 2013, 08:02:52 AM
thanks BK ;D
Title: Re: Anecdota
Post by: br360 on September 09, 2013, 01:46:54 AM
This is an amazing theme, but I have 2 issues:

Both the "There are currently 1 moderator reports open." and "There are currently 1 members awaiting approval" links are not popping up whenever there are reported posts and whenever a new member registers.

Where can I add these so I will know if a post is reported or when a new member registers for an account?

I am using version 2.0 and I have smf 2.0.5
Title: Re: Anecdota
Post by: Crip on September 09, 2013, 06:37:27 AM
I'm really not sure if i added those codes in this theme , but I will have a look see? .....
Title: Re: Anecdota
Post by: br360 on September 09, 2013, 03:01:25 PM
Thanks crip.
Title: Re: Anecdota
Post by: br360 on September 10, 2013, 12:21:22 AM
Actually, I think I figured it out, and without errors. Replacing the code below now shows reported posts, new members awaiting approval, and the date.

In index.template.php find

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

  }


replace with-

echo '
            <ul class="reset">
               <li><a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a></li>
               <li><a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a></li>';

      // Is the forum in maintenance mode?
      if ($context['in_maintenance'] && $context['user']['is_admin'])
         echo '
               <li class="notice">', $txt['maintain_mode_on'], '</li>';

      // Are there any members waiting for approval?
      if (!empty($context['unapproved_members']))
         echo '
               <li>', $context['unapproved_members'] == 1 ? $txt['approve_thereis'] : $txt['approve_thereare'], ' <a href="', $scripturl, '?action=admin;area=viewmembers;sa=browse;type=approve">', $context['unapproved_members'] == 1 ? $txt['approve_member'] : $context['unapproved_members'] . ' ' . $txt['approve_members'], '</a> ', $txt['approve_members_waiting'], '</li>';

      if (!empty($context['open_mod_reports']) && $context['show_open_reports'])
         echo '
               <li><a href="', $scripturl, '?action=moderate;area=reports">', sprintf($txt['mod_reports_waiting'], $context['open_mod_reports']), '</a></li>';

                     
      echo '
               <li>', $context['current_time'], '</li>
            </ul>';
   }


Title: Re: Anecdota
Post by: Burke ♞ Knight on September 10, 2013, 01:05:45 AM
Nice job. :)
Title: Re: Anecdota
Post by: br360 on September 10, 2013, 01:10:26 AM
I basically just ripped the code off from the default curve index.template and copy and pasted it into the anecdota one, but thanks. :)
Title: Re: Anecdota
Post by: Crip on September 10, 2013, 08:48:40 AM
Title: Re: Anecdota
Post by: technics1200 on September 15, 2013, 07:56:53 AM
Hi Crip
Great theme and thank you very much for all your great work
I have a problem where the copyright and stuff isnt staying below where it does on the default theme
ii seen a solution on this thread and it didnt work for me
Im just going to paste my stuff here from line 274 of the index.template.php
could you show me where I need to add something to make it sttay below in the footer are properly
Many thanks for the theme and your help



function template_body_below()
{
   global $context, $settings, $options, $scripturl, $txt, $modSettings;

         echo '
            </div>';


   // Show the "Powered by" and "Valid" logos, as well as the copyright. Remember, the copyright must be somewhere!
   echo '
<div id="footer">
    <div id="foot-l">
        <div id="foot-r">
            <div id="footerarea">
                <div id="footer_section">
               <ul class="reset">
                 <li class="copyright">', theme_copyright(), '</li>
                 <li><b>Anecdota</b> by, <a href="http://www.jpr62.com/theme/ [nofollow]" target="_blank" class="new_win" title=""><span><b>Crip</b></span></a></li>
               <li><a id="button_xhtml" href="http://validator.w3.org/check?uri=referer [nofollow]" target="_blank" class="new_win" title="', $txt['valid_xhtml'], '"><span>', $txt['xhtml'], '</span></a></li>
                ', !empty($modSettings['xmlnews_enable']) && (!empty($modSettings['allow_guestAccess']) || $context['user']['is_logged']) ? '<li><a id="button_rss" href="' . $scripturl . '?action=.xml;type=rss" class="new_win"><span>' . $txt['rss'] . '</span></a></li>' : '', '
                <li class="last"><a id="button_wap2" href="', $scripturl , '?action=forum;wap2" class="new_win"><span>', $txt['wap2'], '</span></a></li>
              </ul>';

   // Show the load time?
   if ($context['show_load_time'])
      echo '
      <p>', $txt['page_created'], $context['load_time'], $txt['seconds_with'], $context['load_queries'], $txt['queries'], '</p>';

   echo '
             </div>
          </div>
       </div>
    </div>
</div>';
}
Modify message
Title: Re: Anecdota
Post by: Burke ♞ Knight on September 15, 2013, 08:08:25 AM
1. Please post code like that into the code block, using the (http://www.bkm.cc.nf/codebbc.png) BBC button.

2. A link to the site, to see what it looks like, would be useful. :)
Title: Re: Anecdota
Post by: technics1200 on September 15, 2013, 08:21:28 AM
Sorry for that I edited my post there
The theme isnt available on our forum yet only to admin
I have uploaded a part off my screen as a image here to show what I mean
Hope I did it the correct way
and thank you for your help

Title: Re: Anecdota
Post by: Burke ♞ Knight on September 15, 2013, 08:46:40 AM
That is due to the extra copyrights that are in there.
There may not be a fix, due to one being from your smf host.
Title: Re: Anecdota
Post by: technics1200 on September 15, 2013, 09:01:23 AM
when I paste the standard code form the default theme in it works fine
but it doesn't have Crips "Anecdota by, Crip"  part in it
and that is the only difference in the 2
I am fairly new to this so im not really sure what to do
Title: Re: Anecdota
Post by: Crip on September 15, 2013, 11:54:42 AM
Thanks Burk ,
is it possible to see your link-to-site-theme ?
Title: Re: Anecdota
Post by: technics1200 on September 15, 2013, 12:01:03 PM
Hi Crip
we dont have it in public view yet
as we were waiting to have it finished before we set is as our default theme
This is the last thing to fix before we set it as our default theme
Great theme and thank you for making it
Title: Re: Anecdota
Post by: GlitchPC on September 15, 2013, 12:35:08 PM
technics1200...

In order to fix the issue you are experiencing...it may be necessary to edit the index.css file for this theme.  I had to do the same thing.  Take a look at the footer area of my home page to see if this is what you are striving towards.

Search your index.css file for the following...

#footerarea {
    text-align: center;

After the last line of coding, above, you will see a line to change the padding and color...can you tell me what your padding has been set to, please?

For example...my index.css file has been edited as follows...

#footerarea {
    text-align: center;
    padding: .90em;
    color: #FFF;

As you can see, above, I have changed the padding number so that all footer links fit within the footer area of Crip's theme.  You may need to do this, as well.  Try it and let me know if that works for you.
Title: Re: Anecdota
Post by: technics1200 on September 15, 2013, 01:04:19 PM
Hi Thanks it is set to 2.5em
Title: Re: Anecdota
Post by: GlitchPC on September 15, 2013, 01:07:37 PM
technics1200...

Try lowering that number from 2.5 to 1.5.  You may have to experiment in order to get it to fit properly.  You can always change it back.
Title: Re: Anecdota
Post by: technics1200 on September 15, 2013, 01:15:00 PM
I just tried
and no change at all no matter what i set it to
very strange
Thanks for the help its much appreciated
Cheers
Title: Re: Anecdota
Post by: GlitchPC on September 15, 2013, 01:22:53 PM
You're welcome...are you sure you are editing the index.css file for Crip's theme?  What are you using to edit the file?  Are you editing it through the "Modify Themes" section of your Admin Control Panel?  Are you saving the changes?  What numbers did you use when editing it?

Seriously, though...in order to make it work for me...I had to use .90em.
Title: Re: Anecdota
Post by: technics1200 on September 15, 2013, 01:27:28 PM
Yes I have modified it that way and it hasn't moved
have it set there to .90em
Its a weird one
Title: Re: Anecdota
Post by: GlitchPC on September 15, 2013, 01:31:21 PM
Clear browser cache and/or reload the page?
Title: Re: Anecdota
Post by: technics1200 on September 15, 2013, 01:37:34 PM
Yep that worked  :)
thank you very much for your help
.60 is looking good
I really appreciate your help
Thank You  ;)
Title: Re: Anecdota
Post by: GlitchPC on September 15, 2013, 01:43:52 PM
Awesome!  Glad to be of service...
Title: Re: Anecdota
Post by: Crip on September 15, 2013, 02:58:28 PM
Thanks Glitch =====>

Refresh works a lot in different areas that's been modified , as well as clearing your cookies and cache ...or a different browser @ times.
------------------------------------------------------------------------------------------------------------------------------------------------------

Quote from: technics1200 on September 15, 2013, 01:37:34 PM
Yep that worked  :)
thank you very much for your help
.60 is looking good
I really appreciate your help
Thank You  ;)
Title: Re: Anecdota
Post by: technics1200 on September 15, 2013, 03:11:20 PM
Thanks again Crip for the great theme
Keep up the great work
It is Greatly appreciated  :)
Title: Re: Anecdota
Post by: Crip on September 16, 2013, 06:46:44 AM
Congrats ;)
Title: Re: Anecdota
Post by: Jeremy M. on November 28, 2013, 03:14:30 PM
Hey Crip:  Can you create me a logo for my forum, please? I tried using the .PSD file in Photoshop, but I can't seem to get the text to edit and do it myself. I would like for it to say  Big Blue Nation

Thanks in Advance!
Title: Re: Anecdota
Post by: Crip on November 29, 2013, 01:06:46 PM
I cannot at this Time ==> Sorry

Quote from: StormChaser83 on November 28, 2013, 03:14:30 PM
Hey Crip:  Can you create me a logo for my forum, please? I tried using the .PSD file in Photoshop, but I can't seem to get the text to edit and do it myself. I would like for it to say  Big Blue Nation

Thanks in Advance!
Title: Re: Anecdota
Post by: Handlesss on November 29, 2013, 07:28:40 PM
Hi, first post here.

First let me congratulate u Crip for this awesome Theme.

Well lets head to the point... have some problem that's breaking my head down.

¿How can i replace the cathegory bars? I know there's a .png called "main_block". Tried to replace it with other colors but doesnt works, stills all blue. Can u give me some tip?

Thanks !
Title: Re: Anecdota
Post by: Crip on December 02, 2013, 07:18:38 AM
Quote from: Handlesss on November 29, 2013, 07:28:40 PM
Hi, first post here.

First let me congratulate u Crip for this awesome Theme.

Well lets head to the point... have some problem that's breaking my head down.

¿How can i replace the cathegory bars? I know there's a .png called "main_block". Tried to replace it with other colors but doesnt works, stills all blue. Can u give me some tip?

Thanks !

Take the main_block.png to photo shop and change it there.
Title: Re: Anecdota
Post by: minos on December 02, 2013, 06:21:07 PM
thanks for the theme.

how can i fix css on register page, even with clean theme looks  bad on firefox
Title: Re: Anecdota
Post by: Burke ♞ Knight on December 02, 2013, 08:19:24 PM
I take it you are meaning the reCAPTCHA mod and it not being centered?
If so, yes, I too have noticed that, on all themes.

In the default theme directory: Register.template.php

Code (Find) Select
<fieldset class="content centertext">
', template_control_verification($context['visual_verification_id'], 'all'), '
</fieldset>


Code (Replace With) Select
<fieldset class="content centertext"><center>
', template_control_verification($context['visual_verification_id'], 'all'), '
</center></fieldset>


I know the way I did it could be considered archaic and outdated, but hey, it works. ;)
Title: Re: Anecdota
Post by: minos on December 03, 2013, 05:04:42 PM
Quote from: BurkeKnight on December 02, 2013, 08:19:24 PM
I take it you are meaning the reCAPTCHA mod and it not being centered?
If so, yes, I too have noticed that, on all themes.

In the default theme directory: Register.template.php

Code (Find) Select
<fieldset class="content centertext">
', template_control_verification($context['visual_verification_id'], 'all'), '
</fieldset>


Code (Replace With) Select
<fieldset class="content centertext"><center>
', template_control_verification($context['visual_verification_id'], 'all'), '
</center></fieldset>


I know the way I did it could be considered archaic and outdated, but hey, it works. ;)

no i mean layout

(http://i.imgur.com/KuTbMGI.png)

(http://i.imgur.com/wTKmIAd.png)
Title: Re: Anecdota
Post by: Burke ♞ Knight on December 03, 2013, 06:39:31 PM
I have never had that happen on any site that used this theme.
What mods do you have running?
A link to your site would be useful.
Title: Re: Anecdota
Post by: minos on December 03, 2013, 10:07:29 PM
Quote from: BurkeKnight on December 03, 2013, 06:39:31 PM
I have never had that happen on any site that used this theme.
What mods do you have running?
A link to your site would be useful.



edit: i have uninstalled keycapcha mod and its ok now

Title: Re: Anecdota
Post by: Burke ♞ Knight on December 04, 2013, 12:21:17 AM
By the looks of your site, you deal with downloads of warez.
I hope you know that warez sites are usually frowned upon, by software companies, as well as music companies.
Not to mention, Web Hosts.

I hope you thought of that, before putting up that site.
Title: Re: Anecdota
Post by: Crip on December 04, 2013, 08:10:43 AM
Thanks BurkeKnight ;)
Title: Re: Anecdota
Post by: Kyrianchigozie on December 22, 2013, 03:17:16 AM
Sir Crimes seriously am in luv with this theme; hope it can work in smf 2.06? pls help me on step by step how to change the blue color to green pleas. I beg. Please i want it to be a green and white theme instead of Blue and white. Thanks and Godbless
Title: Re: Anecdota
Post by: Kyrianchigozie on December 22, 2013, 03:25:36 AM
And am totaly novice in php; if you can help me and edit it and attach it for me here. Please am on my kneels help. I prefare the header colour of this site http://futo.edu.ng (http://futo.edu.ng) that type of green please help.
Title: Re: Anecdota
Post by: Burke ♞ Knight on December 22, 2013, 07:51:33 AM
1. His name is Crip not Crimes.
2. Anecdota works for 2.0.6 fine.
3. You posted a link in another topic for this same thing, and it was not even an SMF forum.
4. Please post link to your SMF forum.
Title: Re: Anecdota
Post by: Kyrianchigozie on December 22, 2013, 09:33:43 AM
Ok thanks for the correction. I need help on how to change the colour
Title: Re: Anecdota
Post by: Crip on December 24, 2013, 07:05:23 AM
Thank you  BurkeKnight :)
Title: Re: Anecdota
Post by: Dilyar on January 31, 2014, 09:06:58 PM
Rest in peace Crip!
Title: Re: Anecdota
Post by: Ix Soulcist xI on January 31, 2014, 09:33:20 PM
It had a very basic simplistic look, I like it.
Title: Re: Anecdota
Post by: peterwaalker on April 20, 2015, 06:37:46 PM
I need help on this theme. I installed a mod meant to make the theme responsive to some instant but it failed the teat with two errors. Please what should I do.
The link to the mod is below
http://custom.simplemachines.org/mods/index.php?mod=4040
Thanks
Title: Re: Anecdota
Post by: Deaks on April 20, 2015, 09:39:37 PM
index.template

find
<link rel="stylesheet" type="text/css" href="', $settings['theme_url'], '/css/index', $context['theme_variant'], '.css?fin20" />';

replace with
<link rel="stylesheet" type="text/css" href="', $settings['theme_url'], '/css/index', $context['theme_variant'], '.css?fin20" />
<link rel="stylesheet" type="text/css" href="', $settings['theme_url'], '/css/responsive', $context['theme_variant'], '.css?fin20" />';


find
<a class="', $button['active_button'] ? 'active ' : '', '" href="', $button['href'], '"', isset($button['target']) ? ' target="' . $button['target'] . '"' : '', '>

replace with
<a class="', $button['active_button'] ? 'active ' : '', '" href="', $button['href'], '"', isset($button['target']) ? ' target="' . $button['target'] . '"' : '', '><span class="responsive_menu ', $act, '"></span>

this second one is using most likley place based on default code that is changed.
Title: Re: Anecdota
Post by: peterwaalker on April 21, 2015, 04:23:32 AM
Thanks let me check and get back here.
Thanks once again.
Title: Re: Anecdota
Post by: peterwaalker on April 21, 2015, 06:14:08 PM
Having carefully added and replaced all the codes above my site is not seen as mobile friendly by Google bots.


so i later added also "viewport" right near meta tags and <title>
<meta name="viewport" content="width=device-width, initial-scale=1" \>

Tell tell me what to do

Still and still it failed the test
Title: Re: Anecdota
Post by: Deaks on April 21, 2015, 07:33:18 PM
clear your cache also give it a wee bit so dns etc can catch up.  If not you need to use a different theme.
Title: Re: Anecdota
Post by: peterwaalker on April 22, 2015, 06:32:12 AM
Quote from: Poύνικ on April 21, 2015, 07:33:18 PM
clear your cache also give it a wee bit so dns etc can catch up.  If not you need to use a different theme.

The actual thing here is that the site when viewed from mobile zooms from left but other parts refused other part to show together. This auto zoom made it look somehow mobile responsive but it is too large and the links appear tiny.
See how Google described it above.

Or should I consider changing this theme? Which theme is best for mobile adaptative? I don't really know. I like this Anacdota20g theme so much and have done some customization to it to help serve better.
Title: Re: Anecdota
Post by: MULITRI on February 26, 2017, 05:32:14 PM
Hello,

I know it's a long time since the last reply here, but i need assistance.

I have installed this Anecdota Theme in a v2.0.13 version, and since i started and after many Mods installed, i still cannot figure out why the signature and elements below the message are not always at bottom.

If the message is enough large and higher than the left poster profile, then it's at bottom, but if it's a short message it show as in the first attached screenshot i've posted below. I would like those elements below the message show at bottom always, as it shows in the second attachment (that's a photoshop edit to use it as example)

You may notice i have installed "Say Thanks" Mod which show users who gave Thanks and it will be the last element.
http://custom.simplemachines.org/mods/index.php?mod=3898

Even i have tried with no luck for long time to change the width of the message body, i can't find where to change the width, i found how to change poster profile width, which has the Mod "Smart PostBit" installed
http://custom.simplemachines.org/mods/index.php?mod=3932

I would like some assistance with these two small issues, Thank you.
Title: Re: Anecdota
Post by: Antechinus on February 26, 2017, 08:24:21 PM
Add .signature {clear: both;} to the end of the theme's CSS.
Title: Re: Anecdota
Post by: MULITRI on February 28, 2017, 06:25:46 PM
Thanks Antechinus for your help, that's a trick but not exactly what i needed, because it enlarges every post, aligning the line above signature with the end of the poster profile.

(as you can see in the attached screenshot)

As it will depends of the properties of other elements or blocks where the signature is placed (as i've read after your reply) i think we're close.

Thanks trying to help, at least i'm learning the function of some attributes ;)
Title: Re: Anecdota
Post by: Antechinus on March 01, 2017, 02:17:21 AM
Yes I know it would do that. What do you want it to do?
Title: Re: Anecdota
Post by: MULITRI on March 01, 2017, 04:58:26 PM
In my previous message, where i have attached two screenshots...
http://www.simplemachines.org/community/index.php?topic=248382.msg3916436#msg3916436

pay attention at the second screenshot, i made it with photoshop, for everybody can see how it should look, so no matter is it's a short or a very long message, the signature block with the divider, with the Thanked member names and the quick modify button stay always at bottom of the message body.

I hope i have explained it correctly. Thanks for your help Antechinus
Title: Re: Anecdota
Post by: Antechinus on March 01, 2017, 05:37:16 PM
The easiest way to do that is to set a minimum height on the post div. This will work, if all members have the same content in the user area.

So you could try using

.post inner {min-height: 295px;}
Title: Re: Anecdota
Post by: Hexxer on September 09, 2017, 04:23:47 PM
Theme have a issue since SMF *.14.

https://www.simplemachines.org/community/index.php?topic=553910.msg3941339#msg3941339

If you try to login upper right you get a session timeout. You have to login via the standard login page "url..../index.php?action=login"
Title: Re: Anecdota
Post by: Kindred on September 09, 2017, 10:33:43 PM
Please read the faq

https://wiki.simplemachines.org/smf/Login_error_2.0.14
Title: Re: Anecdota
Post by: Hexxer on September 10, 2017, 01:21:13 PM
Works with that

https://www.simplemachines.org/community/index.php?topic=553910.msg3941342#msg3941342
Title: Re: Anecdota
Post by: info33 on August 23, 2019, 05:16:49 AM
Working great on SMF 2.0.15,tks @CRIP!
Title: Re: Anecdota
Post by: GigaWatt on August 23, 2019, 07:50:37 PM
Unfortunately, he's gone :'(.