Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Pandos
526
Archived fixes / Re: Not sure what to make of this
« on March 28th, 2012, 09:44 PM »
Above tested with Chrome.

Just tested it in IE 9 in WYSIWYG Mode.

After pressing the preview button the following error occurs:
Quote
The following error or errors occurred while posting this message:
  • The message body was left empty.
Edit:
With Firefox in QuickReply AND WYSIWYG mode it will have the mentioned /me Tag from you

527
Archived fixes / Re: Not sure what to make of this
« on March 28th, 2012, 09:37 PM »
Code: [Select]
[/s][media id=65 type=full][/color][/font][/color]
That's the output from preview with QuickReply.

In WYSISYG Mode it looks like this:
Code: [Select]
[media id=65 type=full][/color]
528
Archived fixes / Re: Not sure what to make of this
« on March 28th, 2012, 08:16 PM »
funny :)
Bug is a bit different for me :)
When typing:
Code: [Select]
[media id=65 type=full]


it will end up in:


Code: [Select]
[/s][media id=65 type=full][/color] [/color]
529
Plugins / [Plugin] Re: Facebook for Wedge
« on March 24th, 2012, 06:28 PM »
This is the way it's meant to be. :)


Can't wait to change to wedge. So i never have to fear about updates because of Mods that are nested in sourcecode.


Great stuff
530
Plugins / [Plugin] Re: Facebook for Wedge
« on March 23rd, 2012, 12:50 PM »
Great!
The only thing left is to implement the like button.
531
Sorry, but for me it doesn't work. Even if i "save it as draft".
The only message i get:


You have no draft messages saved at this time
532
Archived fixes / Re: Undefined index: start_from
« on March 22nd, 2012, 05:30 PM »
So in my case there will be no draft saved either...


Just to understand it right:
when i write an reply, it should automatic save it as a draft any 30 seconds.

But when i write an reply and (for example) close the browser, there is no saved draft for me.

Any hints?

533
Bug reports / Re: Board order issues
« on March 22nd, 2012, 01:04 PM »
Always glad to help. :)
534
Bug reports / Re: Board order issues
« on March 22nd, 2012, 12:57 PM »

I can give you a dump of my structure from this table. Perhaps it is usefull for you.

Code: [Select]
CREATE TABLE `smf_boards` (  `id_board` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `id_cat` tinyint(4) unsigned NOT NULL DEFAULT '0', `child_level` tinyint(4) unsigned NOT NULL DEFAULT '0', `id_parent` smallint(5) unsigned NOT NULL DEFAULT '0', `board_order` smallint(5) NOT NULL DEFAULT '0', `id_last_msg` int(10) unsigned NOT NULL DEFAULT '0', `id_msg_updated` int(10) unsigned NOT NULL DEFAULT '0', `member_groups` varchar(255) NOT NULL DEFAULT '-1,0', `id_profile` smallint(5) unsigned NOT NULL DEFAULT '1', `name` varchar(255) NOT NULL, `description` text NOT NULL, `num_topics` mediumint(8) unsigned NOT NULL DEFAULT '0', `num_posts` mediumint(8) unsigned NOT NULL DEFAULT '0', `count_posts` tinyint(4) NOT NULL DEFAULT '0', `id_theme` tinyint(4) unsigned NOT NULL DEFAULT '0', `override_theme` tinyint(4) unsigned NOT NULL DEFAULT '0', `countMoney` tinyint(1) unsigned NOT NULL DEFAULT '1', `lastUpdated` varchar(255) NOT NULL DEFAULT '', `redirect` varchar(255) NOT NULL DEFAULT '', `unapproved_posts` smallint(5) NOT NULL DEFAULT '0', `unapproved_topics` smallint(5) NOT NULL DEFAULT '0', `rateTopic_board_enable` tinyint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`board_order`,`id_board`), UNIQUE KEY `id_board_2` (`id_board`), KEY `ID_PARENT` (`id_parent`), KEY `ID_MSG_UPDATED` (`id_msg_updated`), KEY `memberGroups` (`member_groups`(48)), KEY `categories` (`id_cat`), KEY `ID_BOARD` (`id_board`), KEY `ID_CAT` (`id_cat`) ) ENGINE=InnoDB AUTO_INCREMENT=680 DEFAULT CHARSET=latin1 AUTO_INCREMENT=680 ;
535
Bug reports / Re: Board order issues
« on March 22nd, 2012, 12:36 PM »
Yes. Had the same problem by switching to INOODB a long time ago.
Just set the Primary Key to board_order AND id_board.
Works great.
536
Features / Re: Duplicate post detection?
« on March 20th, 2012, 08:09 PM »
Useful because to get rid of crossposters / spammers. I like this idea.
537
Features / Re: Duplicate post detection?
« on March 20th, 2012, 04:28 PM »
+1 :yobrother:
538
Archived fixes / Re: Misalignment with edited post
« on March 20th, 2012, 01:40 PM »
Agree.
Plugin will be the better way. But appreciated :)
539
Archived fixes / Re: Misalignment with edited post
« on March 20th, 2012, 01:30 PM »
By the way...
IMHO it'll be nice if signatures would only showing up once per page / user.
Save bandwith and speed up things.

540
Features / Re: Number of posts per page
« on March 19th, 2012, 09:31 PM »
Those settings should left by admin settings only.
For me a fixed number is important because of ads that would display on fixed positions.