| Author |
Message |
Topic: [solved] BBcode & URLwith parentheses () |
greenday2k
Replies: 1
Views: 1669
|
Forum: Help Posted: Tue Dec 20, 2011 5:40 pm Subject: [solved] BBcode & URLwith parentheses () |
URLs with parentheses that use the URL bbcode tag are not converted to links by the BBcode funtions, for example:
[code][url=http://en.wikipedia.org/wiki/Shenanigans_(album)]Shenanigans
[url=http: ... |
Topic: css problem |
greenday2k
Replies: 16
Views: 8939
|
Forum: Themes Posted: Sat Nov 19, 2011 11:07 am Subject: Re: css problem |
The real CSS solution is with background-color:rgba(0,0,0,0.5); The problem using Opacity is that it sets the opacity value for an element and all of its children;
So the hack using !important, or ... |
Topic: css problem |
greenday2k
Replies: 16
Views: 8939
|
Forum: Themes Posted: Thu Nov 17, 2011 8:22 pm Subject: Re: css problem |
add !important
opacity:1.0 !important;
alpha(opacity=100) !important;
--moz-opacity:1.0 !important; |
Topic: mClip - Movie Module |
greenday2k
Replies: 156
Views: 63837
|
Forum: Add-Ons & Blocks Posted: Wed Nov 16, 2011 12:37 am Subject: Re: mClip - Movie Module |
mclip-v2.1.4. The Attachment is too big for this forum.
[code]http://aker.tk/mclip-v2.1.4.zip[/code]
Great Module. |
Topic: css problem |
greenday2k
Replies: 16
Views: 8939
|
Forum: Themes Posted: Mon Nov 14, 2011 7:19 pm Subject: Re: css problem |
| .transback {background-color:rgba(0,0,0,0.5);} |
Topic: [release] Wiki 2.0 |
greenday2k
Replies: 3
Views: 4498
|
Forum: Add-Ons & Blocks Posted: Mon Nov 14, 2011 6:43 pm Subject: Re: [release] Wiki 2.0 |
EDIT: sorted it out.
http://dragonflycms.org/Projects/bugs/id=1128/
Got troubles installing it:
[quote]
On /admin.php?op=modules&install=Wiki
While executing query "CREATE TABLE nuke_wiki_p ... |
Topic: css problem |
greenday2k
Replies: 16
Views: 8939
|
Forum: Themes Posted: Mon Nov 14, 2011 5:22 pm Subject: Re: css problem |
use: rgba(0-255,0-255,0-255,0 - 0.99)
background-color:#000; (fallback color for old browsers);
background-color:rgba(0,0,0,0.8); // black background with 80% of opacity.
rgba controls the colo ... |
Topic: Banned because Unknown user-agent? |
greenday2k
Replies: 64
Views: 122323
|
Forum: This Site Posted: Sun Nov 13, 2011 9:46 pm Subject: Re: Banned because Unknown user-agent? |
find on your cache/config_MAIN_CFG.php
'_security' => array(
'bots' => '1',
'email' => '1',
'ips' => '1',
'referers' => '1',
'uas' => '0',
'flooding' => '0',
'de ... |
Topic: Re-engineered toggles' commit. |
greenday2k
Replies: 2
Views: 3294
|
Forum: CVS Info Posted: Fri Nov 11, 2011 4:58 am Subject: Re: Re-engineered toggles' commit. |
Neat solution Nano.
JS::add(THEME_PATH. 'javascript/toggle.js');
Will laod the javascript as JS::add(insertJSfile.js);
But and the Head or at the end of the body?
Is it possible to suggest ... |
Topic: [solved] Hardwired Template question |
greenday2k
Replies: 6
Views: 3780
|
Forum: Themes Posted: Tue Nov 08, 2011 3:31 am Subject: Re: Hardwired Template question |
| Youre using account Plus, no?, so check the account.css file available in the styles folder (also check the styles folder from the default theme). |
Topic: Site using too many resources |
greenday2k
Replies: 57
Views: 22418
|
Forum: Server Chat Posted: Sun Oct 30, 2011 6:04 pm Subject: Re: Site using too many resources |
if Flood filter isnt enough, check/Use Cloudflare.com and you're done.
Works like a charm with Dragon Fly, but if you may have OLD modules or installed: On cmsinit (at the begging), so OLD modules ... |
Topic: Ajax Chat Module |
greenday2k
Replies: 7
Views: 4579
|
Forum: Add-Ons & Blocks Posted: Sun Oct 30, 2011 5:59 pm Subject: Re: Ajax Chat Module |
define the file as a XML Feed:
define('XMLFEED', 1);
Then Include cmsinit.inc
And you got (almost) all functions avaible. |
Topic: DragonflyCMS 10 |
greenday2k
Replies: 61
Views: 114320
|
Forum: CVS Info Posted: Sat Oct 29, 2011 4:39 pm Subject: Re: DragonflyCMS 10 |
Yeah, tons of changes almost daily!
Great, DF is breathing =) |
Topic: Need Help With Module |
greenday2k
Replies: 2
Views: 4201
|
Forum: Add-Ons & Blocks Posted: Sat Oct 29, 2011 4:35 pm Subject: Re: Need Help With Module |
Ok, What is the goal of the module?
What is suppossed to do?
To submit information about cars ownership? (not testedt yet, but I'm reading the code) |
Topic: [solved] upgrade 9.0 9.2 to 9.2.1 |
greenday2k
Replies: 1
Views: 3636
|
Forum: Problems AFTER Install/Upgrade Posted: Sat Sep 10, 2011 2:46 pm Subject: Re: upgrade 9.0 9.2 to 9.2.1 |
Use the first dragonflycms.org/Wiki/id=128/
instructions to upgrade from 9.0 9.2 to 9.2.1 |
| |