same like e-karma?
2 2009-03-05 15:46
Re: [Release] ChatLite v0.5.1 (javascript chat on forum index) (164 replies, posted in PunBB 1.3 extensions)
i got error unable to establish connection using 0.6 chat
3 2009-02-26 04:35
Re: How to modify extern.php for better website integration (11 replies, posted in PunBB 1.3 additions)
Since its the same question ill just add mine here.
[img]http://i45.photobucket.com/albums/f52/mofared/00003222.jpg[/img]
[b]Lecturer[/b]
Name : PROFESOR DR. MOHAMAD ROM BIN TAMJIS
Department : Department Electrical Engineering
Faculty/PTj : Faculty Of Engineering
Designation : Professor
[email]deanrom@gmail.com[/email]
[b]WHAT IS THINKING?[/b]
Chaffee(1988)-A mental ,systematic and purposeful activity in which an individual examines his or her own thinking and other people’s thinking.
[b]Download lecture note:[/b]
[url]http://www.mediafire.com/?txgz1emiyy2[/url]
or
[url]http://rapidshare.com/files/199455153/CRITICAL_THINKING_2.ppt[/url]
When i make it to show as rss or atom it do not convert the smilies and the link. How can i fix this??
4 2009-02-18 05:20
Topic: Custom made pages integration (1 replies, posted in PunBB 1.3 discussion)
Ok i read about it in wiki
http://punbb.informer.com/wiki/punbb13/ … t_10_posts
<?php
define('RECENT_POSTS_SHOW_POST', true); // Set to false to show topic subject only
define('RECENT_POSTS_MAX_POST_LENGTH', 20); // Limit length of the post text displayed
if (!defined('FORUM_ROOT'))
define('FORUM_ROOT', './');
require FORUM_ROOT.'include/common.php';
// Get 10 lastest posts
$query = array(
'SELECT' => 'p.id, p.message, t.subject',
'FROM' => 'posts AS p',
'JOINS' => array(
array(
'LEFT JOIN' => 'topics AS t',
'ON' => 'p.topic_id = t.id'
)
),
'ORDER BY' => 'p.posted DESC',
'LIMIT' => '0,10'
);
$result = $forum_db->query_build($query) or error(__FILE__, __LINE__);
$recent_posts = array();
while ($cur_post = $forum_db->fetch_assoc($result))
$recent_posts[] = $cur_post;
// Print out posts
if (!empty($recent_posts))
{
?>
<ul>
<?php
foreach($recent_posts as $cur_post)
{
echo '<li><a href="', forum_link($forum_url['post'], $cur_post['id']), '">', $cur_post['subject'], '</a>';
if (RECENT_POSTS_SHOW_POST)
{
if (utf8_strlen($cur_post['message']) > RECENT_POSTS_MAX_POST_LENGTH)
$cur_post['message'] = utf8_substr($cur_post['message'], 0, RECENT_POSTS_MAX_POST_LENGTH).'…';
echo '<br />', "\n", $cur_post['message'];
}
echo '</li>';
}
?>
</ul>
<?php
}
?>
This shows 10 recent post, can someone help me to make it specifically shows a topic from any forum id or topic that i want?
example i only want it to shows topic with its post from here
http://hakimct.freehostia.com/forum/viewforum.php?id=2
thanks again!
5 2009-02-17 14:34
Re: [REQUEST] PunNews (7 replies, posted in PunBB 1.3 extensions)
Thank you very much anatoly for refereing the links. I know it troubles you telling the same thing even there is written in wiki. Mine works perfectly now.thanks
6 2009-02-17 13:56
Re: How to remove: "Currently used extensions"? [SOLVED] (9 replies, posted in PunBB 1.3 additions)
Thanks anatoly. It working greats!
7 2009-02-16 08:56
Re: problem include extern.php (13 replies, posted in PunBB 1.3 troubleshooting)
i did some search but that rss google gadget is for igoogle? can it be implement in my index.php file at hakimct.freehostia.com?
8 2009-02-16 05:16
Re: problem include extern.php (13 replies, posted in PunBB 1.3 troubleshooting)
I think if my server disallowed it should have not allow me to run a forum. Maybe i need extra code to call extern.php from another pages? Someone pls help. I really need this.
9 2009-02-15 19:12
Re: problem include extern.php (13 replies, posted in PunBB 1.3 troubleshooting)
<?php
echo file_get_contents('http://hakimct.freehostia.com/forum/extern.php');
?>
and i got this error someone pls help
Warning: file_get_contents(http://hakimct.freehostia.com/forum/extern.php) [function.file-get-contents]: failed to open stream: Permission denied in /home/www/hakimct.freehostia.com/index.php on line 129
10 2009-02-15 09:35
Re: Official extensions (21 replies, posted in PunBB 1.3 extensions)
then what about my problems?
11 2009-02-14 14:47
Re: [Release] Portal by Daris (170 replies, posted in PunBB 1.3 extensions)
thanks daris but i would just pass then
Say if i want to make my own index file how can i include the forum fuctions such as latest topic, login page and announcement. While back when i use punbb it have the include argument but im failed to find any in this latest punbb.
12 2009-02-14 05:35
Re: Official extensions (21 replies, posted in PunBB 1.3 extensions)
im using latest punbb and tried to install official pun_pm but got this error below.
IMPORTANT! The extensions listed below were found in the extensions folder but are not available for install or upgrade because the errors displayed below were detected.
Loading of extension "pun_pm" failed.Unable to parse manifest.xml.
I have reupload but got same error.pls help.
im sorry if this is in the wrong section
13 2009-02-14 01:30
Re: [Release] Portal by Daris (170 replies, posted in PunBB 1.3 extensions)
hi, i need help here. I have installed my forum in http://mysite/forums/ and succesfully integrated your portal.How can i set the index portal to http://mysite/ and the forum to http://mysite/forums/ thanks.
Currently the link of index portal is http://mysite/forums/index.php
and the forum is http://mysite/forums/?forum
Your help is really appreciated!:D:D:D
14 2008-08-19 08:02
Topic: [request] Listing topic by Section as the frontpage (0 replies, posted in Feature requests)
Hi,
Does anyone here have this plugin? or are able to make it.
As example it would list the topic in front page like this
Forum Section || Topic || Date (latest post)|| author ||
Story harry potter 29 august 2008 mofared
poetry shakespeare 4 may 2007 deadman
news shakespeare2 5 may 2007 deadman
question shakespeare3 6 may 2007 deadman
listing up to 50 or as wish.
then it would show up like this if there is more than 50 post
previous 1 2 3.. next
this is similiar like punnews i think
and also it can list up only the forum section i want.
as example
Forum Section || Topic || Date (latest post)|| author ||
Story harry potter 29 august 2008 mofared
Story shakespeare 4 may 2007 deadman
Story shakespeare2 5 may 2007 deadman
Story shakespeare3 5 may 2007 deadman
thanks in advance!
15 2008-05-17 08:53
Re: [Release?] Extern.php News Extension (81 replies, posted in PunBB 1.2 modifications, plugins and integrations)
hi all,
i know this is quite an old topic but i hope you guys can help me out.
This mod only display 1 paragraph, how to change it to show any desirable numbers of paragraph?
Thanks again!
16 2004-12-29 01:37
Re: wot to do (13 replies, posted in General discussion)
Maybe you should create a new recepies!
17 2004-12-28 05:47
Re: wot to do (13 replies, posted in General discussion)
seems like a normal life for parents lol..
18 2004-12-28 05:44
Re: HELP!!! (5 replies, posted in PunBB 1.2 troubleshooting)
yeps.. you need to download it n install in your server that support mysql & php.N yes this PunBB is free to use.
19 2004-12-01 11:49
Re: Skins (3 replies, posted in PunBB 1.2 discussion)
lol...have you installed this forum yet? It's hard to miss the option on how to change the default color.
20 2004-11-24 17:50
Re: HTML Tag in message (5 replies, posted in PunBB 1.2 troubleshooting)
Selamat = safe/well
datang = come
21 2004-11-18 04:28
Re: Celebrating in my country. (9 replies, posted in General discussion)
nice pic But have she killed you yet
22 2004-11-17 05:37
Re: A few things... (5 replies, posted in Feature requests)
open it using notepad.You can find instruction in it.
23 2004-11-16 14:08
Re: Calendar Mod (145 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Just modified it and it's working now...but what about the index.php part...it's only showing a blank table.
24 2004-11-16 12:47
Re: "Quick Post" showed in the last page only. (5 replies, posted in Feature requests)
yups..maybe only a new user would get confused...
25 2004-11-16 12:43
Re: My PunBB modifications (3 replies, posted in General discussion)
hmm...the graphic look weird on IE and Firefox.Like at the header and footer has some graphic missing.Also the text centered in IE but just fine in Firefox.Some modification would make your forum sexier.