hello!
i'm attempting to migrate menalto's gallery (version G2) into VB3:
http://gallery.menalto.com/
i'm fairly new to VB (coming from pnphpbb), and fairly good at php.
G2 has extensive integration support and was coded w/ integration in mind.
i'm working w/ this information here:
http://gallery.menalto.com/index.php...ight=vbulletin
and a snippet states:
Quote:
Originally Posted by valiant
i don't know if VB2 has modules. if it has and if they are accessed like "index.php?module=modulename", then this wrapper would be the file that is called when the VB2 url is like index.php?module=gallery.
that's just an example, you can do pretty everything.
|
i've been hunting around vb.com and vb.org, but i havn't come across a module structure for VB3. even the calendar and faq seem intertwined into VB3 as opposed to a module (correct me if i'm wrong!)
does VB3 have a module structure to call 3rd party aps? if so, could you point me in the right direction of where to read up on it?
thanks!