you right. I just tried to create a new post and the error show up, then I when back to the forum and the new topic was created but my post count did't increased.

I will take a look in the users table where the num_posts is located

Thanks again guys for your time

For example I just tried to create a new topic, then the server takes a while to respond and when it responds it shows this:

http://imgur.com/MWwsl.jpg

But the topic was created because after that I visit the forum and I see the new topic there.

So this behavior is causing users to double post since they just press the reload on the browser or just try to create the topic again

I will look for more info, thank you guys for your time

KeyDog wrote:

after changes to your database

out of the blue, but maybe after moving databases, we use mysql. I hear somewhere it has to do with some table collation, but I am not sure.

- The problem does not happens all the time
- We have not extensions

I just got this bug when replying to a post:

An error was encountered
Error: Unable to update user.

if you reload it will cause to double post or if you go back you will see not post, but in reality the post was made.

Maybe the same is happening when making new post. I been deleting lots of double post

-------

Anybody knows what can be causing this?

Garciat wrote:

Legally, I think you can, but it's not a nice thing to do.

yeah that's not nice. even facebook developers forum keeps the punbb link


zynga also have facebook connect on punbb, nice

Can I remove punBB credentials from footer like zynga is doing?

http://www.yoville.com/forum/

7

(16 replies, posted in Feature requests)

I am keeping the topics in sync then smile

What the plugin will do:

it will let you log in into fluxBB forum with out register, and showing your personal info from facebook.

Here is an example of Vbulletin using facebook connect:

http://forums.zynga.com/

These are the ideal features for the plugin:

Facebook users will be able to receive Facebook notifications when:
There is a reply to their thread or a thread that they're subscribing to
They receive a new PM (if module installed)
News-Feed will be published on to the user's wall when the user:
Logs in for the first time
Replies to a thread
Creates a new thread
Fetch user data from Facebook
Fetch data like name, location, profile picture and use it on your forums! (NOTE: Some data may not be available for some users)

8

(16 replies, posted in Feature requests)

LOL I need a fuc_ing coffee! big_smile

hi!, is any one working on a plugin to use facebook connect?

(I posted this topic a minute ago, but someone erased it, is anything wrong?)

http://static.ak.fbcdn.net/images/fbconnect/login-buttons/connect_white_large_long.gif?8:121638

10

(1 replies, posted in General discussion)

I have some questions about the topic:

- Why Rickard sold PunBB? is he was tired with the project?

- Any body knows for how much the project was sold for?

Nidhogg wrote:

Easy_Poll-1.1.3.zip - Author: Mediator

"You are running a version of PunBB (1.2.16) that this mod does not support. This mod supports PunBB versions: 1.2.3, 1.2.4, 1.2.5, 1.2.6"

Im sure you can get it to work just fine by messing with the files, but "out of the box" this mod does not support 1.2.16/17. At least, so it says if someone tries to install it following readme.txt.

fhelikK: To make this mod "work" for 16/17, just add those numbers to line 12, in install_mod.php. Example:

// One or more versions of PunBB that this mod works on. The version names must match exactly!
$punbb_versions    = array('1.2.3', '1.2.4', '1.2.5', '1.2.6', '1.2.16', '1.2.17');

However, I dont know if this will work any good or f*ck up your forums, this code just fake mod compability to work with the new versions. If anything critical has been changed since 1.2.6, this could mess with the database.

thank you, it works pretty good with 1.2.17

if yes, what mod it is?

thank you man for your time, I will install the DB Management plugin.

Smartys wrote:

My guess is that phpMyAdmin exported the characters as UTF-8 rather than latin1, which is causing the mixture of collations. wink
You'll need to use a tool like iconv to convert the file to latin1/iso-8859-1.

ok i think will try to reinstall punbb from zero.

any way what do you think are the settings when exporting from phpMyAdmin?

also is that iconv a plugin?

Smartys wrote:

Did you try importing it with the character set set via phpMyAdmin to utf8?

