Anecdota

Started by Crip, July 07, 2008, 12:53:38 PM

Previous topic - Next topic

MrBI

I found it. so it is resolved!

But is ther any ways to determine a minimum width and no maximum to the forum ?

Crip

if it's the _alt it needs a minimum width cuz of the menu-Tabs , less will cause the Tabs to over-lap...
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

okinawaredneck

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.

Sabre™

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 & Guide 2
You could also ask the same question in the 'mods' support thread if you haven't already :)

Do NOT give admin and/or ftp details to just anybody, see if they are trust worthy first!!  Do your homework ;)


okinawaredneck

Sorry.


I'm running SMF 1.1.11.


I will check those links too.

maihannijat


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.

maihannijat


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

Crip

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;
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

maihannijat

I didn't get you.

could you please explain it bit.

Thanks in Advance

maihannijat


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.


Crip

tell me this , what smf version are you using? -- Which Theme --»Anecdota or Anecdota_alt«-----?
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

maihannijat

I am using SMF 1.1.11 and Anecdota Theme.


Crip

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...
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

maihannijat


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

maihannijat


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.

davbar

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"

maihannijat


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)


Crip

Not the theme doing that , most likely your Admin>Settings or your server , local cookies.. ?
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

kartheekb

#238
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?
www.jntuhub.com/forum (check out my forums)

deansmar

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

Advertisement: