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.

Topics - Farjo
31
Archived fixes / Adding a profile field
« on November 2nd, 2012, 11:17 AM »
Have tried to add a field with various combinations of options however this message is always give right after Save is hit:
The database value you're trying to insert does not exist: string

In the admin error log there are two errors:
 http://bla.bla/index.php?action=admin;area=memberoptions;sa=pro…
 The database value you're trying to insert does not exist: string
Function: EditCustomProfiles
 File: /bla/Sources/ManageMemberOptions.php
 Line: 1212

Code: [Select]
1204: array(
1205: $colname, $_POST['field_name'], $_POST['field_desc'],
1206: $_POST['field_type'], $field_length, $field_options,
1207: $show_reg, $show_mlist, $show_display, $show_profile,
1208: $private, $guest_access, $active, $default,
1209: $can_search, $bbc, $mask, $enclose, $placement,
1210: ),
1211: array('id_field')
==>1212: );
1213: }


 http://bla.bla/index.php?action=admin;area=memberoptions;sa=pro…
 2: array_combine() [<a href='function.array-combine'>function.array-combine</a>]: Both parameters should have an equal number of elements
 File: /bla/Sources/Class-DB.php
 Line: 508

Code: [Select]
504: // Here's where the variables are injected to the query.
505: $insertRows = array();
506:
507: foreach ($data as $dataRow)
==>508: $insertRows[] = self::quote($insertData, array_combine($indexed_columns, $dataRow), $connection);
32
Archived fixes / Error message on search
« on October 3rd, 2012, 03:44 PM »
Noticed this yesterday - if you search for something, and you get one result or more, across the top of the screen is displayed this:
Quote
Notice: Undefined index: topicsolved_any in /wedge/Plugins/topic_solved/src/TopicSolved-MessageIndex.php on line 61

Warning: in_array() [function.in-array]: Wrong datatype for second argument in /wedge/Plugins/topic_solved/src/TopicSolved-MessageIndex.php on line 61
33
Off-topic / French election
« on April 22nd, 2012, 11:00 AM »
Did you vote? Who did you vote for? Who do you think will win?

What are the main politics surrounding the elections? Presumably a big topic is the Euro crisis? How are both sides trying to capitalise on that? What are the other main topics and are there any topics that are uniquely French?

As a shift worker I would not be able to vote as I am at work all day and the polls close at 8pm. Does this give the result a right-wing bias?
34
Archived fixes / Profile error
« on April 16th, 2012, 07:40 AM »
When click any of the options off of the main menu's Profile option I get this error:
An Error Has Occurred!
The user whose profile you are trying to view does not exist.

It was OK on Friday morning but I was getting this error all yesterday afternoon. I can look at other people's (i,e, Arantor and 0x's) no problem. If I'm logged out I can view Farjo's profile.

It it a problem with my profile or is it happening with everyone?
35
Archived fixes / Time offset (auto detect)
« on March 25th, 2012, 09:41 PM »
My Time Offset is -1 and the Current Forum Time is (presumably) CEST i.e. one hour ahead of UK's summer time (BST). However when I click 'auto detect' the -1 turns to 0 and the times of the latest posts are CEST time. I've tried this in Opera and Chrome with the same effect. My PC clock is showing BST.

Anyone else get this?
36
Features / Recent Posts / Ignore Boards
« on March 25th, 2012, 09:30 PM »
Slow I know but I've just noticed the new Ignore Boards section. This is utterly wicked, and I'll tell you why. The board I admin is for a particular motorcycle, which falls into 4 distinct models. Those with one model are not interested in the other 3. So the club has separate forums for these 4 models, but there's a bunch of common forums too.

So with Wedge each member can select the boards he/she is interested in, and all these threads will be displayed in one place without the need to dip in and out of each of the forums (because who really does that?).

Of course I'm wondering what's under the bonnet - can Recent Posts be tweaked to show more posts than the 5 shown on Wedge's home page, without the need to click the +? Or can it be shown as a (for want of a better expression) 'virtual board' with pages of 20 threads each?

When I go back to my club or other SMF boards this is probably the feature I miss most :)
37
Archived fixes / It's all gone horribly French!
« on March 20th, 2012, 09:03 PM »
Even thought my preferred language is English I am suddenly a "Membre Junior", others are "Membre Senior", and I think Moderator is spelt a bit odd too. I've refreshed and cleared my cache to no avail - is this happening for anyone else?
38
Off-topic / Hello again
« on October 1st, 2011, 03:41 PM »
After 4 years or research, planning, waiting, waiting and waiting for SMF2, set-up and migration, my club finally switched from Yuku and went live on Monday. It's testament to how bad Yuku had got that nobody has complained and already we are getting more posts and visitors than before.

So I haven't been here much over the past month or so and I'm wondering what happened to the Facebook page, and where you are with releasing a demo and even an alpha. See I'm not much good on the techie discussions and am better suited to the testing :)
39
Other software / It's been released today!!!
« on May 12th, 2011, 12:18 PM »
No not SMF  :angel:


Wordpress 3.2 Beta 1 is out. They won't support IE6 any more which ties in with Wedge's policy.


They report wanting to release the full version end-June, and I was wondering if Wedge will be like most (or all?) other free messageboards, having the line "it'll be out when it's ready", which I entirely understand, or if there will be public knowledge of planned releases.
40
Plugins / Mods - no not *that* question!
« on May 3rd, 2011, 12:37 PM »
Excuse me if this is a dumb question  :^^;:

In SMF there's a process for getting mods approved and as a non-mod writer this seems to involve various SMF bods and much to-ing and fro-ing before the mod is approved.

My question is whether Wedge will also have this approval process, and if so will you have the time straight after you've just gone live? Because given that SMF mods won't work on Wedge there will (hopefully) be many mod writers converting their mods. So not only will you have the installation questions / problems and the usual v1.0 of anything questions / problems, there will (hopefully) be this queue of mods to be approved.