Welcome, Guest. Please login or register.

Author Topic: To Do list -- Bug fixes for new site.  (Read 21240 times)

Description:

0 Members and 1 Guest are viewing this topic.

  • Guest
Re: To Do list -- Bug fixes for new site.
« Reply #44 on: February 16, 2004, 07:57:59 PM »
The URL didn't change with the upgrade.  Not sure what an IRC interface has to do with it.  

Wayne
 

Offline Framiga

  • Hero Member
  • *****
  • Join Date: May 2003
  • Posts: 4096
    • Show only replies by Framiga
Re: To Do list -- Bug fixes for new site.
« Reply #45 on: February 16, 2004, 08:00:02 PM »
Hi

perfect . . . View Account and Edit Account problems, fixed.

Gallery comments, fixed too :-)

Cheers

 

Offline sir_inferno

  • Hero Member
  • *****
  • Join Date: Oct 2003
  • Posts: 1037
    • Show only replies by sir_inferno
Re: To Do list -- Bug fixes for new site.
« Reply #46 on: February 16, 2004, 08:03:28 PM »
Quote

Wayne wrote:
The URL didn't change with the upgrade.  Not sure what an IRC interface has to do with it.  

Wayne


doesn't, that's my sig ;-)


[edit]


once again a cosmetic difference but could the "online" thing maybe have a little spacing, and be red with an "!" thingy...?
 

Offline sir_inferno

  • Hero Member
  • *****
  • Join Date: Oct 2003
  • Posts: 1037
    • Show only replies by sir_inferno
Re: To Do list -- Bug fixes for new site.
« Reply #47 on: February 17, 2004, 03:10:33 PM »
seeing that most of the major bugs have gone ;-) [well done :-)] could i move onto some wants? :-P

seeing this breaks quite a few things that wayne said initially, i don't mind if this doesn't happen, and don't bother replying with a Excuse me, please read... but this would be VERY useful just under the top menu bar

Code: [Select]


<table border=&quot;0&quot; width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;>
<tr>
<td>
<img src=&quot;<{$xoops_imageurl}>images/switch.gif&quot; width=&quot;25&quot; height=&quot;25&quot; alt=&quot;block control&quot; class=&quot;pointer&quot; onclick=&quot;toggleDisplay('left','block','none')&quot; />
</td>


<!-- Empty Space -->


<td>
<{if $xoops_showrblock == 1}>
<img src=&quot;<{$xoops_imageurl}>images/switch.gif&quot; width=&quot;25&quot; height=&quot;25&quot; alt=&quot;block control&quot; class=&quot;pointer&quot; onclick=&quot;toggleDisplay('right','block','none')&quot; />
<{/if}>
<{if $xoops_showrblock == 0}>
<img src=&quot;<{$xoops_imageurl}>images/swi_off.gif&quot; width=&quot;25&quot; height=&quot;25&quot; alt=&quot;open and close right-block&quot; alt=&quot;block control&quot; />
<{/if}>
</td>
</tr>
</table>



Basically this would show and hide the blocks when you click on the switch button...
 

  • Guest
Re: To Do list -- Bug fixes for new site.
« Reply #48 on: February 17, 2004, 03:33:47 PM »
Very interesting possibilities, but I don't actually see where the code you supplied does anything except alternate the swi_on and swi_off graphics.

Please correct me if I'm wrong.
 

Offline sir_inferno

  • Hero Member
  • *****
  • Join Date: Oct 2003
  • Posts: 1037
    • Show only replies by sir_inferno
Re: To Do list -- Bug fixes for new site.
« Reply #49 on: February 17, 2004, 03:40:22 PM »
i'll get back to you on that one...my example seems to have stopped working...


[thank goodness the quote thing stopped, time to write it in the FAQ]
 

  • Guest
Re: To Do list -- Bug fixes for new site.
« Reply #50 on: February 17, 2004, 05:46:05 PM »
I forgot to write down who wrote the bug which breaks the formatting, but PLEASE don't do that here, in the open.  Please e-mail me and let me know so that I can test and fix it elsewhere.

Wayne
 

