1
TooBaked
Re: png transparency
  • 2004/6/23 13:17

  • TooBaked

  • Just popping in

  • Posts: 37

  • Since: 2003/2/9 5


some parts of XOOPS uses png while some parts don't.
I can use PNG in any static code I use in the site or theme but I can't use it in anything that XOOPS generates.

for example in themes I use .png in my banners and custom blocks. but they don't work as news topics.
they do work for download topics if you look www.jointgamers.us in downloads the topic images are .png
if you look in news the topic images do not show up in netscape I see an "alt link" and for IE I see empty placeholder.



2
TooBaked
Re: Tuning default theme?
  • 2004/4/28 16:08

  • TooBaked

  • Just popping in

  • Posts: 37

  • Since: 2003/2/9 5


look in themes/zaja_green/style.css and make sure there is nothing like

td#header{}
or
table_header{}


anything like that sometimes will carry a defined header width or header image width. it appears to me the image is the correct size the table it's sitting in is defined to small.

if the table it is in has defined.
"colspan="2" then the image will only span the first TD.

example:
<table align=center" width="100%" colspan="2"><tr><td>imge here</td><td>nothing here you see header background</td></tr></table>

should look like:
<table align=center" width="100%">
<td>image is here 100%</td></table>

to change this in the css file you will need to know alittle .css (cascading style sheet) to do this.
if you know html you should have no problem with the css.








3
TooBaked
Re: Project Creation for Xoops
  • 2004/3/7 3:06

  • TooBaked

  • Just popping in

  • Posts: 37

  • Since: 2003/2/9 5


I like the fact that XOOPS Remains Free and works off Donations unlike some of the other developement communities take and in return Place messages on thier sites saying "Don't ask for help".
as far as being clean coded thats the most important part to me thats why I seek community support for this project.
as far as being paid I don't think any one part of the production deserves any money. now if this is a community Project built for XOOPS then I would want to hand it over to XOOPS for free and allow them to implement it into the official modules for XOOPS in later GPL release. as far as being paid, the whole XOOPS Community will be paid
not just the developers and thats whats important. I could sit in my office and do this on my own and use it. but Id rather Help the Community thats helping me and for 2 years now thats been Xoops. So if anyone is willing to help out in small bits and not overwhelm themselves I think it will work out best for the XOOPS Community.
I do have some Non-Xoops Sites that have some pretty slick Ideas. I think for the most part XOOPS it pretty well prepared to take on a task running a reseller Site.
I have been runing around and digging into other Whois scripts and they seem pretty simple. so far I have got a domain search to work in Xoops. what I am working on now is getting the theme warapped into the results page view here.
www.stradegyonline.net/hosting
(click the link "Domain name Check" in main Menu)
this page need XOOPS theme.
search for "stupidfudge.com" (this page needs XOOPS theme as well) after I get them installed I will delete the module and Make My own for "Xoops".
I want it to completely favor XOOPS Code in this module. So if XOOPS decides they want to use it in release they can.



4
TooBaked
Groups help
  • 2004/2/26 4:57

  • TooBaked

  • Just popping in

  • Posts: 37

  • Since: 2003/2/9 5


I had someone helping with my site so I give him admin rights now that he is done I tried to move him down to Mod.
everything changes ok except when I goto delete him from the webmaster groups list it goes to a blank page. all the page has is basically the html header.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>


what am I missing here guys. I looked in the 2.0.6 un edited version I have on my desktop and I see no differences in the files. any help please.



5
TooBaked
Re: Site transfer -> modules don't work
  • 2004/2/24 18:32

  • TooBaked

  • Just popping in

  • Posts: 37

  • Since: 2003/2/9 5


after you transfered did you make sure all your files were modded right

cache dir
templates_c
uploads

chmod 755 or 777

otherwise your template wont update keep an eye open for quick warnings of permission failures sometimes they pop up so fast and redirect back to the page you can't see them if your not paying attention. this is problem I have sometimes when transfering from 1 directory to another or host for that matter.



6
TooBaked
Re: website for review
  • 2004/2/22 17:43

  • TooBaked

  • Just popping in

  • Posts: 37

  • Since: 2003/2/9 5


Quote:

carnuke wrote:
A very well integrated theme! I like the classic lines mixed with fresh colour. The pages load with impressive speed. Clearly coded poperly and without conflicts.

There's actually some really good interesting content on your site. Thanks for the invitation to view, I hope you get many visitors. They will certainly benefit from both presentation and content!

Richard


I'll have to pass my review along right about here. very nice job.



7
TooBaked
Convert text link to img button PHP
  • 2004/2/22 17:35

  • TooBaked

  • Just popping in

  • Posts: 37

  • Since: 2003/2/9 5


Im going through and adding my custom images for my forum member search and profiles. on the front page you have the recent topics block for newBB bottom row has a link "visit forum". I tracked down the file
blocks.php in modules/newbb/language/english/
now how do I convert the text to an image
define("_MB_NEWBB_VSTFRMS"," Visit Forums");
to
define("_MB_NEWBB_VSTFRMS","IMG HERE");

and will this be the only file I need to edit?

thanks for any help



8
TooBaked
Re: Project Creation for Xoops
  • 2004/2/20 21:27

  • TooBaked

  • Just popping in

  • Posts: 37

  • Since: 2003/2/9 5


yea all the pages interact one is whois domain search which leads to step2 purchase if the domain appears available. some are product pages leading to specific hosting plans i.e. windows hosting, dedicated server, domain registration so on.

just so I can set myself on a pace how long would it take average person to wrap something like this into a complete module for xoops. hours, days, weeks, months?

anyone willing to offer guidence through email or messnager please let me know preferably a XOOPS dev to make sure things are done the XOOPS way so this module can be available to all XOOPS users.



9
TooBaked
Project Creation for Xoops
  • 2004/2/20 17:20

  • TooBaked

  • Just popping in

  • Posts: 37

  • Since: 2003/2/9 5


Ok here is the deal guys I am reseller for a webhosting company (ipowerweb). and I love Xoops, so I want to incorperate a bunch of pages into the XOOPS engine, how is the best way to go about this

Should I.....

#1 use a one of the available editors and just make individual pages for xoops.

#2 Create a Complete Module and include the XOOPS theme tables into the pages I have already created.

#3 use a module already created that I don't know about.

#4 give up and find a new life.<----hopefully not this one....



10
TooBaked
Re: Partners Block
  • 2004/2/20 17:09

  • TooBaked

  • Just popping in

  • Posts: 37

  • Since: 2003/2/9 5


Goto your Admin>>>>System>>>>templates>>>>Partners

you will see 3 templates listed for partners, edit the one on the bottom called>>>>
xoopspartners_block_site.html

edit this command here>>>>
<{if $partner.image != ""}>
<img src="<{$partner.image}>" width="92" height="32" border="0" alt="<{$partner.url}>" <{$block.fadeImage}> /><br />
<{/if}>

as you can see I already made mine smaller from the default size.


you can edit all the templates for partners from there and preview before you submit changes.




TopTop
(1) 2 3 4 »



Login

Who's Online

249 user(s) are online (170 user(s) are browsing Support Forums)


Members: 0


Guests: 249


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