All Tags »
Community Server
Sorry, but there are no more tags available to filter with.
-
This modal dialog is my first attempt at providing an interface for changing payment settings.
-
This is a screenshot of the Manage Payment Settings screen for the Paid Subscriber add on.
-
This is a screenshot of the SH_PaymentSettings table used to store community-specific payment settings.
-
This is sample data from the cs_SiteMappings table. You can query this data using the following statement:
SELECT * FROM cs_SiteMappings
-
This is a screenshot of some of the fields in the cs_SiteSettings table. You can select data from this table using the following query:
SELECT * FROM cs_SiteSettings
-
This is an example of the data in the cs_Sites table. You can query your own cs_Sites table using the following statement:
SELECT * FROM cs_Sites