dracoblue.net

Fix for 'Add as Additional-MemberGroup' Issue

When adding $_POST['additional'] to my template at MemberGroups.template.php I noticed, that there is a broken line in SubsMembers.php.

In line 551 it shouldn't say:

CONCAT(additionalGroups, '$group')))

It should be instead:

CONCAT(additionalGroups, '$group'))

Am not sure if thats also in the 2.0 Beta 1, but I got this problem since 1.1 release.

I posted a

bugreport at the official simplemachines forums.

In mysql, open source, smf by DracoBlue @ 09 Oct 2007 | 72 Words

Features-Core for the WNP-Software

The windows package management I am developing on, has some new core features.

In that case, I developed on the 'feature-core'. Since each package compiles or requíres features, there is a database driven engine, which checks which packages complies which feature, and what package requires what version of what feature.

Today I finished the tagging features as installed/uninstalled by the FeaturesEngine, so it will be very easy for the InstallerEngine to access that API.

In project, wnp by DracoBlue @ 17 Sep 2007 | 74 Words

Getting LaTeX to work on Windows

After I got the following errors:

! LaTeX Error: Cannot determine size of graphic in filename.jpg (no BoundingBox).

when trying:

\usepackage{graphics}
...
\includegraphics{filename.jpg}

And those errors on a .tex file (a friend gave me):

I found no \citation commands
I found no \bibdata command
I found no \bibstyle command

and several other issues with my latex editors on windows machines, I finally figured out to convert that tex to pdf.

First of all I installed the

miktex latex command line tools. I downloaded basic version here, worked fine.

TexnicCenter and LEd can't manage to edit UTF-8 files. So I needed to stick with texmaker (which works also on linux and mac os). To get utf-8 working there, I switched to Options -> Configure Texmaker and turned Font to utf-8.

After I got those issues with includegraphics tags, I changed the 'fast translation'-key F1 to PdfLatex -> ViewPDF (in options) and: It workes well, even with those images.

In articles, latex, open source, windows by DracoBlue @ 23 Aug 2007 | 175 Words

Embedding Array fields as Attributes in Smarty

If you want to use an arrayfields value as attribute for a function, you can't use:

{func var="test $foo[bar] test"}  <-- sees $foo[bar]

like described in the

manual. You have to use this instead:

{func var="test `$foo.bar` test"}  <-- sees $foo[bar]

In open source, php, smarty by DracoBlue @ 21 Aug 2007 | 53 Words

Fix SA-MP 0.2.1 Internet/Serverlist

Looks like Kyeman is continueing the official site, so this list isn't in use anymore. Thanks for using!

Open

C:\WINDOWS\system32<wbr>drivers\etc\hosts

And append:

[code]81.169.180.114 master.sa-mp.com[/code]

Thats it. em[/em]

This serverlist will be removed as soon as sa-mp is relaunched by the devs.

In dracoblue.net by DracoBlue @ 24 Jul 2007 | 42 Words

Page 38 - Page 39 - Page 40

Give something back

Were my blog posts useful to you? If you want to give back, support one of these charities, too!

Report hate in social media Campact e.V. With our technology and your help, we protect the oceans from plastic waste. Gesellschaft fur Freiheitsrechte e. V. The civil eye in the mediterranean

Recent Dev-Articles

Read recently

Recent Files

About