161
Cifug
Re: Java and extGallery dependency on same for uploads
  • 2013/1/28 22:00

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Quote:
flipse wrote:
Just wait for the coming Java update Cifug. Oracle is a big company and Java an important product, I'll bet with you they are sweating to fix current problems

Oh ok cool

Will we have to update the applet or is the vulnerability in windows?



162
Cifug
Re: Java and extGallery dependency on same for uploads
  • 2013/1/28 21:36

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Must have been in the last windows update as my jupload script has also stopped working.

I know about the "batch upload" feature but it isn't always useful or efficient.

Is there any way to set up multiple file uploads in "standard" type page?

Regards,
Marty.



163
Cifug
Re: All content is Server Time not Local Time??
  • 2013/1/28 7:08

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Quote:
irmtfan wrote:
we have server time setted in "General setting" and Local time that each users can select in his profile.
you can set a default timezone for users then it should return the local time (Default timezone) setted in "General setting" for users that dont select a time zone themselves.

I have set these settings correctly.

Quote:
it should work.

I agree.

Quote:
do you mean the display time is not changed when you change the local time zone in your profile?

That's correct.

I have server time set to -5hrs and default time set to +10hrs and my profile time set to +10hrs

When I create a new news article the default publish time is 15 hours earlier than my local time which is server time and if I don't adjust it it will output as posted on "server time". If I manually adjust the publish time to my local time the article won't publish for another 15 hours or until server time catches up with my local time.

Cheers,
Marty.



164
Cifug
All content is Server Time not Local Time??
  • 2013/1/27 23:15

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Hi, for some reason all content on my website is timestamped with server time and not local time. I have set the server time and local time in preferences and local time in my profile and this doesn't seam to make any difference.

Shouldn't the website output the local time rather than the server time?

I'm using:
Xoops 2.5.5
Apache 2.2.23
MySQL 5.0.96-community
PHP 5.3.17
News 1.6.7
ExtCal 2.24
Profile 1.63
AMS 3

Thanks,
Marty.



165
Cifug
Re: Having trouble centering a fixed width theme
  • 2012/8/7 13:58

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Actually...this did not work completely :(

My block headings are still centered, but i'm torn as whether I prefer the centered block headings or not.

I think to be safe the block headers should be left aligned.

Any other ideas?

Best regards,
Cifug...



166
Cifug
Re: Having trouble centering a fixed width theme
  • 2012/8/4 0:47

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Quote:

Bleekk wrote:
delete: "align: center" or "text-align:center"
margin: 0 auto; ist enough.

use css like zyspec described:
#headertable {width: 1000px; margin: 0 auto;}


Hi Bleekk, that had the same effect as zyspec's code.

And then it came to me, I used:
#headertable {width: 1000px; margin: 0 auto;}

And then just added:
text-alignleft;

to all the content that was incorrectly centered like the main menu and user menu.

This appears to have worked :)

Cheers and thanks for your help,
Cifug



167
Cifug
Re: Having trouble centering a fixed width theme
  • 2012/8/3 6:49

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Quote:

zyspec wrote:
You might try something like:

#headertable {width: 1000px; margin-left:auto; margin-right:auto;}


You can't just use 'text-align: center' for tables in CSS. There's a few other methods that can be used for fixed width tables/themes but hopefully this one will do what you need.


Thanks for your help zyspec, that works a little too good lol. All the content is also centered. I can do what I need by using div tags in the theme.html like:
<div style="width:1000px;margin:0px auto;text-align:left;"></div>

But, i would like to use the css instead if possible?

Any further ideas?

Thanks again for any help :)



168
Cifug
Having trouble centering a fixed width theme
  • 2012/8/2 10:04

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Hi guys/gals, I'm having trouble centering a fixed width theme. I know it must be a simple fix but my mind is not playing the game tonight lol. My theme keeps sitting on the left of the page but I would like it to be centered on the page.

This is what I have in the theme.html
<table id="headertable" cellspacing="0">
     <
tr id="header">
         <
td id="headerlogo" width="100%" align="center"><a href="<{xoAppUrl /}>" title="<{$xoops_sitename}>"><img src="<{xoImgUrl ar_banner.jpg}>" alt="<{$xoops_sitename}>" /></a></td>
     </
tr>
     <
tr>
         <
td id="headerbar" width="60%">&nbsp;</td>
         <
td id="headerbar" width="40%">&nbsp;</td>
     </
tr>
 </
table>


This is what I have in the style.css
#headertable {width: 1000px; align: center;}


Is align: center; wrong? if so, what should I be using?

Thanks in advance for your input,
Cifug...



169
Cifug
Re: Downgrading Xoops??
  • 2012/2/22 14:17

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Thanks for your reply...

I'm not sure I want to screw around anymore. I know 2.5 works with the modules I want. So I am going to go start over and delete everything and start again with 2.5.0 and with the "basic module pack". This has worked for me in the past. I'll just copy all content to doc and paste it over to the new site. It will only take me a but just quite a few dedicated hours LOL...with beer it will go quick hahaha ;)

Mamba, I would love to help work bugs out and test whatever. I can set up a test site and give you specific feedback. I can give you access also if you want. My only problem is I work shift and probably can't be available every day.

PM me if you want me to do this.

Cheers,
Marty



170
Cifug
Re: Downgrading Xoops??
  • 2012/2/22 8:04

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Hi guys, is it possible?

If not, thats cool, i'll just start again. But if it is possible it may save me some work.

Cheers,
Marty.




TopTop
« 1 ... 14 15 16 (17) 18 19 »



Login

Who's Online

251 user(s) are online (169 user(s) are browsing Support Forums)


Members: 0


Guests: 251


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