1
ronhab
Re: Time zone problem...
  • 2005/1/31 20:06

  • ronhab

  • Friend of XOOPS

  • Posts: 160

  • Since: 2003/4/27


Your server looks like it is 11 hours off. You need to talk to the admin of the server.

The other three hours is probably the XOOPS timezone setting. It should be set to -8, as your server appears to be in the same time zone as California.



2
ronhab
Re: Firefox and Div
  • 2005/1/31 20:00

  • ronhab

  • Friend of XOOPS

  • Posts: 160

  • Since: 2003/4/27


You probably want span tags then and not div tags.

Try it like

<br />
<
div style="background-image:url(<{$xoops_imageurl}>menubar_02.gif); background-repeat:repeat-y">
<
span class="blockTitle" style="background-image:url(<{$xoops_imageurl}>menubar_01.gif); background-repeat:no-repeat">&nbsp;&nbsp;&nbsp;&nbsp;<b><{$block.title}></b></span><br />
<
span class="blockContent"><{$block.content}></span>
<
span><img src="<{$xoops_imageurl}>menubar_03.gif" alt="" align="bottom"></span></div>



3
ronhab
Re: Removing Avatar from Profile!
  • 2005/1/31 7:28

  • ronhab

  • Friend of XOOPS

  • Posts: 160

  • Since: 2003/4/27


Quote:

jpco_122122 wrote:
How can I remove the AVATAR in Edit Account and View Account panel also how can it be totally removed from the xoops?


system_userinfo.html template is one of the areas. I am sure there are others too, I just don't know all the spots.



4
ronhab
Re: Time zone problem...
  • 2005/1/31 7:19

  • ronhab

  • Friend of XOOPS

  • Posts: 160

  • Since: 2003/4/27


Just put that code in a file called time.php and drop it in your root directory and then go tohttp://yoursite.com/time.php and read the output.



5
ronhab
Re: newbb1 no smilies unless anon
  • 2005/1/31 7:12

  • ronhab

  • Friend of XOOPS

  • Posts: 160

  • Since: 2003/4/27


Quote:

DonXoop wrote:
What site? I mean one of my sites with newbb1.

It isn't just me but random messages for everyone. The code goes in and is saved but only shows the smilie when not logged in. very strange.


Well, I registered at the site in your profile since that info was absent in the original post.

Turn on PHP debug and see if there are any errors? Any new modules installed or any other changes made recently? Run repair table on the database? go to smileys admin and see if all looks ok? Or try resubmitting there and repopulate the db?



6
ronhab
Re: Firefox and Div
  • 2005/1/31 7:08

  • ronhab

  • Friend of XOOPS

  • Posts: 160

  • Since: 2003/4/27


Quote:

Burnzy wrote:
<br>
<
div style="background-image:url(<{$xoops_imageurl}>menubar_02.gif); background-repeat:repeat-y">
<
div class="blockTitle" style="background-image:url(<{$xoops_imageurl}>menubar_01.gif); background-repeat:no-repeat">&nbsp;&nbsp;&nbsp;&nbsp;<b><{$block.title}></b><br><div class="blockContent"><{$block.content}></div></div>
<
div><img src="<{$xoops_imageurl}>menubar_03.gif" alt="" align="bottom"></div>
</
div>


thats what i got for the right block and left block code.


Your closing tags look a little messed up. Try it like

<br />
<
div style="background-image:url(<{$xoops_imageurl}>menubar_02.gif); background-repeat:repeat-y"></div>
<
div class="blockTitle" style="background-image:url(<{$xoops_imageurl}>menubar_01.gif); background-repeat:no-repeat">&nbsp;&nbsp;&nbsp;&nbsp;<b><{$block.title}></b></div><br />
<
div class="blockContent"><{$block.content}></div>
<
div><img src="<{$xoops_imageurl}>menubar_03.gif" alt="" align="bottom"></div>


Any difference?



7
ronhab
Re: newbb1 no smilies unless anon
  • 2005/1/30 23:06

  • ronhab

  • Friend of XOOPS

  • Posts: 160

  • Since: 2003/4/27


Quote:

DonXoop wrote:
Here's a strange one. All of a sudden my newbb1 site refuses to show smiles in the posts while you're logged in. Logout and the same messages show smilies. I see the bbcode but not the graphics while logged in. Even for admin. other modules like news are fine.


I see your smileys when logged in.

Browser/cache issue?



8
ronhab
Re: RESMGR cant find unixtojd()
  • 2005/1/30 22:55

  • ronhab

  • Friend of XOOPS

  • Posts: 160

  • Since: 2003/4/27


It's a UNIX function that should be part of PHP. Look here for more info:

http://us3.php.net/unixtojd

Not sure why it is causing probs with your module though.



9
ronhab
Re: Empty space between text and pics
  • 2005/1/30 22:44

  • ronhab

  • Friend of XOOPS

  • Posts: 160

  • Since: 2003/4/27


Quote:

robertalbert wrote:
I found out it didn't work for my problem, but i still cannot find the solution. I only want the pics in the news-module to have a margin around 'em.

Anyone?


Try altering the CSS file for the .itemBody section to suit your tastes.



10
ronhab
Re: System buttons
  • 2005/1/29 13:23

  • ronhab

  • Friend of XOOPS

  • Posts: 160

  • Since: 2003/4/27


Quote:

geofox wrote:
All chmod are correct...

There's is something strange : `

I check in my DB, in the xoops_group_permission, there is no "system_admin" row in the gperm_name column... Is this normal ?


Sorry, I do have that in that table.

I have 17 entries of it, actually.




TopTop
(1) 2 3 4 ... 12 »



Login

Who's Online

233 user(s) are online (166 user(s) are browsing Support Forums)


Members: 0


Guests: 233


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