[ABD] Codebox Plus

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
o0johntam0o
Registered User
Posts: 228
Joined: Thu Sep 23, 2010 3:53 pm
Location: Viet Nam
Name: Tam
Contact:

[ABD] Codebox Plus

Post by o0johntam0o »

Extension Name: Codebox Plus

Author: o0johntam0o

Extension Description: Syntax highlighting extension for phpBB

Extension Version: x.x.x

Requirements: php >=5.3.3; phpbb >=3.1.0

Features:
  • Syntax highlighting 200+ programming languages (using GeSHi)
  • Expand/collapse code block
  • Downloading code contents
Screenshots:
Image
Image
Image

Demo URL: *

Demo Username: *

Demo Password: *

Extension Download: https://github.com/o0johntam0o/phpBB-Ex ... master.zip

Repository: https://github.com/o0johntam0o/phpBB-Ex ... debox-Plus
Last edited by o0johntam0o on Thu Feb 11, 2016 1:14 am, edited 7 times in total.
User avatar
o0johntam0o
Registered User
Posts: 228
Joined: Thu Sep 23, 2010 3:53 pm
Location: Viet Nam
Name: Tam
Contact:

Re: [DEV] Codebox Plus

Post by o0johntam0o »

Release version 0.0.1
User avatar
PayBas
Former Team Member
Posts: 930
Joined: Thu May 25, 2006 12:37 am

Re: [ALPHA] Codebox Plus

Post by PayBas »

Couple of suggestions:

You don't need:

Code: Select all

    static public function depends_on()
    {
        return array('\phpbb\db\migration\data\v310\dev');
    }
We don't use this stuff anymore:

Code: Select all

<span class="corners-top"><span></span></span>
...
<span class="corners-bottom"><span></span></span>
You might want to move your style files from /prosilver/ to /all/, and perhaps only have the few CSS rules in the prosilver-only template events.
User avatar
o0johntam0o
Registered User
Posts: 228
Joined: Thu Sep 23, 2010 3:53 pm
Location: Viet Nam
Name: Tam
Contact:

Re: [ALPHA] Codebox Plus

Post by o0johntam0o »

Added in to-do list, thanks PayBas!
PICnico
Registered User
Posts: 13
Joined: Tue Oct 28, 2014 8:26 pm
Contact:

Re: [ALPHA] Codebox Plus

Post by PICnico »

Hi is this extension still work in progress?
User avatar
o0johntam0o
Registered User
Posts: 228
Joined: Thu Sep 23, 2010 3:53 pm
Location: Viet Nam
Name: Tam
Contact:

Re: [ALPHA] Codebox Plus

Post by o0johntam0o »

Current version of Codebox Plus worked fine with phpBB 3.1.1 on my computer (download here) and I'm going to submit this extension to the extensions team.

Regards.
trinobi
Registered User
Posts: 8
Joined: Fri Nov 27, 2009 4:53 am
Location: Sài Gòn
Name: Tri NoBi
Contact:

Re: [BETA] Codebox Plus

Post by trinobi »

Hi Tam,
This ext don't effect on my testing board(phpBB 3.1.1). It just show:
[Codebox=text file=Không tên.txt]
With WebBrowser1
.Navigate "http://phpbb.com"
Do While .Busy
DoEvents
Loop
.Document.GetElementById("username").InnerText = "Ten Dang Nhap"
.Document.GetElementById("password").InnerText = "Mat Khau"

For Each ww In .Document.All
If ww.GetAttribute("name") = "bntlogin" Then ww.Click
Next

End With
[/Codebox]
Can you take a look to help me on this post?

Thanks.
User avatar
o0johntam0o
Registered User
Posts: 228
Joined: Thu Sep 23, 2010 3:53 pm
Location: Viet Nam
Name: Tam
Contact:

Re: [BETA] Codebox Plus

Post by o0johntam0o »

Hi trinobi,
Please make sure that you have installed the latest commit (which i just have made on 4/11/2014) of Codebox Plus successfully (https://github.com/o0johntam0o/phpBB-Ex ... master.zip)

And there's a tip: Dont touch the BBCode Codebox in the ACP
trinobi wrote:Can you take a look to help me on this post?
No idea, by using this extension, you need to repair it all
trinobi
Registered User
Posts: 8
Joined: Fri Nov 27, 2009 4:53 am
Location: Sài Gòn
Name: Tri NoBi
Contact:

Re: [BETA] Codebox Plus

Post by trinobi »

I just re-download the latest link, disable ext, clear old data and install again but it has still the same.
Image
User avatar
o0johntam0o
Registered User
Posts: 228
Joined: Thu Sep 23, 2010 3:53 pm
Location: Viet Nam
Name: Tam
Contact:

Re: [BETA] Codebox Plus

Post by o0johntam0o »

Ok trinobi, please follow the instructions below:
1. Disable the extension
2. Delete the extension’s data
3. Delete the extension’s files from the filesystem
4. Upload the new files (https://github.com/o0johntam0o/phpBB-Ex ... master.zip)
5. Enable the extension
6. Edit your post (add/remove some characters)

Goodluck!
daslex
Registered User
Posts: 5
Joined: Wed Nov 05, 2014 4:04 pm

Re: [BETA] Codebox Plus

Post by daslex »

phpBB3.1
We need to extend the default code. How to do it?
User avatar
o0johntam0o
Registered User
Posts: 228
Joined: Thu Sep 23, 2010 3:53 pm
Location: Viet Nam
Name: Tam
Contact:

Re: [BETA] Codebox Plus

Post by o0johntam0o »

daslex wrote:phpBB3.1
We need to extend the default code. How to do it?
Please follow the instructions below:
1. Goto ACP->POSTING then click the green icon (Edit) next to the bbcode CODEBOX
2. Find: <div style="display: none;">
3. Replace-with: <div style="display: inline;"> then click Submit
Tuqe
Registered User
Posts: 63
Joined: Mon Nov 10, 2014 9:18 am
Location: Turkey

Re: [BETA] Codebox Plus

Post by Tuqe »

I've got the same error.
trinobi wrote:I just re-download the latest link, disable ext, clear old data and install again but it has still the same.
Image
User avatar
o0johntam0o
Registered User
Posts: 228
Joined: Thu Sep 23, 2010 3:53 pm
Location: Viet Nam
Name: Tam
Contact:

Re: [BETA] Codebox Plus

Post by o0johntam0o »

See this post, Tuqe.
Ok trinobi, please follow the instructions below:
1. Disable the extension
2. Delete the extension’s data
3. Delete the extension’s files from the filesystem
4. Upload the new files (https://github.com/o0johntam0o/phpBB-Ex ... master.zip)
5. Enable the extension
6. Edit your post (add/remove some characters)

Goodluck!
Tuqe
Registered User
Posts: 63
Joined: Mon Nov 10, 2014 9:18 am
Location: Turkey

Re: [BETA] Codebox Plus

Post by Tuqe »

Ok trinobi, please follow the instructions below:
1. Disable the extension
2. Delete the extension’s data
3. Delete the extension’s files from the filesystem
4. Upload the new files (https://github.com/o0johntam0o/phpBB-Ex ... master.zip)
5. Enable the extension
6. Edit your post (add/remove some characters)

Goodluck!
I did what you said.
I did what you say again, but doesn't work.
Would you please add screenshot?
Thanks a lot.
Locked

Return to “Abandoned Extensions”