51
Will_H
Re: Registered Users email getting spammed by nickname
  • 2008/1/10 21:48

  • Will_H

  • Friend of XOOPS

  • Posts: 1786

  • Since: 2004/10/10


lol, sorry. I really did think you were a bot.



52
Will_H
Re: HOWTO: Accessing (Missing) PHP Variables in Theme/Smarty Templates
  • 2008/1/10 21:47

  • Will_H

  • Friend of XOOPS

  • Posts: 1786

  • Since: 2004/10/10


Seems like this could also be used to display breadcrumbs. Well, its a good start at it

Cool share.



53
Will_H
Re: online/offline button cbb 3.08
  • 2008/1/10 21:40

  • Will_H

  • Friend of XOOPS

  • Posts: 1786

  • Since: 2004/10/10


The simplest way would be to use faux text, or an image that looks like its just text. Match your bg colors and no one will know the difference.



54
Will_H
Re: How Do I.....
  • 2008/1/10 21:36

  • Will_H

  • Friend of XOOPS

  • Posts: 1786

  • Since: 2004/10/10


ya, its called a block. as far as greeting?

you mean like:

"Welcome Back Bob!"

<{if $xoops_isuser}>Welcome Back <{$xoops_uname}><{else}>Please <a href="<{$xoops_url}>/register.php">Register</a><{/if}>



55
Will_H
Re: Footer Problem
  • 2008/1/10 21:30

  • Will_H

  • Friend of XOOPS

  • Posts: 1786

  • Since: 2004/10/10


Many people do not worry about it. However, if you were to set up a little test site, with nothing on it except blocks that act as space holders (L,TL, TC, TR, BL, BC, BR, R).

Then you could more easily validate just the theme and not all the content. Validation, in many cases, helps fix problems of this nature. I stand by my improperly nested elements. You may find that the quick fix is as easy as killing a couple tables prior to the footer. Since you really aren't worried about standards it could produce the quick result you are looking for.

ie. Prior to your footer code throw in a couple...

</table>
</table>
</table>

Think of it as the myspace solution. (please don't tell the other theme designers that I am encouraging no compliant practices.... they will tease me for months.. )



56
Will_H
Re: Footer Problem
  • 2008/1/10 16:25

  • Will_H

  • Friend of XOOPS

  • Posts: 1786

  • Since: 2004/10/10


Try wrapping it in a table.

yours:
<div id="copyright">
  <
div align="center"><span id="designBy">Design by <a href="http://www.7dana.com" target="_blank">7dana.com</a></span></div>
</
div>


try:
<table width="100%">
<
tr>
<
td>
<
div id="copyright">
  <
div align="center"><span id="designBy">Design by <a href="http://www.7dana.com" target="_blank">7dana.com</a></span></div>
</
div>
</
td>
</
tr>
</
table>


I believe your issue is incorrectly nested elements somewhere, but there is just too much going on for me to dig through your source to find it.

Validation may help.



57
Will_H
Re: Add (Upload) a binary file for download
  • 2008/1/10 16:18

  • Will_H

  • Friend of XOOPS

  • Posts: 1786

  • Since: 2004/10/10





58
Will_H
Re: Convert from IPB to Xoops
  • 2008/1/10 15:32

  • Will_H

  • Friend of XOOPS

  • Posts: 1786

  • Since: 2004/10/10


ya I hear ya, like I said. I think I saw one in the bbpixel forums.



59
Will_H
Re: Is there a way to reset all blocks, menus, etc.. to default?
  • 2008/1/10 14:43

  • Will_H

  • Friend of XOOPS

  • Posts: 1786

  • Since: 2004/10/10


You cannot delete the admin menu, you probably just set it to off, or invisible. If you login and go to admin.php then to blocks you can turn it back on.

If it isn't in your blocks admin then please check your webmaster group and make sure you have access to it.



60
Will_H
Re: Convert from IPB to Xoops
  • 2008/1/10 14:40

  • Will_H

  • Friend of XOOPS

  • Posts: 1786

  • Since: 2004/10/10


if anyone has it its over at bbpixel.com




TopTop
« 1 ... 3 4 5 (6) 7 8 9 ... 146 »



Login

Who's Online

196 user(s) are online (118 user(s) are browsing Support Forums)


Members: 0


Guests: 196


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits