Textpattern logo

Help?

New pages

From Textbook

New pages
Hide logged-in users | Hide bots
(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500)
  • 01:53, 9 May 2010 ‎image author (hist) ‎[2,573 bytes] ‎Bloke (Talk | contribs) (New page: {{Mininav tags}} <code class="bamtag"><txp:image_author /></code> The image_author> tag is a ''single'' tag that Textpattern will replace with the author's real name of the current ...)
  • 20:50, 31 March 2010 ‎if thumbnail (hist) ‎[1,222 bytes] ‎Bloke (Talk | contribs) (New page: {{Mininav tags}} <code class="bamtag"><txp:if_thumbnail /></code> The if_thumbnail tag is a ''conditional'' tag and always used as an opening and closing pair, like this... <pre> <t...)
  • 20:35, 31 March 2010 ‎image date (hist) ‎[1,661 bytes] ‎Bloke (Talk | contribs) (New page: {{Mininav tags}} <code class="bamtag"><txp:image_date /></code> The image_date tag is a ''single'' tag that Textpattern will replace with the uploaded date of the current (or given)...)
  • 00:35, 27 February 2010 ‎image url (hist) ‎[2,009 bytes] ‎Bloke (Talk | contribs) (New page: {{Mininav tags}} <code class="bamtag"><txp:image_url /></code> The image_url> tag is a ''single'' or a ''container'' tag that Textpattern will replace with the URL of the current im...)
  • 23:47, 26 February 2010 ‎image info (hist) ‎[4,423 bytes] ‎Bloke (Talk | contribs) (New page: {{Mininav tags}} <code class="bamtag"><txp:image_info /></code> The image_info tag is a ''single'' tag that Textpattern will replace with the relevant image data from the current im...)
  • 21:59, 26 February 2010 ‎image list (hist) ‎[9,312 bytes] ‎Bloke (Talk | contribs) (New page: {{Mininav tags}} <code class="bamtag"><txp:image_list /></code> The image_list tag is a ''single'' or ''container'' tag that Textpattern will replace with a list of matching images u...)
  • 17:47, 4 February 2010 ‎Traduzione della wiki (hist) ‎[966 bytes] ‎MarcoK (Talk | contribs) (New page: Textbook si occupa di produrre una documentazione per TXP in quasi tutte le lingue. Tutto questo è ottenuto grazie al tuo aiuto nella traduzione delle pagine in Inglese di questa wiki. Se...)
  • 15:52, 4 February 2010 ‎Pagina principale (hist) ‎[502 bytes] ‎MarcoK (Talk | contribs) (New page: '''Benvenuto in TextBook'''! Ottieni un nuovo account. Guarda come fare la differenza. == Orientarsi == {{Orientation i...)
  • 09:01, 22 October 2009 ‎safe delete (hist) ‎[849 bytes] ‎Jsoo (Talk | contribs) (New page: {{Mininav core function reference}} ==Description== array safe_delete ( string ''$table'', string ''$where'', boolean ''$debug'' = ""'' ) Delete rows (records) from the Textpattern ...)
  • 17:31, 20 October 2009 ‎nextRow (hist) ‎[949 bytes] ‎Jsoo (Talk | contribs) (New page: {{Mininav core function reference}} ==Description== array nextRow ( resource ''$r'' ) Fetch the next row from a MySQL result resource. ==Parameters== ; r : MySQL result resource ...)
  • 14:10, 20 October 2009 ‎safe rows start (hist) ‎[1,380 bytes] ‎Jsoo (Talk | contribs) (New page: {{Mininav core function reference}} ==Description== array safe_rows_start ( string ''$things'', string ''$table, string ''$where'', boolean ''$debug'' = ""'' ) Returns a MySQL resul...)
  • 12:12, 20 October 2009 ‎safe rows (hist) ‎[1,248 bytes] ‎Jsoo (Talk | contribs) (New page: {{Mininav core function reference}} ==Description== array safe_rows ( string ''$things'', string ''$table, string ''$where'', boolean ''$debug'' = ""'' ) Returns an array of rows (r...)
  • 19:51, 19 October 2009 ‎safe row (hist) ‎[904 bytes] ‎Jsoo (Talk | contribs) (New page: {{Mininav core function reference}} ==Description== array safe_row ( string ''$things'', string ''$table, string ''$where'', boolean ''$debug'' = ""'' ) Returns a single row (record...)
  • 00:24, 15 October 2009 ‎Fixing search results (hist) ‎[2,059 bytes] ‎Bloke (Talk | contribs) (New page: {{Mininav_troubleshooting}} Some common issues with searching: == Blank page == If your search results page is _completely_ blank (a zero byte page), the problem is probably a fatal err...)
  • 00:00, 15 October 2009 ‎Securing your site from attack (hist) ‎[2,381 bytes] ‎Bloke (Talk | contribs) (New page: {{Mininav_troubleshooting}} (a.k.a has my site been hacked and what can I do about it) Attempted security breaches are a daily occurrence at popular web sites. Vandals regularly scan th...)
  • 22:38, 14 October 2009 ‎Incorrect context (hist) ‎[1,002 bytes] ‎Bloke (Talk | contribs) (New page: {{Mininav_troubleshooting}} Certain Textpattern tags are only intended for use in particular places. If you see a message similar to this: "Article tags cannot be used outside an article ...)
  • 15:22, 14 October 2009 ‎Feed issues (hist) ‎[1,880 bytes] ‎Bloke (Talk | contribs) (New page: {{Mininav_troubleshooting}} == The Basics == Use the [http://feedvalidator.org/ feed validator] if you suspect a feed problem. If the validator indicates that your feed is invalid, then ...)
  • 14:09, 14 October 2009 ‎Performance issues (hist) ‎[6,479 bytes] ‎Bloke (Talk | contribs) (New page: {{Mininav_troubleshooting}} (a.k.a. why is my site so slow?) Normally, Textpattern is one of the fastest CMS platforms around. There are, however, a few circumstances that can cause perf...)
  • 12:01, 14 October 2009 ‎Closing tags properly (hist) ‎[906 bytes] ‎Bloke (Talk | contribs) (New page: TXP tags behave llike XML tags insofar as they must be '''closed''' correctly. Any containing tag must have both an opening tag and a corresponding closing tag (marked with a preceding sl...)
  • 11:04, 14 October 2009 ‎Tag trace (hist) ‎[1,559 bytes] ‎Bloke (Talk | contribs) (New page: In Debugging mode, Textpattern appends a '''Tag Trace''' to the HTML output of each page. This is your key to working out which Textpattern tags are being executed an...)
  • 10:06, 14 October 2009 ‎Forgotten password (hist) ‎[2,858 bytes] ‎Bloke (Talk | contribs) (New page: A '''Publisher''' can reset any user's password. Provided there's at least one publisher who can log in, ask them to reset your password for you. If you're the only user with [[User_Roles...)
  • 20:14, 9 October 2009 ‎if article image (hist) ‎[939 bytes] ‎Els (Talk | contribs) (New page: {{Mininav tags}} <code class="bamtag"><txp:if_article_image></code> The if_article_image tag is a ''conditional'' tag and always used as an opening and closing pair, like this... <p...)
(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500)

Translations [?]...

About Textbook