News:

Wondering if this will always be free?  See why free is better.

Main Menu

ENotify

Started by SMFHacks.com Team, October 18, 2009, 04:40:06 PM

Previous topic - Next topic

NanoSector

install1.php is for 1.1.x, not for 2.0.x.

vbgamer45: You most likely forgot to global $smcFunc; in your install.php file.
My Mods / Mod Builder - A tool to easily create mods / Blog
"I've heard from a reliable source that the Answer is 42. But, still no word on what the question is."

peterwaalker

Please how can i locate and remove my Enotify Ads on my forum footer. Its annoying
Or if possible how i can edit.
Please give me step by method.


vbgamer45

Quote from: peterwaalker on May 28, 2013, 08:15:39 AM
Please how can i locate and remove my Enotify Ads on my forum footer. Its annoying
Or if possible how i can edit.
Please give me step by method.

I offer copyright removal
http://www.smfhacks.com/copyright_removal.php
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

peterwaalker

Quote from: vbgamer45 on May 28, 2013, 08:17:53 AM
Quote from: peterwaalker on May 28, 2013, 08:15:39 AM
Please how can i locate and remove my Enotify Ads on my forum footer. Its annoying
Or if possible how i can edit.
Please give me step by method.

I offer copyright removal
REMOVED

By my own understanding, I should remove it from /Sources/QueryString.php
But i dont know how to edit.
Please i need help.
Thanks.

peterwaalker

#724
Quote from: peterwaalker on May 28, 2013, 08:41:07 AM
Quote from: vbgamer45 on May 28, 2013, 08:17:53 AM
Quote from: peterwaalker on May 28, 2013, 08:15:39 AM
Please how can i locate and remove my Enotify Ads on my forum footer. Its annoying
Or if possible how i can edit.
Please give me step by method.

I offer copyright removal
REMOVED

By my own understanding, I should remove it from [hidden by Colin]
But i dont know how to edit.
Please i need help.
Thanks.

Ok.

vbgamer45

That is not legal you need to pay for removal. I will send you an invoice.

It is extremely disrespectful to remove without payment since we spend our time developing these mods for the community.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

akbora

Mod makers gave us a lot of things here. In fact, they just want to copyright. They deserve it. Thanks to all who contributed.
SMF 2.0.13
Default Theme
Utf8 Turkish
---------------

peterwaalker

#727
thanks

Colin

Peter,

We do not condone this behavior. I implore you to restore the copyright or legally pay to remove the copyright. Threats are also not welcome on this forum.
"If everybody is thinking alike, then somebody is not thinking." - Gen. George S. Patton Jr.

Colin

luuuciano

No me agradan los foros que no te dejan borrar TU PROPIO usuario, como por ejemplo smfsimple.com.
E incluso te mandan emails no solicitados, de los cuales, quizá, no puedas escapar porque NO te dejan posibilidad a deshabilitarlos (a menos que NO te tengan en su lista negra).

Delete this

Quote from: vbgamer45 on May 10, 2013, 09:34:29 AM
There is no currently no way to turn it off per user. To uninstall use the package manager to uninstall the mod.
I tried using the package manager, but that breaks my whois screen. All I see after uninstalling the mod is "unknown action", also it wont let me choose themes I want to remove it from, which may be the problem. I'm going to try the manual uninstall.

vbgamer45

Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

sandiplfcg

There is no notification on my screen, but mysql is running the queries. Am I, missing anything? FYI i'm using different theme.

vbgamer45

Make sure if the mod does theme edits that the edits are applied to your theme.

The mod uses jquery to show the notifications
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

sandiplfcg

Thanks for the reply. I'm a newbie in editing and SMF. Don't know what to edit and where to in the file? Sorry for the trouble ! Could you help please ? I'm using ProRedV1 theme, and have include the files in the directory but don't what to edit in the template file.

sandiplfcg

This is the link to the forum. Maybe you could  look and tell me where it went wrong.

TiPsY

Is there any way to re-locate the floating notification from the top right to the lower left?
Also, how to convert it to utf-8? Some people use greek letters and they appear as question marks

vbgamer45

Maybe possible you would have to look at the css/javascript positioning

Ask in the general support forums on how to convert to utf8
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

OzzyMozzy

Enotify is killing my forum, i uninstalled it and it's still a problem. I had a look at the Sources/load file and i found this in it

// enotify
global $settings, $modSettings, $scripturl;

$context['html_headers'] .=  '
<link rel="stylesheet" type="text/css" href="' . $settings['default_theme_url'] . '/css/jquery.jgrowl.css" />
<script type="text/javascript" src="' . $settings['default_theme_url'] . '/scripts/enotify.js"></script>
<script type="text/javascript">
jQuery.noConflict();
(function($){
$(document).ready(function(){
        $.getJSON("' . $scripturl . '?action=enotify",
                function(data){
                  $.each(data.items, function(i,item){
                    $.jGrowl(item.message, { header: item.title, life: ' . $modSettings['enotify_life'] . ' });
                  });
                });
setInterval( function() {
          $.getJSON("' . $scripturl . '?action=enotify",
                  function(data){
                    $.each(data.items, function(i,item){
                      $.jGrowl(item.message, { header: item.title, life: ' . $modSettings['enotify_life'] . ' });
                    });
                  });
} , ' . $modSettings['enotify_refresh'] . ' );
});
})(jQuery);
</script>';
//end enotify


Can i manually delete this section out?

Game.ruler

Hi everyone, this is a great mod. I have installed and and is working fine, except some mysql errors in error logs.

http://......./index.php?action=enotify
The database value you're trying to insert does not exist: enot_title
Function: ENotifyUpdateUnreadReplies
File: /home/sharespark/public_html/Sources/ENotify.php
Line: 70

Please help me with this problem.

Advertisement: