take off the id tag from the span, that is not valid because you can only have one id with the value brdtitle. and its not needed

in fact you dont even need the span tag at all.

277

(9 replies, posted in PunBB 1.2 bug reports)

how did you have punbb 1.1.7 installed, that version doesnt exist

278

(27 replies, posted in General discussion)

the transparency looks kinda nice, its better than most, because it dont make the whole window transparent....and yea the tabs look good

279

(27 replies, posted in General discussion)

well maybe, microsoft has seen how popular mozilla and opera are and will will be as good as them. but i dout it.

im not sure about Vista, and i dont think anything will beat apache server.

280

(4 replies, posted in PunBB 1.2 troubleshooting)

your close, its like 2 lines under that code you posted

281

(2 replies, posted in PunBB 1.2 troubleshooting)

there is no option but you can do a simple hack to not show the list of moderators under each forum link.

in index.php just comment out this: line: 115 to 124

    if ($cur_forum['moderators'] != '')
    {
        $mods_array = unserialize($cur_forum['moderators']);
        $moderators = array();

        while (list($mod_username, $mod_id) = @each($mods_array))
            $moderators[] = '<a href="profile.php?id='.$mod_id.'">'.pun_htmlspecialchars($mod_username).'</a>';

        $moderators = "\t\t\t\t\t\t\t\t".'<p><em>('.$lang_common['Moderated by'].'</em> '.implode(', ', $moderators).')</p>'."\n";
    }

282

(4 replies, posted in PunBB 1.2 troubleshooting)

the file that has the code for the links at the top is functions.php

and you are right the file is post.php the textarea input is on line 494

283

(1 replies, posted in General discussion)

how do you add a font to a style that youv downloaded from a site like http://1001fonts.com. id probly put the font to the img/style/ dir so i could upload it to punres.

sorry thats my fault, i didnt see the bug because my forums werent really updated in that area but doin this will help you out. i also reuploaded the download.

FIND

$month_name = array('',$lang_calendar['January'],$lang_calendar['February'],$lang_calendar['March'],$lang_calendar['April'],$lang_calendar['May'],$lang_calendar['June'],$lang_calendar['July'],$lang_calendar['August'],$lang_calendar['September'],$lang_calendar['October'],$lang_calendar['November'],$lang_calendar['December']);

BEFORE ADD

require PUN_ROOT.'lang/'.$pun_user['language'].'/calendar.php';

285

(1,382 replies, posted in General discussion)

Pizza

286

(55 replies, posted in Feature requests)

the same as what the first post says

not really sure if this is a bug or not but......

on the viewtopic page it prints out
<p class="postlink conr"> </p>
but on viewforum it doenst show it

and it gives kinda a problem when adding a background for the topic/reply buttons

i noticed that before, and i forgot to add that to the lang, and its been updated with the previous reupload. just replace the lang file and it should fix that

that is because that the date function has a range from "Thur Jan 1st 1970" to "Tue, Jan 19th 2038".
there is a check for 1970 but the date range will keep growing over time, im sure.

Edit: added the check and reuploaded the zip

290

(1,382 replies, posted in General discussion)

musician

if you wana update your ranks, you have to update it in the options and than change the code, maybe there should be a way to rank set up thats in the database, like adding an option like how many pips do you to show with each rank

just replace the files..there are no db changed

and there was one thing changed in the profile. step 9 in the readme

ok well i up loaded the new version(2.0.5) really isnt much chaged...but im guessing that you want a new version...here you go.

294

(6 replies, posted in General discussion)

thanx working great smile

295

(6 replies, posted in General discussion)

thanx for the help,

but when i type in

$ ./hdiff -n -l "3" -o "difference.html" -t "Forums difference" /Punbb /forums

it says

$: command not found

and if i take off the "$" it gives me the error

./hdiff:: Permission denied

eather im not doin it right or i just can do it on this server.

296

(6 replies, posted in General discussion)

well the main thing is how do i do it? i downloaded the hdiff file from http://www.ginini.com/software/hdiff/, so where do i start?

Ataxy wrote:

i some time get this also
http://d-vault.peerforces.com/forum/uploaded/ree.png

i got the same problem. it only occored when you have timed out, and have been deleted from the online list. all you need to do is put quotes around the remote address value.

just change line 79 to this

$db->query('INSERT INTO '.$db->prefix.'statuser (user_id, user_ip) VALUES('.$pun_user['id'].',\''.$db->escape(get_remote_address()).'\')') or error('Unable to insert into user statistics', __FILE__, __LINE__, $db->error());

Worldofglenn:
1) add the link to calendar.php in the admin option "Additional menu items"
2) you will need to chmod the config file in /calendar to writeable....i have mine at 766
3) the best place to add it would be around line 80, to keep things organized

Everyone else:
well i just wana give a little update on my very slow progress. i havent done much with the mini calendars. iv added a weekly calendar section and links on the main calendar. Fixed the problem where people could view posts in forums they couldnt read and fixed other bugs i cant think of really.

299

(8 replies, posted in General discussion)

i like the sound of Chipmark.com, i dont have to worry about losing links when/if i have to reinstall windows...but the thing im so happy about is there is no plugin for opera

& it dont support opera bookmarks

punbb is 100% compliant.
Valid Xhtml For Punbb
the errors are probly from a mod.