TheVilleOrg / phpbb-groupsub

This is a extension for phpBB3 that allows you to create paid subscriptions for members to gain access to usergroups.
https://www.phpbb.com/customise/db/extension/groupsub/
GNU General Public License v2.0
10 stars 11 forks source link

Add Description for Subscribe Page. #5

Closed Dark1z closed 5 years ago

Dark1z commented 5 years ago

Add Description for Subscribe Page to put up some Information. After line : https://github.com/stevotvr/phpbb-groupsub/blob/master/styles/all/template/package_list.html#L3 BUT before line : https://github.com/stevotvr/phpbb-groupsub/blob/master/styles/all/template/package_list.html#L5 similar to : From https://github.com/stevotvr/phpbb-groupsub/blob/master/styles/all/template/package_list.html#L78 To https://github.com/stevotvr/phpbb-groupsub/blob/master/styles/all/template/package_list.html#L86

Will require a $config to toggle this Description On/Off. Also will require a $config_text to store this Description.

Hope you consider this Enhancement in your Extension.

Thanking you , Best regards 👍

stevotvr commented 5 years ago

So you want to add a text area to add some general information that isn't related to a specific subscription package? That sounds like a good idea. Thanks for the suggestion.

Dark1z commented 5 years ago

@stevotvr ,

First of ... Thanks for the Extension... 😄

Yea! Exactly... Adding some general Info & some details... [Like header]

Also if possible in the End [like footer] to add some terms & conditions , maybe useful for many others also. After line : https://github.com/stevotvr/phpbb-groupsub/blob/master/styles/all/template/package_list.html#L88

Thanking you, Best Regards 👍

stevotvr commented 5 years ago

Added header and footer options: https://github.com/stevotvr/phpbb-groupsub/commit/2661f62f80d30fdfd98cda2c34e6cbee693ecb9d

Dark1z commented 5 years ago

Thank you very much @stevotvr 😄 👍