That could really screw up if your like me and have a dynamic Ip which like to change.
2 2006-06-16 22:00
Re: Java (5 replies, posted in PunBB 1.2 troubleshooting)
Its there twicw because one is collapse and the other is expand.
When you click on either one, one dissapears and the code works normally after that but i can't figure out how to get just one to apear when you veiw the page.
3 2006-06-16 00:52
Re: Java (5 replies, posted in PunBB 1.2 troubleshooting)
I know of a collapsble catagories mod. But I'm also trying to get better at write scripting languages. And I know the difference between java and javascript but that dosen't help me fix the problem by pointing it out.
4 2006-06-15 03:47
Topic: Java (5 replies, posted in PunBB 1.2 troubleshooting)
So I've been integrating some Java into my PunBB board and I've come across a problem. I made the options in post.php collapsable.
as so
The code I changed was
</div>
<div class="inform">
<fieldset>
<legend><?php echo $lang_common['Options'] ?></legend>
<div class="infldset">
<div class="rbox">
<?php echo implode('<br /></label>'."\n\t\t\t\t", $checkboxes).'<br /></label>'."\n" ?>
</div>
</div>
</fieldset>
<?php
}
?>
</div>
<p><input type="submit" name="submit" value="<?php echo $lang_common['Submit'] ?>" tabindex="<?php echo $cur_index++ ?>" accesskey="s" /><input type="submit" name="preview" value="<?php echo $lang_post['Preview'] ?>" tabindex="<?php echo $cur_index++ ?>" accesskey="p" /><a href="javascript:history.go(-1)"><?php echo $lang_common['Go back'] ?></a></p>
</form>
</div>
</div>
to
<div id="ido996" class="file" style="display:<?php echo $div_ido?>">
<h2>
<span style="float:right"><a href="javascript:togglecategory(996, 0);"><img src="img/exp_down.png" alt="Expand" /></a></span>
<span><?php echo $lang_common['Options'] ?></span>
</h2>
</div>
<div id="idx996" class="file" style="display:<?php echo $div_idx?>">
<h2>
<span style="float:right"><a href="javascript:togglecategory(996, 1);"><img src="img/exp_up.png" alt="Collapse" /></a></span>
<span><?php echo $lang_common['Options'] ?></span>
</h2>
<div class="inform">
<div class="infldset" style="padding:10px;">
<div class="rbox">
<?php echo implode('<br /></label>'."\n\t\t\t\t", $checkboxes).'<br /></label>'."\n" ?>
</div>
</div>
</fieldset>
<?php
}
?>
</div>
</div><br />
<input type="submit" name="submit" value="<?php echo $lang_common['Submit'] ?>" tabindex="<?php echo $cur_index++ ?>" accesskey="s" />
<input type="submit" name="preview" onclick="ClearUploadSlots();" value="<?php echo $lang_post['Preview'] ?>" tabindex="<?php echo $cur_index++ ?>" accesskey="p" />
<a href="javascript:history.go(-1)"><?php echo $lang_common['Go back'] ?></a>
</div>
</div>
<br />
But i can't get rid of the double bar and it won't remember which you selected.
5 2006-05-16 04:13
Re: Best way of getting members to join your site? (11 replies, posted in General discussion)
The best way to promote a website is to associate your website with something popular. eg: a computer game. First off you have to submit yourself to search engines and asssociate some popular things with yourself. Communities are very hard too base around nothing other than SA there isn't many that suceed. also find forums and advertise directly or inderectly so that if some one searches a subject and comes across you or maybe even your signature or something they may be drawn to it.
6 2006-05-10 04:17
Re: IP Ranges (7 replies, posted in General discussion)
Thanks ammeenullah. This will aid in my project.
7 2006-05-09 04:18
Topic: IP Ranges (7 replies, posted in General discussion)
Does anybody know what the IP ranges are for the world I'm working on a project but I can't find information on it.
8 2006-04-21 01:11
Re: Your desktop screenshots... (92 replies, posted in General discussion)
9 2006-04-15 05:08
Re: PunBB 1.2.11 with GeSHi integration (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
If it's not to much work or changes to much of the punbb source code could you possibly explain how to implement this into our own forums. instead of dong a fresh install.
10 2006-04-12 01:36
Re: Ship of Fools band (7 replies, posted in PunBB 1.2 show off)
Look in main.tpl and remove <pun_title> (for the title)
change in (stylename).css
#punwrap {margin: 12px 20px}
to
BODY {text-align: center}
#punwrap {width: 700px; margin: 12px auto; text-align: left}
Change 700px to what every width you want. (for centering and forum width.)
11 2006-04-08 16:36
Re: Language file problems =/ (4 replies, posted in PunBB 1.2 troubleshooting)
I've investigated this problem before and belive it may be a result of psaceing but I'm not sure. My advice would be to find any lang files you've modified and make sur the spaceing is identical.
12 2006-04-01 08:53
Re: new installation - how to? (1 replies, posted in PunBB 1.2 troubleshooting)
What host? What magment system?(cpanel etc.). If your host dosen't allow you to make databases you may need to find a new host. or use a service like http://www.mypunnbb.com .
14 2006-03-28 02:54
Topic: [question]Html Code for... (6 replies, posted in Programming)
making an image appear next the name of a website in the navigation menu.
Thanks in advance.
15 2006-03-10 20:09
Re: how about cash for answers? (4 replies, posted in PunBB 1.2 troubleshooting)
Seem's it didn't work try my hotmail my_first_ride_was_a_hot_wheel@hotmail.com
16 2006-03-10 04:37
Re: how about cash for answers? (4 replies, posted in PunBB 1.2 troubleshooting)
17 2006-03-07 23:13
Re: Option to disable signatures completely (4 replies, posted in Feature requests)
I'm just wondering would it be possible to make a image only signature option in 1.3?
18 2006-02-26 18:20
Re: Forum Not Displaying - Page Blank! (29 replies, posted in PunBB 1.2 troubleshooting)
That doesn't mean the page will go completely blank
And it displays just fine for me
huh. Guess it was just a coincidence.
19 2006-02-25 19:56
Re: Forum Not Displaying - Page Blank! (29 replies, posted in PunBB 1.2 troubleshooting)
Jimi wrote:If your mods effect a lang file that could be the problem every lang command has to be the right spacing or you'll get a blank page.
I've never heard of that, or maybe I'm just not understanding what you're saying. Could you give an example?
HaVoC: Try deleting all your cache files, see if that does anything
'Index' => 'Index',
'User list' => 'User list',
'Rules' => 'Rules',
'Search' => 'Search',
'Register' => 'Register',
'Login' => 'Login',
'Not logged in' => 'You are not logged in.',
'Profile' => 'Profile',
'Logout' => 'Logout',
'Logged in as' => 'Logged in as',
'Admin' => 'Administration',
'Last visit' => 'Last visit',
'Show new posts' => 'Show new posts since last visit',
'Mark all as read' => 'Mark all topics as read',
'Link separator' => '', // The text that separates links in the navigator
Is what A lang file should look like with proper spacing.
But If you did something like. (look at index)
'Index' => 'Index',
'User list' => 'User list',
'Rules' => 'Rules',
'Search' => 'Search',
'Register' => 'Register',
'Login' => 'Login',
'Not logged in' => 'You are not logged in.',
'Profile' => 'Profile',
'Logout' => 'Logout',
'Logged in as' => 'Logged in as',
'Admin' => 'Administration',
'Last visit' => 'Last visit',
'Show new posts' => 'Show new posts since last visit',
'Mark all as read' => 'Mark all topics as read',
'Link separator' => '', // The text that separates links in the navigator
any page with the navlink 'index' wont display. or at least that's what I have noticed.
20 2006-02-25 18:39
Re: Forum Not Displaying - Page Blank! (29 replies, posted in PunBB 1.2 troubleshooting)
If your mods effect a lang file that could be the problem every lang command has to be the right spacing or you'll get a blank page.
21 2006-02-24 02:24
Re: Adding a link in the top menu that only registered users can see (2 replies, posted in PunBB 1.2 troubleshooting)
The secret is not to screw up your common lang file and to add it to both PUN_MOD and then after in the else statment (that's all of the admin stuuf.)
22 2006-02-22 02:50
Re: adding a link to Navlink (12 replies, posted in PunBB 1.2 troubleshooting)
Yeah I figured it out basically it was me being dumb and not thinking. Thanks everybody.
23 2006-02-20 22:20
Re: adding a link to Navlink (12 replies, posted in PunBB 1.2 troubleshooting)
No because you dont have accses to files past the templates on mypunbb.
24 2006-02-20 21:19
Re: adding a link to Navlink (12 replies, posted in PunBB 1.2 troubleshooting)
Okay I did that now, but it still dosen't work. I think there is a problem with the link ID I'm not sure what I'm actually sussposed to do with that somewhere else.
25 2006-02-20 20:37
Re: adding a link to Navlink (12 replies, posted in PunBB 1.2 troubleshooting)
That was only there because I was going to make that line bold in the post but remebered that the [ code] tag acts as a nophrase. It's not in the actually code in my functions.php.