5401
dannie
Re: summary view in publisher module half working?
  • 2015/10/29 13:16

  • dannie

  • Just popping in

  • Posts: 36

  • Since: 2004/2/10


I don't know why yours looks completely different from mine. Your summary view is just the titles? I am not using a block to display them. I will download the github version and check again. I got the sourceforge version. Maybe they are different. Thanks.



5402
Bleekk
Re: In Publisher Module how can I sort last published articles by date asc instead of date desc?
  • 2015/10/28 12:44

  • Bleekk

  • Theme Designer

  • Posts: 941

  • Since: 2002/12/14


Open in a editor "modules/publisher/index.php"

Find
if ($publisher->getConfig('index_display_last_items')) {
    
// creating the Item objects that belong to the selected category
    
switch ($publisher->getConfig('format_order_by')) {
        case 
'title':
            
$sort  'title';
            
$order 'ASC';
            break;

        case 
'date':
            
$sort  'datesub';
            
$order 'DESC';
            break;

        default:
            
$sort  'weight';
            
$order 'ASC';
            break;
    }


Change order in
case 'date':
            
$sort  'datesub';
            
$order 'DESC';
            break;

to ASC



5403
Bleekk
Re: summary view in publisher module half working?
  • 2015/10/28 12:26

  • Bleekk

  • Theme Designer

  • Posts: 941

  • Since: 2002/12/14


Hi,

I have just downloaded and testet the publisher module from the github and it works fine

See screenshots (summary view and full view)
Resized Image

Resized Image


Are you using a block to display the articles?



5404
Mamba
Re: In Publisher Module how can I sort last published articles by date asc instead of date desc?
  • 2015/10/26 21:34

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


The easiest way for you would be to set the weight of each article the way you want them to be, and then is Preferences, select "Weight ASC", and you're done.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5405
dannie
summary view in publisher module half working?
  • 2015/10/26 13:39

  • dannie

  • Just popping in

  • Posts: 36

  • Since: 2004/2/10


I have set publisher to use summary view in category pages. On the front page of publisher it shows a list of last published articles and short summaries of each article. But on the category pages it shows the entire article instead of short summaries even though I have chosen summary view in preferences. How can I have a short summary on the category pages too? Thanks in advance.

Resized Image

Resized Image

Resized Image



5406
dannie
In Publisher Module how can I sort last published articles by date asc instead of date desc?
  • 2015/10/26 13:28

  • dannie

  • Just popping in

  • Posts: 36

  • Since: 2004/2/10


I am using publisher to post bible verses and I need the last published articles to sort by date asc instead of date desc so that the verses can be read from verse 1 and upwards instead of from verse 235 and backward. Is this possible and where can I make the changes. Thanks in advance.Resized Image



5407
Mamba
Re: Help adding HTML/PHP files
  • 2015/10/25 17:05

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


What are you trying to do exactly?

Are you trying to use your existing HTML pages with your content?

Existing PHP scripts? Or combination of both?

You've mentioned both HTML/PHP, but it would be good to know what they do?

Also, if it is more for content, how much content are we talking about? 10 pages? 100? 1,000?

Tell us more, or even point us to the content you would like to move to XOOPS, and we'll be glad to help you with the right method...
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5408
johnnybiz
Re: Help adding HTML/PHP files
  • 2015/10/25 14:28

  • johnnybiz

  • Just popping in

  • Posts: 3

  • Since: 2015/10/25


the code I wrote didn't register so here is the post I was talking about:

https://xoops.org/modules/smartfaq/faq.php?faqid=253



5409
johnnybiz
Help adding HTML/PHP files
  • 2015/10/25 14:23

  • johnnybiz

  • Just popping in

  • Posts: 3

  • Since: 2015/10/25


I recently downloaded XOOPS 2.5.7.1 and would like some help in adding my own files into the CMS.

I first tried this code based on a forum post:


TEST


and all I see is a blank screen with the word "TEST" at the upper left.


I also tried the "TinyContent" module and it doesn't seem to be working with the new version of XOOPS.

I really love your CMS so any help would be appreciated!



5410
Mamba
Re: Bug in custom code in class textsanitizer
  • 2015/10/17 18:00

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Quote:
The php-code I used was copied from the class/texsanitizer/readme.txt. It should be changed there as well.

Thanks for letting us know about it - it has been updated now in SVN.

Thank you!
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs




TopTop
« 1 ... 538 539 540 (541) 542 543 544 ... 29425 »



Login

Who's Online

437 user(s) are online (334 user(s) are browsing Support Forums)


Members: 0


Guests: 437


more...

Donat-O-Meter

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

Latest GitHub Commits