Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

!!! Edit-news in x.302 !!! - help

Asked Modified Viewed 2,805 times
S
Sektor
S
Sektor 10
  • Junior Member, joined since
  • Contributed 11 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
asked
Junior Member

Hi

I have problem in PHP Fusion 6.00.302.

When I update my web (x.302 for x.207) - I have lost edit (button) in ,,head,, news (next to button PRINT).

Please, help me ...

(sorry - my English) :(
Edited by Sektor on 10-01-2006 21:48,
0 replies

5 posts

F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
answered
Super Admin

Either set news style to double column in main settings or use a 302 theme.
0 replies
S
Sektor
S
Sektor 10
  • Junior Member, joined since
  • Contributed 11 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
answered
Junior Member

But i don't wont double columm ... and 302 I HAVE !:(
0 replies
E
Elvenelf
E
  • Member, joined since
  • Contributed 184 posts on the community forums.
  • Started 19 threads in the forums
answered
Member

I had to edit news.php for it to dysplay single columnar news... I am not sure if what I did is entirely right and if it will display correctly on all themes just yet... but I could post the code here... news.php is a rather big file so I wonder if I should really post the whole file's code... but then again let me just post what I changed...
0 replies
E
Elvenelf
E
  • Member, joined since
  • Contributed 184 posts on the community forums.
  • Started 19 threads in the forums
answered
Member

Ok I've looked it up... if you look up this on line 67...

$nrows = round((dbrows($result) - 1) / 2);


and change it to...

$nrows = round((dbrows($result) - 1) / 1);


you should have half the battle won...

then I also changed the following... plz tell me if this is wrong ... it displays fine... tho... but let me know if it creates any conflicts whatsoever...

look for this...

// Predefined variables, do not edit these values

$i = 0; $rc = 0; $ncount = 1; $ncolumn = 1; $news_[0] = ""; $news_[1] = ""; $news_[2] = "";


and I changed to this...

// Predefined variables, do not edit these values

$i = 0; $rc = 0; $ncount = 1; $ncolumn = 0; $news_[0] = ""; $news_[0] = ""; $news_[0] = "";


I havent found any problems with these changes so far... but Digitanium knows this far better than I do (obviously i know nothing lol) and he could inform us both if these changes could do any harm on other functions... I havent found any troubles with these changes tho... so I'm expecting feedback from the masters... hope that helped guys!:D
0 replies
E
Elvenelf
E
  • Member, joined since
  • Contributed 184 posts on the community forums.
  • Started 19 threads in the forums
answered
Member

OK this just in... I did another test...

// Predefined variables, do not edit these values

$i = 0; $rc = 0; $ncount = 1; $ncolumn = 0; $news_[0] = ""; $news_[0] = ""; $news_[0] = "";

These variables are ok if left untouched... just changing the other number from 2 to 1 will display the news.php in a non columnar way just a bunch of rows... that is what I've found... ah and one other thing i noticed is that the page loading time has increased by this change.... I am still wondering why... well... I better change all back to how it was i guess...
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 5 posts
  • Votes 0 votes
  • Topic users 3 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet