Template talk:GroupInfoTableLine: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Robert W King
No edit summary
imported>Robert W King
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 2: Line 2:
:Which line? --[[User:Robert W King|Robert W King]] 14:56, 25 January 2008 (CST)
:Which line? --[[User:Robert W King|Robert W King]] 14:56, 25 January 2008 (CST)
The one that is now commented out. --[[User:Larry Sanger|Larry Sanger]] 16:03, 25 January 2008 (CST)
The one that is now commented out. --[[User:Larry Sanger|Larry Sanger]] 16:03, 25 January 2008 (CST)
:Somewhere you've accounted for either too many or too few columns.  By enabling that line that is commented out, it goes to the next line, checking for the existence of Lee R Berger's data... it could be that some boolean check is failing to work entirely, and skipping right to the next data set. --[[User:Robert W King|Robert W King]] 16:18, 25 January 2008 (CST)
:Somewhere you've accounted for either too many or too few columns.  By enabling that line that is commented out, it goes to the next line, checking for the existence of Lee R Berger's data in column 1 of the next row... it could be that some boolean check is failing to work entirely, and skipping right to the next data set. --[[User:Robert W King|Robert W King]] 16:18, 25 January 2008 (CST)
Prove it.  That's what I thought. --[[User:Larry Sanger|Larry Sanger]] 16:38, 25 January 2008 (CST)
 
