[ABD] WYSIWYG SCEditor for phpBB 3.1

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
Locked
User avatar
cYbercOsmOnauT
Registered User
Posts: 362
Joined: Wed Jun 16, 2004 8:22 am
Location: Goettingen, Germany
Name: Tekin Birdüzen

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Post by cYbercOsmOnauT »

Thanks javiexin! I thought so but was not sure.

@FomenkoAndrey: That's odd. Do you see something inside your JavaScript errorconsole? Which other extensions are you using?
phpBB-installation and reparation. Prof. PHP coding with function guarantee. Just contact me at: [email protected].
Ex-German Support Team Member | phpBB Development Environment
FomenkoAndrey
Registered User
Posts: 369
Joined: Thu Aug 19, 2010 10:44 am

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Post by FomenkoAndrey »

Do you see something inside your JavaScript errorconsole?
nothing
Which other extensions are you using?
ActiveUser
Addon for Thanks for posts
Add User
Advanced Polls
Advertisement Blocks
Avatars on Memberlist
Board3 Portal
Board Announcements
Board Rules
Breadcrumb Menu
Button roll effect
cBB Chat
Collapse Categories Light
Convert Local Url To Link Name
Disallow External Images
Double Account Preventer
Editor of attachments (resize, watermark, etc.)
Extended Controls
External Links
First post on every page
Forum Sponsor
Highslide Plugin
Live Search ( as in google)
My custom sets
Notify Admin on Registration
phpBB3 SEO Sitemap
phpbb 3.1 WYSIWYG BBCode Editor
PM Spy
PM Welcome
Posts merging
Precise Similar Topics
Quick Ads
Quick Login
QuickReply
Recent Topics
SEO meta description
SEO Topic & Canonical URL
Template Events
Thanks for posts
Topic Moderator
Topic Solved
Upload Extensions
User Topics
Who Visited This Topic
[hide] BBcode

but the previous verssion - worked fine.
User avatar
cYbercOsmOnauT
Registered User
Posts: 362
Joined: Wed Jun 16, 2004 8:22 am
Location: Goettingen, Germany
Name: Tekin Birdüzen

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Post by cYbercOsmOnauT »

Which previous one? We could look inside the changelog and see what changed. Maybe we find a solution for you.

As for your Extensionslist.. wow.. that's alot :mrgreen:
phpBB-installation and reparation. Prof. PHP coding with function guarantee. Just contact me at: [email protected].
Ex-German Support Team Member | phpBB Development Environment
FomenkoAndrey
Registered User
Posts: 369
Joined: Thu Aug 19, 2010 10:44 am

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Post by FomenkoAndrey »

phpbb 3.1 WYSIWYG BBCode Editor_1.2.1 was last
User avatar
cYbercOsmOnauT
Registered User
Posts: 362
Joined: Wed Jun 16, 2004 8:22 am
Location: Goettingen, Germany
Name: Tekin Birdüzen

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Post by cYbercOsmOnauT »

1.2.1 was not the last one..... hmmm
phpBB-installation and reparation. Prof. PHP coding with function guarantee. Just contact me at: [email protected].
Ex-German Support Team Member | phpBB Development Environment
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Post by david63 »

Unless I am very much mistaken some of those "extensions" listed above are 3.0 MODS
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
User avatar
cYbercOsmOnauT
Registered User
Posts: 362
Joined: Wed Jun 16, 2004 8:22 am
Location: Goettingen, Germany
Name: Tekin Birdüzen

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Post by cYbercOsmOnauT »

Thanks for this info David.
phpBB-installation and reparation. Prof. PHP coding with function guarantee. Just contact me at: [email protected].
Ex-German Support Team Member | phpBB Development Environment
User avatar
cYbercOsmOnauT
Registered User
Posts: 362
Joined: Wed Jun 16, 2004 8:22 am
Location: Goettingen, Germany
Name: Tekin Birdüzen

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Post by cYbercOsmOnauT »

cYbercOsmOnauT wrote:I don't really like the JS I wrote inside overall_footer_after.html. I think I will rewrite it soon with closures.
Did this now. If someone wants to see the difference:
Before
Now
phpBB-installation and reparation. Prof. PHP coding with function guarantee. Just contact me at: [email protected].
Ex-German Support Team Member | phpBB Development Environment
lknhan
Registered User
Posts: 400
Joined: Mon Dec 15, 2003 1:15 am

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Post by lknhan »

Hi cYbercOsmOnauT !

I'm using Advanced BBCode Box 3.1 extention: viewtopic.php?f=536&t=2287476

Now If I use WYSIWYG SCEditor extention: I have to disable Advanced BBCode Box 3.1. Right?

And in the fulture If I disable WYSIWYG SCEditor and enable Advanced BBCode Box 3.1 to use again. Have any problems with all post before?
User avatar
cYbercOsmOnauT
Registered User
Posts: 362
Joined: Wed Jun 16, 2004 8:22 am
Location: Goettingen, Germany
Name: Tekin Birdüzen

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Post by cYbercOsmOnauT »

I took a fast look inside the BBCodes of ABBC3. There are some like sup which the WYSIWYG editor has too. But they are written the same way. So I think that there should no problem occur in switching.

Just let me tell you that most BBCodes from ABBC3 have a class attribute. That means when you disable it the BBCodes are still getting parsed by phpBB but look bad because the CSS file is not loaded inside the header anymore. This has nothing to do with my WYSIWYG extension. I just saw it and wanted you to know.
phpBB-installation and reparation. Prof. PHP coding with function guarantee. Just contact me at: [email protected].
Ex-German Support Team Member | phpBB Development Environment
lknhan
Registered User
Posts: 400
Joined: Mon Dec 15, 2003 1:15 am

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Post by lknhan »

Before I tested at: viewtopic.php?f=501&t=2307121
And have problems when switching between BBCodes of ABBC3 and WYSIWYG editor
User avatar
cYbercOsmOnauT
Registered User
Posts: 362
Joined: Wed Jun 16, 2004 8:22 am
Location: Goettingen, Germany
Name: Tekin Birdüzen

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Post by cYbercOsmOnauT »

You should describe detailed what kind of problems you had. ;)
phpBB-installation and reparation. Prof. PHP coding with function guarantee. Just contact me at: [email protected].
Ex-German Support Team Member | phpBB Development Environment
lknhan
Registered User
Posts: 400
Joined: Mon Dec 15, 2003 1:15 am

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Post by lknhan »

Mean
Posts formatted with BBCodes of ABBC3 before show error when I switch, Example:

Code: Select all

[quote]Content...[/quote]
User avatar
cYbercOsmOnauT
Registered User
Posts: 362
Joined: Wed Jun 16, 2004 8:22 am
Location: Goettingen, Germany
Name: Tekin Birdüzen

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Post by cYbercOsmOnauT »

once again.... "Which error do you see?" Copy & paste it in here please
phpBB-installation and reparation. Prof. PHP coding with function guarantee. Just contact me at: [email protected].
Ex-German Support Team Member | phpBB Development Environment
User avatar
ViolaF
I've Been Banned!
Posts: 1609
Joined: Tue Aug 14, 2012 11:52 pm

Re: [DEV] WYSIWYG SCEditor for phpBB 3.1

Post by ViolaF »

lknhan wrote:Before I tested at: viewtopic.php?f=501&t=2307121
And have problems when switching between BBCodes of ABBC3 and WYSIWYG editor
:roll: wtf - use abbc3 (the ultimate horror)
or use wysiwyg
you cant use both systems in a mix :|
Locked

Return to “Abandoned Extensions”