1
burfodus
Re: mail not working 2.4.4
  • 2010/5/6 13:43

  • burfodus

  • Just popping in

  • Posts: 94

  • Since: 2008/9/2 1


when i said they are the same, i mean.

www.domain1.com has host settings mail.domain1.com:1234

and

www.domain2.com host mail.domain2.com:1234

the xoops versions must be different.

as I needed to set my main host username and pw on one, and mail username and pw on the other.

any ideas why?

steve
XOOPS Version - XOOPS 2.3.2
PHP Version - 5.2.6
MySQL Version - 5.0.67-community
Server API Version - apache2handler
OS Version - WINNT



2
burfodus
mail not working 2.4.4
  • 2010/5/6 1:39

  • burfodus

  • Just popping in

  • Posts: 94

  • Since: 2008/9/2 1


hey guys,

im hoping this is a 2.4.4 problem, I have two xoops installations on the same server, same mail server, and same details in both xoops mail settings.

2.4.1 works and 2.4.4 doesnt send.

have there been changes between these versions that may effect this.

im using mail.mymailserver.com:1234 for mail server host and port. does this matter (using this method on both versions).

thanks
steve
XOOPS Version - XOOPS 2.3.2
PHP Version - 5.2.6
MySQL Version - 5.0.67-community
Server API Version - apache2handler
OS Version - WINNT



3
burfodus
Re: exsisting style codes used by xoops
  • 2010/3/8 4:12

  • burfodus

  • Just popping in

  • Posts: 94

  • Since: 2008/9/2 1


thanks ghia

always helpful

steve.



4
burfodus
exsisting style codes used by xoops
  • 2010/3/8 1:16

  • burfodus

  • Just popping in

  • Posts: 94

  • Since: 2008/9/2 1


Hi all,

i have worked out a couple of basic ones, like outer and bg3 in admin areas, but is there a list of existing style codes used by XOOPS that we can incorporate when writing something.

if someone could point out where to find them, that would be great.

thanks
steve



5
burfodus
Re: blocks dont display when left column is missing
  • 2009/11/22 10:08

  • burfodus

  • Just popping in

  • Posts: 94

  • Since: 2008/9/2 1


OH, i will,

i didnt think the " " were that important, only when whats in them has a space.

i will go through and see if that helps.

like i said, im still a beginner when it comes to code.

cheers
steve.



6
burfodus
Re: blocks dont display when left column is missing
  • 2009/11/21 13:14

  • burfodus

  • Just popping in

  • Posts: 94

  • Since: 2008/9/2 1


well, i couldnt get it to work with a left column, but as i didnt want one, i proceeded with completing the design and just removed the left column all together.

if anyone would like the theme, i would be happy to send it to them, it can be viewed here www.endoforums.com however before publishing it to the themes database, i think someone with a little more xoopspertise will need to tidy it up a little.

regards
steve.



7
burfodus
blocks dont display when left column is missing
  • 2009/11/19 13:49

  • burfodus

  • Just popping in

  • Posts: 94

  • Since: 2008/9/2 1


Hi guys and gals.

Im creating a new theme for one of my sites, and ill be offering it up to the XOOPS community once finished as i think it looks quite good. however begun by creating the page wihtout xoops, and im now trying to add the content.

its almost working, i worked backwards by placing my divs into a different theme above and below the content code, however my theme is best suited for no left column and when i switch off all the left columns i get nothing. (no content).

I dont fully understand all of the XOOPS template stuff as im pretty much a beginner, but this is the code thats displaying teh content, and it seems ok to me so can someone please shed some light on why i get nothing when there are no blocks in teh left column.

