That could really screw up if your like me and have a dynamic Ip which like to change.

2

(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

(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

(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 http://img228.imageshack.us/img228/4711/punoptions8sk.png


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.

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

(7 replies, posted in General discussion)

Thanks ammeenullah. This will aid in my project. smile

7

(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

(92 replies, posted in General discussion)

http://img151.imageshack.us/img151/7851/desk1pl.th.jpg
bblean smile

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

(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.)

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.

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 .

13

(6 replies, posted in Programming)

Thanks smile

14

(6 replies, posted in Programming)

making an image appear next the name of a website in the navigation menu.


Thanks in advance.

Seem's it didn't work try my hotmail my_first_ride_was_a_hot_wheel@hotmail.com

shoot!


jimi@sheepoholics.tk

I'm just wondering would it be possible to make a image only signature option in 1.3?

Smartys wrote:

That doesn't mean the page will go completely blank wink

And it displays just fine for me

huh. Guess it was just a coincidence.

Smartys wrote:
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.

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.

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.)

Yeah I figured it out basically it was me being dumb and not thinking. smile Thanks everybody.

No because you dont have accses to files past the templates on mypunbb.

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.

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.