293001
shankar
Re: Xoops Hosting Forum Launched
  • 2003/6/7 21:00

  • shankar

  • Just popping in

  • Posts: 1

  • Since: 2003/5/28


Hello Michelle,

I'm a newbie to xoops.

May be you can answer my question in Installation Questions Forum.

To answer your question, please have a look at http://www.ProWebSpace.com with whom I intend to upload my XOOPS sites once I learn how to create good XOOPS sites.

Hope this helps (HTH),
Shankar.



293002
valone
Re: Minetype errors
  • 2003/6/7 7:55

  • valone

  • Just popping in

  • Posts: 8

  • Since: 2003/5/23


I did finally figure it out, quite a while ago actually, just forgot to get back to you all.

Xoops definitely needs some documentation



293003
domin
Re: topic images problem in "small news"
  • 2003/6/6 10:15

  • domin

  • Just popping in

  • Posts: 11

  • Since: 2003/5/28


...strange...never seen following quoto you mentioned in the .css file of x2t theme.

Quote:
".itemBody {padding-left: 5px; }"



293004
gstarrett
Re: MassMail to members [fixed]

Quote:

blueangel wrote:
so I think that there are more problems related to the Mail User function..

I'm seeing (I believe) the same thing. Try to email a group, but my page says "email send" even though it has not! I recall in the previous version the email addresses that got the note were listed on that page, but that may have changed since the older version.

Any thoughts? I would assume this is a fairly common thing to use.

Other notes worth of mention are that I'm using Register_Globals OFF with PHP 4.2.2, Apache 2.0.40, RedHat 8.0.



293005
josecruz
phpESP for XOOPS?
  • 2003/6/6 3:10

  • josecruz

  • Just popping in

  • Posts: 68

  • Since: 2003/3/28


I was wondering if we could start a discussion about bringing phpESP to XOOPS. I'm sure I'm not the only one who would love to have this.

I'm a newbie-nobody in terms of module creation, but I'll do everything I can to help anyone who wants to take the lead. It would help me tremendously in terms of my module-making learning. And it would be a real coup if XOOPS were the first to bring this software into its CMS fold.

One thing I notice tho' is that phpESP is distributed under the BSD license, will that make trouble for us GPL types?

Jose



293006
kain
Re: apache and /modules/news
  • 2003/6/6 0:15

  • kain

  • Just popping in

  • Posts: 56

  • Since: 2002/1/9 9


sorry for bumping..
I've tried the php way, but nothing, there are too many class/include to modify and I can't rewrite part of core to do this..
maybe mod_rewrite for apache can work, but I think if we write a rule that points again to document root it will results in an infinite loop (index.php <-> /modules/news/index.php).
I don't want to use frames.. nobody out there have tried to solve this problem?

ps. I use XOOPS 1.3.10



293007
chapi
Re: Main Menu
  • 2003/6/5 20:26

  • chapi

  • Theme Designer

  • Posts: 611

  • Since: 2002/1/22


Why don't you try a liiiiittle bit on your own?!
As mentioned before ...

Quote:

Add the following..

{DESCRIPTION}

Wash, Rinse, Repeat...


If you are linking to something, under XOOPS you can do something like the following..
<{$xoops_url}>/modules/cjaycontent/index.php?id=2


Just do what he said and add a link link this
My new Link

or this
My new Link

Eventually a target="_self" is required, that the link don't open in a new window.



293008
hsalazar
Re: Some pointers on how to build a theme
  • 2003/6/5 20:24

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


rabideau:

The .js files should be within the HEAD tags, and the javascript call goes at the end of the file, just before the closing BODY tag.

I've modified the look of my site so I don't have the horizontal menu anymore (now I have four vertical menus on the left side), but I'll share here the file theme.html I used to have. It'll be useful if you want to see the syntax for using Tigra Menu, but also to take a look at a page built mostly using DIV tags.

Here's the code, with the comments translated:

DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<
head>
    <
meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" />
    <
meta http-equiv="content-language" content="<{$xoops_langcode}>" />
    <
meta name="robots" content="<{$meta_robots}>" />
    <
meta name="keywords" content="<{$meta_keywords}>" />
    <
meta name="description" content="<{$meta_description}>" />
    <
meta name="rating" content="<{$meta_rating}>" />
    <
meta name="author" content="<{$meta_author}>" />
    <
meta name="copyright" content="<{$meta_copyright}>" />
    <
meta name="generator" content="XOOPS" />
    <
title><{$xoops_sitename}> - <{$xoops_pagetitle}>title>
    <
link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" />
    <
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" />
    <
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />

    <