Also, a data point to make your head hurt: [[CZ:Anthropology Workgroup/Status]] works just fine (actually, it's fixed) when you un-comment out that line, but [[CZ:Group Status]], which doesn't even ''use'' that line, breaks when you un-comment it out.  I'm sure this is a clue... --[[User:Larry Sanger|Larry Sanger]] 16:43, 25 January 2008 (CST)
 
:These are from Template:WorkgroupInfoTableCell and GroupInfoTableCell
 
<pre>
|| {{#if:{{User/{{{1}}}/{{{3}}}|data={{{4}}}-1|}}|(1)&nbsp;{{User/{{{1}}}/{{{3}}}|data={{{4}}}-1}} }}
{{#if:{{User/{{{1}}}/{{{3}}}|data={{{4}}}-2|}}|(2)&nbsp;{{User/{{{1}}}/{{{3}}}|data={{{4}}}-2}} }}
{{#if:{{User/{{{1}}}/{{{3}}}|data={{{4}}}-3|}}|(3)&nbsp;{{User/{{{1}}}/{{{3}}}|data={{{4}}}-3}} }}
{{#if:{{User/{{{1}}}/{{{3}}}|data={{{4}}}-4|}}|(4)&nbsp;{{User/{{{1}}}/{{{3}}}|data={{{4}}}-4}}}}
{{#if:{{User/{{{1}}}/{{{3}}}|data={{{4}}}-5|}}|(5)&nbsp;{{User/{{{1}}}/{{{3}}}|data={{{4}}}-5}} }}
 
<small>[<span class=plainlinks>[{{fullurl:Template:User/{{{1}}}/{{{3}}}|action=edit&section={{{5}}}}} edit]</span>]</small>
</pre>
 
<pre>
|| {{#if:{{User/{{{1}}}|data={{{3}}}-1|}}|(1)&nbsp;{{User/{{{1}}}|data={{{3}}}-1}} }}
 
{{#if:{{User/{{{1}}}|data={{{3}}}-2|}}|(2)&nbsp;{{User/{{{1}}}|data={{{3}}}-2}} }}
 
{{#if:{{User/{{{1}}}|data={{{3}}}-3|}}|(3)&nbsp;{{User/{{{1}}}|data={{{3}}}-3}} }}
 
{{#if:{{User/{{{1}}}|data={{{3}}}-4|}}|(4)&nbsp;{{User/{{{1}}}|data={{{3}}}-4}} }}
 
{{#if:{{User/{{{1}}}|data={{{3}}}-5|}}|(5)&nbsp;{{User/{{{1}}}|data={{{3}}}-5}} }}
 
<small>[<span class=plainlinks>[{{fullurl:Template:User/{{{1}}}|action=edit&section={{{4}}}}} edit]</span>]</small>
</pre>
 
------
 
That doesn't help me--sorry.  But I did just do something that helped ''a lot,'' I simply removed Robert Badgett's data from the list.  There's something he's putting into his userinfo page that is screwing up the table. --[[User:Larry Sanger|Larry Sanger]] 22:53, 25 January 2008 (CST)
:Well, that certainly is a relief then! --[[User:Robert W King|Robert W King]] 01:06, 26 January 2008 (CST)

Latest revision as of 02:06, 26 January 2008

I can't figure this out. Why is it when I comment out that line (or any line) suddenly CZ:Group Status works--otherwise, not? Sigh --Larry Sanger 14:55, 25 January 2008 (CST)

Which line? --Robert W King 14:56, 25 January 2008 (CST)

The one that is now commented out. --Larry Sanger 16:03, 25 January 2008 (CST)

Somewhere you've accounted for either too many or too few columns. By enabling that line that is commented out, it goes to the next line, checking for the existence of Lee R Berger's data in column 1 of the next row... it could be that some boolean check is failing to work entirely, and skipping right to the next data set. --Robert W King 16:18, 25 January 2008 (CST)

Prove it. That's what I thought. --Larry Sanger 16:38, 25 January 2008 (CST)

Also, a data point to make your head hurt: CZ:Anthropology Workgroup/Status works just fine (actually, it's fixed) when you un-comment out that line, but CZ:Group Status, which doesn't even use that line, breaks when you un-comment it out. I'm sure this is a clue... --Larry Sanger 16:43, 25 January 2008 (CST)

These are from Template:WorkgroupInfoTableCell and GroupInfoTableCell
|| {{#if:{{User/{{{1}}}/{{{3}}}|data={{{4}}}-1|}}|(1) {{User/{{{1}}}/{{{3}}}|data={{{4}}}-1}} }} 
{{#if:{{User/{{{1}}}/{{{3}}}|data={{{4}}}-2|}}|(2) {{User/{{{1}}}/{{{3}}}|data={{{4}}}-2}} }} 
{{#if:{{User/{{{1}}}/{{{3}}}|data={{{4}}}-3|}}|(3) {{User/{{{1}}}/{{{3}}}|data={{{4}}}-3}} }} 
{{#if:{{User/{{{1}}}/{{{3}}}|data={{{4}}}-4|}}|(4) {{User/{{{1}}}/{{{3}}}|data={{{4}}}-4}}}} 
{{#if:{{User/{{{1}}}/{{{3}}}|data={{{4}}}-5|}}|(5) {{User/{{{1}}}/{{{3}}}|data={{{4}}}-5}} }} 

<small>[<span class=plainlinks>[{{fullurl:Template:User/{{{1}}}/{{{3}}}|action=edit&section={{{5}}}}} edit]</span>]</small>
|| {{#if:{{User/{{{1}}}|data={{{3}}}-1|}}|(1) {{User/{{{1}}}|data={{{3}}}-1}} }}

{{#if:{{User/{{{1}}}|data={{{3}}}-2|}}|(2) {{User/{{{1}}}|data={{{3}}}-2}} }} 

{{#if:{{User/{{{1}}}|data={{{3}}}-3|}}|(3) {{User/{{{1}}}|data={{{3}}}-3}} }} 

{{#if:{{User/{{{1}}}|data={{{3}}}-4|}}|(4) {{User/{{{1}}}|data={{{3}}}-4}} }} 

{{#if:{{User/{{{1}}}|data={{{3}}}-5|}}|(5) {{User/{{{1}}}|data={{{3}}}-5}} }} 

<small>[<span class=plainlinks>[{{fullurl:Template:User/{{{1}}}|action=edit&section={{{4}}}}} edit]</span>]</small>

That doesn't help me--sorry. But I did just do something that helped a lot, I simply removed Robert Badgett's data from the list. There's something he's putting into his userinfo page that is screwing up the table. --Larry Sanger 22:53, 25 January 2008 (CST)

Well, that certainly is a relief then! --Robert W King 01:06, 26 January 2008 (CST)