i said that in my first post
301 2006-07-23 14:38
Re: Accidently removed adminrights on my user. (8 replies, posted in PunBB 1.2 troubleshooting)
302 2006-07-23 14:33
Re: Accidently removed adminrights on my user. (8 replies, posted in PunBB 1.2 troubleshooting)
no elbekko, his user id wont be 1
it'll be 2
guests are 1
303 2006-07-23 11:22
Re: Every page is a blank (empty) page (11 replies, posted in PunBB 1.2 troubleshooting)
have you recently attempted to add a mod?
if so undo what you last did.
if not come back.
304 2006-07-23 11:21
Re: Accidently removed adminrights on my user. (8 replies, posted in PunBB 1.2 troubleshooting)
well first of all, how did you remove your admin rights? only another admin can do that, unless you edit it in phpmyadmin.
anyway, to help you get admin back, log into your phpmyadmin. go to your PunBB database and click on users. then click browse and edit your user. find group_id and change it to 1 and then click save.
you should now be admin again
305 2006-07-19 22:54
Re: Private Message Mod, monitoring messages (66 replies, posted in PunBB 1.2 discussion)
smartys, its wrong because user1 only sent 1 message. according to that he sent 2.
306 2006-07-19 21:22
Re: Private Message Mod, monitoring messages (66 replies, posted in PunBB 1.2 discussion)
nice, but i think i see a little bug
you fill in the form as so...
Keyword search Sender search Recipient search
left blank user1 user2
and it shows this...
Subject Sender Reciever Date Sent
RE: hello user1 user2 Yesterday 00:03:52
hello user1 user2 Yesterday 00:03:04
which is a little wrong
307 2006-07-19 20:58
Re: Private Message Mod, monitoring messages (66 replies, posted in PunBB 1.2 discussion)
when i try to index with it, i get message.
An error was encountered
Error: Unable to add index.
308 2006-07-17 20:51
Re: Is that PunBB? (10 replies, posted in PunBB 1.2 discussion)
its PunBB but looks strange!! [Link]
309 2006-07-17 11:24
Re: OsmiumNet (4 replies, posted in PunBB 1.2 show off)
in the upload folder from 1.2.12, there should be a file in extras with an upgrade. run it from your root directory
310 2006-07-17 07:10
Re: OsmiumNet (4 replies, posted in PunBB 1.2 show off)
looks good when its eventually loaded
though i should say, update the PunBB version to the current one (1.2.12)
311 2006-07-16 07:32
Re: Index Problem (4 replies, posted in PunBB 1.2 troubleshooting)
you you really need
?>
at the end of the footer?
312 2006-07-16 07:26
Re: Index Problem (4 replies, posted in PunBB 1.2 troubleshooting)
one thing is, you are opening another php section when there is one open.
<?php
define('PUN_ROOT', './');
require PUN_ROOT.'include/common.php';
// Load all the language files
require PUN_ROOT.'lang/'.$pun_user['language'].'/index.php';
require PUN_ROOT.'lang/'.$pun_user['language'].'/common.php';
require PUN_ROOT.'lang/'.$pun_user['language'].'/topic.php';
require PUN_ROOT.'lang/'.$pun_user['language'].'/login.php';
require PUN_ROOT.'include/parser.php';
$page_title = pun_htmlspecialchars($pun_config['o_board_title']);
define('PUN_ALLOW_INDEX', 1);
require PUN_ROOT.'header.php';
$newsid = '1'; //This is the forum the news is retrieved from
$newsdisplay = '3'; //This is how many news articles are displayed.
<div id="portalconsole" class="block2col">
<div class="blockmenu" style="float:left;width:180px">
<br />
<h2><span>Navigation</span></h2>
<div class="box">
<div class="inbox">
<ul>
<?
$links = array();
oo i was a bit late
313 2006-07-14 11:04
Re: Post new topic (6 replies, posted in PunBB 1.2 troubleshooting)
search for
$post_link = '<a href="post.php?tid='.$id.'">'.$lang_topic['Post reply'].'</a>';
replace with
$post_link = "\t\t".'<p class="postlink conr"><img src="http://www.ginkworld.sakamuyo.net/Themes/gink/images/new_reply.gif" alt="'.$lang_topic['Post reply'].'" /></p>'."\n";
i think
then just line 124 like elbekko said
314 2006-07-14 10:33
Re: Post new topic (6 replies, posted in PunBB 1.2 troubleshooting)
would this work for you?
ooo he beat me with a better solution!
315 2006-07-14 08:44
Re: Censored Words List (2 replies, posted in PunBB 1.2 discussion)
it is a big list and your welcome for the share
316 2006-07-14 08:24
Topic: Censored Words List (2 replies, posted in PunBB 1.2 discussion)
ive been wanting one for a while but never got round to go searching for one or writing one myself.
so the other day i decided to get one. so i found one on another forum and i changed it so you can put it onto your own PunBB forum a little easyer.
I have made it as a Wiki page over at PunRes.
Let me know what you think
317 2006-07-14 06:12
Re: can someone make a (5 replies, posted in Programming)
you miss understood him. he wants it on like index.php so its easyer for people to select it.
edit - and this is a bit of an old thread
this mod has already been done about a week ago
http://www.punres.org/viewtopic.php?id=1690
318 2006-07-14 06:10
Re: The General Forum (4 replies, posted in PunBB 1.2 show off)
i didnt say its anything special, its just the forum i modded a little, and thought i would share it with the cool guys here.
319 2006-07-13 22:09
Re: The General Forum (4 replies, posted in PunBB 1.2 show off)
lol, sorry, edited first post
320 2006-07-13 21:44
Re: Greetings (1 replies, posted in PunBB 1.2 discussion)
i think this does it http://punbb.org/download/contrib/PunBB … -1.4.0.zip
321 2006-07-13 21:37
Topic: The General Forum (4 replies, posted in PunBB 1.2 show off)
this is my new site.
please everyone register and post on it
let me know what you think here
Few more mods to install on it yet: Colored User Groups and Private Messages,
322 2006-07-08 19:09
Re: Editing Admin options...error (5 replies, posted in PunBB 1.2 troubleshooting)
if your still getting after that, empty your cache folder
323 2006-07-01 09:25
Re: PunBB 1.2.12 (69 replies, posted in News)
Stahn wrote:Please don't hurry a release of the next version, the most important thing is to make a fully stable release. Keep on the good work, I love PunBB.
if dont hurry a release to 1.3 it wel be 500 - Internal Server Error on mypunbb,so plz hurry to release 1.3
if you hoping for 1.3 to be put straight onto mypunbb.com, then im guessing you will have to wait a bit longer after the release. it depends how quickly or slowly ConnorHd wants to put it on to there.
324 2006-06-26 11:55
Re: Why i can edit or delete my post? (8 replies, posted in Feature requests)
goodbye please come again
325 2006-06-26 08:44
Re: Why i can edit or delete my post? (8 replies, posted in Feature requests)
Don't worry, be happy!
and as for him... i dont know.