-
Including Custom PHP in Modules.
-
Created by:
Wayne Luke
- Published: Mon 10 Aug '20, 3:05pm
- 1034 views
- 6 comments
Including Custom PHP in Modules.
We've created a new package that is intended to facilitate the replacement of custom PHP modules with custom Display Template modules. It also demonstrates how to create custom API functions in general. You will find this package attached below. Steps to replace a PHP module Module Edit the api/main.php file Find the customWidgetHtml function Copy your php code from the module into the function. Change the code to generate a string value instead of echoing content and set that to the $myhtml par...Last edited by Wayne Luke; Fri 14 Aug '20, 12:53pm. -
Created by:
-
vBulletin Password Handling
-
Created by:
Wayne Luke
- Published: Tue 27 Nov '18, 1:34pm
- 0 comments
vBulletin Password Handling
Note: vBulletin Cloud sites cannot use custom password schemes at this time. The core security of your site is the User Password and how it is stored. In the beginning, vBulletin used a simple MD5 hash to represent the password. However as Floating Point Processors (i.e. GPU and ASICs) have become more powerful, this method proved to be risky and reduced security. If we significantly changed the password scheme, then users wouldn't be able to login and would need to change their passwords fir...Last edited by Wayne Luke; Wed 16 Jan '19, 1:17pm. -
Created by:
-
Creating the Sitemap XML for your vBulletin
-
Created by:
Wayne Luke
- Published: Sat 27 Oct '18, 1:18pm
- 2 comments
Creating the Sitemap XML for your vBulletin
The XML Sitemap specification allows search engines to index your site more efficiently. vBulletin 5 Connect can create the Sitemap automatically so you can submit it to your favorite search engines. Using the default path If you are using vBulletin Cloud, you must use this option. The default value for this is core/store_sitemap. Make sure the directory is CHMOD 0777 on your server. In the AdminCP, go to Settings -> Options -> XML Sitemap and set Enable Automatic Sitemap Generation to Yes. ...Last edited by Wayne Luke; Wed 23 Sep '20, 9:28am. -
Created by:
There are no articles in this category.
Please log in to your account to view your subscribed posts.
Categories
Collapse
Article Tags
Collapse
administration (1)
beginner (3)
calendar (1)
channels (1)
cloud (1)
connect (1)
customization (1)
database (1)
Google (1)
how to (1)
https (1)
Intermediate (2)
MYSQL (1)
recovery tools (1)
security (2)
site builder (1)
ssl (1)
template (1)
template hooks (1)
tls (1)
tutorial (2)
users (1)
vb5howto (5)
vbcloud (1)
xml sitemap (1)
Latest Articles
Collapse
-
by Wayne LukeWe've created a new package that is intended to facilitate the replacement of custom PHP modules with custom Display Template modules. It also demonstrates how to create custom API functions in general. You will find this package attached below. Steps to replace a PHP module Module Edit the api/main.php file Find the customWidgetHtml function Copy your php code from the module into the function. Change the code to generate a string value instead of echoing content and set that to the $myhtml par...
-
Channel: Reference
Mon 10 Aug '20, 3:05pm -
-
by Wayne LukeNote: vBulletin Cloud sites cannot use custom password schemes at this time. The core security of your site is the User Password and how it is stored. In the beginning, vBulletin used a simple MD5 hash to represent the password. However as Floating Point Processors (i.e. GPU and ASICs) have become more powerful, this method proved to be risky and reduced security. If we significantly changed the password scheme, then users wouldn't be able to login and would need to change their passwords fir...
-
Channel: Reference
Sat 27 Oct '18, 1:34pm -
-
by Wayne LukeThe XML Sitemap specification allows search engines to index your site more efficiently. vBulletin 5 Connect can create the Sitemap automatically so you can submit it to your favorite search engines. Using the default path If you are using vBulletin Cloud, you must use this option. The default value for this is core/store_sitemap. Make sure the directory is CHMOD 0777 on your server. In the AdminCP, go to Settings -> Options -> XML Sitemap and set Enable Automatic Sitemap Generation to Yes. ...
-
Channel: Reference
Sat 27 Oct '18, 1:18pm -