Remove Todo
Your User Name:
Your Password:
Login Options:
 
Is it possible to change the value of the ids set to post_X_author ( where X is the number of a post ) to only X ? That way the "permalinks" to the posts are easier to find, and it'd rocks if the [ threadId ] UBB code could be extended to support the [ threadId#postNumber ] syntax. Ultimately the timestamp of the posts ( e.g.
posted 08-05-2004 03:08 ) could be nested in a A to pick the permalink of each post.

Actually the markup of a post begins with:

code:
<tr>
    <td class="field2 author_cell">
      <span id="post_17_author"><strong>

To simplify the syntax of the "permalinks" to the posts the markup could be simply changed to

code:
<tr id="17">
    <td class="field2 author_cell">
      <span id="post_17_author"><strong>

« BackwardsOnwards »

Show Forum Drop Down Menu