OLD TOPIC TO DELETE
2 2006-11-02 11:38
Re: OLD TOPIC TO DELETE (65 replies, posted in PunBB 1.2 modifications, plugins and integrations)
i have not permission to download it !
3 2006-10-19 15:58
Re: OLD TOPIC TO DELETE (65 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Thx a lot, i have add it on punres.org
4 2006-09-26 09:46
Re: OLD TOPIC TO DELETE (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I have made a small fix. (get the PBB SpellChecker 1.01) and only replace include/lib/js/spellchecker.js and spellchecker.php
Empty your cache brower !
Now if you want to personalize the textarea when Spell Check, open spellchecker.php and found (~line 63)
/* You can personalize textarea when Spell Check here */
PBB_googie.PBB_TextArea_color = "#000000";
PBB_googie.PBB_TextArea_border = "1px solid #FF0000";
PBB_googie.PBB_TextArea_backgroundColor = "#FFFFFF";
PBB_googie.PBB_TextArea_padding = "3px";
5 2006-09-25 23:36
Topic: OLD TOPIC TO DELETE (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
OLD TOPIC TO DELETE
6 2006-08-10 12:35
Re: Copyright in chatbox. (4 replies, posted in PunBB 1.2 discussion)
you can delete it I have just write copyright in my mod to know who use her. Now i can make google search with keyword "PBB chatbox" and i know who use my mod ^^.
7 2006-08-03 10:49
Re: OLD TOPIC TO DELETE (37 replies, posted in PunBB 1.2 modifications, plugins and integrations)
hum !!! just uncheck autoscroll in bottom (right) ! Or unceck it automaticatly.
For autoscroll is not checked at the start, just modify :
FIND :
document.write('<span class="conr" style="width:150px;" ><?php echo $lang_chatbox['Autoscroll'] ?>: <input type="checkbox" id="autoscroll" value="" checked tabindex="<?php echo $cur_index++ ?>" /></span>');
REPLACE BY
document.write('<span class="conr" style="width:150px;" ><?php echo $lang_chatbox['Autoscroll'] ?>: <input type="checkbox" id="autoscroll" value="" tabindex="<?php echo $cur_index++ ?>" /></span>');
FIND
$('autoscroll').value = 'true';
REPALCE BY
$('autoscroll').value = 'false';
8 2006-07-30 22:51
Re: OLD TOPIC TO DELETE (37 replies, posted in PunBB 1.2 modifications, plugins and integrations)
one question
this Mod can Under my Security?
i mean Scripts and Alerts are working?
What navigator ? what operating system ? What anti-virus ? Explain more please
9 2006-07-26 11:24
Re: OLD TOPIC TO DELETE (65 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Now it's possible to put your chatbox on your index, see my code, i think it's more symply than codexp mod
10 2006-07-26 11:04
Topic: OLD TOPIC TO DELETE (37 replies, posted in PunBB 1.2 modifications, plugins and integrations)
OLD TOPIC TO DELETE
11 2006-07-03 12:33
Re: OLD TOPIC TO DELETE (65 replies, posted in PunBB 1.2 modifications, plugins and integrations)
@faax : Hummmmm aie aie aie,
Your solution is for users who use the modification of PBBChatbox 1.0 (AJAX) from CodeXP.
Your solution is not compatible with PBBChatbox 2.0 (AJAX).
Becarfull, if you use PBBChatbox 2.0 don't use this modification to your index.php
12 2006-06-29 18:49
Re: OLD TOPIC TO DELETE (65 replies, posted in PunBB 1.2 modifications, plugins and integrations)
If somebody rewrite my mod maybe ^^ but not from me sorry.
And maybe i'm wrong, but i think PBB Chatbox (if you have a lot user who use them) use lower sql ressource in AJAX because on each refresh only new messages are send and post use same resource.
13 2006-06-29 15:16
Re: OLD TOPIC TO DELETE (65 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Final version with no bug (normaly ^^) is online.
14 2006-06-28 14:58
Re: OLD TOPIC TO DELETE (65 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Thx a lot, i will add it in the next version.
15 2006-06-27 15:14
Re: OLD TOPIC TO DELETE (65 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hi pokemon_jojo:
I tried your chatbox out. I think I installed everything correctly. But I got this error:
Fatal error: Cannot redeclare check_cookie() (previously declared in /home/xxx/include/functions.php:28) in /home/xxx/include/functions.php on line 28
hum.... i don't know why ! maybe you have made a mistake in your install ! Because i have no function check_cookie() in my script !!! I just include the common file.
16 2006-06-26 09:18
Re: OLD TOPIC TO DELETE (65 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hum... don't use the chatbox on your site !!!! it's actually only a beta so, with a lot of bugs. Just test it and said me if you find any bug
Next when the final release comming, i explain to you how made to install chatbox on your index.php
17 2006-06-25 12:37
Re: OLD TOPIC TO DELETE (65 replies, posted in PunBB 1.2 modifications, plugins and integrations)
The difference is that my mod have not the same code source of CodeXP.
I use Prototype JavaScript Framework v1.4.0, so code source is more clean.
Then all ajax feature are :
- Auto reload message list every X second (Adjusting in admin panel)
- Add only new messages, dont reload the entire liste
- Can on/off Autoscroll
- All errors are now in the chatbox (you can personalize them)
- You can change messages separation display
- Loading image when chatbox request server
- maybe other ^^
That's all for the moment
18 2006-06-25 05:02
Topic: OLD TOPIC TO DELETE (65 replies, posted in PunBB 1.2 modifications, plugins and integrations)
OLD TOPIC TO DELETE
19 2005-10-24 15:06
Re: 1.3 teaser (121 replies, posted in PunBB 1.2 discussion)
Do you know Jedit ? (www.jedit.org)
It's a java text editor, and i like plugins system. You can check all plug-in directly from the editor and install/update is easy !
So if extension si only xml files, is it possible to have the same concept on 1.3 release ? (With punres who host all extensions)
And what about extension' update ?
Thank for your attention, and thank for punbb
20 2005-10-11 22:41
Re: OLD TOPIC TO DELETE (133 replies, posted in PunBB 1.2 modifications, plugins and integrations)
hello, just a little message to said, i'm working on version 2.0 Final ^^
21 2005-10-04 12:16
Re: Say me all 1.2.8 working plugins ! (11 replies, posted in PunBB 1.2 modifications, plugins and integrations)
[?] PBB Gallery
[?] PBB ChatBox
[?] Puntal
22 2005-08-31 08:10
Re: OLD TOPIC TO DELETE (133 replies, posted in PunBB 1.2 modifications, plugins and integrations)
When ? sorry but i don't know ^^ because actually i have lot of work, and i can't made th finale release, but if it's possible i want to finish her before december.
23 2005-08-03 17:23
Re: OLD TOPIC TO DELETE (133 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I seem to be having some trouble - http://www.theprotected.com/forum/gallery.php. This was all working yesterday, and I installed that easy smilies mod today. All seemed to be fine until I noticed that I couldn't view images within categories anymore. I didn't alter any scripts, but I suppose it's possible that the easy smilies mod could have screwed with the tables in some way.
Any ideas?
First, when i go on your site, i have this : Poki BB Gallery is not installed correctly. Please make sure you have launch install_mod.php
Please make sure you have install correctly PBB gallery
24 2005-07-21 18:29
Re: OLD TOPIC TO DELETE (58 replies, posted in PunBB 1.2 modifications, plugins and integrations)
@faax : Can you post me your traduction, for this mod and PBB Gallery 2.0 mod please for i can add them to the other language.
thx
@Rod : Maybe in the future version ^^ (But before i need to finish PBB Gallery )
25 2005-07-21 10:20
Re: OLD TOPIC TO DELETE (133 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Sorry, but i don't know what is this bug. I think it's your host who maybe desactive some functions (and errors of these functions).
Have you GD fonction on your host ?
If you can try the script on localhost (with easy php) and if th script is ok, we will know the bug come from your host (or disable function)