Get XOOPS XOOPSXOOPS FAQFAQ ForumsForums NewsNews ThemesThemes ModulesModules
New Posts New Topics All Posts All Forums Index General Modules Themes Development International XOOPS.org

Search

Donat-O-Meter

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

Donations
studioC  ($25)May-17
Anonymous ($15)May-16
Anonymous ($25)May-4

Learn XOOPS Core

Local Support

Advertisement

XOOPS Code hosted on SourceForge

Cumulus Tag Cloud

2 2.5 2.6 3.0 87 2013 Abuse Amazon AntiHarvesting AntiMalUser AntiSpam API banner Beats billige black Blocks blue Bootstrap Captcha cell Christmas chronolabs content Conversion demo docek download Dresses editor evden eve facebook floor free herre Honeypot Human IP IPInfoDB jQuery kantor lamps Language log logger Lucire mobile module modules Monster MyAlbum-p newbb news Notices online PageRank Password Permissions pink Plugin portal preloader Prevention profile project propose Protector publisher Rights rmcommon Room sale security Server site SmartClone Smarty SOAP Songlist Spam stem Studio tag tags tdmcreate template Theme themes TinyMCE userlog website Whitepaper XIPS XML XooLaT xoops Xortify Yolande ZendFramework

New Users

Registering user

# 136023

qinxian123

Welcome to XOOPS!




Bottom   Previous Topic   Next Topic  Register To Post

(1) 2 3 4 ... 12 »


#1 Posted on: 2012/7/2 0:48 News 1.67 Final released for XOOPS 2.5.5
News 1.67 Final has been released for XOOPS 2.5.5

It has now been updated to XOOPS 2.5.x Admin GUI. Other changes:

- Add option for using Facebook Comments (mamba)
- converted table views (mamba)
- changed edit/delete links to icons (mamba)
- Add option for show / hide facebook like and twitter and google plus (voltan)
- Add option for show / hide print , pdf and mail icons (voltan)
- Improve xoops_version.php (voltan)
- Add tag support in submit page for users (voltan)
- Improve templates (voltan)
- Add local Stylesheet support in print page (voltan)
- Add two new fields photoinfo and subtitle (voltan)
- bunch of small fixes, reported by Cesag, Mazarin, Renetjuh, and others (Thank you!)

Download: XOOPS File Repository

Requirements: XOOPS 2.5.5
PHP 5.2+

If you find any errors, please report them here.

Top


Please support XOOPS & DONATE
Use 2.5.6 | Debugging | Requests | Bugs
Mamba
Moderator
Moderator
Joined:
2004/4/23 13:58
From Ohio, USA
Group:
Webmaster
Registered Users
Designer Group
Posts: 6938
(Show More) (Show Less)


#2 Posted on: 2012/7/2 1:14 Re: News 1.67 Final released for XOOPS 2.5.5
IMO it should be added to the next xoops core release (2.6 maybe?) as the core content module.
Based on my tests Publisher and fmcontent still are far from the stable status.


Top


Ready for Romance
First Persian Harry Potter Site(English added) | Persian Support Site | Xoops Persian Project
irmtfan
XOOPS is my life!
XOOPS is my life!
Joined:
2003/12/7 14:14
From In the middle of nowhere
Group:
Registered Users
Community Coordinator (temporary)
Posts: 3299
(Show More) (Show Less)


#3 Posted on: 2012/7/2 1:26 Re: News 1.67 Final released for XOOPS 2.5.5
We were considering also the fork of fmContent done by Voltan that he called "News", but it was important that it would be cloneable and able to import content from this News module. I just sent email to Voltan asking about the current status.

The key will be to have something that is extremely user friendly, and relatively powerful, so the first experience with XOOPS is a very positive one.

The current options are:

1) This News module, but enhanced with best features from xNews and AMS

2) fmContent fork from Voltan

3) Publisher

4) Content from Kerkyra

5) Soapbox (as a single or multi-user blogging module)

After we hear from Voltan, we'll need to make decision, and whatever we choose, we'll need to make it super user-friendly.

Top


Please support XOOPS & DONATE
Use 2.5.6 | Debugging | Requests | Bugs
Mamba
Moderator
Moderator
Joined:
2004/4/23 13:58
From Ohio, USA
Group:
Webmaster
Registered Users
Designer Group
Posts: 6938
(Show More) (Show Less)


#4 Posted on: 2012/7/2 3:29 Re: News 1.67 Final released for XOOPS 2.5.5
Voltan is in the middle of his final term exams. I think he will back this week.

