SpellingCow.com Forum Index SpellingCow.com
Improving forum spelling since... well not very long
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your PM'sLog in to check your PM's   Log inLog in 
Forums | Home

phpBB3
Goto page 1, 2  Next
 
Post new topic   Reply to topic    SpellingCow.com Forum Index -> Support
View previous topic :: View next topic  
Author Message
Holger



Joined: 05 Jun 2007
Posts: 10

PostPosted: Wed Jun 27, 2007 9:14 am    Post subject: phpBB3 Reply with quote

Hi,

I have installed the Spelling Cow script in the phpBB3 subSilver2 overall_header.html

I used this version:
Quote:
We've taken measures to ensure users know the advertisement is coming from SpellingCow by display the text "Ad by SpellingCow". However, we also understand some sites might perfer to delay showing the advertisement until users explicitly opt to activate the checker, thereby clarifying the origin of the ad. To have the checker (and the advertisement) disabled by default, you'd want this instead...

Code:
<script type="text/javascript" src="http://buttercup.spellingcow.com/spell/scayt"></script>
<script type="text/javascript">
<!--

var sc_ayt_params = {ayt_default : 'off'} ;

//-->
</script>


...skip down to the Application Specific Examples section to see if there are any tips for the application you are running.

It is not showing up. Where do the users opt-in?

/Holger
Back to top
View user's profile Send private message
Holger



Joined: 05 Jun 2007
Posts: 10

PostPosted: Fri Jun 29, 2007 2:33 am    Post subject: Reply with quote

Anyone?
Back to top
View user's profile Send private message
Holger



Joined: 05 Jun 2007
Posts: 10

PostPosted: Mon Jul 02, 2007 9:18 am    Post subject: Reply with quote

Hmmm, seems to be dead here ...
Back to top
View user's profile Send private message
kaser
Site Admin


Joined: 26 Sep 2004
Posts: 468

PostPosted: Mon Jul 02, 2007 9:53 pm    Post subject: Reply with quote

Hello Holger!

Sorry about the delayed response... Been quite the busy week for me.

As far as your installation goes... I have no experience with phpbb3 modification. I know that spellingcow doesn't work with some text editors and the only thing I can think of right now is that the code phpbb3 uses on it's text area disables spellingcow from working... much like those other portable text editors do.

I'll talk it over with Nuttzy and let you know ASAP!

Thanks for your patience
Back to top
View user's profile Send private message AIM Address
Holger



Joined: 05 Jun 2007
Posts: 10

PostPosted: Tue Jul 03, 2007 1:35 am    Post subject: Reply with quote

Thank you! Very Happy
Back to top
View user's profile Send private message
kaser
Site Admin


Joined: 26 Sep 2004
Posts: 468

PostPosted: Fri Jul 13, 2007 3:07 pm    Post subject: Reply with quote

Holger,

phpBB3 will be supported in the next release of spelling cow.

phpBB3 could have a number of things not allowing spellingcow to work. Untill the next release there really is no way around it.

Sorry.

-Kaser
Back to top
View user's profile Send private message AIM Address
Holger



Joined: 05 Jun 2007
Posts: 10

PostPosted: Thu Sep 20, 2007 6:36 am    Post subject: Reply with quote

Hi!

Any news about this phpBB3 issues?

/Holger
Back to top
View user's profile Send private message
Capmaster



Joined: 13 Nov 2005
Posts: 16
Location: Albuquerque, NM USA

PostPosted: Tue Nov 20, 2007 11:48 am    Post subject: Reply with quote

I've successfully added it to my phpBB3 RC7 installation, but it only works with Prosilver and Odyssey styles so far. In Subsilver it gives a stack overflow error for IE users.

In Prosilver and Odyssey, you have to add the code to posting_layout.html, posting_pm_layout.html and quickreply_body.html (if you have quick reply):

I put it where I thought it made the most sense. It didn't seem to want to work at the beginning of the file. Here's my posting_layout.html file for Prosilver. The code is placed where it shows because when placed at the top of the file, it damages the layout, specifically the tab for attaching files to the post.

Code:
<!-- IF S_DRAFT_LOADED -->
   <div class="panel">
      <div class="inner"><span class="corners-top"><span></span></span>
      
      <h3>{L_INFORMATION}</h3>
      <p>{L_DRAFT_LOADED}</p>
      
      <span class="corners-bottom"><span></span></span></div>
   </div>
<!-- ENDIF -->

<!-- IF S_SHOW_DRAFTS --><!-- INCLUDE drafts.html --><!-- ENDIF -->

