Adding Google Wave In Black Pearl Phpbb3 »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - Adding Google Wave In Black Pearl Phpbb3



WappyRS [ Sat 12 Dec, 2009 22:43 ]
Post subject: Adding Google Wave In Black Pearl Phpbb3
hi trying to add google wave into the forum got it to work on the prosilver style but not on my main black pearl one. This is code i used in header
Code: [Hide]
  1. <script src="http://wave-api.appspot.com/public/embed.js" type="text/javascript"></script>  
  2. <script src="mods/google_wave/core.js" type="text/javascript"></script>  
  3. <script type="text/javascript">  
  4. var phpBBGoogleWave = new phpBBGoogleWave();  
  5. phpBBGoogleWave.setup('#e1ebf2','#333333','Verdana, Helvetica, Arial, sans-serif','1.3em');  
  6. onload_functions.push('phpBBGoogleWave.applyWaves()');  
  7. </script> 


Just cant understand why its not showing up any help welcome thanks


KasLimon [ Sun 13 Dec, 2009 12:44 ]
Post subject: Re: Adding Google Wave In Black Pearl Phpbb3
Let me know where in the header you have inserted that code.

Greets!


WappyRS [ Sun 13 Dec, 2009 14:19 ]
Post subject: Re: Adding Google Wave In Black Pearl Phpbb3
KasLimon wrote: [View Post]
Let me know where in the header you have inserted that code.

Greets!


hi bud ive put it after
Code: [Hide]
  1. <title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>  
  2.  
  3. <link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />  
  4.  
  5. <script type="text/javascript" src="{T_TEMPLATE_PATH}/scripts.js"></script>] 


suchitpuri [ Thu 17 Dec, 2009 09:58 ]
Post subject: Re: Adding Google Wave In Black Pearl Phpbb3
i have made google wave work inside a phpbb forum

http://www.todubheja.com/phpBB3/viewtopic.php?f=21&t=23&p=43#p43

if u want i can explain , it doen not require editing any phpbb files or anything


WappyRS [ Sat 19 Dec, 2009 00:02 ]
Post subject: Re: Adding Google Wave In Black Pearl Phpbb3
suchitpuri wrote: [View Post]
i have made google wave work inside a phpbb forum

http://www.todubheja.com/phpBB3/viewtopic.php?f=21&t=23&p=43#p43

if u want i can explain , it doen not require editing any phpbb files or anything


cool how you do that then




Powered by Icy Phoenix