[geeklog-cvs] Geeklog-1.x/public_html/docs theme.html,1.77,1.78

Dirk Haun dhaun at qs1489.pair.com
Sat May 3 16:02:00 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/docs
In directory qs1489.pair.com:/tmp/cvs-serv17740/public_html/docs

Modified Files:
	theme.html 
Log Message:
Fixed path to the submitstory templates


Index: theme.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/docs/theme.html,v
retrieving revision 1.77
retrieving revision 1.78
diff -C2 -d -r1.77 -r1.78
*** theme.html	3 May 2008 15:09:13 -0000	1.77
--- theme.html	3 May 2008 20:01:58 -0000	1.78
***************
*** 172,177 ****
--- 172,180 ----
  lib-custom.php to output any HTML you like.</p>
  
+ 
  <h2><a name="changes">Theme changes in Geeklog 1.5.0</a></h2>
+ 
  <h3><a name="xhtml">XHTML support</a></h3>
+ 
  <p>Geeklog now supports XHTML compliant themes. These themes should define the
  following constant in their <tt>functions.php</tt> file:</p>
***************
*** 187,196 ****
  
  <h3>"Contribute" - User submitted stories</h3>
  <p>Geeklog 1.5.0 supports the ability for users to specify story intro text
    and body text seperately rather than just the intro text. This can be
  turned on and off by changing the templates. The files:</p>
  <ul>
!     <li>professional/submitstory.thtml</li>
!     <li>professional/submitstory_advanced.thtml</li>
  </ul>
  <p>Contain table rows containing the bodytext inputs. Simply removing these
--- 190,200 ----
  
  <h3>"Contribute" - User submitted stories</h3>
+ 
  <p>Geeklog 1.5.0 supports the ability for users to specify story intro text
    and body text seperately rather than just the intro text. This can be
  turned on and off by changing the templates. The files:</p>
  <ul>
!     <li>submit/submitstory.thtml</li>
!     <li>submit/submitstory_advanced.thtml</li>
  </ul>
  <p>Contain table rows containing the bodytext inputs. Simply removing these
***************
*** 198,201 ****
--- 202,206 ----
  
  <h3>Admin-Menu, Topic-List & User-Menus</h3>
+ 
  <p>All the above mentioned items are now lists, using <code>ul</code> and
  <code>li</code> tags. The <code>ul</code> is inserted by the core code, the
***************
*** 203,206 ****
--- 208,212 ----
  
  <h3>Security Changes</h3>
+ 
  <p>Many forms, particularly in the admin section of the site need a new hidden
  form field in order for saving the form/processing the action to work. Add:</p>




More information about the geeklog-cvs mailing list