Paste a copy of your footer.php file, I'm sure there's an extra < somewhere in it smile

3,252

(2 replies, posted in PunBB 1.2 troubleshooting)

Well, if you can't find the links, it's probably turned off: check out User groups for Guests and make sure posting is turned on there, then go to the forum specific permissions and make sure Guests can post replies and new topics

3,253

(5 replies, posted in PunBB 1.2 troubleshooting)

So, it looks like $pun_config['o_portal_news_id'] isn't set
Did you run install_mod.php for the mod?

Try a different browser (say, Firefox) and see if you get the same error?

3,255

(2 replies, posted in PunBB 1.2 troubleshooting)

Are you using seperate language packs? If so, switch to the other language pack in your profile and check it out. If not, then you're seeing exactly what they see.

That sounds like a Safari issue or a server issue rather than a PunBB issue

3,257

(7 replies, posted in Feature requests)

Yes, flash can do things like redirect the user to a different page

3,258

(13 replies, posted in PunBB 1.2 troubleshooting)

AlanCollier wrote:

My hosts recently upgraded to PHP 4.4.6 and apparently this version is fussy about re-declaring functions.

Do all PunBB pages call include/common.php ??

If so, I could just stick this in it..

require PUN_ROOT.'include/dblayer/common_db.php';

No?

--Alan

What problem are you having?

Talk to your host then wink

I'm afraid not, I've had quite a bit of work lately.

AlanCollier wrote:

AG, thanks for sharing the solution, I was wondering how to fix that.

Could this fairly be described as a bug worthy of a fix in PunBB generally? Smartys?
I guess it's only a problem when you're using the parser outside of its usual space.

--Alan

PunBB 1.3 will use absolute paths, so the issue will go away then: in the meantime, as you said, it's only an issue when you're modifying your forum and using its files outside of the forum directory.

No, it sounds like your host does not support PHP

Just set a default usergroup for new members which has few to no permissions. Then, you as the admin can manually "approve" people and move them

3,264

(4 replies, posted in PunBB 1.2 discussion)

No, because the emails are sent at once, not in batches wink

3,265

(2 replies, posted in PunBB 1.2 troubleshooting)

Try this:

 <pun_main>

<pun_footer>
</div>
</div>
<center><script language=javascript src="http://www.88x31.lt/serve.php?9257,3,1"></script><br><a target=_blank href="http://www.88x31.lt/refer.php?9380">88x31.lt</a></center>

http://www.punres.org/desc.php?pid=40
I *think* that mod should do what you want

3,267

(4 replies, posted in PunBB 1.2 discussion)

I would ask your host, but I think the issue has to do with the email addresses you're sending to, which would explain why "nodtify new registrations" works

Marguz wrote:

Thanks, now it's ok

but another problem how i can update my foorum? If I press button update then it said Unable to check for upgrade since 'allow_url_fopen' is disabled on this system.
How in enable this

That's a PHP setting, you would need to ask your host
However, that doesn't update the forum for you, you need to update it. You can use the patchfile, hdiff, or changed files (assuming you didn't make any modifications). Make sure to run the update script after.

3,269

(8 replies, posted in General discussion)

Oh, there's a way then:

<input class="button" type="image" onmouseover="helpline('colors');" onmouseout="helpline('default');" src="img/editor/color.png" alt="colors" title="colors" onclick="javascript:ShowMenu('bbcode_remote.php','window2',260,350,0,0);return false;" />

3,270

(8 replies, posted in General discussion)

I'm confused why clicking on those other buttons wouldn't submit a form though

3,271

(8 replies, posted in General discussion)

There isn't other than moving it out of the form, because clicking on the button is the same as clicking a submit button

3,272

(8 replies, posted in General discussion)

http://webdesign.about.com/od/htmltags/ … putimg.htm
<input type=img> acts as a submit button. That's not what you want. Use an image tag wink

3,273

(1 replies, posted in PunBB 1.2 troubleshooting)

Well, how did you update? If you just replaced the changed files, you overwrote the changes in post.php you made when installing the mod

3,274

(1 replies, posted in PunBB 1.2 troubleshooting)

Admin Options

lang/English/common.php
FIND

'Index'                    =>    'Index',

REPLACE WITH

'Index'                    =>    'Forum',