script language="JavaScript" src="<{$xoops_url}>/include/menu.js">script>
    <
script language="JavaScript" src="<{$xoops_url}>/include/menu_items.js">script>
    <
script language="JavaScript" src="<{$xoops_url}>/include/menu_tpl.js">script>

    <
script type="text/javascript">
    
    
script>


head>


<
body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<
div id="logo">
    <
a href="<{$xoops_url}>">
        <
img src="<{$xoops_imageurl}>logo.gif" width="150" height="80" border="0">
    a>
    div>

<
div id="banner"><{$xoops_banner}>div>

<
div id="barra-superior-clara">
    <
div style="float:left; width: 10px; height: 20px;"><img src="<{$xoops_imageurl}>ulc.gif" width="10" height="20" border="0">div>
    <
div style="float:right; width: 10px; height: 20px;"><img src="<{$xoops_imageurl}>urc.gif" width="10" height="20" border="0">div>
div>
<
div class="boxclear"div>

<
div id="barra-superior-oscura"

<{if !
$xoops_isuser}>

<
div align="left">
<
form action="<{$xoops_url}>/user.php" method="post">
    <
span class="navtextwht"Userspan
    <
input type="text" name="uname"  size="15" maxlength="20" class="formTextBox" />
    <
span class="navtextwht"Passwordspan 
    <
input type="password" name="pass"  size="15" maxlength="20" class="formTextBox" />
    <
input type="hidden" name="op" value="login" />
    <
input name="btnEntrar" type="submit" id="btnEntrar" class="formButton" value="Enter" />
    <
input name="btnRregistrarme" type="button" id="btnRregistrarme" class="formButton" value="Registrarme" onClick="goToURL('http://www.puntoflotante.com/register.php')"/>
form>
div>


<{else}>
<
div align="right">
    <
form action="<{$xoops_url}>/search.php" method="post">
    <
input type="text" name="query" class="formTextBox" />
    <
input type="hidden" name="action" value="results" />
    <
input name="btnBuscar" type="button" id="btnBuscar" class="formButton" value="Search" />&nbsp
    form>
div>

<{/if}>

div>

<
div id="envoltura">
<
div id="bloque-izq">
<
div class="leftcolumn"
    
    <{foreach 
item=block from=$xoops_lblocks}>
    <{include 
file="pf/theme_blockleft.html"}>
    <{/foreach}>
    
div>
div>

<
div id="bloque-der">
<
div id="content">


<
table width="590" border="0" valign="top" cellspacing="6" cellpadding="0">
<
tr valign="top">






     
        
         
            
            <{foreach item=block from=$xoops_ccblocks}>
                <{include file="pf/theme_blockcenter_c.html"}>
                

            <{/foreach}>
            
        

        
    




     
        
             
                <{$xoops_contents}>
            

        
    




<{if $xoops_showcblock == 1}>



     

        
         
             
            
                <{foreach item=block from=$xoops_clblocks}>
                    <{include file="pf/theme_blockcenter_l.html"}>
                <{/foreach}>
             
            

        

        
         
         
            
            <{foreach item=block from=$xoops_crblocks}>
                <{include file="pf/theme_blockcenter_r.html"}>
            <{/foreach}>
            
        

        
    

<{/if}>




<{if $xoops_showrblock == 1}>






 
    
    <{foreach item=block from=$xoops_rblocks}>
        <{include file="pf/theme_blockright.html"}>
    <{/foreach}>
    




<{else}>
<{/if}>




 





    
        <{$xoops_footer}>
    
    
        ¿Cómo se hace Punto flotante?
    

 



    


293009
jad2000
Re: Main Menu
  • 2003/6/5 20:02

  • jad2000

  • Just popping in

  • Posts: 16

  • Since: 2003/4/12


Yo I need help w/ the question above.



293010
rabideau
Re: Some pointers on how to build a theme
  • 2003/6/5 19:41

  • rabideau

  • Home away from home

  • Posts: 1042

  • Since: 2003/4/25


Hello Horatio,

I downloaded some of the items you suggested from tigra. I built a set of menu items I'd like to add to my site (banner at the top). I've dug around the various XOOPS files looking for where I should place the new js... and succeeded in getting lost

Can you provide some pointers as to where I might look? I'd love to incorporate these on the site... but for now, I don't know where they should go.

Thank you in advance.




TopTop
« 1 ... 29298 29299 29300 (29301) 29302 29303 29304 ... 29425 »



Login

Who's Online

822 user(s) are online (582 user(s) are browsing Support Forums)


Members: 0


Guests: 822


more...

Donat-O-Meter

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

Latest GitHub Commits