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 @ 2007-10-09 | 60 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 @ 2007-09-17 | 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, Windows, open source by DracoBlue @ 2007-08-23 | 157 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 @ 2007-08-21 | 43 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]( Hint: You need logged in as windows administrator to do that)[/em]

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

In dracoblue.net by DracoBlue @ 2007-07-24 | 53 Words

Page 39 - Page 40 - Page 41