thanks.steve
<table cellspacing="0" id="Main" align="center"> <tr> <{if $xoops_showlblock}> <td id="leftcolumn"> <{foreach item=block from=$xoBlocks.canvas_left}> <{includeq file="$theme_name/blocks-col-l.html"}> <{/foreach}> </td> <{/if}> <td id="centercolumn"> <{if $xoBlocks.page_topleft or $xoBlocks.page_topcenter or $xoBlocks.page_topright}> <table cellspacing="0" class="centercol"> <tr> <td id="centerCcolumn" colspan="2"> <{foreach item=block from=$xoBlocks.page_topcenter}> <{includeq file="$theme_name/blocks-c.html"}><{/foreach}> </td> </tr> <tr> <td id="centerLcolumn"> <{foreach item=block from=$xoBlocks.page_topleft}> <{includeq file="$theme_name/blocks-c.html"}><{/foreach}> </td> <td id="centerRcolumn"> <{foreach item=block from=$xoBlocks.page_topright}> <{includeq file="$theme_name/blocks-c.html"}><{/foreach}> </td> </tr> </table> <{/if}> <div id="content"> <{$xoops_contents}> </div> <{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright or $xoBlocks.page_bottomcenter}> <table cellspacing="0" class="centercol"> <{if $xoBlocks.page_bottomcenter}> <tr> <td id="bottomCcolumn" colspan="2"><{foreach from=$xoBlocks.page_bottomcenter item=block}><{includeq file="$theme_name/blocks-c.html"}><{/foreach}></td> </tr> <{/if}> <{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright}> <tr> <td id="bottomLcolumn"><{foreach from=$xoBlocks.page_bottomleft item=block}><{includeq file="$theme_name/blocks-c.html"}><{/foreach}></td> <td id="bottomRcolumn"><{foreach from=$xoBlocks.page_bottomright item=block}><{includeq file="$theme_name/blocks-c.html"}><{/foreach}></td> </tr> <{/if}> </table> <{/if}> </td> <{if $xoops_showrblock}> <td id="rightcolumn"> <{foreach item=block from=$xoBlocks.canvas_right}> <{includeq file="$theme_name/blocks-col-r.html"}> <{/foreach}> </td> <{/if}> </tr> </table>




8
burfodus
Paypal Gateway, a simple solution
  • 2009/8/24 23:30

  • burfodus

  • Just popping in

  • Posts: 94

  • Since: 2008/9/2 1


Hi Guys, I have an idea that could save alot of people alot of time here.

and im sure several of you already have the code and could probably whip it up pretty quickly.

the idea is to have a simple paypal gateway module, that has an admin page to enter the site owners paypal details. and a front end page that receives the info required for paypal transaction, ie price etc.

all the site owner need do is install and put paypal info in, then create whatever page or thing their doing to send the required info to the receiving page and it does the rest.

pleease let me know if this already exists, but ive done a few searches and come up with nothing, and im about to embark on learning how to code it into the module im currently working on, and i fear it may be a little difficult for my abilities.

for those of you that have already intergrated paypal with a module, it should be pretty straight forward to cut it out, and create the page to receive the info.

it would dramatically assist anyone creating custom built XOOPS modules that require payment, very usefull.

my fingers are crossed.

steve.



9
burfodus
Re: Code wont work in block
  • 2009/7/11 11:11

  • burfodus

  • Just popping in

  • Posts: 94

  • Since: 2008/9/2 1


yep trabis, that seemed to work, thanks.

sb..
XOOPS Version - XOOPS 2.3.2
PHP Version - 5.2.6
MySQL Version - 5.0.67-community
Server API Version - apache2handler
OS Version - WINNT



10
burfodus
Code wont work in block
  • 2009/7/10 0:11

  • burfodus

  • Just popping in

  • Posts: 94

  • Since: 2008/9/2 1


Hello again guys.

im trying to put some php in a custom block, and its killing the page or just not displaying at all. Maybe one of you guys can tell me what im doing wrong.

im selecting php script in the custom block options, is that all i need to do?

$artid2 $_GET['artid'];

echo 
'<table>
<tr>
<td class=head>downloads area </td>
</tr>
<tr>
<td>'
;

$getportfolio mysql_query("SELECT * FROM ".$xoopsDB->prefix('dart_gallery')." WHERE artid = '$artid2' AND title = 'portfolio' ");
while (
$row1 mysql_fetch_array($getportfolio)) {
$filename $row1['filename'];
}
echo 
'<div id=buttonpoint><a href="gallery/artist'.$artid2.'/'.$filename.'">Portfolio</a></div>';   

$getshowreal mysql_query("SELECT * FROM ".$xoopsDB->prefix('dart_gallery')." WHERE artid = '$artid2' AND title = 'showreal' ");
while (
$row2 mysql_fetch_array($getshowreal)) {
$filename2 $row2['filename'];
}
echo 
'<div id=buttonpoint><a href="gallery/artist'.$artid2.'/'.$filename2.'">showreal</a></div>';  

$getresume mysql_query("SELECT * FROM ".$xoopsDB->prefix('dart_gallery')." WHERE artid = '$artid2' AND title = 'resume' ");
while (
$row3 mysql_fetch_array($getresume)) {
$filename3 $row3['filename'];
}
echo 
'<div id=buttonpoint><a href="gallery/artist'.$artid2.'/'.$filename3.'">Resumé</a></div>
</td>
</tr>
</table>'
;


thanks guys
XOOPS Version - XOOPS 2.3.2
PHP Version - 5.2.6
MySQL Version - 5.0.67-community
Server API Version - apache2handler
OS Version - WINNT




TopTop
(1) 2 3 4 ... 10 »



Login

Who's Online

213 user(s) are online (143 user(s) are browsing Support Forums)


Members: 0


Guests: 213


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