OK thanks, could be usefull !!
151 2005-04-07 07:37
Re: Admin CP Localization Mod 1.0.0 (11 replies, posted in PunBB 1.2 modifications, plugins and integrations)
152 2005-04-05 12:47
Re: Search Results Highlighting MOD (23 replies, posted in PunBB 1.2 modifications, plugins and integrations)
ssb any news ?
153 2005-04-05 12:46
Re: Admin CP Localization Mod 1.0.0 (11 replies, posted in PunBB 1.2 modifications, plugins and integrations)
What is it for ?
154 2005-04-05 12:38
Re: punbb 1.3 ? (12 replies, posted in Feature requests)
I would like to have the possiblity to moderate post before publication .... but as said Xoonorhd is not the post for debates ???
155 2005-03-27 11:25
Topic: punbb 1.3 ? (12 replies, posted in Feature requests)
Rickard,
You mentionned several times (at least one) a version 1.3 of punbb. Can you give us an idea of what will be the new(s) feature(s) on this one if is know of course ... ?
Thanks
156 2005-03-27 10:59
Re: Spam Protect Email 1.0.1a (13 replies, posted in PunBB 1.2 modifications, plugins and integrations)
it works in 1.2.4 !!!
157 2005-03-27 10:30
Re: Search Results Highlighting MOD (23 replies, posted in PunBB 1.2 modifications, plugins and integrations)
By the way a small "bug" or probably something forgetted ...
If you do a search with option Show results = Post the searched word is not Highlighted
good luck
158 2005-03-27 09:21
Re: Search Results Highlighting MOD (23 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I mean ...
Done with Firefox
159 2005-03-27 00:25
Re: Search Results Highlighting MOD (23 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Excellent !
I was planing to wonder something like that in the features request forum and you do it !!!
To get a "google" style I used the following
SPAN.hlight {background-color: #FFFF00}
Do you plan (when the russians characters will be debuged) to Highligh the topics both in viewtopic.php and search.php ?
Thanks a lot
160 2005-03-24 15:04
Re: problem with SMTP function (5 replies, posted in PunBB 1.2 troubleshooting)
of course, I just was testing ...
But i would to konw if there is difference in bandwith, cpu, ....
161 2005-03-24 14:09
Topic: problem with SMTP function (5 replies, posted in PunBB 1.2 troubleshooting)
I just made some test in order to use SMTP to send mail and i got the following message :
An error was encountered
Error: Unable to send e-mail. Please contact the forum administrator with the following error message reported by the SMTP server: "451 See http://pobox.com/~djb/docs/smtplf.html. ".
I went there, but I don't understand what does it means.
162 2005-03-13 11:35
Topic: CSS conflict (1 replies, posted in PunBB 1.2 troubleshooting)
I'm newbee in CCS and I'have ome difficulties to integrate punbb in my style.
I try to had in my my own header.php
<style type="text/css">
.textwhite{font-size:8;font-family:Verdana;color:#FFFFFF;}
</style>
font-family:Verdana --> OK
color:#FFFFFF --> OK
font-size:8 --> doesn't change !!
Do you know why ?
163 2005-03-12 23:53
Re: Search words are not indexed if a appostrophe is used l'éléphant (33 replies, posted in PunBB 1.2 bug reports)
In my point of view is much more often word like "éléphant" is searched by user than "didn't" or "I'm'" ... Perhaps do something following differents languages ...
164 2005-03-12 21:04
Re: extern not allowed (13 replies, posted in PunBB 1.2 troubleshooting)
So far doesn't change anythins. Thanks for our assistance ...
165 2005-03-11 13:08
Re: extern not allowed (13 replies, posted in PunBB 1.2 troubleshooting)
an other point :
if I do
<? include("punbb/extern.php"); ?>
i got
The file 'config.php' doesn't exist or is corrupt. Please run install.php to install PunBB first.
Any idea ?
166 2005-03-11 12:41
Re: extern not allowed (13 replies, posted in PunBB 1.2 troubleshooting)
No confirmation now from host. but did you test with success the above url ?
167 2005-03-10 22:03
Re: extern not allowed (13 replies, posted in PunBB 1.2 troubleshooting)
Hi,
I'm pretty sure than the" open_basedir restriction in effect" is a specification of my internet host. Iwill let you know !!!!
If some of you want to test (I just removed the .htacess)
http://georezo.com/punbb/extern.php?action=active
Cheers
168 2005-03-09 22:02
Re: extern not allowed (13 replies, posted in PunBB 1.2 troubleshooting)
and it works when ido :
<?php
include("http://punbb.org/forums/extern.php?action=active");
?>
169 2005-03-09 21:39
Re: extern not allowed (13 replies, posted in PunBB 1.2 troubleshooting)
You are right with the full URL ...
i have a timeout
Warning: main(http://xxxxxxx.com/punbb/extern.php?action=active): failed to open stream: Connection timed out in /home/users/x/xxxxxxx/www/index.php on line 26
Warning: main(): Failed opening 'http://xxxxxxx.com/punbb/extern.php?action=active' for inclusion (include_path='.:/home/temporaire/upload') in /home/users/x/xxxxxxx/www/index.php on line 26
with the following code
<?php
include("http://www.xxxxxxx.com/punbb/extern.php?action=active");
?>
I probably do something wrong but really don't know where ....
I I do in my browser : http://www.xxxxxxx.com/punbb/extern.php?action=active --> I get the right result
Really don't undestand what's happen !!!
170 2005-03-09 20:51
Re: extern not allowed (13 replies, posted in PunBB 1.2 troubleshooting)
Same result with full url or with ludo's code ....
Any suggestion ?
171 2005-03-09 19:37
Topic: extern not allowed (13 replies, posted in PunBB 1.2 troubleshooting)
Hi,
I add in my home page :
<? include("/punbb/extern.php?action=active"); ?>
and i got this error message
Warning: main(): open_basedir restriction in effect. File(/punbb/extern.php?action=active) is not within the allowed path(s): (/home/users/x/xxxxxx/:/home/temporaire/upload) in /home/users/x/xxxxxx/www/index.php on line 25
Warning: main(/punbb/extern.php?action=active): failed to open stream: Operation not permitted in /home/users/x/xxxxxx/www/index.php on line 25
Warning: main(): Failed opening '/punbb/extern.php?action=active' for inclusion (include_path='.:/home/temporaire/upload') in /home/users/x/xxxxxx/www/index.php on line 25
What does it means ? Could it be solved ?
172 2005-03-09 19:14
Re: RSS Feeds for Categories, Forums, Topics and Latest Posts (66 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Thanx
173 2005-03-09 06:43
Re: RSS Feeds for Categories, Forums, Topics and Latest Posts (66 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I think is a stupid question but :
How can we read XML-RSS with punbb ?
174 2005-03-08 21:25
Re: Subscription possible when subscriptions disabled (4 replies, posted in PunBB 1.2 bug reports)
I don't know if its the same "bug" but if ever yor suscribe to one topic, and go to post reply on same topic you can still subscribe to the topic ... is not clear. Does it means if i don't check i'm unsuscribed from this topic ?
175 2005-03-08 21:19
Re: Quickjump cache (6 replies, posted in PunBB 1.2 bug reports)
TX so no need for me !