1
catalin12345
downgrade from xoops 2.2 to 2013

how to do this down grade????!!!
normaly pm should be letted like it was in the core not like sepparated module!
the pm module sucks hard...the block of webmasters dissapared i don`t know where..
how to downgrade back to 2013?!


2
jdseymour
Re: downgrade from xoops 2.2 to 2013

Quote:
how to downgrade back to 2013?!


You will need a pre upgrade database backup, as well as a pre upgrade site backup.

The system blocks that you speak of are found in the dropdown menu at the top of the blocks administration page.

3
catalin12345
Re: downgrade from xoops 2.2 to 2013

i meen that block that showed in 2013 the webmasters of the site??!!where that can be found???!


4
jdseymour
Re: downgrade from xoops 2.2 to 2013

It is listed in the templates, but is not shown in either the blocks admin page. Previewing the template shows a blank page with no errors while PHP debug is on.

Any ideas?

5
Herko
Re: downgrade from xoops 2.2 to 2013
  • 2005/7/29 23:26

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


yes, you've made at least 4 posts about this subject. You should know better then to keep asking the same question over and over again...

I'm looking into the block now.

The PM system should not have to be a core feature, making it a module with *more* features then the old core feature, has many advantages. It will be extended and improved in the next releases, but having it as a module also allows you to code a better module yourself, without you breaking compatibility with the core (making it a lot easier to upgrade and keep innovation in XOOPS!).

Herko

6
catalin12345
Re: downgrade from xoops 2.2 to 2013

that block is very important at least for me don`t know for others--sorry for asking so much about it..but don`t know where it is....or how to fix it to appear..
also after upgraded to 2.2 If the page does not automatically reload, please click here

after submit news or any or just logged in ...is not reloading automaticaly the page..don`t know why..
in admin if i do some settings and database update is reloading the page...don`t know also why in admin area the reloading is working and in normal area is not working and always i have to "click here"
in pm:http://www.rodisco.com/clubland/modules/pm/images/subject/icon1.gif
that imaged is showed an big "X" don`t know why..
http://www.rodisco.com/clubland/modules/pm/uploads/savt42dbffe8caa46.jpg also in pm the avatar of the profiles is not displayed and i`ve looked into the module and haves no uploads folders....how to fix that too?


7
jdseymour
Re: downgrade from xoops 2.2 to 2013

Here is the code for the block:

<table class="outer" cellspacing="0">

  <{if 
$block.showgroups == true}>

  <!-- 
start group loop -->
  <{foreach 
item=group from=$block.groups}>
  <
tr>
    <
th colspan="2"><{$group.name}></th>
  </
tr>

  <!-- 
start group member loop -->
  <{foreach 
item=user from=$group.users}>
  <
tr>
    <
td class="even" valign="middle" align="center"><img src="<{$user.avatar}>" alt="" width="32" /><br /><a href="<{$xoops_url}>/userinfo.php?uid=<{$user.id}>"><{$user.name}></a></td><td class="odd" width="20%" align="right" valign="middle"><{$user.msglink}></td>
  </
tr>
  <{/foreach}>
  <!-- 
end group member loop -->

  <{/foreach}>
  <!-- 
end group loop -->
  <{/if}>
</
table>

<
br />

<
div style="margin: 3px; text-align:center;">
  <
img src="<{$block.logourl}>" alt="" border="0" /><br /><{$block.recommendlink}>
</
div>


HTH.

8
Herko
Re: downgrade from xoops 2.2 to 2013
  • 2005/7/29 23:43

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


ok, in modules/system/xoops_version.php, you'll see around line 123 that the initialisation code for the site info block was commented out. Uncomment it and 'update' the system module in system admin -> modules.

As I can't start my localhost (sadly), I can't verify if the old code will work. It is still there tho, so perhaps it still will.

Herko

9
catalin12345
Re: downgrade from xoops 2.2 to 2013

jdseymour thanks..but it`s not showing corectly...
now i`m tryiing the method that herko telled me...i will let u know if worked in 1 min


10
catalin12345
Re: downgrade from xoops 2.2 to 2013

//$modversion['blocks'][6]['file'] = "system_blocks.php";
//$modversion['blocks'][6]['name'] = _MI_SYSTEM_BNAME7;
//$modversion['blocks'][6]['description'] = "Shows basic info about the site and a link to Recommend Us pop up window";
//$modversion['blocks'][6]['show_func'] = "b_system_info_show";
//$modversion['blocks'][6]['edit_func'] = "b_system_info_edit";
//$modversion['blocks'][6]['options'] = "320|190|s_poweredby.gif|1";
//$modversion['blocks'][6]['template'] = 'system_block_siteinfo.html';
these are the lines...what i have to do ??:)to remove the description or what?!


Login

Who's Online

174 user(s) are online (107 user(s) are browsing Support Forums)


Members: 0


Guests: 174


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