111
aerograf
Re: Related news ?
  • 2017/5/15 15:29

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


You can take from news_block_randomnews.tpl



112
aerograf
Re: Problems with Soapbox
  • 2017/5/11 16:30

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


Temporarily replaced the rating function ....
https://github.com/aerograf/soapbox/commit/b7eb3820e61581ef4bd879aa18df397a1cfe1e3e
Example:http://xoops.shmel.org/modules/soapbox/article.php?articleID=41



113
aerograf
Search Error Correction
  • 2017/5/10 19:49

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


Search Error Correction:
Https://github.com/aerograf/tag/commit/a4e67a36913f936fd655844c3f6be8e9d570c323



114
aerograf
Re: Problems with Soapbox
  • 2017/5/10 16:41

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


Tell me, how to fix it in the rating?



115
aerograf
Re: Xoopspoll
  • 2017/5/10 4:26

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


Above is written the same.
Most likely, these errors pop up due to different versions of PHP. There is simply no other explanation ...



116
aerograf
Re: Xoopspoll
  • 2017/5/9 12:12

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


For blocks in the files block / multipoll.php and block / singlepoll.php the line:
If (XoopspollConstants :: MULTIPLE_SELECT_POLL === $ pollVars ['multiple']) {

Fix it for:
If (XoopspollConstants :: MULTIPLE_SELECT_POLL === (int) $ pollVars ['multiple']) {



117
aerograf
Re: Xoopspoll
  • 2017/5/9 11:35

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


And in the continuation ...
Questions on the module so far removed.
In the same file, about 156 lines:
&& ((XoopspollConstants :: MULTIPLE_SELECT_LIMITLESS === $ this-> getVar ('multilimit'))

replaced by:
&& ((XoopspollConstants :: MULTIPLE_SELECT_LIMITLESS === (int) $ this-> getVar ('multilimit'))



118
aerograf
Re: Xoopspoll
  • 2017/5/9 11:21

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


File: class/poll.php
Approximately on line 124:
|| (XoopspollConstants :: ANONYMOUS_VOTING_ALLOWED === $ this-> getVar ('anonymous'))

Lead to the form:
|| (XoopspollConstants :: ANONYMOUS_VOTING_ALLOWED === (int) $ this-> getVar ('anonymous'))

Now there is a question about the voting with multiple choice.



119
aerograf
Xoopspoll
  • 2017/5/8 16:31

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


The question concerns the voting of the guests.
He issued permits, but the guests can not vote.
Module:https://github.com/XoopsModules25x/xoopspoll
XOOPS 2.5.8.1
Where should I look?



120
aerograf
Re: xsitemap alternative theme
  • 2017/5/5 15:52

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


Thank you.
I also made this decision. I would also add something that I mentioned earlier:
$ Xml_url-> appendChild ($ xml-> createComment (htmlentities (ucwords ($ mod ['name'])). ""));
You have line 191
Here's what I got.Https://www.shmel.org/sitemap/ The truth is not done yet.
Add--
Here's how I still workhttps://www.shmel.org/xml_google.php But not everything is done, because You need to bind the model.




TopTop
« 1 ... 9 10 11 (12) 13 14 15 ... 21 »



Login

Who's Online

218 user(s) are online (140 user(s) are browsing Support Forums)


Members: 0


Guests: 218


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