31
T-Tech
Re: Annoying CSS issue
  • 2004/3/22 14:04

  • T-Tech

  • Just popping in

  • Posts: 62

  • Since: 2004/3/3 1


1. Check the theme.html for comments that may be out of place. No comments above the beginning tags. (If you make changes to the theme.html be sure to go to templates_c and delete the old generated file.)

2. Run through your css file and be sure you have set font-size for every variable, and that you have choosen the correct font-face as well.

3. Proof read the css for any typo that may be hidden in there.



32
T-Tech
Re: Links
  • 2004/3/22 12:13

  • T-Tech

  • Just popping in

  • Posts: 62

  • Since: 2004/3/3 1


Glad to hear it!



33
T-Tech
Re: Links
  • 2004/3/22 0:52

  • T-Tech

  • Just popping in

  • Posts: 62

  • Since: 2004/3/3 1


Once you have installed it from your system admin panel, just click on the icon in your admin menu that says "imenu" then click on add a link and all you have to do is enter the name of the link, and the url.

Example:
My Site
http://t-tech.org




34
T-Tech
Re: Xoops IT & Software Management Association??
  • 2004/3/22 0:00

  • T-Tech

  • Just popping in

  • Posts: 62

  • Since: 2004/3/3 1


Sounds like a great idea and you have peeked my interest. Let me know more :)

In regards to a "module for it" .... I do believe that is what the xoopspartners module is for? Or at least thats what I use it for lol



35
T-Tech
Re: Any one need a music,radio player for there site convert this plz
  • 2004/3/21 23:53

  • T-Tech

  • Just popping in

  • Posts: 62

  • Since: 2004/3/3 1


Actually Im in the middle of coverting an mp3 player I made in flash over to XOOPS and adding in a admin consol for adding music. You can see the player HERE by clicking on the little round button in the header. I havent added any music other then the intro sound, but this is a great player for streaming sound files, and its fast, no long laggy time waiting for the files to load. I will let you know when this project is complete.

Also in regards to radio shows, I also have a broadcasting server that we are soon going to get back in action after we are through renovation the radio site. The way we did the radio before was we had "dj's" from many different partner sites put in an hour or two. Some played music, some talked tech, some has question answer sessions hosted from a yahoo chat room where listeners could come in and be part of the show ect. Out of curiousity I wonder how many site owners would be interested in such a thing?

Thanks, Danni :)



36
T-Tech
Re: Links
  • 2004/3/21 23:45

  • T-Tech

  • Just popping in

  • Posts: 62

  • Since: 2004/3/3 1


Ok if this is a newbb forum that is part of the XOOPS system you should be able to just activate it and set group permissions and have it show up.

However if this is a forum outside of the system, you should check out "imenu" ... I believe you can get it here in the downloads, if not check my site. Imenu is great you can add links to where ever youd like inside or outside of your xoops, or even on or off site.

My Site -> HERE



37
T-Tech
Re: Looky :)
  • 2004/3/21 13:32

  • T-Tech

  • Just popping in

  • Posts: 62

  • Since: 2004/3/3 1


Catscity,

Great idea! I want to include alot of new features in the next version and I am very much open to ideas/suggestions. I will definatly add your idea to the list :)

Thanks, Danni :)



38
T-Tech
Re: troubles with themes
  • 2004/3/21 11:21

  • T-Tech

  • Just popping in

  • Posts: 62

  • Since: 2004/3/3 1


Have you modified the theme at all?
Are you sure your server permissions are all set correctly?

If you are using XOOPS 2.0.6 and trying to use x2t theme you should not be having a problem as far as the XOOPS its self goes, so you may want to check your server permissions. Most times a blank page happens because the server thinks you dont have permission.

This will also happen if you try to use e-xoops themes with xoops.

Run through this check list and see if it helps.
http://wiki.xoops.org/wakka.php?wakka=BlankPage



39
T-Tech
Re: Looky :)
  • 2004/3/21 11:13

  • T-Tech

  • Just popping in

  • Posts: 62

  • Since: 2004/3/3 1


Glad you worked that out :)

The module is set to only work with TechThems, however you could convert just about any theme and add the new variables where ever you would like. For a brief look at the new variables you could impliment into a theme look -> HERE.

Note: This will only work if you have TechThemeConfig installed.




40
T-Tech
Re: How To: Page generated in 0.4534 seconds?
  • 2004/3/21 11:01

  • T-Tech

  • Just popping in

  • Posts: 62

  • Since: 2004/3/3 1


I do believe you could do that with a function similar to this one...

function footmsg() {
    global 
$copyright$total_time$start_time;
    
$mtime microtime();
    
$mtime explode(" ",$mtime);
    
$mtime $mtime[1] + $mtime[0];
    
$end_time $mtime;
    
$total_time = ($end_time $start_time);
    
$total_time 'Page Generated In ".substr($total_time,0,5)." Seconds';
    echo 
"<center>";
    echo 
"$copyright<br>$total_time<br>n</center>n";
}
$xoopsTpl->assign("show_total_time"$total_time);






TopTop
« 1 2 3 (4) 5 6 7 »



Login

Who's Online

188 user(s) are online (96 user(s) are browsing Support Forums)


Members: 0


Guests: 188


more...

Donat-O-Meter

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

Latest GitHub Commits