pogenwurst wrote:

This might work, I just found it in a search: http://www.serverspy.net/site/monitor/ventrilo.html

"Only Exclusive Subscribers are able to include the Ventrilo Monitor on their site.
So click here to upgrade!"

Connorhd wrote:

http://www.ventrilo.com/download.php "PHP Ventrilo Status Scripts"

The only problem is that you have to install something onto your server to be able to use the script.

103

(6 replies, posted in PunBB 1.2 discussion)

http://wiki.punres.org/Miniportal

104

(7 replies, posted in PunBB 1.2 discussion)

Thanks quaker, but I need 2 column not 3 column -- I already use your three column somewhere else wink

---

limited, thanks but that doesn't work very well and it's not quite what I am after.

---

Here is an example of what I want these page(s) to look like. The following pages is formatted using tables, but as you can see it has caused some problems. This is not the actual page I want to link to this new tpl file -- but you get the idea.

http://www.kntl.co.uk/bf2stats/index.ph … t+stats%21

---

My forums are of a percentage width.

105

(7 replies, posted in PunBB 1.2 discussion)

Can someone help me code some CSS to add to a .tpl file to make a page look like this:

http://img105.imageshack.us/img105/58/aaaaaaaayy8.png
So, the code would look something like this:

<style>

/* css for #left #right and #fullwidth goes here */

</style>
<div id="fullwidth">
  <div class="block">
    <h2><span> </span></h2>
    <div class="box">
      <div class="inbox">
        <p> </p>
      </div>
    </div>
  </div>
</div>
<div id="left">
  <div class="block">
    <h2><span> </span></h2>
    <div class="box">
      <div class="inbox">
        <p> </p>
      </div>
    </div>
  </div>
</div>
<div id="right">
  <div class="block">
    <h2><span> </span></h2>
    <div class="box">
      <div class="inbox">
        <p> </p>
      </div>
    </div>
  </div>
  <div class="block">
    <h2><span> </span></h2>
    <div class="box">
      <div class="inbox">
        <p> </p>
      </div>
    </div>
  </div>
</div>
<div id="fullwidth">
  <div class="block">
    <h2><span> </span></h2>
    <div class="box">
      <div class="inbox">
        <p> </p>
      </div>
    </div>
  </div>
  <div class="block">
    <h2><span> </span></h2>
    <div class="box">
      <div class="inbox">
        <p> </p>
      </div>
    </div>
  </div>
</div>

Do I need to explain more?

106

(11 replies, posted in PunBB 1.2 troubleshooting)

The code above works fine. I can't seem to duplicate the problem but basically, the code above is in the correct order.

I think this may, however be completely unrelated.

---

Adding this css to base.css would make much more sense. (Or just set the width in all your different style sheets.

107

(11 replies, posted in PunBB 1.2 troubleshooting)

Smartys wrote:

It looks fine to me hmm

It is off to the left slightly -- but not centered.

I had a similar problem once where I did not have the following code, (for example), in the right order -- It made the page appear on the left rather than central.

<?php
define('PUN_PORTAL_PAGE', 1);
define('PUN_ROOT', './');
define('PUN_QUIET_VISIT', 1);
require PUN_ROOT.'include/common.php';
 
//Set the page title here
$page_title = pun_htmlspecialchars($pun_config['o_board_title']) . '';
define('PUN_ALLOW_INDEX', 1);
require PUN_ROOT.'header.php';

108

(18 replies, posted in PunBB 1.2 discussion)

elle wrote:

My visually impaired colleague found it difficult to register with the image verification. She wonders whether you can have an alternative solution?

http://www.punres.org/desc.php?pid=250

109

(22 replies, posted in PunBB 1.2 troubleshooting)

It's on its way.

110

(22 replies, posted in PunBB 1.2 troubleshooting)

What? You mean register.php works fine for you?

111

(22 replies, posted in PunBB 1.2 troubleshooting)

I have sent an email to you. Thanks.

112

(22 replies, posted in PunBB 1.2 troubleshooting)

Can anyone recreate the error? Because I genuinely have no idea what to do. I wouldn't mind if it was a different page, but register.php!

113

(23 replies, posted in PunBB 1.2 discussion)

Surely posting the youtube/google video link inside [youtube] tags is much simpler than posting html code?

114

(16 replies, posted in Programming)

This is as best as I could get, for free.

115

(16 replies, posted in Programming)

OK, so if this should work: I'll go through the js... or at least get someone else to go through it for me.

116

(22 replies, posted in PunBB 1.2 troubleshooting)

Could it have something to do with the install_mod.php file from here? Shall I restore the database to how it was before this installation?


Also, misc.php?report=## and other misc links work fine.

117

(22 replies, posted in PunBB 1.2 troubleshooting)

I also get the same error here:

http://www.kntl.co.uk/misc.php?action=rules

118

(16 replies, posted in Programming)

Sorry.

With that code you just posted and using the method above, (<script type="text/javascript" src="js.php"></script>), the drop down menus do not work at all.

119

(16 replies, posted in Programming)

Nope, doesn't work.

120

(16 replies, posted in Programming)

I have updated the phps file.

It does not give any errors, however it does not work in IE and Opera, only FF.

121

(16 replies, posted in Programming)

OK, I've done exactly what EB suggested and it still doesn't work. Any other ideas? If not, I think I'll just not bother. Thanks to those who have helped so far.

122

(16 replies, posted in Programming)

Well whatever, but that doesn't solve the problem. Everything works apart from the php inside the js code.

123

(22 replies, posted in PunBB 1.2 troubleshooting)

Nope, not to these files.

I just uploaded a newly downloaded functions.php. It still doesn't work.

Is it anything to do with the cache?

124

(22 replies, posted in PunBB 1.2 troubleshooting)

At the moment, there is a standard register.php

All I did to header.php was remove the following, (or something similar to this):

// START SUBST - <pun_pnavlinks>
$tpl_main = str_replace('<pun_pnavlinks>','<div id="brdmenu" class="inbox">'."\n\t\t\t". generate_pnavlinks()."\n\t\t".'</div>', $tpl_main);
// END SUBST - <pun_pnavlinks>

And then I removed the corresponding function in functions.php. Which was something very similar to navlinks but it was called pnavlinks.

---

This function was not being used anywhere in the forums.

---

So, no. If I revert the changes, it does not go back to normal.

125

(22 replies, posted in PunBB 1.2 troubleshooting)

http://www.kntl.co.uk/register.phps
http://www.kntl.co.uk/header.phps
http://www.kntl.co.uk/include/functions.phps