5091
Mamba
Re: Publisher 1.02 Final: bug in pagenav
  • 2016/3/14 11:28

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Thank you for testing and for submitting a fix!

I am testing Publisher on XOOPS 2.5.8 and PHP 7, and will test your fix there...
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5092
SMEDrieben
Publisher 1.02 Final: bug in pagenav
  • 2016/3/13 12:27

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


In Publisher 1.02, the pagenav that arranges page navigation if [pagebreak] codes are included doesn't work correctly. E.g. if you click in the navigator for page 2 the URL looks like:

http://www.yourdomain.nl/modules/publisher/item.php?page=1&itemid=


The problem is that the number of the itemid is lacking. E.g. if we are reading item 18, then the URL should be:

http://www.yourdomain.nl/modules/publisher/item.php?page=1&itemid=18


It can be repaired by changing line 164 of modules/publisher/item.php from

$pagenav = new XoopsPageNav($itemObj->pagescount(), 1$itemPageId'page''itemid=' $itemObj->itemId());


into

$pagenav = new XoopsPageNav($itemObj->pagescount(), 1$itemPageId'page''itemid=' $itemObj->itemid());


i.e.: the capital I in itemId is changed into a lower case i.
I don't know if this is the best solution, but it works.

SMEDrieben

XOOPS 2.5.7.2
PHP Versie 5.6.17-0+deb8u1
mySQL 5.5.47-0+deb8u1-log
Publisher 1.02 Final



5093
Skypilot
Re: New Topic Icon for the Forum
  • 2016/3/12 18:33

  • Skypilot

  • Friend of XOOPS

  • Posts: 9

  • Since: 2016/2/27


Hi Mamba,

Thanks for your help. I did that process the first time and did not work. I have to uninstall the Forum module and reinstall it to make it work. Was able to set the permissions then.

I'm on that savvy with the site developments, but I'm getting there. This is my first one.

Thanks again!



5094
lrivera
ThemeChanger ver 2 with xoops 2.5.7.2
  • 2016/3/11 21:31

  • lrivera

  • Just popping in

  • Posts: 1

  • Since: 2003/5/10


The module ThemeChanger not xoops version 2 works with me 2.5.7.2
System configuration

System Overview
XOOPS Version XOOPS 2.5.7.2
PHP Version 5.5.19
mySQL Version 5.6.21
Server API apache2handler
OS WINNT
safe_mode Off
register_globals Off
magic_quotes_gpc Off
allow_url_fopen On
fsockopen On
post_max_size 50M
max_input_time 60
output_buffering 4096
max_execution_time 30
memory_limit 128M
file_uploads On
upload_max_filesize 50M



5095
bitcero
Polyglot for Common Utilities is available for download!
  • 2016/3/11 5:53

  • bitcero

  • Quite a regular

  • Posts: 318

  • Since: 2005/11/26


Resized Image

Plugin Polyglot for Common Utilities is now available for Download.

Requirements:

- Common Utilities 2.3.2+
- XOOPS 2.7+ (not 2.6)
- PHP 5.6+

The plugin is now in alpha stage, that means that this is not recommended for production sites. You can test by downloading directly from here.

You can read Polyglot docs here.

If you decide to try it don't remember to share your comments.



5096
courtland66
Re: FCKeditor or?
  • 2016/3/10 20:21

  • courtland66

  • Just popping in

  • Posts: 3

  • Since: 2016/3/9 1


Thanks Bleek. Then it's a two step process, first upload to folder, than insert image by URL with text editor?



5097
Bleekk
Re: FCKeditor or?
  • 2016/3/10 12:42

  • Bleekk

  • Theme Designer

  • Posts: 941

  • Since: 2002/12/14


You can use the image manager to upload images to xoops.



5098
courtland66
Re: FCKeditor or?
  • 2016/3/10 12:25

  • courtland66

  • Just popping in

  • Posts: 3

  • Since: 2016/3/9 1


OK, I found how to switch the editor at preferences/system module settings. Great! I am so happy, I now have TinyMCE as my default editor.
Now, is there a way to upload files or images from a desktop instead of by url via editor?
And, I still need some guidance on installing different editors, such as FCKeditor. Thanks for any help.
John



5099
courtland66
FCKeditor or?
  • 2016/3/10 4:01

  • courtland66

  • Just popping in

  • Posts: 3

  • Since: 2016/3/9 1


Dear folks, I am a brand new XOOPS user, and I have been knocking my head around trying to find out how to install, and where to download a WYSIWYG editor. I Have perused these forums and googled the issue but I mainly end up with information from 2006 or so.
Can someone please point me in the right direction? I am using XOOPS 2.5.7.2
Thank folks!
John

PS, by the information I am seeing it also appears that FCKeditor may be included in XOOPS after 2.4.2 ? If so how do I activate the editor?



5100
Mamba
Re: New Topic Icon for the Forum
  • 2016/3/8 11:05

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Quote:
I reinstalled the new 2.5.7.2 version for my website, IntoTheSky.net. At first the "New Topic" icon showed up in the forum, but then disappeared. Can anyone tell why that is? In the JOB LISTINGS and ADVERTISEMENTS, users can't add a job or listing. Why?

You probably didn't set the permissions for the module correctly. You'll need to set them up for individual modules. For example, for each category in Forums, you can assign individual Groups that have the right to submit topics and respond. Most of the time the anonymous users don't have the rights to do it.

Did you read the XOOPS Operations Guide?
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs




TopTop
« 1 ... 507 508 509 (510) 511 512 513 ... 29425 »



Login

Who's Online

237 user(s) are online (86 user(s) are browsing Support Forums)


Members: 0


Guests: 237


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