1
dannie
Re: summary view in publisher module half working?
  • 2015/11/5 12:14

  • dannie

  • Just popping in

  • Posts: 36

  • Since: 2004/2/10


omg! Thanks Bleekk. I didn't even know all of that was there. Thank you for all the help. Everything is fine now.



2
dannie
Re: summary view in publisher module half working?
  • 2015/11/3 12:57

  • dannie

  • Just popping in

  • Posts: 36

  • Since: 2004/2/10


Thanks for the reply Bleek.

I think the problem is that I don't have the option of putting in two parts of the article. Does this option only show up if tinymce is the chosen editor? I have dhtmltextarea as the default editor because when I switch to tinymce I just get a blank white page in all the modules.

I will look into solving the tinymce problem. Thank you.



3
dannie
Re: summary view in publisher module half working?
  • 2015/10/30 10:29

  • dannie

  • Just popping in

  • Posts: 36

  • Since: 2004/2/10


Bleek: I made a mistake. I have the articles preference set to full view - not summary view. Sorry about that.

How can I get a short summary of each article on the categories page with a read more link? There seems to be just two options of summary view: showing just the title etc or full view: showing the entire article.

Thank you in advance.



4
dannie
Re: In Publisher Module how can I sort last published articles by date asc instead of date desc?
  • 2015/10/30 10:15

  • dannie

  • Just popping in

  • Posts: 36

  • Since: 2004/2/10


Thank you very much. This worked.



5
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.



6
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



7
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



8
dannie
Re: Avatar Not Saving In User Profile
  • 2011/4/28 16:08

  • dannie

  • Just popping in

  • Posts: 36

  • Since: 2004/2/10


I found this post which solved the problem. thanks!



9
dannie
Re: Avatar Not Saving In User Profile
  • 2011/4/14 17:11

  • dannie

  • Just popping in

  • Posts: 36

  • Since: 2004/2/10


in edituser.php

wherever you see
XOOPS_UPLOAD_URL . '/'

change it to:
XOOPS_UPLOAD_URL . '/avatars/'


and also
XOOPS_UPLOAD_PATH . '/'
change to:
XOOPS_UPLOAD_PATH . '/avatars/'

This will make the avatars show up in the change avatar form BUT after you click the submit button, it still won't change the avatar so I don't know how to fix that.

I changed the user avatar in phpadmin. Since I am still testing out the new xoops that's not too much of a hassle but if you have a working site, you will definitely need a real fix.



10
dannie
Re: Avatar Not Saving In User Profile
  • 2011/4/14 16:48

  • dannie

  • Just popping in

  • Posts: 36

  • Since: 2004/2/10


in userinfo.php I changed

$avatar = "";
if ($thisUser->getVar('user_avatar') && "blank.gif" != $thisUser->getVar('user_avatar')) {
$avatar = XOOPS_UPLOAD_URL . "/" . $thisUser->getVar('user_avatar');
}


to:
$avatar = "";
if ($thisUser->getVar('user_avatar') && "blank.gif" != $thisUser->getVar('user_avatar')) {
$avatar = XOOPS_UPLOAD_URL . "/avatars/" . $thisUser->getVar('user_avatar');
}

and now the picture shows up in the user profile.

now if only I can get the change user avatar working.




TopTop
(1) 2 3 4 »



Login

Who's Online

246 user(s) are online (155 user(s) are browsing Support Forums)


Members: 0


Guests: 246


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