vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - PM notification when receiving reputation points (https://vborg.vbsupport.ru/showthread.php?t=242097)

BrightStar 06-17-2010 11:44 AM

Is the option checked by default for new registrations?

skhms 06-17-2010 07:47 PM

Quote:

Originally Posted by Mike007 (Post 2054960)
Is the option checked by default for new registrations?

No it isn't

If you want to change that you need to run a SQL query.
Enter this at the Maintenance > Execute SQL Query Page:

ALTER TABLE tableprefixuser ALTER sk_repnotif_options SET DEFAULT '1'

This will make the option active as default for new users.
Change the tableprefix to whatever you are using or remove it if you don't use any.

/SK

GT2.0 06-20-2010 06:20 PM

does not work in 4.04

funmasti 06-21-2010 04:04 AM

such a great mod, thanks

skhms 06-21-2010 04:44 PM

Quote:

Originally Posted by GT2.0 (Post 2056562)
does not work in 4.04

What happens, or doesn't happen?
I just install 4.0.4 on my testsite and I haven't seen any problems yet.

/SK

BlueCheri 06-27-2010 06:53 AM

Tried for 4.0.4, now working :(

merk_aus 06-27-2010 09:31 AM

Have installed it on 4.0.4 with no issues at all thanks.

pointalk 06-28-2010 12:11 AM

"User must first enable the function on the Settings => General Settings page. It's off by default."

How to set on by default?

skhms 06-28-2010 04:29 AM

Quote:

Originally Posted by pointalk (Post 2060784)
"User must first enable the function on the Settings => General Settings page. It's off by default."

How to set on by default?

To set it on as default for new users run this SQL query at the Maintenance > Execute SQL Query Page.

ALTER TABLE tableprefixuser ALTER sk_repnotif_options SET DEFAULT '1'


To activate it for all current user run this SQL query.

UPDATE tableprefixuser SET sk_repnotif_options = '1'


Change the tableprefix to whatever you are using or remove it if you don't use any.

/SK

pointalk 06-28-2010 12:06 PM

But"You are not authorized to execute SQL queries" at the Maintenance > Execute SQL Query Page

How to do it via phpmyadmin?


All times are GMT. The time now is 03:38 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01153 seconds
  • Memory Usage 1,729KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete