| View previous topic :: View next topic |
| Author |
Message |
Holger
Joined: 05 Jun 2007 Posts: 10
|
Posted: Wed Jun 27, 2007 9:14 am Post subject: phpBB3 |
|
|
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 |
|
 |
Holger
Joined: 05 Jun 2007 Posts: 10
|
Posted: Fri Jun 29, 2007 2:33 am Post subject: |
|
|
| Anyone? |
|
| Back to top |
|
 |
Holger
Joined: 05 Jun 2007 Posts: 10
|
Posted: Mon Jul 02, 2007 9:18 am Post subject: |
|
|
| Hmmm, seems to be dead here ... |
|
| Back to top |
|
 |
kaser Site Admin

Joined: 26 Sep 2004 Posts: 468
|
Posted: Mon Jul 02, 2007 9:53 pm Post subject: |
|
|
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 |
|
 |
Holger
Joined: 05 Jun 2007 Posts: 10
|
Posted: Tue Jul 03, 2007 1:35 am Post subject: |
|
|
Thank you!  |
|
| Back to top |
|
 |
kaser Site Admin

Joined: 26 Sep 2004 Posts: 468
|
Posted: Fri Jul 13, 2007 3:07 pm Post subject: |
|
|
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 |
|
 |
Holger
Joined: 05 Jun 2007 Posts: 10
|
Posted: Thu Sep 20, 2007 6:36 am Post subject: |
|
|
Hi!
Any news about this phpBB3 issues?
/Holger |
|
| Back to top |
|
 |
Capmaster

Joined: 13 Nov 2005 Posts: 16 Location: Albuquerque, NM USA
|
Posted: Tue Nov 20, 2007 11:48 am Post subject: |
|
|
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
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 |
|
 |
Capmaster

Joined: 13 Nov 2005 Posts: 16 Location: Albuquerque, NM USA
|
Posted: Tue Feb 05, 2008 1:28 pm Post subject: |
|
|
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 |
|
 |
ronn-ie

Joined: 03 Mar 2008 Posts: 1
|
Posted: Mon Mar 03, 2008 4:17 am Post subject: PHPBB3 |
|
|
| Any news on this yet ? |
|
| Back to top |
|
 |
kaser Site Admin

Joined: 26 Sep 2004 Posts: 468
|
Posted: Wed Mar 26, 2008 4:37 pm Post subject: |
|
|
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 |
|
 |
Capmaster

Joined: 13 Nov 2005 Posts: 16 Location: Albuquerque, NM USA
|
Posted: Thu Mar 27, 2008 9:18 am Post subject: |
|
|
Thanks Kaser.
We still have a few members who stilldon't use Firefox and need a spell-checker. _________________
 |
|
| Back to top |
|
 |
rickc59
Joined: 23 Apr 2008 Posts: 1 Location: Central Florida
|
Posted: Wed Apr 23, 2008 9:36 am Post subject: |
|
|
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 |
|
 |
kaser Site Admin

Joined: 26 Sep 2004 Posts: 468
|
Posted: Wed Apr 23, 2008 9:09 pm Post subject: |
|
|
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 |
|
 |
Holger
Joined: 05 Jun 2007 Posts: 10
|
Posted: Mon Jul 14, 2008 6:54 am Post subject: |
|
|
Any news?
IS Nuttzy still working on this application?
This site/forum seems dead ...
/Holger |
|
| Back to top |
|
 |
|