292081
ackbarr
Re: Unable to send user activation key

do other email functions within XOOPS - Mail Users, Notification Emails, work? AFAIK, all email functions with XOOPS use the same mailer settings, so if one fails they should all fail.



292082
Shufflebug
Re: WF-Sections V1 Released (comments problem)
  • 2003/9/4 13:50

  • Shufflebug

  • Just popping in

  • Posts: 40

  • Since: 2002/6/19


Hi Catz,

first of all, Grrreat work !


now my problem:

when I add a comment to an article, that is restricted to specific user groups, the 'recent comments' block of the XOOPS system also displays the comment for users that don't belong to one of the groups specified in the articles section.

If the user klicks the comment link, he get's an error message saying that he is not permitted to view the article.

How can you exlude those wfsection comments in the 'recent comments' block from being displayed to users, not belonging to one of the user groups specified in the corresponding section ??


Thanks in advance !

Shufflebug



292083
iconeb
Re: Anyone working on this?
  • 2003/9/4 12:01

  • iconeb

  • Just popping in

  • Posts: 15

  • Since: 2002/9/26


You can post me any fix you make.
I'm going to get back on this in the next few days.
bye



292084
andrew8
Unable to send user activation key
  • 2003/9/4 8:54

  • andrew8

  • Just popping in

  • Posts: 1

  • Since: 2003/9/4 8


I have sendmail setup properly, it works really fine but still unable to send users activation keys.
I had to manually activate them which is quite irratating.

Any ideas?



292085
builderb
Re: Business Directory Created
  • 2003/9/4 6:26

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


Ok, Here is the xDirectory module zipped up and ready for testing.
I've set it up with it's own DB tables instead of sharing the tables
with the MyLinks module. This works out much better.

Here a few thing to watch out for:
1) I tried to go through and replace every instance of the word "link"
with the word(s) "business listing" and "listing" but I'm still finding them turn up here and there.
2) you may find some table and cell styles hard coded in some of the files. I'm lazy
3) you may also find some of my site specific verbiage hard coded into some of the pages as well. I'm still lazy

Other than that the module seems to work very well!

If you make any enhancements to the script please let me know!

Enjoy!



292086
stonez
Random icons on each theme block?
  • 2003/9/4 4:42

  • stonez

  • Just popping in

  • Posts: 16

  • Since: 2002/9/29


I would like to put a little icons on each block based on
a randomized number. Where sholud I write the code?
Do I put this randomized function in the theme.html or
in somewhere else? or should I use the smarty template to
generate the randomized number for me?

in the theme.html file


I would like to put a variable [in read]
$x.gif" width="150" height="80" alt="" />

Thanks for your help!



I just found this on the web. How can I use it?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~``
Random
Small function to output a random number between two values.
(I didn't see this anywhere else so I thought I would make this function. But it's so simple that maybe it already exists somewhere else... Sorry in that case)


/*
* Smarty plugin
* -------------------------------------------------------------
* Type: function
* Name: random
* Purpose: output a random number between $varIn and $varOut:
* {random in=$varIn out=$varOut}
* If you want to assign the random number to a variable
* instead of displaying it, you must write:
* {random in=$varIn out=$varOut assign=yourVar}
* Where yourVar can be anything. Then you'll get
* $yourVar equal to a random number between $varIn and $varOut.
* Author: Philippe Morange
* Modified: 25-03-2003
* -------------------------------------------------------------
*/

function smarty_function_random($params, &$smarty)
{
extract($params);

srand((double) microtime() * 1000000);

$random_number = rand($in, $out);
if (isset($assign)) {
$smarty->assign($assign, $random_number);
}
else {
return $random_number;
}
}



292087
ackbarr
Re: Hack request: Private message sorting

well that makes absolutely no sense I'll have to dig into the code a little deeper tonight and see what I can find



292088
El_Jordo
Re: Hack request: Private message sorting
  • 2003/9/3 23:47

  • El_Jordo

  • Just popping in

  • Posts: 64

  • Since: 2003/4/23


Small problem: When I click on the links to view a private message, I get the wrong message. It seems the message names are sorted right, but the links aren't. Any suggestions?



292089
pinky
Meta-Generator ???
  • 2003/9/3 17:58

  • pinky

  • Just popping in

  • Posts: 28

  • Since: 2002/8/17


Ok, I know I have asked before and everyone looked at me like: WTF is he talking about, write your own meta: ok so please read this fully.

http://www.e-xoops.com/public/modules/mydownloads/singlefile.php?lid=6

this is a Meta-Generator & dynamic keyword extractor module. Replaces the entire meta/footer system admin part.

This module was developped by e-xoops for XOOPS RC3 and then dropped.

Well this module catapulted my web site to the first page of google, yahoo and other.
Basicaly it read your page and build meta dynamicaly for you adding words and removing others all dynamicaly.

Now I am no brain surgeon like others here but I surely can see the benefit of being in the first search page of google.

Here is the bad thing, it is totaly integrated to e-xoops but no one ever looked at even porting the module for XOOPS 2.03 ?!?!??!

Anyone smarter than me that could port the module?
why not integrate it into XOOPS 2.0 either ?



292090
bevege
Anyone working on this?
  • 2003/9/3 15:45

  • bevege

  • Just popping in

  • Posts: 17

  • Since: 2003/2/24


I've downloaded and installed this module and it works great as is. It only needs a few things fixed as far as I can see. Is someone still working on this? I would love to have all my recipes available on my XOOPS site.

BE







Login

Who's Online

279 user(s) are online (108 user(s) are browsing Support Forums)


Members: 0


Guests: 279


more...

Donat-O-Meter

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

Latest GitHub Commits