Now im testing this final news module and i will inform you about it asap.

As for features, I think adding the new JQUERY calendar would be great.
replace XoopsFormTextDateSelect by XoopsFormDatePicker




Top


Ready for Romance
First Persian Harry Potter Site(English added) | Persian Support Site | Xoops Persian Project
irmtfan
XOOPS is my life!
XOOPS is my life!
Joined:
2003/12/7 14:14
From In the middle of nowhere
Group:
Registered Users
Community Coordinator (temporary)
Posts: 3299
(Show More) (Show Less)


#5 Posted on: 2012/7/2 4:50 Re: News 1.67 Final released for XOOPS 2.5.5
I got to test new modules Vltan.
Module is very good. There are many possibilities.
If multiple developers to work on it, will become a powerful module

Top


www.sova.ir
sova
Just popping in
Just popping in
Joined:
2010/4/13 7:53
From sourak
Group:
Registered Users
Posts: 78
(Show More) (Show Less)


#6 Posted on: 2012/7/2 5:35 Re: News 1.67 Final released for XOOPS 2.5.5
I cant find any bug until now.
Just a very small typo:
in language/english/modinfo.php
"Ativate Dublin Core Metadata ?"

"Activate Dublin Core Metadata ?"

But i think this module need a revamped templates.
for example adding the new field for picture and picture description (it is just ONE picture Sighhhhh) is very good but it just show the picture or topic picture and just show the description in alt:

<{if $story.picture != ''}>
            <
img class="left" src="<{$story.picture}>" alt="<{$story.pictureinfo}>"  />
        <{else}>
            <{
$story.imglink}>
        <{/if}>


The Above code in modules/news/templates/news_item.html is the worst show off for this feature.

Edit:

Im very bad in design but it should show the feature like this:

<{$story.imglink}>
        <{if 
$story.picture != ''}>
<
div class="left">
            <
img src="<{$story.picture}>" alt="<{$story.pictureinfo}>"  />
<
b><{$story.pictureinfo}></b>
</
div>
        <{/if}>



Top


Ready for Romance
First Persian Harry Potter Site(English added) | Persian Support Site | Xoops Persian Project
irmtfan
XOOPS is my life!
XOOPS is my life!
Joined:
2003/12/7 14:14
From In the middle of nowhere
Group:
Registered Users
Community Coordinator (temporary)
Posts: 3299
(Show More) (Show Less)


#7 Posted on: 2012/7/3 14:53 Re: News 1.67 Final released for XOOPS 2.5.5
After upgrade an old issue showing up:

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


Top


Visit www.nlxoops.nl for Dutch support

Translations : Sourgeforge | Transifex Core | Transifex Modules
Renetjuh
Moderator
Moderator
Joined:
2007/10/11 10:30
From Holland
Group:
Registered Users
Community Coordinator (temporary)
Posts: 224
(Show More) (Show Less)


#8 Posted on: 2012/7/7 14:19 Re: News 1.67 Final released for XOOPS 2.5.5
Whether there is a converter Xnews to News?

Top

frmusic
Just popping in
Just popping in
Joined:
2011/8/25 16:45
From Russia
Group:
Registered Users
Posts: 17
(Show More) (Show Less)


#9 Posted on: 2012/7/8 12:12 Re: News 1.67 Final released for XOOPS 2.5.5
Into v1.67 official zip, some language files are not up-to-date, lack some definitions.

In admin, I've got the "text" _AM_MODULEADMIN_ADMIN_FOOTER displayed at the bottom instead of infos and links.

Top

recupsoft
Friend of XOOPS
Friend of XOOPS
Joined:
2003/10/30 6:51
From Bordeaux (fr)
Group:
Registered Users
Posts: 148
(Show More) (Show Less)


#10 Posted on: 2012/7/8 15:28 Re: News 1.67 Final released for XOOPS 2.5.5
I don't have this bug.
Please download the last xoops version here.

Top

Cesag
Moderator
Moderator
Joined:
2010/2/1 15:21
From France
Group:
Registered Users
Community Coordinator (temporary)
Posts: 547
(Show More) (Show Less)




(1) 2 3 4 ... 12 »



You can view topic.
You cannot start a new topic.
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You cannot vote in polls.
You cannot attach files to posts.
You cannot post without approval.
You cannot use topic type.
You cannot use HTML syntax.
You cannot use signature.

[Advanced Search]