<!-- IF S_POST_REVIEW --><!-- INCLUDE posting_review.html --><!-- ENDIF -->



****************PUT CODE HERE ********************



<!-- IF S_UNGLOBALISE -->
   <div class="panel bg3">
      <div class="inner"><span class="corners-top"><span></span></span>
      <fieldset class="fields1">
         <h2>{L_SELECT_DESTINATION_FORUM}</h2>
         <p>{L_UNGLOBALISE_EXPLAIN}</p>
         <dl>


Note where I added the code. This is the code I added:

Code:
<script type="text/javascript" src="http://buttercup.spellingcow.com/spell/scayt"></script>
<script type="text/javascript">
<!--

var sc_ayt_params = {ayt_default : 'off'} ;

//-->
</script>


I tried doing the same in subsilver2 and added the code to the beginning of posting_body.html and breadcrumbs.html, and I have errors. Removing it from posting_body.html and leaving it in breadcrumbs.html still gives errors.

I'm currently troubleshooting it and when I find a workaround, I'll post it here Wink

Edit: It doesn't look like it's going to play in subsilver2. When I place it in posting_body.html, at any location, no opt-in box shows up.
_________________
Back to top
View user's profile Send private message Visit poster's website
Capmaster



Joined: 13 Nov 2005
Posts: 16
Location: Albuquerque, NM USA

PostPosted: Tue Feb 05, 2008 1:28 pm    Post subject: Reply with quote

We haven't had any activity in this topic for 2+ months?

Does anyone know of a way to get it to work with phpBB3 in the subsilver2 template?
_________________
Back to top
View user's profile Send private message Visit poster's website
ronn-ie



Joined: 03 Mar 2008
Posts: 1

PostPosted: Mon Mar 03, 2008 4:17 am    Post subject: PHPBB3 Reply with quote

Any news on this yet ?
Back to top
View user's profile Send private message
kaser
Site Admin


Joined: 26 Sep 2004
Posts: 468

PostPosted: Wed Mar 26, 2008 4:37 pm    Post subject: Reply with quote

Hey guys,

sorry for leaving you hanging for the last few months.

The next released version should work with phpBB3, all themes.

Although Nuttzy and I have not directly talked about the phpBB3 issue for the current release, he has said the new version will work perfectly.

I'll see if we can work out some kind of temp fix for the users who are looking to use spellingcow AYT on their phpBB3 installations.

I'll keep you guys posted.

-Kaser
Back to top
View user's profile Send private message AIM Address
Capmaster



Joined: 13 Nov 2005
Posts: 16
Location: Albuquerque, NM USA

PostPosted: Thu Mar 27, 2008 9:18 am    Post subject: Reply with quote

Thanks Kaser.

We still have a few members who stilldon't use Firefox and need a spell-checker.
_________________
Back to top
View user's profile Send private message Visit poster's website
rickc59



Joined: 23 Apr 2008
Posts: 1
Location: Central Florida

PostPosted: Wed Apr 23, 2008 9:36 am    Post subject: Reply with quote

Any idea when the phpbb3 (subsilver2) supported release will be available?

I've got users that really miss the Spelling Cow feature since we did the phpbb3 upgrade.

Thanks
Back to top
View user's profile Send private message Visit poster's website
kaser
Site Admin


Joined: 26 Sep 2004
Posts: 468

PostPosted: Wed Apr 23, 2008 9:09 pm    Post subject: Reply with quote

Rickc59,

There is still no officially set release date for the next version.

Sorry for the inconvenience.

It is on it's way!!

-kaser
Back to top
View user's profile Send private message AIM Address
Holger



Joined: 05 Jun 2007
Posts: 10

PostPosted: Mon Jul 14, 2008 6:54 am    Post subject: Reply with quote

Any news?
IS Nuttzy still working on this application?
This site/forum seems dead ...

/Holger
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    SpellingCow.com Forum Index -> Support All times are GMT - 5 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group :: Spelling by SpellingCow.

SpellingCow.com Privacy Policy | blueGray theme by Nuttzy

Sponsors:
Identity Theft Protection - Compare identity theft protection services
Structured Settlements - cash for structured settlements, sell annuity, lottery winnings, and more.
Barcode Scanner Manufacturer - taiwan manufacturer of scanners, swipe card reader, serial-ethernet converter, cash drawer, and other pos devices.
Advice, help & demonstrations for sign makers - Europe's leading sign makers website
Tattoo - we are a group of tattoo enthusiasts