11
iHackCode
Re: News 1.67 RC 1 ready for testing

what about maybe getting rid of the require_once in the edit functions for the tag blocks and display a message if the tag module is not installed. so the new users know why they cant edit that block.
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧

12
iHackCode
Re: News 1.67 RC 1 ready for testing

Quote:

eventspeak wrote:
Is there a way to add the persons Avatar or picture of them in the whos who page? sadly im not a coder:(


the code for the image url is already in the code, you just have to edit the template for that page. news_whos_who.html

maybe something like this to start with.

<div class="news-whoswho">
    <
h2><{$smarty.const._AM_NEWS_WHOS_WHO}></h2>
    <
h3><{$smarty.const._NW_NEWS_LIST_OF_AUTHORS}></h3>
    <
ul>
    <{foreach 
item=who from=$whoswho}>
        <
li><a title="<{$who.name}>" href="<{$xoops_url}>/modules/news/newsbythisauthor.php?uid=<{$who.uid}>"><{$who.name}></a><img src="<{$who.user_avatarurl}>"/></li>
    <{/foreach}>
    </
ul>
</
div>
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧

13
eventspeak
Re: News 1.67 RC 1 ready for testing

Yep that did it. Im not sure if ill keep it set up that way. I jsut think there should be a way for us to give a bio to each person that writes the articles that is different then their profile.

Thank you again..You ROCK...
James Trivlis
james(@)Eventspeak.com
http://www.eventspeak.com

14
franck0768
Re: News 1.67 RC 1 ready for testing
  • 2011/11/16 21:41

  • franck0768

  • Just popping in

  • Posts: 23

  • Since: 2010/8/21



15
Eganome
Error in Topic image url.
  • 2011/11/23 15:43

  • Eganome

  • Just popping in

  • Posts: 3

  • Since: 2009/4/7 2


Hi i have recently installed News 1.67 RC and i have noticed what i think is a bug. So new on the module i'm not 100% sure.

When i add a picture to "Topic Image" when i have added the picture it shows in the topic manager.

Here comes the thing. When i view the article in "Resent news" the image is missing and the url is like this /modules/news/images/topics/ and viewed in the Topics manager the last part /topics/ is missing.

The website is located athttp://rare-spawn.dyndns.org/

I can have done some dumb miss, but i don't think so. ;)

Thanx for help.

// Eganome

16
timgno
Re: News 1.67 RC 1 ready for testing
  • 2011/11/24 0:25

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


@Mamba!

You have missing the about tab in admin/menu.php

This:
$i++;
$adminmenu[$i]['title'] = _MI_NEWS_ABOUT;
$adminmenu[$i]['link'] = 'admin/about.php';
$adminmenu[$i]['icon'] = '../../'.$pathImageAdmin.'/about.png';

17
nettawy007
Re: News 1.67 RC 1 ready for testing
  • 2011/11/25 12:13

  • nettawy007

  • Just popping in

  • Posts: 8

  • Since: 2007/1/11


thanx for news 1.67 rc1

image upload not working properly

also image didn't appears on main index of news and blocks " noticed from previeous virsions "


18
Anonymous
Re: News 1.67 RC 1 ready for testing
  • 2011/11/26 12:25

  • Anonymous

  • Posts: 0

  • Since:


I still had a serious template problem (news 1.67/ XOOPS 2.5.4). As soon as I enabled the top-news block the whole site collapsed and a smarty error was displayed (I read somewehere else other people have the same problem).

I solved the problem by overwriting the block template with an old one from news 1.44. I can't reproduce the smarty error but it's the same I read about elsewhere on the forum.

19
Anonymous
Re: News 1.67 RC 1 ready for testing
  • 2012/2/13 21:56

  • Anonymous

  • Posts: 0

  • Since:


There stil some problems with the templates used in news 1.67 in combination with 2.5.4.

I try to use the facebook and twitter icons but the following errors will appears:

Error : Smarty error: [in db:news_archive.html line 22]: syntax error: unrecognized tag 'xoModuleIcons16' (Smarty_Compiler.class.php, line 590)

Error : Smarty error: [in db:news_block_top.html line 915]: syntax error: unidentified token '#039;counter'' (Smarty_Compiler.class.php, line 1410)

Warning: Smarty error: unable to read resource: "db:news_index.html" in file /class/smarty/Smarty.class.php line 1093

All combinations with the 2 default themes and Default template sets used but no working module.

The solution described bij @flipse is not working for me.

20
Mamba
Re: News 1.67 RC 1 ready for testing
  • 2012/2/13 22:36

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


ZySpec is working on refactoring of News. Hopefully, a new version will be soon ready for testing.

I'll look at the current issues, so at least we have a working version.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

Login

Who's Online

252 user(s) are online (150 user(s) are browsing Support Forums)


Members: 0


Guests: 252


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