Rady pre písanie

user warning: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'offset, tz.offset_dst AS offset_dst, tz.dst_region, tz.is_dst, e.event_start ...' at line 1 query: SELECT DISTINCT(n.nid), n.uid, n.title, n.type, e.event_start, e.event_start AS event_start_orig, e.event_end, e.event_end AS event_end_orig, e.timezone, e.has_time, e.has_end_date, tz.offset AS offset, tz.offset_dst AS offset_dst, tz.dst_region, tz.is_dst, e.event_start - INTERVAL IF(tz.is_dst, tz.offset_dst, tz.offset) HOUR_SECOND AS event_start_utc, e.event_end - INTERVAL IF(tz.is_dst, tz.offset_dst, tz.offset) HOUR_SECOND AS event_end_utc, e.event_start - INTERVAL IF(tz.is_dst, tz.offset_dst, tz.offset) HOUR_SECOND + INTERVAL 0 SECOND AS event_start_user, e.event_end - INTERVAL IF(tz.is_dst, tz.offset_dst, tz.offset) HOUR_SECOND + INTERVAL 0 SECOND AS event_end_user, e.event_start - INTERVAL IF(tz.is_dst, tz.offset_dst, tz.offset) HOUR_SECOND + INTERVAL 3600 SECOND AS event_start_site, e.event_end - INTERVAL IF(tz.is_dst, tz.offset_dst, tz.offset) HOUR_SECOND + INTERVAL 3600 SECOND AS event_end_site, tz.name as timezone_name FROM dobb_node n INNER JOIN dobb_event e ON n.nid = e.nid INNER JOIN dobb_event_timezones tz ON tz.timezone = e.timezone INNER JOIN dobb_node_access na ON na.nid = n.nid WHERE (na.grant_view >= 1 AND ((na.gid = 0 AND na.realm = 'all') OR (na.gid = 1 AND na.realm = 'content_access_rid'))) AND ( n.status = 1 AND ((e.event_start >= '2024-02-29 00:00:00' AND e.event_start <= '2024-04-01 23:59:59') OR (e.event_end >= '2024-02-29 00:00:00' AND e.event_end <= '2024-04-01 23:59:59') OR (e.event_start <= '2024-02-29 00:00:00' AND e.event_end >= '2024-04-01 23:59:59')) ) GROUP BY n.nid HAVING (event_start >= '2024-03-01 00:00:00' AND event_start <= '2024-03-31 23:59:59') OR (event_end >= '2024-03-01 00:00:00' AND event_end <= '2024-03-31 23:59:59') OR (event_start <= '2024-03-01 00:00:00' AND event_end >= '2024-03-31 23:59:59') ORDER BY event_start ASC in /home/do1741500/www_root/includes/database.mysql.inc on line 174.
  • Webové a e-mailové adresy sú automaticky zmenené na odkazy.
  • Povolené sú HTML značky: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>

    Tento web povoľuje HTML obsah. Možno vás desí učenie sa HTML, ale naučiť sa používať niekoľko málo najzákladnejších HTML "značiek" je veľmi ľahké. Táto tabuľka zobrazuje príklady pre každú značku povolenú na tomto webe.

    Viacej informácií nájdete vo špecifikácii HTML na W3C alebo si nájdite iné stránky, kde je HTML vysvetlené.

    Popis značkyNapíšeteZískate
    Odkazy na iné stránky.<a href="http://slovakdrummer.sk">slovakdrummer.sk</a>slovakdrummer.sk
    Zvýraznené<em>Zvýraznené</em>Zvýraznené
    Tučné<strong>Tučné</strong>Tučné
    Citácia<cite>Citácia</cite>Citácia
    Zobrazenie zdrojového kódu<code>Kód</code>Kód
    Nečíslovaný zoznam - použite <li> na začiatku každej položky zoznamu<ul> <li>Prvá položka</li> <li>Druhá položka</li> </ul>
    • Prvá položka
    • Druhá položka
    Číslovaný zoznam - použite <li> na začiatku každej položky zoznamu<ol> <li>Prvá položka</li> <li>Druhá položka</li> </ol>
    1. Prvá položka
    2. Druhá položka
    Zoznam definície je podobný ostatným HTML zoznamom. <dl> začína zoznam definícii, <dt> začína pojem a <dd> začína popis definície.<dl> <dt>Prvý pojem</dt> <dd>Prvá definícia</dd> <dt>Druhý pojem</dt> <dd>Druhá definícia</dd> </dl>
    Prvý pojem
    Prvá definícia
    Druhý pojem
    Druhá definícia

    Väčšinu neobvyklých znakov môžete zadávať bez problémov.

    Pokiaľ narazíte na problémy, skúste použiť HTML entity. Napr. zapíšte &amp; pre znak ampersandu &. Kompletný zoznam HTML entít nájdete na stránke entity. Medzi najpoužívanejšie patrí:

    Popis znakuNapíšeteZískate
    Ampersand&amp;&
    Väčší ako&gt;>
    Menší ako&lt;<
    Úvodzovky&quot;"
  • Automaticky sa rozpoznávajú riadky a odstavce. Automaticky sa vložia značky pre zalomenie riadku <br />, začiatok <p> a koniec </p> odstavca. Pokiaľ nie sú odstavce rozpoznané, jednoducho pridajte niekoľko prázdnych riadkov.
  • Obrázky môžu byť pridané k textu.
  • Acidfree inline tags
  • It is possible to change the way the [acidfree:nnn] tags look by adding a few name/value pairs. Note that any value that has spaces in it must be quoted either with single quotes ' or with double quotes ". Currently, the choices are:
    • title: use this string as the caption (Note that you can have the node title be the default caption by modifying the setting in admin/settings/acidfree)
    • align: {left,right}
    • size: {M, WxH} where M=max dimension and WxH=WidthxHeight
    • link: 'none', 'album', or relative or absolute url e.g. http://www.google.com or node/59. If set to none, thumbnail will not be a link. If set to album, link will point to album of selected item.
    • popup: any value. If set, it will cause the link to be a popup link
    • style: CSS style information for the image
    • class: additional class for the image
    Examples
    • [acidfree:1234 size=300 align=right] - right aligned thumbnail of node 1234 with max dimension of 300 pixels
    • [acidfree:4321] - left aligned thumbnail of node 4321 (default thumbnail size)
    • [acidfree:3241 align=left size=320x240] - right aligned thumbnail of node 3241 with size = 320x240
    • [acidfree:3241 title='This is a different title' size=320 popup=true link="http://mysite.dom/"] - left aligned thumbnail of node 3241 with a title set, size = 320x240, link pointing to mysite.dom and target=blank_ set in the anchor
    • [acidfree:3241 link=none class='my-image your-image' style="border: 2 px grey inset;"] - left aligned thumbnail of 3241, default size, class set and new style info
  • Video Filter

    You may insert videos from popular video sites by using a simple tag [video:URL].

    Examples:

    • Single video:
      [video:http://www.youtube.com/watch?v=uN1qUeId]
    • Random video out of multiple:
      [video:http://www.youtube.com/watch?v=uN1qUeId1,http://www.youtube.com/watch?v=uN1qUeId2]
    • Override default autoplay setting: [video:http://www.youtube.com/watch?v=uN1qUeId autoplay:1]
    • Override default width and height:
      [video:http://www.youtube.com/watch?v=uN1qUeId width:X height:Y]
    • Align the video:
      [video:http://www.youtube.com/watch?v=uN1qUeId align:right]

    Supported sites: YouTube, Google Video, Tangle, DailyMotion, Eyespot, Jumpcut, Revver, Vimeo, Flickr Slideshows, Flickr Video, Game Videos, Meta Cafe, Game Trailers, College Humor, MySpace.