31
colossus
Re: Admin blocks problem in Xoops 2.3RC
  • 2008/8/17 20:22

  • colossus

  • Just popping in

  • Posts: 43

  • Since: 2007/9/30


Hi:

Quote:
all your bug were detected by our own already


Do you mean blocks problem also, or only the ones from ghia_?

Regards: Colossus



32
colossus
Admin blocks problem in Xoops 2.3RC
  • 2008/8/16 22:33

  • colossus

  • Just popping in

  • Posts: 43

  • Since: 2007/9/30


Hi:

I'm testing 2.3 RC. Everything seems to be working fine, except that I can only see system blocks in the blocks admin section. None of the modules blocks will show up, and so I can't manage them.

Am I missing something (I'm new to Control Panel GUI)?, this same problem anyone?

XOOPS Version - XOOPS 2.3.0 RC
PHP Version - 5.2.5
MySQL Version - 4.1.22-standard
Server API Version - cgi
OS Version - Linux

Thanks in advance, and regards: Colossus



33
colossus
Re: Messed up user menu & other blocks
  • 2008/1/4 9:22

  • colossus

  • Just popping in

  • Posts: 43

  • Since: 2007/9/30


Hi:

Try adding these lines at the beginning of the style.css file in the theme you are using:

td#mainmenu a {display: block; margin: 0; padding: 4px;}
td#mainmenu a:hover {padding-left: 3px;}
td#mainmenu a.menuTop {padding-left: 3px;}
td#mainmenu a.menuMain {padding-left: 3px;}
td#mainmenu a.menuSub {padding-left: 9px;}

td#usermenu a {display: block; margin: 0; padding: 4px;}
td#usermenu a:hover {margin: 0;}
td#usermenu a.menuTop {margin: 0;}
td#usermenu a.highlight {margin: 0;}}


I had the same problem after upgrading to 2.0.18, and that worked for me.

Good luck, and regards: Colossus

PD: By the way... it has happened before. I think that when a XOOPS upgrade adds new features that may break old themes/templates, they should really be clearly stated in the release notes.



34
colossus
Re: Forum signature problem
  • 2007/12/12 6:59

  • colossus

  • Just popping in

  • Posts: 43

  • Since: 2007/9/30


Hi, venose:

>must i config more lines?

In the code you post, I see the change applied in the line 307, BUT NOT in the line 372. I haven't tried it in Newbbex, but make sure you change both the TWO occurrences of the makeTareaData4Show function. If it doesn't work, may be in Newbbex there is more code implied... I couln't tell.

Don't know if this issue happens in CBB neither, I'm in the process of migrating to it myself.

Good luck, and regards: Colossus



35
colossus
Re: Forum signature problem
  • 2007/12/10 23:05

  • colossus

  • Just popping in

  • Posts: 43

  • Since: 2007/9/30


Hi:

I had the same problem. To make the story sort, arguments to some functions seem to be passed by reference instead of by value now. To fix it:

Edit file modules/newbb/viewtopic.php and, around lines 276 and 321, change the following code:

$post_text .= '<p><br />----------------<br />'$myts->makeTareaData4Show($eachposter->getVar('user_sig''N'), 011).'</p>';


To this:

$var=$eachposter->getVar("user_sig""N");
$post_text .= "<p><br />----------------<br />"$myts->makeTareaData4Show($var011)."</p>";


For those of you not using Newbb, you should find some similar pieces of code (calls to makeTareaData4Show function) and change them following the previous example.

Good luck, and regards: Colossus



36
colossus
Regarding PHP5
  • 2007/10/29 9:47

  • colossus

  • Just popping in

  • Posts: 43

  • Since: 2007/9/30


Hi:

I'm updating a XOOPS installation to make it PHP5 compatible. I've read (for example in this thread) that $HTTP_GET_VARS should be changed to $_GET, $HTTP_POST_VARS to $_POST and $HTTP_COOKIE_VARS to $_COOKIE... but the modules in my installation that still use the old sintax seem to work OK in my PHP5 test site.

Question is, does modern XOOPS (I'm using 2.0.17.1) include some hack to make $HTTP_GET_VARS and the like work? May I leave the working modules unchanged, or should I do a search&replace?

Thanks in advance, and regards: Colossus




TopTop
« 1 2 3 (4)



Login

Who's Online

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


Members: 0


Guests: 237


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