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 - Farjo
166
Plugins / Re: Calendar Plugin
« on February 1st, 2014, 03:11 PM »
I was logged in as Admin user at the time and all are the same if logged in as a user with permissions.

"Will look into it when I got time." Thank you :)
167
Plugins / Re: Calendar Plugin
« on February 1st, 2014, 02:56 AM »
Not sure of the status of this plugin, but here are two things I've noticed.

The date field is type text so there is no calendar pop-up to select a date for the event.

From the calendar, clicking the Post Event takes you to the home/index page.

Posting an even gives the error "Topic ID is missing."
168
The Pub / Re: Wedge repo -- installation feedback
« on February 1st, 2014, 02:28 AM »
:eheh:

Notice: Constant MID already defined in /home/gareth/wedge/install/install.php on line 1391
169
The Pub / Re: Wedge repo -- installation feedback
« on February 1st, 2014, 01:36 AM »
I get this message on a fresh install, just after creating the admin account. The message lies across the top of the next screen (i.e. the "Congratulations, the installation process is complete!" step=5 screen). It doesn't stop the installation and is fairly unnoticeable, so it may have been happening a while.
170
Importing into Wedge / Re : mostOnline
« on January 31st, 2014, 12:45 AM »
Quote from Nao on January 30th, 2014, 07:42 PM
Quote from Farjo on January 30th, 2014, 01:27 AM
So I'm finally somewhere with decent Wifi and have deleted everything and reinstalled from scratch. The importer works as usual however the most online date is again today - indeed it says most online ever is 2, today :hmm:
What does $settings['mostOnline'] say, again, in {db_prefix}settings..?
Is it any different from your SMF's $modSettings['mostOnline'] value?
Not sure what you mean by $modSettings, but...
In the smfdb 'settings' table:
mostOnline 225
mostOnlineToday 124
mostDate 1351163862
mostOnlineUpdated 2014-01-30

And in the wedgedb 'settings' table:
mostOnline 2
mostOnlineToday 125
mostDate 1391040321
mostOnlineUpdated 2014-01-30
171
Importing into Wedge / Re : mostOnline
« on January 30th, 2014, 01:27 AM »
Quote from Farjo on January 23rd, 2014, 07:01 PM
Imported from v2.0.6 (just upgraded to 2.0.7 today).

I am travelling and this hostel's WiFi is the slowest I have encountered. So maybe there was a stutter when it came to that date due to a bad connection. I'm moving on tomorrow so let's leave it until the evening or the next day and I will re-install and run the importer again. Hopefully their WiFi will be faster!
So I'm finally somewhere with decent Wifi and have deleted everything and reinstalled from scratch. The importer works as usual however the most online date is again today - indeed it says most online ever is 2, today :hmm:

Is nobody else getting this???
172
Archived fixes / Re: Wedge submits reply on mobile
« on January 29th, 2014, 11:42 PM »
Blar blar ßß blar blar. Using Android & standard browser in quick reply.

Now in full editor ß ßß §§ß

No, cannot reproduce.
173
Importing into Wedge / Re: Database permissions
« on January 29th, 2014, 10:41 PM »
This is the command that phpMyAdmin runs on my database:
Code: [Select]
GRANT SELECT ON `smfdb`.* TO 'wedgeuser'@'localhost';
Other than the ` characters there doesn't seem to be any difference. :hmm:

You only need SELECT - indeed I'd argue that to give anything more risks the assurance that the converter will not alter your SMF database :^^;:

What's the command to show a user's permissions?
174
Importing into Wedge / Re: Database permissions
« on January 28th, 2014, 12:27 PM »
How about some text next to the database user input box stating that this user requires the Select permission on the SMFdatabase? Or another pair of input boxes for SMF db user & password?
175
Importing into Wedge / Re: Importer tool
« on January 25th, 2014, 07:02 PM »
Quote from Farjo on January 23rd, 2014, 07:01 PM
I am travelling and this hostel's WiFi is the slowest I have encountered. So maybe there was a stutter when it came to that date due to a bad connection. I'm moving on tomorrow so let's leave it until the evening or the next day and I will re-install and run the importer again. Hopefully their WiFi will be faster!
I spoke too soon - this hostel's WiFi is even worse :sob: So I'll try it when I can.
176
Importing into Wedge / Re: Importer tool
« on January 23rd, 2014, 07:01 PM »
Imported from v2.0.6 (just upgraded to 2.0.7 today).

I am travelling and this hostel's WiFi is the slowest I have encountered. So maybe there was a stutter when it came to that date due to a bad connection. I'm moving on tomorrow so let's leave it until the evening or the next day and I will re-install and run the importer again. Hopefully their WiFi will be faster!
177
Importing into Wedge / Re : mostOnline
« on January 23rd, 2014, 06:34 PM »
Thanks for the reply - no change though. TBH I wasn't expecting the importer to bring in this information but seeing as it does so then people will moan if it is incorrect.

Visits
Visits
178
Importing into Wedge / mostOnline
« on January 23rd, 2014, 04:12 AM »
Also noticed that the 'most online ever' is dated the day of the import rather than whenever it actually was :)
179
Development blog / Re: That'll do.
« on January 23rd, 2014, 03:40 AM »
The linking of this forum to github is very impressive. It'll be useful during our testing so that we can keep our versions up to date.

However I am unsure what I am looking for with regards to embedded YT videos :unsure:
180
Importing into Wedge / Re: Importer tool
« on January 23rd, 2014, 03:27 AM »
One picky thing: the importer has a readme file with the same name as the main wedge one so when uploading the importer files it'll be overwritten.

And one thing from my specific data conversion is that we have a news item that starts with a center BB tag. The importer brings this in as center] i.e. it misses the open square bracket. This in turn mucks up the layout of the whole board.