not at the moment i don't think thats a feature that rickard is working on now
3,927 2004-09-06 11:29
Re: A few requests (10 replies, posted in Feature requests)
they can change their passwords in profile
3,928 2004-09-06 11:28
Re: A have a favor to ask Rickard. (3 replies, posted in PunBB 1.2 troubleshooting)
all i see is a phpbb2 folder
3,929 2004-09-06 11:26
Re: Few Questions (10 replies, posted in PunBB 1.2 discussion)
there was a massive topic on phpbb.com about what google likes but i can't find it now :S
3,930 2004-09-06 11:22
Re: [Beta] Rating Mod (29 replies, posted in PunBB 1.2 modifications, plugins and integrations)
yeh i like that looks very neat i'll add it on the next version
3,931 2004-09-05 21:07
Re: forum order of topics. (7 replies, posted in PunBB 1.2 discussion)
ok here goes, you need to find the id of the forum you want to make the "news forum" (you can do this by looking at the number at the end of the hyperlink to go to it e.g. if the forums page was viewforum.php?id=1 the forum id would be 1)
then open viewforum.php and find (line: 126)
if ($cookie['is_guest'] || $pun_config['o_show_dot'] == '0')
{
// Without "the dot"
$result = $db->query('SELECT id, poster, subject, posted, last_post, last_post_id, last_poster, num_views, num_replies, closed, sticky, moved_to FROM '.$db->prefix.'topics WHERE forum_id='.$id.' ORDER BY sticky DESC, last_post DESC LIMIT '.$start_from.', '.$disp_topics) or error('Unable to fetch topic list for forum', __FILE__, __LINE__, $db->error());
}
else
{
// Fetch topic ID's
$result = $db->query('SELECT id FROM '.$db->prefix.'topics WHERE forum_id='.$id.' ORDER BY sticky DESC, last_post DESC LIMIT '.$start_from.', '.$disp_topics) or error('Unable to fetch topic list for forum', __FILE__, __LINE__, $db->error());
and replace with
$news_id = 1;
if ( $id == $news_id ) { $order_by = "posted"; }
else { $order_by = "last_post"; }
if ($cookie['is_guest'] || $pun_config['o_show_dot'] == '0')
{
// Without "the dot"
$result = $db->query('SELECT id, poster, subject, posted, last_post, last_post_id, last_poster, num_views, num_replies, closed, sticky, moved_to FROM '.$db->prefix.'topics WHERE forum_id='.$id.' ORDER BY sticky DESC, '.$order_by.' DESC LIMIT '.$start_from.', '.$disp_topics) or error('Unable to fetch topic list for forum', __FILE__, __LINE__, $db->error());
}
else
{
// Fetch topic ID's
$result = $db->query('SELECT id FROM '.$db->prefix.'topics WHERE forum_id='.$id.' ORDER BY sticky DESC, '.$order_by.' DESC LIMIT '.$start_from.', '.$disp_topics) or error('Unable to fetch topic list for forum', __FILE__, __LINE__, $db->error());
making sure you change $news_id = 1; to equal the id of the news forum e.g. $news_id = 4; etc. save and upload viewforum.php and your done
3,932 2004-09-05 20:57
Re: Few Questions (10 replies, posted in PunBB 1.2 discussion)
usually you upload new files (do not overwrite old ones), and edit ones that are already there,
3,933 2004-09-05 20:43
Re: Private Message System (332 replies, posted in PunBB 1.2 modifications, plugins and integrations)
But still... Sometimes PM's are good for direct conversation... If you dont have access to a chat room people tend to use the PM system. Because it's simple and easy and with just a few clicks you have sent a message to the other partie.
i suppose it depends what kind of forum you are running, i hardly ever use PMsa but then i talk to most forum members in chatrooms...
3,934 2004-09-05 20:42
Re: [Beta] Rating Mod (29 replies, posted in PunBB 1.2 modifications, plugins and integrations)
you cannot vote on a post twice in a row, but you can vote twice if someone else votes in between your votes, this stops massive spam of posts to get at peoples ratings and also doesn't create a huge database
3,935 2004-09-04 23:25
Re: worldofwarcraft.se (6 replies, posted in PunBB 1.2 show off)
the forums are fast for me the the images at the top are slow... really slow
3,936 2004-09-04 22:28
Re: Punres.org vs punbb.org (4 replies, posted in PunBB 1.2 discussion)
i think you'll find most mods here as punres seems to be being redone
3,938 2004-09-04 20:02
Re: RTS - RPG in BETA running on PunBB engine (mod) (13 replies, posted in PunBB 1.2 show off)
Nah looks good, i like the big difference in style in alternate posts, is this going to be like a rpg game based on the forum or the forum just being on the same site as it?
3,939 2004-09-04 17:52
Re: RTS - RPG in BETA running on PunBB engine (mod) (13 replies, posted in PunBB 1.2 show off)
3,940 2004-09-04 17:46
Re: dillo and punBB (13 replies, posted in PunBB 1.2 bug reports)
try QNX has a version that boots off a floopy disk, with a browser and a text editor and some other stuff
3,941 2004-09-04 13:12
Re: [Beta] Rating Mod (29 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Update: New version, have a look on the demo site, it gives the user a post rating in their profile, the language variables that should not have been there have gone (however all the text is hardcoded into the script not the language files yet), it is now valid html...
todo: add admin reset button for each post?, add text to language file
anything else?
3,942 2004-09-04 12:47
Re: Sub Forums (11 replies, posted in PunBB 1.2 modifications, plugins and integrations)
why would you want subforums? you have categories and forums to me thats easily enough
3,944 2004-09-04 00:34
Re: PunBB 1.2 development source (277 replies, posted in PunBB 1.2 discussion)
oh yeh it doesn't in IE
its in FF it scrolls, but it still looks cool when its scrolls
Rickard... smilies, i found out why, when you quickpost for some reason it chooses do not show smilies in this post
3,945 2004-09-04 00:25
Re: PunBB 1.2 development source (277 replies, posted in PunBB 1.2 discussion)
Connorhd wrote:the scrollbars for the code is interesting better than it messing up the forum shape
Try posting a long string without any spaces as normal text. It should just get chopped off without messing up the layout.
hmmm it cuts it off but if you drag your mouse along it it scrolls, should it not wrap it?
works in a quote box as well
3,946 2004-09-04 00:14
Re: GMail (200 replies, posted in General discussion)
i did have 6 i used 4 and the last 2 disappeared :S
edit: doh they moved them lol
3,947 2004-09-04 00:12
Re: PunBB 1.2 development source (277 replies, posted in PunBB 1.2 discussion)
sorry i missed that post cos of the 3rd page, yeh that fixed it
3,948 2004-09-03 23:58
Re: PunBB 1.2 development source (277 replies, posted in PunBB 1.2 discussion)
yes and they say they are on next to the quick post, this was using defualt settings, you can check it out if you like the site and admin user and pass are in a eariler post
3,949 2004-09-03 23:53
Re: dillo and punBB (13 replies, posted in PunBB 1.2 bug reports)
why you using linux? just wondering
3,950 2004-09-03 23:52
Re: PunBB 1.2 development source (277 replies, posted in PunBB 1.2 discussion)
the scrollbars for the code is interesting better than it messing up the forum shape
also is the online / offline text meant to be alligned to the bottom of the user info?