Navigator
Online Users

In total there are 36 users online :: 9 registered, 0 hidden and 27 guests

Most users ever online was 81 on Wed Jun 09, 2010 10:40 am

Registered users: dravekx , Exabot [Bot], Google 2.1 [Bot], Mike , Mitch , Prosk8er , psi, sman, Yahoo [Bot] based on users active over the past 240 minutes

Last Online
In order to view the online list you have to be registered and logged in.



We are a free and open
community, all are welcome.

Click here to Register

Bot Tracker

Yahoo [Bot]
Mon. Sep. 06 2010, 21:52
Google 2.1 [Bot]
Mon. Sep. 06 2010, 21:46
Exabot [Bot]
Mon. Sep. 06 2010, 21:08
MSN [Bot]
Mon. Sep. 06 2010, 19:34
Google [Bot]
Mon. Sep. 06 2010, 18:53
Baidu [Spider]
Mon. Sep. 06 2010, 17:55
Ask Jeeves [Bot]
Mon. Sep. 06 2010, 17:08
Alexa [Bot]
Mon. Sep. 06 2010, 15:40
Google Desktop
Sun. Sep. 05 2010, 20:30
Gigabot [Bot]
Sat. Sep. 04 2010, 15:16

Search

Categories
Not processed for this page
In development
Demo Block
Progress: [||||||||||]
Last updated:
Mon 25 Aug 2008
Version: 0.0.0
Designed by: Michaelo
Not downloaded yet
Team Speak
Progress: [||||||||||]
Last updated:
Mon 20 Apr 2009
Version: 1.0.0
Designed by: HelterSkelter
Ported by: Mike
Not downloaded yet
Cloud9 Links

; ; ; ; ; ; ; ; ; ;

ShoutBox Block for Handymans Shout Box

And new blocks that are being developed can be posted here.

Moderator: Staff

Re: ShoutBox Block for Handymans Shout Box

Postby Mitch » Wed Feb 03, 2010 4:48 am

yes it does work in 1.05 just don't need the admin_common directory
Try to clear cache and reload styles
Also mod need to be installed first to use block
Mitch
http://www.stargatestyles.com/ Stargate Portal Ported Styles
http://www.phpbbmodinstalls.com/ Mods, phpBB3, Stargate Portal Install service.
Image

10% off full year enter promotion code stargate
http://bloginsphere.com/ Free Wordpress blogs
User avatar
Mitch
 
Posts: 911
Joined: Wed Dec 12, 2007 11:19 am
Location: Mill Basin, Brooklyn, New York Flag

Re: ShoutBox Block for Handymans Shout Box

Postby Anise76 » Thu Feb 04, 2010 10:50 am

I'm trying to install AJAX Chat so I can pop it into a left hand block, but keep coming up with the following error when using AUTOMod.

includes/function.php

FIND
Code: Select all
'U_RESTORE_PERMISSIONS'   => ($user->data['user_perm_from'] && $auth->acl_get('a_switchperm')) ? append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=restore_perm') : '',


Add After
Code: Select all
//-- mod : AJAX Chat ----------------------------------------------------
      //-- add
      'U_CHAT'                    => append_sid("{$phpbb_root_path}chat.$phpEx"),
      'S_SHOUT'               => true,
      //-- fin mod : AJAX Chat ------------------------------------------------


The Find specified by the MOD could not be found


I've checked, and made the necessary changes, but still the same error. Should I just go ahead and force an install, or are there edits to the includes/functions.php file I need to make?

Anise76
 
Posts: 29
Joined: Sat Nov 28, 2009 10:27 pm
  Flag

Re: ShoutBox Block for Handymans Shout Box

Postby Mike » Thu Feb 04, 2010 2:53 pm

Examine the install xml file and copy the exact search and compare it to your edit or the original code... Has to be a tab/space issue if text appears to be the same?
Mike
Stargate Portal . [phpBB 3.0.6 + 1.0.4 (build 307-203)] . Dev Status: (Cashel) 99%.
Dev site: Main site:
User avatar
Mike
 
Posts: 2270
Joined: Wed Mar 11, 2009 1:57 am
Location: Dublin, Ireland Flag

