141
script_fu
Re: Nckarma 0.99

No problem...

Just post up when you have done some more work to your module.
I will install fresh copies of XOOPS 2.0.18 for you and test it again. Very nice work btw...

See it's only local test server...
C:\wamp\www\xoopsbeta\modules\



142
script_fu
Re: Adding rss feeds to xoops homepage

This is also one of the better ones...

Rss module

You would click from his home page over to sourceforge and download rssc-071.zip

I think that is the latest version. You would also need his frameworks as well...

Its called happy_linux-122.zip



143
script_fu
Re: homepage content block

Quote:

BentFX wrote:


<{if $xoops_contents}>
code here
<{/if}>




Will and Chris having a discussion.

<{if $xoops_contents}>
<
div id="content">
<{
$xoops_contents}>
</
div>
<{/if}>



144
script_fu
Re: Nckarma 0.99

Fatal error: Call to undefined function load_object() in C:\wamp\www\xoopsbeta\modules\nckarma\class\nrecord.php on line 14
All errors (8) queries (13) blocks (3) extra (0) timers (5)
Errors
Notice: Constant _WFDOWNLOADS_UPLOAD_KARMA already defined in file /modules/nckarma/plugin/wfdownloads/lang.english.php line 13
Notice: Constant _WFDOWNLOADS_DOWNLOAD_KARMA already defined in file /modules/nckarma/plugin/wfdownloads/lang.english.php line 14
Notice: Constant _WFDOWNLOADS_NO_ENOUGH_KARMA already defined in file /modules/nckarma/plugin/wfdownloads/lang.english.php line 15
Notice: Constant _WFDOWNLOADS_ADDCOMMENT_KARMA already defined in file /modules/nckarma/plugin/wfdownloads/lang.english.php line 16
Notice: Constant _WFDOWNLOADS_DELCOMMENT_KARMA already defined in file /modules/nckarma/plugin/wfdownloads/lang.english.php line 17
Notice: Constant _WFDOWNLOADS_REPLYCOMMENT_KARMA already defined in file /modules/nckarma/plugin/wfdownloads/lang.english.php line 18
Warning: include_once(/Frameworks/art/functions.ini.php) [function.include-once]: failed to open stream: No such file or directory in file /modules/nckarma/class/nrecord.php line 13
Warning: include_once() [function.include]: Failed opening '/Frameworks/art/functions.ini.php' for inclusion (include_path='.;C:/php5/pear') in file /modules/nckarma/class/nrecord.php line 13



145
script_fu
Re: Nckarma 0.99

Thank you for your work.

apache 2.2.6
xoops 2.0.18
php 5.2.4
mysql 5.0.45

-----

Install

Fatal error: Call to undefined function load_object() in C:\wamp\www\xoopsbeta\modules\nckarma\class\nrecord.php on line 14
All errors (2) queries (80) blocks (0) extra (1) timers (3)
Errors
Warning: include_once(/Frameworks/art/functions.ini.php) [function.include-once]: failed to open stream: No such file or directory in file /modules/nckarma/class/nrecord.php line 13
Warning: include_once() [function.include]: Failed opening '/Frameworks/art/functions.ini.php' for inclusion (include_path='.;C:/php5/pear') in file /modules/nckarma/class/nrecord.php line 13

-----

Uninstall

ERROR: Could not drop table xoops_nckarma_goods_change.

-----

Installed again

Installing Karma manager

Table 'xoops_nckarma_goods_cart' already exists

Unable to install nckarma. Error(s):
Back to Module Administration page



146
script_fu
Re: WFDownloads problems

&039; (single quote)

Are you putting any quotes around the file?
I also notice you have a space in the file name?

Our Book.zip ???

ourbook.zip
our_book.zip



147
script_fu
Re: Transferring Nuke Evo membership to XOOPS

You would half to post the code so everyone can look/work with it. Its hard to help if we can't see the import code you have.



148
script_fu
Re: homepage content block

I think I understand what your asking for now...

Look for <{$xoops_sitename}> - <{$xoops_pagetitle}> - <{$xoops_slogan}> inside the body tags of your theme.html. You can remove the code and that content will be gone. You can also put any content you want into your theme at that location and it will display on every page.

I hope this solves the problem.



149
script_fu
Re: homepage content block

Quote:

BentFX wrote:
Thanks for the quick reply...


No problem

Quote:

So I assume that in order to remove that empty block I must set another module as the home page?


Your wording is off just a lil. Its not an empty block your looking at. Its just the home page with no content added. When you do add content from blocks admin then the homepage would be showing either a module block, system block or custom block or combination of the three. You can add as many of these blocks on the front page as you wish.

As you add more and more blocks your site will slow down make sure you cache the blocks some. But thats another topic...

Quote:

It would be no big thing, except the theme I've just written makes it very obvious that block is EMPTY!


You could use the "set module as homepage" to give you a url of yourdomain/modules/yourmodule so content will show.

In blocks admin you can see each block that a module can display. Its better to use that and display the content from the module blocks on the home page or in other module pages that you wish. So you have a proper url of yourdomain.com with content displayed.

I hope that makes sense...

Edit to better clarify please read again.



150
script_fu
Re: homepage content block

I know this is not what you asked for.

However you can add custom pages that the XOOPS default search feature will not pick up.

<?php  
if (file_exists("mainfile.php")) {  
    include(
"mainfile.php");  
}  
elseif(
file_exists("../mainfile.php")) {  
    include(
"../mainfile.php");  
}  
else {  
    include(
"../../mainfile.php");  
}  
include(
XOOPS_ROOT_PATH "/header.php");  
$xoopsTpl->assign('xoops_showrblock'1); // 1 to display right blocks, 0 to hide  
$xoopsTpl->assign('xoops_showlblock'1); // 1 to display left blocks , 0 to hide 
///////  
echo "Your code";  
///////  
include(XOOPS_ROOT_PATH "/footer.php");  
?>



Related posts




TopTop
« 1 ... 12 13 14 (15) 16 17 18 ... 133 »



Login

Who's Online

76 user(s) are online (52 user(s) are browsing Support Forums)


Members: 0


Guests: 76


more...

Donat-O-Meter

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

Latest GitHub Commits