11
TottoBG
Re: myalbum - change order of subcats ?
  • 2006/2/18 18:03

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


Hi cosmodrum,
I don't find an option for this through module administration but searching the code here's what I've found:
In myalbum/include/draw_functions.php on line 202 in the function myalbum_get_sub_categories() the line is:
$crs $xoopsDB->query"SELECT cid, title, imgurl FROM $table_cat WHERE pid=$parent_id ORDER BY title") or die( "Error: Get Category." ) ;

that is a query to the DB. What comes is the ORDER BY option at the end - add 'DESC' (like 'ORDER BY title DESC') and it should work.



12
TottoBG
Re: Contraditorio.com - Blog Style type.
  • 2006/2/16 18:32

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


Good work, rduarte
And once again I'd say - it's a very clear and nice looking site! And for the language differencies - Google helps



13
TottoBG
Re: Block formatting
  • 2006/2/15 18:37

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


Have you done with this already? It looks good to me in FF. But indent space of a list is a theme question, and more accurate - a CSS question.



14
TottoBG
Re: Centering Theme
  • 2006/2/15 18:21

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


eclypto, that's the way it should be done for a css compliant browser, just as you mentioned:
width80%;
margin-leftauto;
margin-rightauto;

But because of some IE incompliancy you also need to add 'text-align: center;' to the body element (if there's no other block element outside the table) and then put back 'text-align: left;' or what you would need for the table element. If you use table for your base layout, another possible way is to put a 'div' element outside and give the old css incompliant property 'align="center"' to the table element.



15
TottoBG
Re: is it possible to center the logo on the top of the website?
  • 2006/2/15 18:13

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


Good it worked
Greetings!



16
TottoBG
Re: is it possible to center the logo on the top of the website?
  • 2006/2/12 21:19

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


Hi yesyes,
If it's what I see now opening your site, the image in the header is given as a background to the 'td' element with class='bkg' and that should be given in the stylesheet (.css) files, so it's not directly visible in just viewing the source from a browser. But open the .css files with an editor and look for a class definition like 'td.bkg' or just '.bkg' . If it's what I think, look for a property 'background: ' and add 'center center' after it or a property 'background-position: ' and change the second value after it to 'center'.
If you still cannot manage with it, I'll try to find your theme and look at it's source.
Good luck!



17
TottoBG
Re: Adjusting the right side block margins?
  • 2006/2/12 21:01

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


It should be given in your theme stylesheet (.css) file - the wight of the right column. What theme are you using? Look at your theme.html file and find what id is given to the right side column - if you do ok with the html code. Then open the .css files in an editor and find the same id and the width parameter given there for it - that's what you're looking for.



18
TottoBG
Re: news 1.44 images
  • 2006/2/9 22:08

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


nuker, when following your link in FF the JavaScript console finds an error on the page - it says "AdMenu is not defined" and gives line 202 of the index.php file as a problemous; and that line is
var menu1 = new AdMenu("menu1");

not sure if it's connected but it's an error



19
TottoBG
Re: Long query problems.
  • 2006/2/9 21:55

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


Javier, have you done any changes to your site recently? Any new outside script, any new modules, etc.? Cause as your hosting company has now called you for this in first time, it should have been a recent problem. But for sure not a XOOPS core problem, think also not a cbb problem, but who knows..



20
TottoBG
Re: need download modul
  • 2006/2/7 20:12

  • TottoBG

  • Not too shy to talk

  • Posts: 111

  • Since: 2005/8/18


With the current WF-Downloads you can go through templates and clear this extra information and also through files to clear this info when uploading, and so on. But it's not an easy task for s.o. with no experience. It would be really good if these fields are optional. Thx david!




TopTop
« 1 (2) 3 4 5 ... 11 »



Login

Who's Online

172 user(s) are online (113 user(s) are browsing Support Forums)


Members: 0


Guests: 172


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