21
karuna
Re: Automated private messages
  • 2004/8/11 15:23

  • karuna

  • Not too shy to talk

  • Posts: 171

  • Since: 2002/5/29


hi i use XOOPS 2.07

here is the register.php

http://my.ppfans.com/register.php.txt



22
karuna
Re: Automated private messages
  • 2004/8/10 20:59

  • karuna

  • Not too shy to talk

  • Posts: 171

  • Since: 2002/5/29


$pm_handler =& xoops_gethandler('privmessage');
            
$pm =& $pm_handler->create();
            
$pm->setVar("subject""test");
            
$pm->setVar("msg_text""just a test ^^");
            
$pm->setVar("to_userid"$newuser->getVar('uid'));
            
$pm->setVar("from_userid"1);            $pm_handler->insert($pm);

add this in register.php

after this line



if ($xoopsConfigUser['activation_type'] == 1)

i use autoactive acount in my site.



23
karuna
Re: Xoops and SEO ?
  • 2004/8/9 23:49

  • karuna

  • Not too shy to talk

  • Posts: 171

  • Since: 2002/5/29


Quote:

the homepage has a PR of 5 and the second level page has a zero PR


i don't think so. you can have a look of the pr of xoops.org

the homepage is 8 and the second level is 6 or 7



24
karuna
Re: Watermarks for xoops coppermine gallery
  • 2004/8/8 21:54

  • karuna

  • Not too shy to talk

  • Posts: 171

  • Since: 2002/5/29


Quote:

evylrat wrote:
Try this code

http://xcgal.xoops2.org/modules/newbb/viewtopic.php?forum=5&post_id=720&topic_id=166#forumpost720

I've not tried the code myself yet. I think I'll also be looking into Digital Watermarking too.

hi i have tried this code but it doesn't works well if the image is a gif file?



25
karuna
Re: How to put banners into blocks?
  • 2004/8/4 12:37

  • karuna

  • Not too shy to talk

  • Posts: 171

  • Since: 2002/5/29


Quote:

simeon wrote:
?><div align='center'>
<?
echo xoops_getbanner();
?>
</div>


this into a selfmade block, php type


hi~~

why need a "?>" in the front to get it works?



26
karuna
Re: submitted to the bug tracker
  • 2004/8/3 20:40

  • karuna

  • Not too shy to talk

  • Posts: 171

  • Since: 2002/5/29


hi~
Quote:
if ( isset($addquery) ) {
$addquery.=" AND p.uid=$userid AND u.uname='$search_username'";
$subquery.=" AND p.uid=$userid AND u.uname='$search_username'";
} else {
$addquery.=" p.uid=$userid AND u.uname='$search_username'";
$subquery.=" p.uid=$userid AND u.uname='$search_username'";
}

here i changed
if ( isset($addquery) ) to if ( $addquery!="" )

then it works

and the template file newbb_index.html have to change this hidden to submit
Quote:
<input type="hidden" name="submit" value="<{$lang_search}>" />



27
karuna
Re: More than one group
  • 2004/8/2 17:39

  • karuna

  • Not too shy to talk

  • Posts: 171

  • Since: 2002/5/29


yes



28
karuna
Re: ? and & in the url SEO
  • 2004/7/23 3:20

  • karuna

  • Not too shy to talk

  • Posts: 171

  • Since: 2002/5/29


hi there are 2 hacks

u can find them by searching the forum



29
karuna
Re: JoneSolutions.Com Reseller Amazing Rates!!!
  • 2004/7/22 17:22

  • karuna

  • Not too shy to talk

  • Posts: 171

  • Since: 2002/5/29


Quote:

jones wrote:

Reseller1
5GB Space
62GB Bandwidth Per Month
Unlimited domains, emails, MySQL databases, etc...
WHM/Cpanel
Fantastic De Luxe
and many more features...
Only $15/Month


My site is only 300m ,but need 80g bandwidth per month



30
karuna
Re: Is it possible to have such a template? - HOT!
  • 2004/7/20 14:59

  • karuna

  • Not too shy to talk

  • Posts: 171

  • Since: 2002/5/29


convert a html file to a theme is not a hard work




TopTop
« 1 2 (3) 4 5 6 ... 16 »



Login

Who's Online

171 user(s) are online (109 user(s) are browsing Support Forums)


Members: 0


Guests: 171


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