Offline that_punk_guy

  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 4526
    • Show only replies by that_punk_guy
Re: To Do list -- Bug fixes for new site.
« Reply #51 on: February 17, 2004, 05:59:13 PM »
'Twas me, sorry Wayne... :-)
 

  • Guest
Re: To Do list -- Bug fixes for new site.
« Reply #52 on: February 17, 2004, 06:06:24 PM »
Please e-mail me with directions to duplicate the error so that I might fix it?

For all we know, it might affect ALL Xoops sites.

Wayne
 

Offline that_punk_guy

  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 4526
    • Show only replies by that_punk_guy
Re: To Do list -- Bug fixes for new site.
« Reply #53 on: February 17, 2004, 06:15:40 PM »
Quote
Wayne wrote:
Please e-mail me


Done. Sorry, I got the impression you had read what I said in the posts.

:-)
 

Offline sir_inferno

  • Hero Member
  • *****
  • Join Date: Oct 2003
  • Posts: 1037
    • Show only replies by sir_inferno
Re: To Do list -- Bug fixes for new site.
« Reply #54 on: February 17, 2004, 07:37:01 PM »
maybe it was doomaster  :nervous:  :insert spooky ghost sounds and little ghost flying around emoticon here:
 

Offline sir_inferno

  • Hero Member
  • *****
  • Join Date: Oct 2003
  • Posts: 1037
    • Show only replies by sir_inferno
Re: To Do list -- Bug fixes for new site.
« Reply #55 on: February 17, 2004, 08:28:13 PM »
wayne, i implemented the block thingy a while ago, but i think i found the key parts...

After this:



Code: [Select]

<!--
<{$xoops_js}>
//-->
</script>





insert this:




Code: [Select]








and insert this:





Code: [Select]













images/switch.gif" width="25" height="25" alt="block control" class="pointer" onclick="toggleDisplay('left','block','none')" />

<{if $xoops_showrblock == 1}>
images/switch.gif" width="25" height="25" alt="block control" class="pointer" onclick="toggleDisplay('right','block','none')" />
<{/if}>
<{if $xoops_showrblock == 0}>
images/swi_off.gif" width="25" height="25" alt="open and close right-block" alt="block control" />
<{/if}>







after this:



Code: [Select]


   

   





actually, you might want to just keep the image, or delete that thing altogether, i donno, fiddle about with it if you want...
 

Offline that_punk_guy

  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 4526
    • Show only replies by that_punk_guy
Re: To Do list -- Bug fixes for new site.
« Reply #56 on: February 17, 2004, 09:21:56 PM »
The weird problem with the periods added on the end of sigs has re-appeared...
 

Offline ackbarr

  • Newbie
  • *
  • Join Date: Jan 2004
  • Posts: 5
    • Show only replies by ackbarr
    • http://www.planetxoops.com
Re: To Do list -- Bug fixes for new site.
« Reply #57 on: February 17, 2004, 11:00:25 PM »
Signatures should work fine now.

* Edit - You can also remove the '...' now
This is a test of the emergency broadcast system. This is only a test.
This is a test of the emergency broadcast system. This is only a test.
This is a test of the emergency broadcast system. This is only a test.
This is a test of the emergency broadcast system. This is only a test.
This is a test of the emergency broadcast system. This is only a test.
This is a test of the emergency broadcast system. This is only a test.
This is a test of
 

Offline that_punk_guy

  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 4526
    • Show only replies by that_punk_guy
Re: To Do list -- Bug fixes for new site.
« Reply #58 on: February 17, 2004, 11:02:41 PM »
Affirmative :-)
 

  • Guest
Re: To Do list -- Bug fixes for new site.
« Reply #59 from previous page: February 18, 2004, 05:34:36 AM »
I apologize for the change in quoting style.  I really, really liked the table look.  Alas it was not to be.  As That_Punk_guy pointed out today, misuse of an extra {/quote} tag would instantly break the formatting for the whole page because {/quote} was defined as "close the table".

If anyone has a better idea rather than the HR's, I'm all ears.  (My avatar has improved my outlook on life it seems)

Wayne