I think it might be changing the code, if I'm not wrong you can find it on parser.php
76 2005-04-19 22:05
Re: adding bbcode (54 replies, posted in PunBB 1.2 modifications, plugins and integrations)
77 2005-04-18 10:36
Re: PunBB Miniportal v1.2.x (128 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I've already change the style of the news for my self by putting all news together into one Inbox and view only the 80 characters of the news. My purpose is to save space so it won't get to bigger at the page.
Try to take a look at my site. If you like I can share it with you.
78 2005-04-17 17:54
Re: ChatBox (Multi) (30 replies, posted in PunBB 1.2 modifications, plugins and integrations)
uppss... I must missed it...
79 2005-04-16 22:58
Re: ChatBox (Multi) (30 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Yeeah... probably that's the main problem, but on IE and Firefox works fine...
80 2005-04-16 19:39
Re: ChatBox (Multi) (30 replies, posted in PunBB 1.2 modifications, plugins and integrations)
mmhh... but it works on me, now I will give you a hint how to solve this. I hope can be usefull
The big difference between ChatBox 1.0 and 1.0.1 to make it works with Easy BBCode is at textbox name and type
at 1.0 line 116
<input type="text" name="message"......
and at 1.0.1 line 122
<textarea name="req_message"......
You can look that the name for 1.0.1 is req_message, that's are not coincidence.
Now take a look at mod_easy_bbcode.php line 8, it should be same.
$bbcode_field = 'req_message';
Other dependecies is at line 6
$bbcode_form = 'post';
which is at Chatbox <form method="post"....
Now try to solve it by yourself, because I have a know idea what have you done with ur code.
Just let me know the progress.... good luck....
81 2005-04-16 02:20
Re: ChatBox (Multi) (30 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Have you installed Easy BBCode correctly?
look at line 121
<?php require PUN_ROOT.'mod_easy_bbcode.php'; ?>
It has to be pointed to the correct file name
82 2005-04-13 21:17
Re: ChatBox (Multi) (30 replies, posted in PunBB 1.2 modifications, plugins and integrations)
If someone has install Easy BBCode 1.0.1 by Rickard Andersson, you can use ChatBox 1.0.1
(Btw this is my first mod of Pokemon_JOJO mod, I'm newbie in php so suggestion and comments are very2 welcome)
83 2005-04-12 17:42
Re: Attachment Mod 2.0.1 by Frank H (500 replies, posted in PunBB 1.2 modifications, plugins and integrations)
wooff... this mod at first looks complicated, but I've success on trying it.
It takes all of my energy while apply it and understands the doc (the biggest I've seen on mod)
Good works Frank..
84 2005-04-12 14:02
Re: ChatBox (Multi) (30 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Rod your problem doesn't make sense for me, It should be easy. I've already take a look at your page before, but I didn't see any problem on it.
One think I'm sure is page that I saw isn't chatbox.php it must be another file that you get wrong upload or anything else. Try to download again at punres or at my site...
85 2005-04-12 11:36
Re: punpoll problem (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
mmmhhhh.... this topic becomes HOT.. I'm outa off here..
86 2005-04-12 11:02
Re: ChatBox (Multi) (30 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Take a look at line 12-13 of chatbox.php. If you want guest can access the chatbox, add // in front of it.
87 2005-04-11 19:40
Re: ChatBox (Multi) (30 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Re-uploading, download again. Upgrade: just replace chatbox.php
Fixes:
- Problem with refresh button
- Cleaning-up code
88 2005-04-11 09:20
Re: ChatBox (Multi) (30 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Thanks... All I have done is just make a little modification to your mod so that it can integrated with my forums and offcourse works with the newest PunBB versions But the rest is your works... good job to you too
89 2005-04-11 08:05
Re: Wiki Document System plugin (37 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Yeaahh... it might be great if you releasing it as mod... I can't wait...
90 2005-04-11 05:07
Re: Colored Usergroups - 1.0.2 (42 replies, posted in PunBB 1.2 modifications, plugins and integrations)
UPDATING MODS IS A PAIN IN THE ASS.
lol... I don't know about your problem, but for me this mod doesn't make pain in my ass
91 2005-04-11 04:56
Re: Easy Poll - 1.1.3 (224 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Yess... this is what I realy want it I've already upgrade and everything works perfectly. Thanks dude..
Adding:
Ability to prevent certain user groups from creating new polls - requested by Connorhd (POSTPONED).
I've already take a look at Admin Plugin but there is no options that let me do that. In where you adding it?
92 2005-04-11 04:47
Topic: ChatBox (Multi) (30 replies, posted in PunBB 1.2 modifications, plugins and integrations)
##
## Mod title: ChatBox (Multi)
##
## Mod version : 1.0
## Works on PunBB: 1.2.*
## Release date : 2005-04-11
## Author : Aryo Sandiyudo - whiteh0rs3 (whiteh0rs3@yahoo.com)
##
## Description: Add a very simple chatbox in punbb
## Support Multi Languages
## Support Multi Skins
## Easy Setup
##
## Affected files: none
##
## Affects DB: No
##
## Notes: This mod was originally based on ChatBox 1.0 by pokemon_JOJO
##
## DISCLAIMER: Please note that "mods" are not officially supported by
## PunBB. Installation of this modification is done at your
## own risk. Backup your forum database and any and all
## applicable files before proceeding.
##
Download:
- Punres
- LangIT Forums + Demo
93 2005-04-10 06:20
Re: phpinfo (4 replies, posted in General discussion)
lol... I wonder whose rabbit has been force for doing that... hehehe.....
94 2005-04-08 16:37
Re: AutoNews Addon 0.5 (15 replies, posted in PunBB 1.2 modifications, plugins and integrations)
oohh.. I get it now, so that's why I can't use this mod.. Actually there's no problem with this mod right now.
For others who want to use this mod maybe you might need to modify
$forum_id line 11 and $template_path at line 17 with your own path. After all it works fine at me.
But I'm not gonna use this because I'm still confuse what does this mod do? I mean is this usefull?
Please explain it to us.. thanks before..
95 2005-04-08 14:00
Re: PunBB 1.2.5 (67 replies, posted in News)
After updating manually using hdiff from 1.2.4, I got trouble while logout(load index.php) after singing in as Admin. I got message said that can't write cache config blah..blah.., I forgot about it.
I fix it by deleting all the cache then replace parser.php with the old one(before updating). Don't know why this happen, after all it works great...
96 2005-04-08 10:13
Re: AutoNews Addon 0.5 (15 replies, posted in PunBB 1.2 modifications, plugins and integrations)
You haven't finish this mod, aren't you? it doesn't work on me
97 2005-04-06 20:45
Re: SMTP server Timeouts (9 replies, posted in PunBB 1.2 troubleshooting)
I don't know do I have access for ssh or not, I'm a newbie in building a site. But I think I don't have it coz all the service I use in here is all free. I'm just trying to learn how to install a site at real server. PunBB i my choice coz it's easy too understand, quick install, and offcourse free too
98 2005-04-06 13:58
Re: SMTP server Timeouts (9 replies, posted in PunBB 1.2 troubleshooting)
OK.. I have to email the service then, thanks anyway for the feedback Rickard.
99 2005-04-06 12:59
Re: SMTP server Timeouts (9 replies, posted in PunBB 1.2 troubleshooting)
I don't include my hosting with mail service, so I use free service from hotpop.com
Before this error came up all mail sending had working greatly including Registration notification.
I don't know why this become error, I notice this when someone try to registered but they don't receive the random password email. I don't know either is this problem cause by PunBB or the mail service.
What do you think Rickard? is there any possible bugs that I don't know cause I've already upgrading to 1.2.4 manually (using diff)
100 2005-04-06 11:44
Re: SMTP server Timeouts (9 replies, posted in PunBB 1.2 troubleshooting)
No one can help??