Migrated to Xenforo :
http://www.forum-des-portables-asus.fr/
1 2015-03-02 14:21
Re: French Asus Portal (1 replies, posted in PunBB 1.2 show off)
2 2012-10-17 13:19
Re: Private Message mod v1.2.2 (204 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hello,
Undiging
The Mod is running well on my forum
I have setup v1.2.2
I can't see the multi-delete button pictures and the delete function.
I just migrate my forum to PHP 5.3 and it might be the cause ?
Here is my message_list.php code regarding the delete function ;
if (isset($_POST['delete_messages']) || isset($_POST['delete_messages_comply']))
{
if (isset($_POST['delete_messages_comply']))
{
// Check this is legit
if ($pun_user['g_id'] < PUN_GUEST)
confirm_referrer('message_list.php');
if (@preg_match('/[^0-9,]/', $_POST['messages']))
message($lang_common['Bad request']);
// Delete messages
$db->query('DELETE FROM '.$db->prefix.'messages WHERE id IN('.$_POST['messages'].') AND owner='.$pun_user['id']) or error('Unable to delete messages.', __FILE__, __LINE__, $db->error());
redirect('message_list.php?box='.intval($_POST['box']), $lang_pms['Deleted redirect']);
}
else
{
$page_title = pun_htmlspecialchars($pun_config['o_board_title']).' / '.$lang_pms['Multidelete'];
$idlist = is_array($_POST['delete_messages']) ? array_map("intval", $_POST['delete_messages']) : array();
// Delete multiple messages
if (isset($_POST['delete_messages']) || isset($_POST['delete_messages_comply']))
{
if (isset($_POST['delete_messages_comply']))
{
// Check this is legit
if ($pun_user['g_id'] < PUN_GUEST)
confirm_referrer('message_list.php');
if (@preg_match('/[^0-9,]/', $_POST['messages']))
message($lang_common['Bad request']);
// Delete messages
$db->query('DELETE FROM '.$db->prefix.'messages WHERE id IN('.$_POST['messages'].') AND owner='.$pun_user['id']) or error('Unable to delete messages.', __FILE__, __LINE__, $db->error());
redirect('message_list.php?box='.intval($_POST['box']), $lang_pms['Deleted redirect']);
}
else
{
$page_title = pun_htmlspecialchars($pun_config['o_board_title']).' / '.$lang_pms['Multidelete'];
$idlist = is_array($_POST['delete_messages']) ? array_map("intval", $_POST['delete_messages']) : array();
require PUN_ROOT.'header.php';
?>
<div class="blockform">
<h2><span><?php echo $lang_pms['Multidelete'] ?></span></h2>
<div class="box">
<form method="post" action="message_list.php">
<div class="inform">
<input type="hidden" name="messages" value="<?php echo implode(',', array_values($idlist)) ?>" />
<input type="hidden" name="box" value="<?php echo intval($_POST['box']) ?>" />
<fieldset>
<div class="infldset">
<p class="warntext"><strong><?php echo $lang_pms['Delete messages comply'] ?></strong></p>
</div>
</fieldset>
</div>
<p><input type="submit" name="delete_messages_comply" value="<?php echo $lang_pms['Delete'] ?>" /><a href="javascript:history.go(-1)"><?php echo $lang_common['Go back'] ?></a></p>
</form>
</div>
</div>
Regards,
Nicolas
Test forum : http://www.forum-des-portables-asus.fr/
user : test4
pass: candle
3 2012-10-15 16:43
Re: New Password : "Please register to be able to view this page" (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I quoted this line in my profile.php
if ($pun_user['g_read_board'] == '0' && ($action != 'change_pass' || !isset($_GET['key'])))
message($lang_common['No view']);
//if ($pun_user['is_guest'])
// message($lang_common['No permission']);
4 2012-10-12 19:04
Re: Expertise 1.0.0 (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Undiging ..
I am facing this message :
Could not get tag data from tables expertise_tags and expertise_links
Both table expertise_tags and expertise_links exists
5 2012-10-12 12:31
Re: New Password : "Please register to be able to view this page" (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Problem Fixed.
6 2012-10-12 07:23
Topic: New Password : "Please register to be able to view this page" (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Greetings
When a user asks for a new password, he receives a mail with a tmp password and a link to activate a new password.
But, it appears that when the user clicks the link, the system returns the following message :
"Please register to be able to view this page"
I have worked on my profile.php few months ago (new fields in the profile page and registration process) but i am unable to find where the error occurs.
Hope you can help. You will find below my modified propfile.php
Thank you
7 2012-10-03 20:34
Topic: [Random Bug] [Solved] (0 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Problem Solved. Can't delete own message.
8 2012-10-03 20:22
Re: Moving QuickJump Menu in Header (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Re Koos,
This does the trick.
I have a nice Dopdown list on my header.
Do you know in which file is the dropdown menu coded ? (i would like to change the Title "Go to" or "Navigate"
Regards,
Nicolas
9 2012-10-03 20:07
Re: Time of the Forum (2 replies, posted in PunBB 1.2 discussion)
Hey Koos,
Thank you for answer.
Problem solved.
regards
10 2012-10-03 11:20
Topic: Moving QuickJump Menu in Header (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hello,
Just asking what piece of code to paste in header.php or main.tpl to display the Quickjump menu ?
I have tried to copy/paste this code with no chance :
// Display the "Jump to" drop list
if ($pun_config['o_quickjump'] == '1')
{
// Load cached quickjump
@include PUN_ROOT.'cache/cache_quickjump_'.$pun_user['g_id'].'.php';
if (!defined('PUN_QJ_LOADED'))
{
require_once PUN_ROOT.'include/cache.php';
generate_quickjump_cache($pun_user['g_id']);
require PUN_ROOT.'cache/cache_quickjump_'.$pun_user['g_id'].'.php';
}
}
Thank you for your lights
regards,
Nicolas
11 2012-09-26 03:09
Topic: Time of the Forum (2 replies, posted in PunBB 1.2 discussion)
Greetings all,
My forum is based in Canada
My visitors come 98% from Europe
I setup PunBB admin and users hour to CET+1
Time is displaying OK when users are loggued.
But time is KO for guests (Canadian time displayed)
Can you please help to force CEt+1 for Guest also?
Regards
Nicolas
12 2012-09-24 22:16
Topic: French Asus Portal (1 replies, posted in PunBB 1.2 show off)
Here is a complete interface reworked based on theme "Cellfuse" and using Puntal as portal system.
Whole interface stand vertically which best fits on portable devices.
French portal dealing with actuality and support of ASUS Laptops :
http://www.forum-des-portables-asus.fr/
Regards,
Nicolas
13 2012-03-06 08:09
Re: [release] Post Edit Period (60 replies, posted in Supported extensions)
Good morning,
Thanks for this job,
I am looking for this mod for 1.2 branch of PunBB
Anyone can help?
Kindest regards
14 2011-02-17 09:27
Re: [Request] Collapse Category Extension? (16 replies, posted in PunBB 1.3 extensions)
Thank you dimkalinux
In fact i am still running PunBB 1.2 and trying to find a way to adapt the code to it
15 2010-12-17 16:47
Re: [Request] Collapse Category Extension? (16 replies, posted in PunBB 1.3 extensions)
Hello,
Any one knows a way to display the categories "collapsed" by default ?
Can't find the line of code.
Thank you.
Regards,
Nicolas
16 2010-11-07 14:08
Re: Error with seo sitemap help plz :) (6 replies, posted in PunBB 1.2 troubleshooting)
Undiging the topic
I have this error :
XML analyse error : bad construction
Location : http://www.forum-des-portables-asus.fr/sitemap.php
Line 28, Column 88 : <loc>http://www.forum-des-portables-asus.fr/f32-Actualite-Asus-nouveaux-modeles.html&p=2</loc>
----------------------------------------------------------------------------------------------^
May be can you help ?
Regards
17 2010-11-07 04:52
Topic: - (0 replies, posted in PunBB 1.2 modifications, plugins and integrations)
-
18 2007-01-21 18:31
Re: [Debugued] Export MySQL3.23 > MySQL 4.1.20 (8 replies, posted in PunBB 1.2 troubleshooting)
INSERT INTO search_words VALUES("4803", "bie");
INSERT INTO search_words VALUES("4804", "bie");
as a primary value, the problem was coming from this entry.
END.
Bug in MySQL 3
Rgds
19 2007-01-21 18:17
Re: [Debugued] Export MySQL3.23 > MySQL 4.1.20 (8 replies, posted in PunBB 1.2 troubleshooting)
the problem is in the table search_words
i made an export with this table and all was going ok.
then i created the table manually.
CREATE TABLE `search_words` (
`id` mediumint(8) unsigned NOT NULL auto_increment,
`word` varchar(20) binary NOT NULL default '',
PRIMARY KEY (`word`),
KEY `search_words_id_idx` (`id`)
) TYPE=MyISAM;
20 2007-01-21 18:07
Re: [Debugued] Export MySQL3.23 > MySQL 4.1.20 (8 replies, posted in PunBB 1.2 troubleshooting)
by the way i have a different message on a second base.
not a charset error, i am still looking for a solution
http://www.frenchcancan.net/import/2
greetings
21 2007-01-21 17:56
Re: [Debugued] Export MySQL3.23 > MySQL 4.1.20 (8 replies, posted in PunBB 1.2 troubleshooting)
and the artist goes well
I tried an import in Charset Latin1 and it goes through!
22 2007-01-21 17:50
Re: [Debugued] Export MySQL3.23 > MySQL 4.1.20 (8 replies, posted in PunBB 1.2 troubleshooting)
Humm
As i am an artist, i did a /usr/bin/mysqldump -aec punbb>punbb.sql
and when importing:
23 2007-01-21 17:15
Re: [Debugued] Export MySQL3.23 > MySQL 4.1.20 (8 replies, posted in PunBB 1.2 troubleshooting)
hi elbekko
sadly not, i have an old box without phpMyAdmin.
may be i could do the export in command line, but i do not know the command.
24 2007-01-21 16:17
Topic: [Debugued] Export MySQL3.23 > MySQL 4.1.20 (8 replies, posted in PunBB 1.2 troubleshooting)
I am having two PunBB 1.2.12 forums running on a MySQL 3.23 station.
I am managing them from MySQL Front, a third party Program.
I am now setting up a new server and want to migrate the two databases.
The new server is running MySQL 4.1.20. I am managing my data through PhpMyAdmin.
I made an export from MySQL Front from my PunBB tables to desktop resulting to a data.sql.
When i try to inject the data to my fresh installed MySQL 4.1.20 i am encounting this error message:
MySQL answered:Documentation
#1062 - Duplicate entry 'connect' for key 1
When i asked for further information:
Error
MySQL a answered:Documentation
#1146 - Table 'mabase_forum.Array' doesn't exist
I made a little search on internet but do not really know how to solve this problem.
I read it could be an autoincrement trouble...
Any help would be greatly appreciated
Regards.
25 2006-09-11 14:58
Re: My Mod Arcade beta 1 (239 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hello
When trying to setup the MOD
System display me this message:
File: /home/e-smith/files/primary/html/asus/install_mod.php
Line: 31
PunBB reported: Unable to add Table "arcade_ranking"
Database reported: You have an error in your SQL syntax near 'ENGINE=MyISAM' at line 9 (Errno: 1064)
The line in the code is the following
) ENGINE=MyISAM") or error('Unable to add Table "arcade_ranking" ', __FILE__, __LINE__, $db->error());
I think it might be a error due to mySQM version but not sure:
MySQL 3.23.41
Thank you for helping