MyBB Community Forums

Full Version: Shoutbox on Portal Page-MyBB 1.8
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Ok guys , 
the topic title says it all , im using the dvz shoutbox , currently everything is smoothe , but i was wondering how to put it on the portal page? 
Surely its possible yeh ?
Thankyou
(2014-09-04, 02:04 PM)Devilshakerz Wrote: [ -> ]http://community.mybb.com/thread-156080-...pid1098807

do i add that hook at the beggining of the 
{$dvz_shoutbox}
so it looks like this ?
$plugins->add_hook('portal_end', 'dvz_shoutbox');{$dvz_shoutbox}



I tried the above but it didnt work


can you explain what i need to do please?
oh, no!
below code can be added in the plugin file (above line of // MyBB handling)
$plugins->add_hook('portal_end', 'dvz_shoutbox'); 

{$dvz_shoutbox} should be added to portal template (after {$header})
(2014-09-04, 02:25 PM).m. Wrote: [ -> ]oh, no!
below code can be added in the plugin file  (above line of // MyBB handling)

$plugins->add_hook('portal_end', 'dvz_shoutbox'); 

{$dvz_shoutbox} should be added to portal template (after {$header})

where is the plug in file ? Where exactly do i add this 


Quote:$plugins->add_hook('portal_end', 'dvz_shoutbox');
 i cant seem to find it ?
(2014-09-04, 02:31 PM)ShaneR82 Wrote: [ -> ]where is the plug in file ? Where exactly do i add this 

inc/plugins/dvz_shoutbox.php
(2014-09-04, 02:35 PM)Devilshakerz Wrote: [ -> ]
(2014-09-04, 02:31 PM)ShaneR82 Wrote: [ -> ]where is the plug in file ? Where exactly do i add this 

inc/plugins/dvz_shoutbox.php

Ok , followed the instructions but now the portal page doesnt load
Edit: delayed post

this is the main plugin file ~\inc\plugins\dvz_shoutbox.php

(in general, I use notepad++ editor to modify the files)

around line 9, you can see this => // MyBB handling . you can add suggested code above it ..
(2014-09-04, 02:37 PM).m. Wrote: [ -> ]Edit: delayed post

this is the main plugin file ~\inc\plugins\dvz_shoutbox.php

(in general, I use notepad++ editor to modify the files)

around line 9, you can see this => // MyBB handling . you can add suggested code above it ..

Yes this is what i have done, yet the portal page doesnt load now
(i am using notepad++ )
^ in the portal template (through admin panel) have you added {$dvz_shoutbox} ?
it should not break loading of portal page ..
Pages: 1 2