Search found 35 matches

by shurijo
Thu Jan 30, 2020 1:40 pm
Forum: [3.2.x] Styles Support & Discussion
Topic: Help with setting the SUBJECT variable
Replies: 5
Views: 797

Re: Help with setting the SUBJECT variable

david63 wrote: Wed Jan 29, 2020 9:30 pm Try using lowercase "set" - Twig is case sensitive in some areas
Thanks. Lowercase 'set' worked.
by shurijo
Wed Jan 29, 2020 8:43 pm
Forum: [3.2.x] Styles Support & Discussion
Topic: Help with setting the SUBJECT variable
Replies: 5
Views: 797

Help with setting the SUBJECT variable

Hi all, I'm trying to re-do a style change that I had working in 3.1 to work with 3.2. I want the SUBJECT global variable used by the quick reply form to match the last row's subject (postrow.POST_SUBJECT). In 3.1, I simply used "<!-- SET SUBJECT = postrow.POST_SUBJECT --%gt;" befor...
by shurijo
Tue Mar 08, 2016 1:37 pm
Forum: [3.1.x] Support Forum
Topic: Spam via Contact Us page
Replies: 15
Views: 9323

Re: Spam via Contact Us page

Has anyone figured out a solution for this? I'm blocking spammers via email, IP, etc., so now I'm getting hundreds of spam per hour via the Contact us form.
by shurijo
Wed Feb 10, 2016 3:07 pm
Forum: Extension Requests
Topic: Sub-Accounts / Account Links / Account Switcher
Replies: 101
Views: 16705

Re: Sub-Accounts / Account Links / Account Switcher

Just an update for me, I've had no free time at all over the last few months. Last year, I had a lot of free time, but then I got going on other things and haven't had any time to code anything. I don't think this would be too difficult, so if I get some free time then I'll try to start.
by shurijo
Fri Jan 15, 2016 2:03 pm
Forum: Extensions in Development
Topic: [CDB] Ajax Chat
Replies: 1166
Views: 198896

Re: [BETA] Ajax Chat 3.0.11-BETA

when you updated chat, what version did you update it from? it sounds to me that something has been left behind from an older version. if you can't get it sorted, if you are able to give me access to the database and files, i will remove all entries from chat to try a fresh install of chat I don't ...
by shurijo
Thu Jan 14, 2016 2:00 pm
Forum: Extensions in Development
Topic: [CDB] Ajax Chat
Replies: 1166
Views: 198896

Re: [BETA] Ajax Chat 3.0.11-BETA

have you tried deleting the extension data and then make sure all the chat files are up to date as in delete all chat files from the server and re upload the latest version. i'm only asking this because i myself just updated my board to 3.1.7-pl1 and also updated my chat extension to 3.0.11 yesterd...
by shurijo
Wed Jan 13, 2016 2:07 pm
Forum: Extensions in Development
Topic: [CDB] Ajax Chat
Replies: 1166
Views: 198896

Re: [BETA] Ajax Chat 3.0.11-BETA

Just updated to 3.1.7-pl on my test forums and this extension v 3.0.11 broke the forums. I had to disable it to get the forums to work again. I tried disabling all other extensions and found that this ext was the cause of the error. Error text was: General Error SQL ERROR [ mysqli ] Unknown column '...
by shurijo
Thu Aug 06, 2015 5:00 pm
Forum: Extension Requests
Topic: How to display latests topics on external pages?
Replies: 1
Views: 125

Re: How to display latests topics on external pages?

You can probably do this with RSS. Find a WordPress plug-in that reads and displays RSS. Then get the RSS feed for your forums, then you're done.
by shurijo
Wed Aug 05, 2015 5:27 pm
Forum: phpBB Discussion
Topic: How to backup your MySQL database & upload to Dropbox (cron job, code provided)
Replies: 2
Views: 648

Re: How to backup your MySQL database & upload to Dropbox (cron job, code provided)

If you had set the Stored backups: option to more than one it wouldn't have overwritten the only backup you had. It was set and I did have 10 backups of the phpBB extension and 30 backups from the server host. I explained all that in more detail in the blog post. The problem is that it's a high tra...
by shurijo
Wed Aug 05, 2015 1:35 pm
Forum: phpBB Discussion
Topic: Question about dumping mysql database
Replies: 3
Views: 441

Re: Question about dumping mysql database

I also use the above plugin.

If you want to use a cron job, then you can use the "mysqldump" command. I'm using the above plugin, then also doing hourly dumps via cron job.

mysqldump -c -h $mysqlhost --user $username --password=$password $databasename > outputfile.sql
by shurijo
Wed Aug 05, 2015 1:20 pm
Forum: phpBB Discussion
Topic: How to backup your MySQL database & upload to Dropbox (cron job, code provided)
Replies: 2
Views: 648

How to backup your MySQL database & upload to Dropbox (cron job, code provided)

Hey all, I'm an admin (and coder) for a very active phpBB forum. Yesterday, my host's MySQL database server crashed and they had to restore their backups from the previous day. I was using the great phpBB " Auto Database Backup " extension written by pico88 (seriously, it's great, install ...
by shurijo
Mon Jul 06, 2015 4:31 pm
Forum: Abandoned Extensions
Topic: [ABD] hanelyp fancy dice
Replies: 192
Views: 25471

Re: [BETA] hanelyp fancy dice

How could I add something like 3d6k2, where "k" means keep 2 highest of the 3 rolled dice? Not supported by the current dice engine. Ah. Cool. If I'm able to code that upgrade, can I email you the changes or check it into github? Also, is it possible to add a checkbox (boolean/bit field) ...
by shurijo
Mon Jul 06, 2015 3:22 pm
Forum: Abandoned Extensions
Topic: [ABD] hanelyp fancy dice
Replies: 192
Views: 25471

Re: [BETA] hanelyp fancy dice

If anyone needs the definitions for "The One Ring" RPG dice, let me know. I modified Shepskii's FFG's Star Wars RPG dice to work for that system as well.
by shurijo
Mon Jul 06, 2015 1:04 pm
Forum: Abandoned Extensions
Topic: [ABD] hanelyp fancy dice
Replies: 192
Views: 25471

Re: [BETA] hanelyp fancy dice

Error -> I'm trying to add some CSS around the dice results, so I changed the presentation to <div class="dicebox"><span class="dice-spec">{SPEC}</span> <span class="dice-divider">=></span> <span class="dice-result">{DICE}</span> <span class="dice-divider...
by shurijo
Mon Jul 06, 2015 1:19 am
Forum: Abandoned Extensions
Topic: [ABD] hanelyp fancy dice
Replies: 192
Views: 25471

Re: [BETA] hanelyp fancy dice

How could I add something like 3d6k2, where "k" means keep 2 highest of the 3 rolled dice? Also, is it possible to add a checkbox (boolean/bit field) the to definition table for whether or not to total the results? For more complicated dice systems (like FFG's Star Wars), it would be nice ...

Go to advanced search