| |||||||
This is a discussion on Is it Possible within the PHP/MySQL section, part of the Programming category; Hi new to the forum so forgive me if this has been asked before. Is it possible to transfer custom ...
![]() |
|
| | LinkBack | Thread Tools | Display Modes |
|
#1
| ||||
| ||||
|
Hi new to the forum so forgive me if this has been asked before. Is it possible to transfer custom php coding from a MYBB forum to a Vb forum? |
|
#2
| ||||
| ||||
|
Yes, it can be done but your custom MyBB PHP code would require some editing to go with vBulletin. Every forum software has its own coding standards. Read about vbulletin Datamanagers, creating custom vBulletin pages, Input Cleaner etc. at vbulletin.org Articles section. So if you are well versed with PHP, you can do so.
__________________ Would you like to Link To Us | Support TECH6 by going Premium Know more about me at Vinayaks.com | Follow TECH6 at Twitter |
|
#3
| ||||
| ||||
|
MyBB's plugin system makes use of hooks found throughout the PHP code. These hooks allow plugins to run code where the hook is placed, which means most plugins will not require you to modify any files. Hooks are even found in the Admin Control Panel, meaning plugins can add new pages to the Admin CP or add items to existing pages, once again without editing a single file. MyBB's plugin hooks list is quite extensive, meaning that you hardly ever have to modify a file for addition of new features to MyBB, both small and large.
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |