Activity Reminder Message

Started by cicka, July 28, 2010, 12:11:28 PM

Previous topic - Next topic

Martingonnella

Hmmmm...I had two index.template.php.

One went Successful and the other Failed..

Any ideas?

TheListener

Not without seeing what you are talking about.


Martingonnella

Ok, I did phase on it and got a successful testing and installed. I went to the admin -. Modification and turned it on and added my message. Click Footer and index to display. I dont a test and I ended up getting to double on the index and got on on the footer...Little confused now. I only wanted to the one the index?

Attached is the Index.message

Can you spread some light on this please? Thanks

TheListener

Have a look at the file and see if the required edit has been doubled.

Martingonnella

I did have look and couldn't see anything....I would really be grateful if you could give me a second opionion. A Correction edit would also be great of you could too. :)

DGkoruptedMINDS

it would be AMAZING if you could code this for SMF 2.0.1 :) this mod is exactly what ive been looking for!!!

TheListener

Quote from: DGkoruptedMINDS on September 28, 2011, 12:38:31 AM
it would be AMAZING if you could code this for SMF 2.0.1 :) this mod is exactly what ive been looking for!!!

The mod works on 2.0.1 already.

Eclipse16V

I worked with:
SMF 2 in German

Shop:
SID Giessen

rootuid

I've 2.0.2. I tried emulating 2.0.1 but failed.

Code: (Find) [Select]

// Show the navigation tree.
      theme_linktree();

Code: (Replace) [Select]

global $user_info;
      
      if (!empty($modSettings['show_index_message']) && !empty($modSettings['index_message_title']) && !empty($modSettings['index_message_body']) && $context['user']['is_logged'] && isset($modSettings['inactive_users']) && $user_info['posts'] < $modSettings['inactive_users']) {
         echo'<br /><br />
         <span class="clear upperframe"><span></span></span>
         <div class="roundframe"><div class="innerframe">
         <div class="cat_bar">
         <h3 class="catbg">' ,parse_bbc($modSettings['index_message_title']), '</h3>
         </div>
          <p>', parse_bbc($modSettings['index_message_body']), '</p>
         </div></div>
        <span class="lowerframe"><span></span></span>';   
         }

      // Show the navigation tree.
      theme_linktree();


medstorez

thanks love this mod... just what i was looking for

rootuid

#70
even when emulating 2.0.1 on 2.0.2 this fails

Code: (Find) [Select]

// Show the navigation tree.
      theme_linktree();

Code: (Replace) [Select]

global $user_info;
      
      if (!empty($modSettings['show_index_message']) && !empty($modSettings['index_message_title']) && !empty($modSettings['index_message_body']) && $context['user']['is_logged'] && isset($modSettings['inactive_users']) && $user_info['posts'] < $modSettings['inactive_users']) {
         echo'<br /><br />
         <span class="clear upperframe"><span></span></span>
         <div class="roundframe"><div class="innerframe">
         <div class="cat_bar">
         <h3 class="catbg">' ,parse_bbc($modSettings['index_message_title']), '</h3>
         </div>
          <p>', parse_bbc($modSettings['index_message_body']), '</p>
         </div></div>
        <span class="lowerframe"><span></span></span>';   
         }

      // Show the navigation tree.
      theme_linktree();

So I followed Suki's advice and did the failed change manually. Do I have to do all the other modifications manually even though they are shown as not failed ?

kat

Quote from: rootuid on March 22, 2012, 05:02:07 AMDo I have to do all the other modifications manually even though they are shown as not failed ?

You'll be glad to know that no, you don't. :)

Read my sig, though, just in case...

Padre gremista

Here, the mod show a error in index.template.php. My SMF version is 2.0.6.

Anybody have anything idea for resolve this?

Thanks for help. I am needing this mod. If there other equals, you guys post, please.
www.gremioemfoco.info - A comunidade gremista na internet.

TheListener

Quote from: Padre gremista on January 29, 2014, 10:45:22 AM
Here, the mod show a error in index.template.php. My SMF version is 2.0.6.

Anybody have anything idea for resolve this?

Thanks for help. I am needing this mod. If there other equals, you guys post, please.

The mods parser may help.

http://custom.simplemachines.org/mods/index.php?action=parse

Padre gremista

Quote from: Old Fossil on January 29, 2014, 10:54:10 AM
Quote from: Padre gremista on January 29, 2014, 10:45:22 AM
Here, the mod show a error in index.template.php. My SMF version is 2.0.6.

Anybody have anything idea for resolve this?

Thanks for help. I am needing this mod. If there other equals, you guys post, please.

The mods parser may help.

http://custom.simplemachines.org/mods/index.php?action=parse

There two "index.template.php". What is the right for replace?
www.gremioemfoco.info - A comunidade gremista na internet.

TheListener

What do you mean by two index.template?

Padre gremista

Quote from: Old Fossil on January 29, 2014, 01:15:04 PM
What do you mean by two index.template?

Exists two archives "index.template" and only one for replace. What is the right?
www.gremioemfoco.info - A comunidade gremista na internet.

eldritch1969

Can't install this mod on 2.0.9. I have the file edits but no luck.
Is it still supported and could someone help me install it ?

Steve

What do you mean by 'no luck'?
DO NOT pm me for support!

JBlaze

The mod author hasn't been around since 2012.

Now, when you say you "can't install it", what errors are you getting? The more details you give us, the better we can help you.
Jason Clemons
Former Team Member 2009 - 2012

Advertisement: