21
Mazarin
Re: Profile 1.78 - Tom Foley's Social Networks Edition
  • 2012/6/19 16:17

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


Tried it out and it looks very promising, but a few things:
- The puzzle (I assume the re-captcha?) for new registration doesn't show, so you can't register. You get Input error: Invalid referer
- Would anyone be willing to make a very short tutorial on how to set up a site to log in with Facebook? I haven't done anything like that before and I'm sure I'm not the only one
- I agree with Flipse that all the features can be intimidating to the "casual" webmaster, but maybe this could be solved by changing the interface slightly so there is a simple and an advanced version (or something similar)?



22
Mazarin
Re: News 1.67 RC 1 ready for testing
  • 2012/6/18 21:28

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


Attaching pictures works just fine for me, regardless of editor.



23
Mazarin
Re: News 1.67 RC 1 ready for testing
  • 2012/6/18 18:27

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


Found a new minor bug. The delete icon and label for articles who are submitted but not yet published doesn't show. Here's the fix:

Line 128 reads:
</td><td align='center'><a href='" . XOOPS_URL . "/userinfo.php?uid=" . $autostory->uid() . "'>" . $autostory->uname() . "</a></td><td align='center' class='nw'>" . formatTimestamp($autostory->published(),$dateformat) . "</td><td align='center'>" . $expire . "</td><td align='center'><a href='".XOOPS_URL."/modules/news/submit.php?returnside=1&amp;op=edit&amp;storyid=" . $autostory->storyid() . "'><img src='" . $pathIcon16."/edit.png' title="._AM_EDIT."> </a> <a href='".XOOPS_URL."/modules/news/admin/index.php?op=delete&amp;storyid=" . $autostory->storyid() . "'><img src='" . $pathIcon16."/delete.png. ' '.  title='._AM_DELETE.'></a>";


It should be like this:
</td><td align='center'><a href='" . XOOPS_URL . "/userinfo.php?uid=" . $autostory->uid() . "'>" . $autostory->uname() . "</a></td><td align='center' class='nw'>" . formatTimestamp($autostory->published(),$dateformat) . "</td><td align='center'>" . $expire . "</td><td align='center'><a href='".XOOPS_URL."/modules/news/submit.php?returnside=1&amp;op=edit&amp;storyid=" . $autostory->storyid() . "'><img src='" . $pathIcon16."/edit.png' title="._AM_EDIT."> </a> <a href='".XOOPS_URL."/modules/news/admin/index.php?op=delete&amp;storyid=" . $autostory->storyid() . "'><img src='" . $pathIcon16."/delete.png' title='"._AM_DELETE."'></a>";





24
Mazarin
Re: News 1.67 RC 1 ready for testing
  • 2012/6/18 14:49

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


A quick search revealed that the subtitle is only there for input and in the makepdf file, so the "bug" is that the subtitle is not displayed anywhere, ie. there's no presentation code for it at all.

Someone (who has an idea on how they want to use it) will have to figure out where it would make sense to display the subtitle and simply assign the variable in the php code and add the variable in the template.



25
Mazarin
Re: News 1.67 RC 1 ready for testing
  • 2012/6/18 8:10

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


Why would the editor have any effect on the upload of a picture in a completely separate field?

I would also like to suggest to make the attached picture for the news aligned according to the radio buttons for the topic image (which it replaces) rather than being fixed to left in the template. It's a simple fix and I've done it already if you think it's worth including.

Since the attached picture is replacing the topic image it seems to me it would be more natural to have that field right after the topic image options. I'm working to fix that as well, so I could submit that here too if you're interested.

I'm not able to check it now, but I would assume the reason for subtitles not showing is that it's not in the template?




26
Mazarin
Re: News 1.67 hangs when submitting articles
  • 2012/6/8 8:08

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


Same thing with IE. I think multiple submission of articles is just the symptom (and it can be solved by simply closing the browser after submitting the article). The real question is why it "hangs" while submitting (even though it is clearly registered in the db).



27
Mazarin
Re: News 1.67 hangs when submitting articles
  • 2012/6/7 21:34

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


Firefox 12. But I've had it with other ones as well. I'll try to replicate the problem with some other ones, but it would be interesting to hear if someone has had some similar experiences.



28
Mazarin
News 1.67 hangs when submitting articles
  • 2012/6/7 10:32

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


I have News 1.67 on a 2.5.5 install and often when submitting articles, the page hangs for a loooong time, eventually resulting in a timeout, but also that multiple instances of the article gets published.

I'm not sure this is specific neither to the latest version of news nor 2.5.5 as I am experiencing similar things in AMS 3.0 (which is based on News) on a 2.4.3 install (both sites are on the same server however).

As you can understand, this is quite annoying, not only because I have to clean it up afterwards, but also because it spams notification e-mails to those who subscribe to those. Anyone experienced something similar?

EDIT: I've noticed that even though the page hangs, the article gets registered in the DB immediately. Could it be the browser trying to send the request several times if it doesn't get any reply from the server?



29
Mazarin
Problem with XIM and 2.5.5
  • 2012/5/30 21:13

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


I'm having WSOD issues with 2.5.5 and XIM 1.02. Unfortunately it's hard to establish a pattern, and it's (currently) working on one site but not another. Anyone else experiencing issues with XIM and 2.5.5?



30
Mazarin
Re: CBB/NEWBB - File Structure Question
  • 2012/5/30 20:11

  • Mazarin

  • Just can't stay away

  • Posts: 533

  • Since: 2008/12/10


Seem to be a syntax error in viewtopic.php as trying to view a topic gives a WSOD without any errors.




TopTop
« 1 2 (3) 4 5 6 ... 44 »



Login

Who's Online

227 user(s) are online (142 user(s) are browsing Support Forums)


Members: 0


Guests: 227


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