1
growe
xcGallery RC 1.1
  • 2009/5/3 19:58

  • growe

  • Just popping in

  • Posts: 10

  • Since: 2006/11/19


I just installed xcGallery RC 1.1 and when using the batch upload feature I get this error...

Fatal errorCannot redeclare scandir() in /home/under/public_html/den/modules/xcgal/admin/searchnew.php on line 314


I haven't edited any code at all. Does anyone know what's up and how to fix it?




2
growe
Re: Wedding Information with evite.com like features module
  • 2008/6/21 18:23

  • growe

  • Just popping in

  • Posts: 10

  • Since: 2006/11/19


Any modules avaialble yet?



3
growe
Re: News Module Layout Customization
  • 2007/2/16 18:23

  • growe

  • Just popping in

  • Posts: 10

  • Since: 2006/11/19


Hmmm - I figured it would be as simple as what you just said but I must have been having a brain fart because I couldn't locate the template I needed to use.

There is a template for Big Story, Moderate, Random News, etc. but not one for Recent News.

I just figured out that I needed to edit news_top.php

I changed
$news['teaser'] = xoops_substr(strip_tags($story->hometext()), 0$options[3]+3)


to

$news['teaser'] = xoops_substr(strip_tags($story->hometext()), 0$options[3]+3)." <nobr><a href=".XOOPS_URL."/modules/news/article.php?storyid=".$news['id'].">"._MB_READMORE."</a></nobr><br /><br />";


and it worked ok



4
growe
Re: News Module Setting Problem [SOLVED]
  • 2007/2/15 20:54

  • growe

  • Just popping in

  • Posts: 10

  • Since: 2006/11/19


I found the problem.
Theme I am using (exnews) had an invalid entry in the CSS file.



5
growe
Re: News Module Layout Customization
  • 2007/2/15 20:32

  • growe

  • Just popping in

  • Posts: 10

  • Since: 2006/11/19


To clarify what I'm talking about...
In the Recent News block settings, I have set a teaser length. The new link I'm talking about should go immediately after the teaser content.

The spotlight feature has a similiar link but the additional articles don't. Not sure why.



6
growe
News Module Layout Customization
  • 2007/2/15 20:13

  • growe

  • Just popping in

  • Posts: 10

  • Since: 2006/11/19


I would like to make a change to the way the Recent News block looks but as a newbie am not qualified to do it. Any help is appreciated.

By design, the entire article is not displayed in the block but the article title is a link to the full article. In some cases that is ok; however, sometimes it is not evident that the acticle is not complete and it is not evident to some users that the title is a link. (I guess that is theme dependant).

In any case, after the portion of each article that is displayed in the Recent News Block I would like to have a link called something like "Click for full article" or "Click for remainder of article". I don't think coding the link will be hard, I'm just have'n trouble locating where to put the code.

As a newbie, I will appreciate any help I get. Thanks in advance.



7
growe
News Module Setting Problem
  • 2007/2/15 20:01

  • growe

  • Just popping in

  • Posts: 10

  • Since: 2006/11/19


When I use the News Module's Spotlight feature or the Tab feature the text is set to white. Since my background is white, I can't read the text. I have been searching through the files and module settings to see where I can set the colors and can't find where. I'm a newbie so any help is appreciated.

Thanks.



8
growe
Smarty Problem
  • 2007/2/5 17:26

  • growe

  • Just popping in

  • Posts: 10

  • Since: 2006/11/19


I am very new at this so please excuse my ignorance.

Here is some code I have...

<!-- USER NAVIGATION BAR START -->
<
div id="navbar">
    <
table cellspacing="0" cellpadding="0" id="menu1" class="NavMenu">
        <
tr>
            <{if 
$xoops_isuser == 1}>
                <
td>
                    <
class="button" href="javascript:void(0)"><{$smarty.const._MA_NAV_ACTIONS}></a>
                        <
div class="section">
                            <
class="item" href="<{$xoops_url}>/user.php"><{$smarty.const._MA_NAV_VIEWACCOUNT}></a>
                            <
class="item" href="<{$xoops_url}>/edituser.php"><{$smarty.const._MA_NAV_EDITACCOUNT}></a>
                            <
class="item" href="<{$xoops_url}>/notifications.php"><{$smarty.const._MA_NAV_NOTIFICATIONS}></a>
                            <
class="item" href="<{$xoops_url}>/user.php?op=logout"><{$smarty.const._MA_NAV_LOGOUT}></a>
                            <{if 
$xoops_isadmin}>
                                <
class="item" href="<{$xoops_url}>/admin.php"><{$smarty.const._MA_NAV_ADMINISTRATION}></a>
                            <{/if}>
                        </
div>
                </
td>
            <{else}>
                <
td id="date"
                    <{
$smarty.now|date_format:"%A, %e %B %Y"}>
                </
td>
            <{/if}>
                <
td id="search">
                    <
form style="margin: 0px;" action="<{$xoops_url}>/search.php" method="get">
                        <
input type="text" name="query" size="14" />
                        <
input type="hidden" name="action" value="results" />
                        <
input class="formButton" type="submit" value="Site Search" />
                        <{if 
$smarty.const.modid 1}>
                            <
input type="hidden" name="mids[]" value="<{$smarty.const.modid}>" />
                        <{/if}>
                    </
form>
                </
td>
        </
tr>
    </
table>
</
div>


I have 2 problems with it...

When I am not logged in the date/time is displayed; however, it is wrong. In fact every time you reload the page a different random date/time is displayed.

Also, when I am logged in, the date/time is replaced with a menu bar; however, the variable name is displayed instead of the variable.

The site it is installed on is...http://RoweFarms.com
Feel free to create a test profile if you need to see what I'm talking about.

The code supplied comes from the "cleanblue" theme. I have not changed it at all.

Thanks in advance for your help.

Glenn



9
growe
Re: Strange Login Problem
  • 2006/12/15 15:04

  • growe

  • Just popping in

  • Posts: 10

  • Since: 2006/11/19


Thanks for the quick reply.

You'll have to excuse my lack of knowledge as I am a rather new XOOPS user.

Since I am currently not able to log in as anyone I am also unable to access the admin functions.

I went directly into the MySQL database and switched debug mode on and got this error...

Fatal error: Maximum execution time of 30 seconds exceeded in /home/edge/public_html/xoops/modules/m_online/blocks/conta_tempo.php on line 15

I guess there is something wrong with that module. I haven't made any modifications to it. I got the module athttp://www.xoops.net.br/modules/wfdownloads/singlefile.php?cid=6&lid=71&

I don't mind uninstalling it but how can I do that without being able to login?



10
growe
Strange Login Problem
  • 2006/12/15 13:44

  • growe

  • Just popping in

  • Posts: 10

  • Since: 2006/11/19


Sometimes when we try and login to the site we get the "Thank you for logging in" screen and then it loads a blank page. All users seem to have the same problem.

Nothing is changed on the system and we try again a few hours/days later and everything works fine.

After we have a day or two of no problems, the same cycle starts over.

PLEASE HELP !!!
Our users are very frustrated.

Thanks!!!

Glenn Rowe
EDGEonline.ca




TopTop



Login

Who's Online

183 user(s) are online (116 user(s) are browsing Support Forums)


Members: 0


Guests: 183


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