61
sova
Requests Themes Download
  • 2013/6/28 10:46

  • sova

  • Not too shy to talk

  • Posts: 149

  • Since: 2010/4/13


Please upload these themes elsewhere.
http://code.google.com/p/bleekk-themes/downloads/list

bleekk-news theme
bleekk-mocha
bleekk-i001

I can not download due to sanctions.



62
sova
Re: Vote for XOOPS Installer on BitNami
  • 2013/2/26 5:36

  • sova

  • Not too shy to talk

  • Posts: 149

  • Since: 2010/4/13


XOOPS won
Thank you all



63
sova
Re: podcast in xoops
  • 2012/12/4 14:01

  • sova

  • Not too shy to talk

  • Posts: 149

  • Since: 2010/4/13


This module has the ability to play MP3.
written by Voltan.

http://xoops.svn.sourceforge.net/viewvc/xoops/XoopsModules/fmcontent/branches/


==========
Thank you for the quick answer.
This forum is really static And Dead.



64
sova
podcast in xoops
  • 2012/12/2 14:48

  • sova

  • Not too shy to talk

  • Posts: 149

  • Since: 2010/4/13


Is there a module Podcast?



65
sova
Re: News Image In the Black
  • 2012/11/18 14:42

  • sova

  • Not too shy to talk

  • Posts: 149

  • Since: 2010/4/13


Quote:

Mamba wrote:
xNews is not a supported module, so I am afraid, it will be difficult for you to find much help here.

Try to contact the original author of the module. His email should be in the source code.

So what's the news module in XOOPS is supported?
For several years now, no news module does not support.
The various modules are not supported:
News , XNews , Publisher , News (voltan) , Smart section , Article & ...

News Module is one of the main modules of the CMS. But There is no powerful module in Xoops.
Whether to develop a powerful news module was done?

-------------
Excuse me for my bad English.



66
sova
Re: News Image In the Black
  • 2012/11/18 4:58

  • sova

  • Not too shy to talk

  • Posts: 149

  • Since: 2010/4/13


thank you for your helping



67
sova
News Image In the Black
  • 2012/11/16 13:29

  • sova

  • Not too shy to talk

  • Posts: 149

  • Since: 2010/4/13


module = Xnews

Why in the submit News, Select a photo in the "" Select a picture to attach to the news "" Section.
These images are not shown in the block?

For example:

This block: nw_news_block_latestnews.html




68
sova
Re: place div on homepage only
  • 2012/9/9 3:12

  • sova

  • Not too shy to talk

  • Posts: 149

  • Since: 2010/4/13


I have this code:
if (defined("XOOPS_STARTPAGE_REDIRECTED") || (isset($GLOBALS['xoopsOption']['template_main']) && $GLOBALS['xoopsOption']['template_main'] == "db:system_homepage.html")) {
            if (
is_object($GLOBALS['xoopsTpl'])) {
                
$GLOBALS['xoopsTpl']->assign('homepage' ,true);
            }
        }

The code in the module system:
function eventCoreHeaderAddmeta($args)
    {
        if (!empty(
$_SESSION['redirect_message'])) {
            if (
defined("XOOPS_STARTPAGE_REDIRECTED") || (isset($GLOBALS['xoopsOption']['template_main']) && $GLOBALS['xoopsOption']['template_main'] == "db:system_homepage.html")) {
            if (
is_object($GLOBALS['xoopsTpl'])) {
            
$GLOBALS['xoopsTpl']->assign('homepage' ,true);
            
$GLOBALS['xoTheme']->addStylesheet('xoops.css');
            
$GLOBALS['xoTheme']->addScript('browse.php?Frameworks/jquery/jquery.js');
            
$GLOBALS['xoTheme']->addScript('browse.php?Frameworks/jquery/plugins/jquery.jgrowl.js');
            
$GLOBALS['xoTheme']->addScript('', array('type' => 'text/javascript'), '
            (function($){
                $(document).ready(function(){
                $.jGrowl("' 
$_SESSION['redirect_message'] . '", {  life:3000 , position: "center", speed: "slow" });
            });
            })(jQuery);
            '
);
        }
    }
                }
        }

And I used this code in the theme
<div id="news_box">
        <{if 
$homepage}>
        <
td>test</td>
        <{/if}>
        </
div>

But it does not work

---------------------
I used this code
<{if $SCRIPT_NAME == '/index.php' }>  
<
div id="news_box">
        <
td>test</td>
        </
div
<{/if}>

And
<{if $xoops == '/index.php' }>  
<
div id="news_box">
        <
td>test</td>
        </
div
<{/if}>

But this code does not work



69
sova
Re: Xnews and Publisher Plugin for marquee
  • 2012/9/7 16:18

  • sova

  • Not too shy to talk

  • Posts: 149

  • Since: 2010/4/13


xoops 2.5.5
xNews 1.71
publisher 1
Marquee 2.47



70
sova
Re: Xnews and Publisher Plugin for marquee
  • 2012/9/7 12:38

  • sova

  • Not too shy to talk

  • Posts: 149

  • Since: 2010/4/13


Site Home page is White

These errors show:
Fatal errorCall to undefined function nw_getmoduleoption() in /home/rooze10/domains/rooze10.ir/public_html/modules/xnews/class/class.newsstory.php on line 847

Notice
Undefined offset0 in file /home/rooze10/domains/rooze10.ir/xoops_lib/modules/protector/class/protector.php line 320
Notice
: Use of undefined constant NW_MODULE_PATH assumed 'NW_MODULE_PATH' in file /modules/xnews/class/class.newsstory.php line 33
Warning
: include_once(NW_MODULE_PATH/include/functions.php) [function.include-once]: failed to open streamNo such file or directory in file /modules/xnews/class/class.newsstory.php line 33
Warning
: include_once() [function.include]: Failed opening 'NW_MODULE_PATH/include/functions.php' for inclusion (include_path='.:/usr/local/lib/php'in file /modules/xnews/class/class.newsstory.php line 33
Notice
: Use of undefined constant NW_MODULE_PATH assumed 'NW_MODULE_PATH' in file /modules/xnews/class/class.newsstory.php line 836
Warning
: include_once(NW_MODULE_PATH/include/functions.php) [function.include-once]: failed to open streamNo such file or directory in file /modules/xnews/class/class.newsstory.php line 836
Warning
: include_once() [function.include]: Failed opening 'NW_MODULE_PATH/include/functions.php' for inclusion (include_path='.:/usr/local/lib/php'in file /modules/xnews/class/class.newsstory.php line 836




TopTop
« 1 ... 4 5 6 (7) 8 9 10 ... 14 »



Login

Who's Online

138 user(s) are online (104 user(s) are browsing Support Forums)


Members: 0


Guests: 138


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