Re: ShoutBox Block for Handymans Shout Box

Postby CaNNon » Thu Feb 04, 2010 2:58 pm

mike said spacing error, try to copy the find with out the leading tabs/spaces.
Image
Image

CaNNon
 
Posts: 458
Joined: Thu Apr 30, 2009 3:48 am
  Flag

Re: ShoutBox Block for Handymans Shout Box

Postby Anise76 » Fri Feb 05, 2010 12:48 am

Yup, I found the spacing error - still got the same issue, which is why I am completely confuzzled!!

Anise76
 
Posts: 29
Joined: Sat Nov 28, 2009 10:27 pm
  Flag

Re: ShoutBox Block for Handymans Shout Box

Postby Mike » Fri Feb 05, 2010 2:07 am

This can happen often... I know I spent a lot of time fixing these type of error... Some times only a space, other two spaces and yet others related to one file being unix and the other being windows (CR/NL carriage return/New Line hidden characters)...

The exact code that should be there is:
Code: Select all
      'U_RESTORE_PERMISSIONS'   => ($user->data['user_perm_from'] && $auth->acl_get('a_switchperm')) ? append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=restore_perm') : '',
Note that the first characters in the line before ('U_RESTORE_PERMISSIONS') appear as spaces (the bbcode changes a single tab to 4 spaces, for for 2 tabs is adds 8 spaces) but it should be 2 tab characters... Also some editors can change tab to spaces so if you edit a file is can mess up the find...

The best thing to do is zip up your functions.php file and attach it... I will check it and send back the correct code... Replace your version with the mine and do the install again...
Mike
Stargate Portal . [phpBB 3.0.6 + 1.0.4 (build 307-203)] . Dev Status: (Cashel) 99%.
Dev site: Main site:
User avatar
Mike
 
Posts: 2270
Joined: Wed Mar 11, 2009 1:57 am
Location: Dublin, Ireland Flag

Re: ShoutBox Block for Handymans Shout Box

Postby Anise76 » Fri Feb 05, 2010 10:49 am

Thanks for this - still can't get it working, even with your edited code.
Attachments
functions.rar
(32.22 KiB) Downloaded 7 times

Anise76
 
Posts: 29
Joined: Sat Nov 28, 2009 10:27 pm
  Flag

Re: ShoutBox Block for Handymans Shout Box

Postby Mike » Fri Feb 05, 2010 7:55 pm

I also need the ajax install xml file...
The ajax chat edit is already there... It should not be... Did you run the install before?

The find line is wrong... I have attached my version and removed the ajax chat edit as it should not be there if the mod did not install..
If you made any edits manually will should remove them before running automod on the mod again...
Attachments
functions.zip
(34.26 KiB) Downloaded 9 times
Mike
Stargate Portal . [phpBB 3.0.6 + 1.0.4 (build 307-203)] . Dev Status: (Cashel) 99%.
Dev site: Main site:
User avatar
Mike
 
Posts: 2270
Joined: Wed Mar 11, 2009 1:57 am
Location: Dublin, Ireland Flag

Re: ShoutBox Block for Handymans Shout Box

Postby Anise76 » Fri Feb 05, 2010 11:51 pm

Sorry, forgot to throw the XML in there as well!

Here it is.
Attachments
install.rar
(2.91 KiB) Downloaded 9 times

Anise76
 
Posts: 29
Joined: Sat Nov 28, 2009 10:27 pm
  Flag

Re: ShoutBox Block for Handymans Shout Box

Postby Mike » Sat Feb 06, 2010 1:31 am

Try this one...
Attachments
install.zip
(2.95 KiB) Downloaded 11 times
Mike
Stargate Portal . [phpBB 3.0.6 + 1.0.4 (build 307-203)] . Dev Status: (Cashel) 99%.
Dev site: Main site:
User avatar
Mike
 
Posts: 2270
Joined: Wed Mar 11, 2009 1:57 am
Location: Dublin, Ireland Flag

PreviousNext

Return to Blocks in Development (Beta)

Who is online

Registered users: dravekx , Exabot [Bot], Google 2.1 [Bot], Mike , Mitch , Prosk8er , psi, sman, Yahoo [Bot]

cron