[MODDB] phpBB jQuery Base 0.1.0

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Anti-Spam Guide
Locked
User avatar
heredia21
Registered User
Posts: 942
Joined: Sun Apr 18, 2010 6:14 pm
Contact:

Re: [ALPHA] phpBB jQuery Base 0.0.1

Post by heredia21 »

I switched it back because i wasnt able to reply using quick reply let me change it back so you can see.
Best BlackBerry website for all users! BlackBerry News - http://blackberryempire.com
User avatar
heredia21
Registered User
Posts: 942
Joined: Sun Apr 18, 2010 6:14 pm
Contact:

Re: [ALPHA] phpBB jQuery Base 0.0.1

Post by heredia21 »

heredia21 wrote:I switched it back because i wasnt able to reply using quick reply let me change it back so you can see.

I changed it now.
Best BlackBerry website for all users! BlackBerry News - http://blackberryempire.com
User avatar
Marc
Development Team Leader
Development Team Leader
Posts: 5657
Joined: Tue Oct 30, 2007 10:57 pm
Location: Munich, Germany
Name: Marc
Contact:

Re: [ALPHA] phpBB jQuery Base 0.0.1

Post by Marc »

You still did not change this in styles/GlossyBlack/template/jquery_base/jquery_base_header.html:

Code: Select all

	   $('#qr_editor_div .button1').click(function(event) {
It needs to be:

Code: Select all

   $('#qr_ns_editor_div .button1').click(function(event) {
User avatar
heredia21
Registered User
Posts: 942
Joined: Sun Apr 18, 2010 6:14 pm
Contact:

Re: [ALPHA] phpBB jQuery Base 0.0.1

Post by heredia21 »

Check it again i just changed it. I sent you a pm that i switched it back to normal because people were not able to use quick reply. But edits are made now.
Best BlackBerry website for all users! BlackBerry News - http://blackberryempire.com
User avatar
4_seven
I've Been Banned!
Posts: 5155
Joined: Wed Apr 30, 2008 1:41 am

Re: [ALPHA] phpBB jQuery Base 0.0.1

Post by 4_seven »

To make it easyer for marc, let the install stay.
the install is more important, as some user temporary can't use the qr.
may write an temporary announcement also ;)
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
Marc
Development Team Leader
Development Team Leader
Posts: 5657
Joined: Tue Oct 30, 2007 10:57 pm
Location: Munich, Germany
Name: Marc
Contact:

Re: [ALPHA] phpBB jQuery Base 0.0.1

Post by Marc »

You should have an SQL error in your error log in the ACP.


P.S: That's why I don't use SEO MODs. :roll:
User avatar
heredia21
Registered User
Posts: 942
Joined: Sun Apr 18, 2010 6:14 pm
Contact:

Re: [ALPHA] phpBB jQuery Base 0.0.1

Post by heredia21 »

How can I fix that? I dont see any error. Where is it pointing to or what?
Best BlackBerry website for all users! BlackBerry News - http://blackberryempire.com
User avatar
heredia21
Registered User
Posts: 942
Joined: Sun Apr 18, 2010 6:14 pm
Contact:

Re: [ALPHA] phpBB jQuery Base 0.0.1

Post by heredia21 »

I am uninstalling SEO mod now.


I have removed topic seo mod and quickreply still does not work.
Best BlackBerry website for all users! BlackBerry News - http://blackberryempire.com
User avatar
Marc
Development Team Leader
Development Team Leader
Posts: 5657
Joined: Tue Oct 30, 2007 10:57 pm
Location: Munich, Germany
Name: Marc
Contact:

Re: [ALPHA] phpBB jQuery Base 0.0.1

Post by Marc »

Hm, I really thought it was the SEO MOD. The problem is that I can't see the complete SQL Error, I just see this:

Code: Select all

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3 [1064]
Could you maybe enable debug? That might show the complete error and will help a lot.
User avatar
heredia21
Registered User
Posts: 942
Joined: Sun Apr 18, 2010 6:14 pm
Contact:

Re: [ALPHA] phpBB jQuery Base 0.0.1

Post by heredia21 »

I have enabled it.
Best BlackBerry website for all users! BlackBerry News - http://blackberryempire.com
User avatar
Marc
Development Team Leader
Development Team Leader
Posts: 5657
Joined: Tue Oct 30, 2007 10:57 pm
Location: Munich, Germany
Name: Marc
Contact:

Re: [ALPHA] phpBB jQuery Base 0.0.1

Post by Marc »

Again, your style. :D

Open styles/GlossyBlack/template/jquery_base/jquery_base_header.html

Find:

Code: Select all

			$('#qr_editor_div input:hidden').each(function() {
Replace with:

Code: Select all

			$('#qr_ns_editor_div input:hidden').each(function() {
User avatar
heredia21
Registered User
Posts: 942
Joined: Sun Apr 18, 2010 6:14 pm
Contact:

Re: [ALPHA] phpBB jQuery Base 0.0.1

Post by heredia21 »

Ok did that. Now i am getting your message contains too few characters
Best BlackBerry website for all users! BlackBerry News - http://blackberryempire.com
User avatar
Marc
Development Team Leader
Development Team Leader
Posts: 5657
Joined: Tue Oct 30, 2007 10:57 pm
Location: Munich, Germany
Name: Marc
Contact:

Re: [ALPHA] phpBB jQuery Base 0.0.1

Post by Marc »

Ok, for you:

In that file, find every occurence of this:

Code: Select all

#qr_editor_div
And replace it with this:

Code: Select all

#qr_ns_editor_div
I'll be back in about half an hour, I need to reinstall windows. :roll:

edit: Now I'll be gone in half an hour, backup will take a while.
User avatar
heredia21
Registered User
Posts: 942
Joined: Sun Apr 18, 2010 6:14 pm
Contact:

Re: [ALPHA] phpBB jQuery Base 0.0.1

Post by heredia21 »

Ok did that. But now when i post it shows my content then my avatar and profile info beneath it. Very weird.

And quick edit does not show when you make a reply using quick-reply
Best BlackBerry website for all users! BlackBerry News - http://blackberryempire.com
User avatar
4_seven
I've Been Banned!
Posts: 5155
Joined: Wed Apr 30, 2008 1:41 am

Re: [ALPHA] phpBB jQuery Base 0.0.1

Post by 4_seven »

heredia21 wrote:Ok did that. Now i am getting your message contains too few characters
if you get the error yet, try the following:

open

jquery_base.php

find

Code: Select all

// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup('posting');
after add

Code: Select all

$config['min_post_chars'] = 1;
Current Mods | Mod Base | php(BB) programming | No help via PM
Locked

Return to “[3.0.x] MODs in Development”