81
TottoBG
Re: HELP! Messed up loading new theme - now site is blank!
  • 2005/10/16 18:38

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


maybe a good advice would be to delete the content of your template_c directory and then try to load your site index page.



82
TottoBG
Re: Add news in diferent categories
  • 2005/10/16 18:35

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


What news module and XOOPS version are you running? In News module you could simply edit the news article you want if you got the rights for it and change the active category the article is posted in from a drop-down menu.



83
TottoBG
Re: Xcgal 2.0 Can't upload to server
  • 2005/10/16 18:29

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


Grizzlydk, not sure just how Xcgal is working but it's standart that gallery modules use some restrictions on size of files being allowed to be uploaded. This restriction should be setted in the module admin preferences so check there for a field like 'max upload size'. A possible reason for your problem could be you got there a max size you're trying to exceed while uploading.
Or if it's not that, please, describe in details what the problem happens to be.



84
TottoBG
Re: Center logo ?
  • 2005/10/14 14:14

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


zBoost, I can't see the logo on the site now?
Anyway, for what you needed you have to add
text-align: center;
to your css file for your td.bkg class. And if it also doesn't work add
align="center"
as your image's property so both it and the td align to work.

Welcome to a new XOOPS user from Bulgaria!



85
TottoBG
Re: MS Weather problem
  • 2005/10/13 21:37

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


The MS Weather module was just loading and parsing the corresponding yahoo weather page, so just check if the weather pages you're trying to load do still exist. If they do and you haven't modifyied the module code recently then it could be Yahoo who have made sth. If it was just changing the weather files inside formats and comments in it that the modules uses to parse the files then I cannot think of how there will be such message out there..



86
TottoBG
Re: News - Index Page
  • 2005/10/9 18:50

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


Then just put it in a custom block and make it visible on the News index page from the drop down menu for visibility. Or maybe I still don't understand you right?
How are you displaying the recent news instead of using the 'recent news' block?



87
TottoBG
Re: Making theme work for different resolutions
  • 2005/10/8 21:24

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


Just use percentage (%) measures in your css setting width of the elements and it should be working. Use right measures (like px for example) only for the elements that need specific width to be shown correctly, like menus. And also should not have any having specific size elements like pictures to fill in width your pages, cause then they would stop shrinking the content of your page.



88
TottoBG
Re: block contents in top header bar????
  • 2005/10/8 21:08

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


I'm using some extra block zones i use to call in my template this way and it's not hard adding more as they follow just the way the other block zones (l, cl, cc, cr, r) are initialized. Not sure if it will work for you the same way cause i'm using 2.0.7.3 and still haven't checked it on 2.2. On my place there are only 4 files that need a bit modification for adding new zone:
- header.php
- include/common.php
- modules/system/admin/blocksadmin/blockform.php
- modules/system/admin/blocksadmin/blocksadmin.php
I think just simple php knowledge is needed to easily find the code that is connected with block zones in these files and add some extra code following the model of the default zones.



89
TottoBG
Re: News - Index Page
  • 2005/10/8 20:13

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


for sure you're able to modify the recent news block template and add your content there on the place you want. the code calling the recent artcles should be done in a cycle, so you'll have to break that cycle in two parts and add your content between them. it would be better not to change the module's block template, but just copy its code in a custom block and modify it as you need there, and show that custom block on your page, but not the original one.



90
TottoBG
Re: 1/1/1970 Joined Date for Everyone
  • 2005/10/7 19:56

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


UPDATE DBPrefix_users SET user_regdate = unix_timestamp(now()) WHERE user_regdate = 0 - that will write them in the db as registered at the moment you execute it. or you could use a concrete date and time as executing

UPDATE DBPrefix_users SET user_regdate = unix_timestamp('yyyy-mm-dd hh:ii:ss') WHERE user_regdate = 0 where replacing the date format with a concrete date




TopTop
« 1 ... 6 7 8 (9) 10 11 »



Login

Who's Online

218 user(s) are online (156 user(s) are browsing Support Forums)


Members: 0


Guests: 218


more...

Donat-O-Meter

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

Latest GitHub Commits