I did work with utf8. it restore all the caracters right. but now if i post something like "envíalo" after submit it appears "envíalo" in the forum and in the mysql table.  :-(

my is :                           'lang_encoding' =>    'iso-8859-1',

Smartys wrote:

When importing into phpMyAdmin, does it give you an option to pick the encoding? If so, pick latin1 and see if it works. If not, try picking utf8.
Like I said, exporting/importing can be tricky. wink

i just tried, but nothing, this are the images before importing and the table after importing

http://xs225.xs.to/xs225/08106/2126.png.xs.jpg

http://xs125.xs.to/xs125/08106/3901.png.xs.jpg

Smartys wrote:

What about at the top of the dump? Is there a line that starts SET NAMES? If so, what does it say?

yeah this is what is there:




-- phpMyAdmin SQL Dump
-- version 2.10.0.2
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Mar 07, 2008 at 03:55 PM
-- Server version: 5.0.27
-- PHP Version: 4.4.4

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

--
-- Database: `devic563_daniel`
--

-- --------------------------------------------------------

--

Smartys wrote:

That's not necessarily true. It's fairly easy for a backup of latin1 data to be incorrectly called a backup of utf8 data, for example.
If you send me a copy of the dump, I can take a look at it. My email address is smartys@ this domain.

this is my dump

--
-- Table structure for table `punbb_forums`
--

CREATE TABLE `punbb_forums` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `forum_name` varchar(80) NOT NULL default 'New forum',
  `forum_desc` text,
  `redirect_url` varchar(100) default NULL,
  `moderators` text,
  `num_topics` mediumint(8) unsigned NOT NULL default '0',
  `num_posts` mediumint(8) unsigned NOT NULL default '0',
  `last_post` int(10) unsigned default NULL,
  `last_post_id` int(10) unsigned default NULL,
  `last_poster` varchar(200) default NULL,
  `sort_by` tinyint(1) NOT NULL default '0',
  `disp_position` int(10) NOT NULL default '0',
  `cat_id` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;

--
-- Dumping data for table `punbb_forums`
--

INSERT INTO `punbb_forums` VALUES (4, 'Todo General Colombia', 'Hablemos de nuestro hermoso país, chismecitos, la mas linda, el mas lindo, noticias, farandula etc..', NULL, NULL, 0, 0, NULL, NULL, NULL, 0, 2, 2);
INSERT INTO `punbb_forums` VALUES (3, 'Futbol Colombiano / Colombian Soccer', 'Habla sobre los equipos nacionales, sobre cual es la mejor barra o cual es la peor. Suave con los insultos!', NULL, NULL, 2, 8, 1204934027, 79, '555457370', 0, 0, 3);
INSERT INTO `punbb_forums` VALUES (5, 'Todo General Internacional', 'Hablemos de todo un poco, chismecitos, la mas linda, el mas lindo, noticias, farandula etc..', NULL, NULL, 0, 0, NULL, NULL, NULL, 0, 2, 2);
INSERT INTO `punbb_forums` VALUES (6, 'Que compras y Que vendes Colombia', 'Que Compras y que vendes es la solución de auto-servicio para la inclusión de productos para la venta, la vivienda en alquiler, los puestos de trabajo disponibles, y así sucesivamente. Se puede usar para encontrar Mercado de las cosas que quieres comprar o utilizar, así como la lista de todo lo que está en el mercado para la compra, alquiler, etc.', NULL, NULL, 1, 5, 1204932232, 76, '556040994', 0, 0, 4);
INSERT INTO `punbb_forums` VALUES (7, 'BARRAS Futbol Colombiano', 'Crea o encuentra una barra de tu equipo!\nGrupo de la barra en el forum, URL y descripcion de la barra.', NULL, NULL, 0, 0, NULL, NULL, NULL, 0, 1, 3);

-- --------------------------------------------------------

the data is ok, bud after importing, the characters change inside mysql table

the data is fine in the backup, i think the backup is creating the tables in a wrong way, because maybe i did export the tables wrong.

I think if I create the tables 1st, then import the data, it will be fine.

or maybe is the way i am importing

Do you have a file to create the just the tables?

i think i saw the post some where.

Example: in mysql backup file a word appears "envíalo", but after import the file into mysql using phpMyAdmin , then the same word appears like "envíalo" inside mysql table.

what I am doing wrong?

any idea any one?

thanks I just found the solution.

how to set all links in post to open in a new window? ........

Any one has an idea?

23

(3 replies, posted in PunBB 1.2 show off)

looks like the social sites prefer punBB, now Bebo is using PunBB for the develpers forum.

http://developer.bebo.com/forum/

pogenwurst wrote:

Did you intend the form to look like this?

http://xs122.xs.to/xs122/07510/Screenshot.png

i test it, you right, it looks like that in Ubuntu and safary

pogenwurst wrote:

Did you intend the form to look like this?

http://xs122.xs.to/xs122/07510/Screenshot.png

jeje not it look like this, i check it with firefox and IE

http://xs122.xs.to/xs122/07510/11111.png