41
banesto
Re: watch out your PHPSESSID
  • 2005/9/1 23:27

  • banesto

  • Just popping in

  • Posts: 61

  • Since: 2005/1/24


what should i do if my .htaccess settings are ignored? phpsession is still there and i cannot logon.
where's my red bull!



42
banesto
Re: Hello username, you have X new private messages
  • 2005/8/23 16:32

  • banesto

  • Just popping in

  • Posts: 61

  • Since: 2005/1/24


see this thread:

thread
where's my red bull!



43
banesto
Re: system block user in xoops2.2 is very simple
  • 2005/8/23 16:20

  • banesto

  • Just popping in

  • Posts: 61

  • Since: 2005/1/24


so, i've got the point, but not the whole.

to make indication of a new incoming message:

system_blocks.php user section should look like this:

========

function b_system_user_show()
{
global $xoopsUser;
if (is_object($xoopsUser)) {
$pm_handler =& xoops_gethandler('privmessage');
$block = array();
$block['lang_youraccount'] = _MB_SYSTEM_VACNT;
$block['lang_editaccount'] = _MB_SYSTEM_EACNT;
$block['lang_notifications'] = _MB_SYSTEM_NOTIF;
$block['lang_logout'] = _MB_SYSTEM_LOUT;
$block['lang_adminmenu'] = _MB_SYSTEM_ADMENU;
$block['admin'] = $xoopsUser->isAdmin(0);
$criteria = new CriteriaCompo(new Criteria('read_msg', 0));
$criteria->add(new Criteria('to_userid', $xoopsUser->getVar('uid')));
$block['new_messages'] = $pm_handler->getCount($criteria)-1;
return $block;
}
return false;
}

=========

system_block_user.html make changes like

<{if $block.new_messages > 0}>
<a class="highlight" href="<{$xoops_url}>/viewpmsg.php">Inbox (<span style="color:#ff0000; font-weight: bold;"><{$block.new_messages}></span>)</a>
<{else}>
<a href="<{$xoops_url}>/viewpmsg.php">Inbox</a>
<{/if}>

But this does not solve the problem, because in XOOPS 2.2 there are problem with read/unread messages.
where's my red bull!



44
banesto
Re: system block user in xoops2.2 is very simple
  • 2005/8/23 13:50

  • banesto

  • Just popping in

  • Posts: 61

  • Since: 2005/1/24


yeah, i've got the same problem!
profile tools i sent to the USER MENU drop down menu. But i also need indication for new pm!! PLEASE TELL ME HOW TO DO IT!
where's my red bull!



45
banesto
Re: Templates Manager lost all layout info
  • 2005/8/10 1:48

  • banesto

  • Just popping in

  • Posts: 61

  • Since: 2005/1/24


he he, i found a better way - i cloned default set again and changed those templates i changed in the first clone. as it is fresh copy - there was not much to change. But on the whole - problem stays open :(
where's my red bull!



46
banesto
Re: Templates Manager lost all layout info
  • 2005/8/10 1:12

  • banesto

  • Just popping in

  • Posts: 61

  • Since: 2005/1/24


By putting those "//" marks nothing really happens. Ok, there's no more white background, but the modules installed after cloning do not appear.

The question is: "How could i clone modules recently installed and put the cloned files into existing template set?"
where's my red bull!



47
banesto
Re: Templates Manager lost all layout info
  • 2005/8/10 1:08

  • banesto

  • Just popping in

  • Posts: 61

  • Since: 2005/1/24


I did not upgrade, i started new XOOPS 2.2 site. and, of course, i cloned the template set and started to change things i need. Later i added some new modules - xoopspolls for instance and then i wanted to change in xoopspolls block the size of the font, but the block template was read only, and when i went to template set page - i got the same u got. It seems, that this object fails only for those modules, which are installed after cloning process.. What should i do to find solution?
where's my red bull!



48
banesto
Re: Upgrade from 2.0 to 2.2
  • 2005/8/7 11:05

  • banesto

  • Just popping in

  • Posts: 61

  • Since: 2005/1/24


it's different, because table structure is different. for example in 2.0 there was only one table for users, but in 2.2 there are at least 2 - users & user_profile.
where's my red bull!



49
banesto
Upgrade from 2.0 to 2.2
  • 2005/8/7 4:06

  • banesto

  • Just popping in

  • Posts: 61

  • Since: 2005/1/24


Hello!

There was a site built with XOOPS in 2003, now it needs to be modernized and i don't know how to do it, because i cannot find upgrade patches from version 2.0. I tried to make upgrade manually but it's too hard and takes hell of a time. Does anyone know what to do? Through those 2 years there are a lot of information in the site so it's extremely hard to do upgrade manually. I started with user table, but soon i was stock in there..

Please, help!

Banesto
where's my red bull!



50
banesto
Re: myReviews give me a blank page
  • 2005/5/16 20:58

  • banesto

  • Just popping in

  • Posts: 61

  • Since: 2005/1/24


OMG, it was only a matter of case!!




TopTop
« 1 2 3 4 (5) 6 »



Login

Who's Online

233 user(s) are online (165 user(s) are browsing Support Forums)


Members: 0


Guests: 233


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