[MODDB] Ajax Tag Board 4 phpbb3 3.0.6b

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!
Suggested Hosts
Locked
bx67212
Registered User
Posts: 66
Joined: Fri Sep 28, 2007 12:01 pm

[MODDB] Ajax Tag Board 4 phpbb3 3.0.6b

Post by bx67212 »

Last edited by DavidIQ on Tue May 04, 2010 12:45 pm, edited 8 times in total.
Reason: Updated to show MODDB release
xxxmexxx
Registered User
Posts: 1
Joined: Sat Dec 27, 2008 9:34 am

Re: [DEV] Tag Board 4 phpbb3 3.0.4 (no ajax shoutbox)

Post by xxxmexxx »

good work :!:
edengp
Registered User
Posts: 18
Joined: Thu Oct 23, 2008 5:42 pm

Re: [DEV] Tag Board 4 phpbb3 3.0.4 (no ajax shoutbox)

Post by edengp »

Does this mod still have a Remote Blind SQL Injection Exploit vulnerability?
bx67212
Registered User
Posts: 66
Joined: Fri Sep 28, 2007 12:01 pm

Re: [DEV] Tag Board 4 phpbb3 3.0.4 (no ajax shoutbox)

Post by bx67212 »

no this bug is resolved
Ciak
Registered User
Posts: 1
Joined: Sun Jun 14, 2009 6:50 pm

Re: [DEV] Tag Board 4 phpbb3 3.0.4 (no ajax shoutbox)

Post by Ciak »

And for phpbb3.0.5?
Petesat
Registered User
Posts: 63
Joined: Thu Apr 10, 2008 8:42 am

Re: [DEV] Tag Board 4 phpbb3 3.0.4 (no ajax shoutbox)

Post by Petesat »

Any chance of adding sound to new posts?

Love this chat box, have used it for 1 year now without probs.

Pete
bx67212
Registered User
Posts: 66
Joined: Fri Sep 28, 2007 12:01 pm

Re: [DEV] Tag Board 4 phpbb3 3.0.4 (no ajax shoutbox)

Post by bx67212 »

Petesat wrote:Any chance of adding sound to new posts?

Love this chat box, have used it for 1 year now without probs.

Pete
mmmm is difficulty for me but I think that with other users help it can be implemented ;)

for now I have released new version with ajax support :P
Last edited by bx67212 on Sun Aug 16, 2009 4:05 pm, edited 1 time in total.
lovelysummer
Registered User
Posts: 437
Joined: Fri Mar 20, 2009 1:49 pm

Re: [DEV] Tag Board 4 phpbb3 3.0.4 (no ajax shoutbox)

Post by lovelysummer »

Is it possible to use a link because I do not want the shoutbox in the index page.
bx67212
Registered User
Posts: 66
Joined: Fri Sep 28, 2007 12:01 pm

Re: [DEV] Tag Board 4 phpbb3 3.0.4 (no ajax shoutbox)

Post by bx67212 »

hi...

you can show the tag board where ever you want:

if you don't want show it on index page go on you template folder, open index_page.html and delete this code:

Code: Select all

<!-- INCLUDE tag_board.html -->
for show it on a black page create a new html page in your template folder (es. custom.html) and past this code:

Code: Select all

<!-- INCLUDE overall_header.html -->

<!-- INCLUDE tag_board.html -->

<!-- INCLUDE overall_footer.html -->
now create a new php file in root of you forum (es. custom.php) whit this code:

Code: Select all

<?php

define('IN_PHPBB', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);

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

// Output page
page_header('Tag Board');

$template->set_filenames(array(
	'body' => 'custom.html')
);

page_footer();

?>
now you have a black page with header, tag board and footer ;)

poste the link to page custom.php and enjoy :D
User avatar
katib
Registered User
Posts: 562
Joined: Thu Jun 26, 2008 12:27 pm

Re: [DEV] Tag Board 4 phpbb3 3.0.4 (no ajax shoutbox)

Post by katib »

Thanks for Mod
[-] Eliminated edit function because not good for chatting system
could you please restore the Edit option or make it an option (enable/disable)?
lovelysummer
Registered User
Posts: 437
Joined: Fri Mar 20, 2009 1:49 pm

Re: [DEV] Tag Board 4 phpbb3 3.0.4 (no ajax shoutbox)

Post by lovelysummer »

very nice :D
bx67212
Registered User
Posts: 66
Joined: Fri Sep 28, 2007 12:01 pm

Re: [DEV] Tag Board 4 phpbb3 3.0.4 (no ajax shoutbox)

Post by bx67212 »

could you please restore the Edit option or make it an option (enable/disable)?
done

and now also quote bottom
Last edited by bx67212 on Sun Aug 16, 2009 4:05 pm, edited 1 time in total.
User avatar
eman80
Registered User
Posts: 327
Joined: Tue Aug 19, 2008 1:49 pm

Re: [DEV] Ajax Tag Board 4 phpbb3 3.0.5

Post by eman80 »

wow good job .. I just tested the mod on my localhost and I faced a problem:

when I want to edit a message, the editing page appear but it disappears quickly , I can't finishing my editing before the page disappears. :roll:
welcome to my forum:
http://www.elibrary4arab.com
bx67212
Registered User
Posts: 66
Joined: Fri Sep 28, 2007 12:01 pm

Re: [DEV] Ajax Tag Board 4 phpbb3 3.0.5

Post by bx67212 »

have you set a limit editing time???

(i tested it on FF EI7 EI8 chrome and it is ok)
User avatar
eman80
Registered User
Posts: 327
Joined: Tue Aug 19, 2008 1:49 pm

Re: [DEV] Ajax Tag Board 4 phpbb3 3.0.5

Post by eman80 »

yes I set the time .. but I think I knew what is the problem now ..

I set auto refresh every 10 seconds and when this 10 seconds finish before I finish my editing, the edit page layout disappears and comeback to the chat box layout.

is there away to solve this?
welcome to my forum:
http://www.elibrary4arab.com
Locked

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