PDA

View Full Version : Location of subscribe/unsibscribe option


minstrel
09-05-2008, 09:12 PM
Currently, it shows up under Details rather than Options (vBulletin 3.73). That's not very intuitive - members seem to expect to find it other options, which seems to me to be much more logical.

Any chance of changing this?

Morgan
09-06-2008, 01:40 PM
It is the gaz_user_subscription.php file that controls it, if you want to take a crack at changing the location, but sorry, it is probably not something that'll get changed anytime soon if at all.

Cocko
11-26-2008, 07:28 PM
I'd like to replace the subscription field to the editoptions template.
I think this makes more sense than in editprofile template.

All I can see is to change in gaz_user_subscription.php twice
editprofile in editoptions and updateprofile in updateoptions.

Did somebody change this successfully yet?

Cocko
11-29-2008, 10:08 AM
Changed the plugin GAZ - Save Subscription1 hookname
from profile_updateprofile to profile_updateoptions

But Newsletter Options does'nt appear in Edit Options.

What's missing?

Edit:
In gaz_user_subscription.php changed
$customfields[\'regular\']
to
$customfields[\'messaging\']

As it seems it's working.