Toggle Content

Donations

Donate with PayPal!
Help support Pro_News and become a member of our Sponsors Group
The tip jar is at PayPal, but does not require a PayPal account
Anonym $ 10.00
macavity $ 115.00
RedGerry £ 50.00
Anonym $ 10.00
minor $ 20.00

Recommended ISP

Small bugs

3.2 Forum ONLY: If you've run into a problem, such as an error message, blank page, or similar problem, this is where to look. Post any installation or other problems or questions here, and I and other users will try to help.
Svara på inläggetSvara på inlägget Utskriftsvänlig sida

Small bugs

Inlägg Skrivet: Ons Nov 25, 2009 10:35 am

Hi. I think i can find some small bugs.

Found one:
Posting a new article, disable comments, click preview, comments are enabled again Leende



pki79's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
9.2.1

pki79
Newbie
Newbie
 
Inlägg: 9
Blev medlem: Nov 24, 2009
Från: .PL

Re: Small bugs

Inlägg Skrivet: Ons Nov 25, 2009 12:31 pm

Well that was actually a feature, because it assumes that as Admin you can/would want to be able to control comments via the Category, Section and Config options. Note that this behaviour is for the Admin side only, the user side Submit Article works as you expected.

But no problem, if you look at the code - modules/Pro_News/admin/admin_functions.php around line 2282, you'll find a comment instructing you on how to change the default setting to match the user side (remove the comment - // - from front of line 2283 and place it instead on 2281).



layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
2.6.32 / 1.3.39 - 2.2.12 / 4.4.7 - 5.1.37 / 5.3.0 / 9.2.1

layingback
Site Admin
Site Admin
 
Inlägg: 1229
Blev medlem: Mar 18, 2006

Re: Small bugs

Inlägg Skrivet: Ons Nov 25, 2009 1:09 pm

OK, where at Sections or Categories config i can set the comments on/off?

Second question, with the native NEWS module there where two paging buttons(next page), one on top, next in the bottom. Now with ProNews i have both in the bottom.



pki79's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
9.2.1

pki79
Newbie
Newbie
 
Inlägg: 9
Blev medlem: Nov 24, 2009
Från: .PL

Re: Small bugs

Inlägg Skrivet: Ons Nov 25, 2009 1:46 pm

In Admin > Pro_News > Sections, the last selection option:" Forum - None, No Comments. In Admin > Pro_News > Categories, if off in Sections, then Section Default option will suffice, but if Section has comments set On, then select None - No Comments.

Re the Next button, I am not sure which page you are referring to. But just about everything is done with templates, which are basically just HTML. So you can just edit the template, and make a copy of the Next link that you want, and place a second copy where you'd like to see it. The same button can be placed as many times as you like on the page.



layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
2.6.32 / 1.3.39 - 2.2.12 / 4.4.7 - 5.1.37 / 5.3.0 / 9.2.1

layingback
Site Admin
Site Admin
 
Inlägg: 1229
Blev medlem: Mar 18, 2006

Re: Small bugs

Inlägg Skrivet: Ons Nov 25, 2009 8:16 pm

The pagination is called two times. One time with pagination.html from DF, and a second time with pagenum.html from ProNews i think. This happens with ProNews as HOME.

You understood me wrong, i want only one pagination button, not double.

Here a screenshot. The first line of buttons comes from NewsPro i think, the second from DF. You can see it on www.mew.pl

Many thx, best regards

Piotr



pki79's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
9.2.1

pki79
Newbie
Newbie
 
Inlägg: 9
Blev medlem: Nov 24, 2009
Från: .PL

Re: Small bugs

Inlägg Skrivet: Tor Nov 26, 2009 8:08 am

Sorry, no clue. The first 1 is from Pro_News (single > symbol for Next page). I don't know where the other can be coming from. If you change the theme to dragonfly does it still do it? If not, then it must be the theme raising it.



layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
2.6.32 / 1.3.39 - 2.2.12 / 4.4.7 - 5.1.37 / 5.3.0 / 9.2.1

layingback
Site Admin
Site Admin
 
Inlägg: 1229
Blev medlem: Mar 18, 2006

Re: Small bugs

Inlägg Skrivet: Tor Nov 26, 2009 2:17 pm

OK, i removed the content of pagination.html and it is now ok.

I am not so good in stylesheets, would you help me to fix an other small issue? When going to view a gallery, i.e. here mew.pl/Pro_News/mode=g...pic=5.html the thumbnails are with no space between, the last thumb goes over the center block and is overlapping the right block.

Maybe the cause is i have set the thumbnail size to 200x200 in the config menu of ProNews?

Many thx agn.



pki79's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
9.2.1

pki79
Newbie
Newbie
 
Inlägg: 9
Blev medlem: Nov 24, 2009
Från: .PL

Re: Small bugs

Inlägg Skrivet: Tor Nov 26, 2009 3:46 pm

Actually Firefox handles it perfectly! Blinka

In pro_news.css, look for .pn_gframe and raise the height and width. The default settings of 160px are for 100px images.

You'll probably want to do similar for .pn_pframe too, default there (width only) is 140px for 100px image.



layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
2.6.32 / 1.3.39 - 2.2.12 / 4.4.7 - 5.1.37 / 5.3.0 / 9.2.1

layingback
Site Admin
Site Admin
 
Inlägg: 1229
Blev medlem: Mar 18, 2006

Re: Small bugs

Inlägg Skrivet: Tor Nov 26, 2009 4:58 pm

Works very well now. Maybe a comment with this info on the settings page near the picture size would help other users too. Or maybe a am the only one so LAME with CSS Mycket glad



pki79's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
9.2.1

pki79
Newbie
Newbie
 
Inlägg: 9
Blev medlem: Nov 24, 2009
Från: .PL

Re: Small bugs

Inlägg Skrivet: Fre Nov 27, 2009 8:37 am

It's me again.

Small typo in the install.txt
set Title to Submit Pro News Article, URL to Pro_News&mod=submit, and select getlink.

should be mode



pki79's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
9.2.1

pki79
Newbie
Newbie
 
Inlägg: 9
Blev medlem: Nov 24, 2009
Från: .PL

Re: Small bugs

Inlägg Skrivet: Fre Nov 27, 2009 4:15 pm

Thx.



layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
2.6.32 / 1.3.39 - 2.2.12 / 4.4.7 - 5.1.37 / 5.3.0 / 9.2.1

layingback
Site Admin
Site Admin
 
Inlägg: 1229
Blev medlem: Mar 18, 2006
Link  QR  Share this Utskriftsvänlig sida  facebook   myspace   twitthis  
Show more ...
Visa tidigare inlägg:   
Svara på inläggetSvara på inlägget Sida 1 av 1

3.2 Support

Hoppa till:  



Du kan inte skapa nya inlägg i det här forumet
Du kan inte svara på inlägg i det här forumet
Du kan inte ändra dina inlägg i det här forumet
Du kan inte ta bort dina inlägg i det här forumet
Du kan inte rösta i det här forumet
Du kan inte bifoga filer i det här fourmet
Du kan inte ladda ner filer i detta forum

Alla tider är GMT






layingback Non-Human Terms of Use