131
tzvook
Re: Ajax autocompletion feeded with isearch module
  • 2008/11/1 21:03

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


I use version 2.6.1 - which is the latest as much as I know
xoops version 2.2.4
the issue may be before, just went to where the fatal-error lead me
it must be connected to the fact that anon-users don't have the right to see the mpmanager's result in the search (and don't have any)

P.S. in mysearch itself, the ajax-search can also work in XOOPS 2.2.x if you folow wizanda little modifications :https://xoops.org/modules/newbb/viewtopic.php?post_id=292889#forumpost292889
otherwise it gives the blank screen ( due to the use of '$xoTheme')
live sample is @ Gifts45.com in the right side search box ( try shopping or gifts )



132
tzvook
Re: Ajax autocompletion feeded with isearch module
  • 2008/11/1 18:41

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


Just want to let you know I found a bug in mpmanager when using it with mysearch.

I get this fatal error with a blank page (just for anonimus users)
Fatal errorCall to a member function on a non-object in /srv/www/virtual/gifts45.com/htdocs/modules/mpmanager/include/search.inc.php on line 51


if (!empty($user)) {

 if (
strlen($user) < ) {
  
$onglet 0;
   }       
} else { 
$onglet 0; }


line 51 is $onglet = 0;

I turned
$modversion['hasSearch'] = 1;
into
$modversion['hasSearch'] = 0;
at xoops_version.php in mpmanager - solved the issue for now, since I don't need the mpmanager results in the site search .
it might help one that get the blank screen understand where the problem comes from.
Now I understand why anonimus users have issues also in the site search...



133
tzvook
Re: Yogurt Social Network 2.9 BETA
  • 2008/9/16 22:38

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


@ Jere
Yep - stable and still no bugs found, on a production site , though it's focused too much in the individual user and not the community.



134
tzvook
Re: Is XOOPS Right For My Project?
  • 2008/9/13 19:45

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


Hello khnumet
For the paypal access - sounds like you need the Subsciption Module .... but I don't know if it works with latest version of XOOPS (dig a bit about it).

About an articles modules - you'll simply have to choose your favorite one - you'll find some great ones around ...



135
tzvook
Re: Yogurt Social Network 2.9 BETA
  • 2008/9/11 8:25

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


This was discussed before:
Making Yogurt Social Network work with the 2.2.x series

Works flawlessly with 2.2. branch



136
tzvook
Re: High Load
  • 2008/9/2 19:24

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


Do you use any "friendly urls" hack ?

Search bots causes havy load on big sites with "friendly url's" - since they don't see the "database driven site" signs in the url ( $ and & ).

There might be a lot of reasons - that's just one ...



137
tzvook
Re: Releasing Mytabs 2.0 for xoops 2.2.x
  • 2008/8/10 15:39

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


Thank you trabis for this fine module being ported to 2.2.x

For me it's not a question of which branche to use - 2.2.x was always the favorite

Your Mytabs + yogurt (easily hacked for 2.2.x) complete my list of 2.2.x compibility



138
tzvook
Re: Yogurt Social Network 2.9 BETA
  • 2008/7/29 16:09

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


Yep missed that ... but it needs to be passed to the template anyway ... so ...



139
tzvook
Re: Yogurt Social Network 2.9 BETA
  • 2008/7/29 7:52

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


One more tweak for this great module:

As said and asked b4 in this thread - there is no point in showing the "user no 1 profile" to the anonimus users group, as the "default module page".
In most social networks, If you are not a site member you usually get staff like "newest members" or "newest tribes/communities" or "newest blogs" etc' ... and then a suggestion to join the network.

So I made a little twek for showing another content to unregistered user group:

open /yogurt/index.php , find this:
if ($xoopsUser && $xoopsUser->isAdmin(1)){
$xoopsTpl->assign('isWebmaster',"1");
}else{
    
$xoopsTpl->assign('isWebmaster',"0");
}


and add right after it (about line 207):
// TZ Addition // 
if ($xoopsUser){
$xoopsTpl->assign('isUser',"1");
}else{
    
$xoopsTpl->assign('isUser',"0");
}
// End TZ addition //


now you are able to show your desired content in templates/yogurt_index.html
using this example:

<{ if $isUser==}>
content for members of your site
<{else}>
content for non members
<{ /if }>


I used it right in the begining - to hide all content from the no-members, and show them my selected content ....

Hope someone will benefit this staff ...



140
tzvook
Making Yogurt Social Network work with the 2.2.x series
  • 2008/7/29 6:37

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


If someone still needs to make yogurt 2.2.x competiable - thak a look at This thread which includes a solution for it.

just note that the vars posted there (which should be included in /language/_your_lang_/user.php ) are not complete ..... you should add this complete list of vars (fill the translation from your own language files ... the Hebrew is turnning into question signes in here ...

// TZ for the Yugort module
//%%%%%%File Name userinfo.php%%%%%
define('_US_NICKNAME','?? ?????');
define('_US_REALNAME','?? ?????');
define('_US_EMAIL','???? ????????');
define('_US_PM','????? ?????');
define('_US_ICQ','???????');
define('_US_AIM','AIM');
define('_US_YIM','YIM');
define('_US_MSNM','MSNM');
define('_US_WEBSITE','??? ???????');
define('_US_LOCATION','?????');
define('_US_OCCUPATION','?????/?????');
define('_US_INTEREST','????? ?????');
define('_US_SIGNATURE','????? ?????');
define('_US_EXTRAINFO','???? ????');
define('_US_EDITPROFILE','????? ?????? ?????');
define('_US_MEMBERSINCE','???/? ???? ??????');
define('_US_RANK','????');
define('_US_POSTS','??????/??????');
define('_US_LASTLOGIN','????? ?????? ????');
define('_US_ALLABOUT','??? ????? %s');
define('_US_STATISTICS','?????????');
define('_US_MYINFO','My Info');
define('_US_BASICINFO','???? ?????');
define('_US_MOREABOUT','More About Me');
define('_US_SHOWALL','??? ???');

define('_US_ALLOWVIEWEMAIL','??? ?? ????? ????? ??? ????');
define('_US_TIMEZONE','???? ???');
define('_US_CDISPLAYMODE','???? ????? ???????');
define('_US_CSORTORDER','??? ????? ??????');
define('_US_PASSWORD','????? ?????');
define('_US_TYPEPASSTWICE','????? ?????');
define('_US_USECOOKIE','???? ?? ???? ?????? ??? ?- cookie ???? ???');
define('_US_MAILOK','???? ?????? ??????? ??????? ?????');
define('_US_SAVECHANGES','????? ???????');
define('_US_SHOWSIG','???? ??? ?? ?????? ???');
define('_US_PROFILE','?????? ?????');

// end TZ addition




TopTop
« 1 ... 11 12 13 (14) 15 16 17 ... 60 »



Login

Who's Online

158 user(s) are online (101 user(s) are browsing Support Forums)


Members: 0


Guests: 158


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits