1761
trabis
Re: Support your community members!
  • 2008/4/28 22:09

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Quote:

Mamba wrote:
Ronaldus, please do not spread false accusations.

Shine was NOT banned because she mentioned another project. Her account was deactivated because she refused to accept our Terms of Use, and decided to leave XOOPS.


Your are both wrong IMHO.

Shine WAS banned because she refuse to accept XOOPS Terms of use. This is pretty clear to me.
As I asked in another thread, please take away all the IPS restritions for users who have refused to accept XOOPS TOS.

People should be (at least) free to read and agree with the TOS.



1762
trabis
Re: Groups
  • 2008/4/28 0:13

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Create a file in your root and paste this:

<?php
include_once (mainfile.php);
$member_handler =& xoops_gethandler('member');

$from_group_id 2//set this
$to_group_id 4;   //set this

$usersid $member_handler->getUsersByGroup($from_group_idfalse00);
foreach (
$usersid as $uid){
   
$member_handler->addUserToGroup($to_group_id$uid);
}
?>


Don´t forget to set the groups id.
Atention, I did not tested this.



1763
trabis
Re: "PHP Access violation..?
  • 2008/4/27 23:53

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


I believe is not related but anyway:

https://xoops.org/modules/newbb/viewtopic.php?topic_id=62729&forum=28&post_id=282517#forumpost282517

May help a little. :(

This is more like it i think:
http://www.faqts.com/knowledge_base/view.phtml/aid/2027



1764
trabis
Re: Story title in url address hack
  • 2008/4/27 0:19

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Should provide a function to clean the title a little, special chars, spaces... You can look at modules using seo for that. I´m not shure but maybe the last news version has that function some where.

To be honest here, I don´t know if that SEO-ing thing is true.
I believe in friendly urls because they can influence the user to click and not because the search engines will up your rank.
I´m not shure if i can even consider your example as a friendly url.

Just my opinion, anyway, thanks for sharing this.



1765
trabis
Re: Mass Email invitations module
  • 2008/4/26 23:37

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


I have some scripts but all use CURL, however there is a issue with languages. The script uses some references in the page to get the data ex:"All contacts". Meaning that we have to adpat the script for every language or it only work with gmail english verision for example. :(



1766
trabis
Re: Can't Log In
  • 2008/4/24 0:14

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Try to repair your 'sessions' table cause it crashes some times.



1767
trabis
Re: theme changer and zetagenesis seem to be conflicting
  • 2008/4/23 12:49

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Quote:

mrphilong wrote:
BigJim,

I used coded at this site:
http://xoops-tips.com/news-article.storyid-89-page-0.htm
to switch theme, I have not try it with zetagenesis, worth giving it a go.

Demo:

fix width=>http://www.ucchau.net
variable width=>http://www.ucchau.net/modules/newbb


Hum , that code is pretty like the theme_changer code so, my guess is that it won´t work



1768
trabis
Re: theme changer and zetagenesis seem to be conflicting
  • 2008/4/23 12:24

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


HiQuote:

script_fu wrote:
On the brighter side...

The Dev Trabis is working on something like this module with all kinds of new goodies. I have no idea about a release date but he is aware of the conflict between the new themes and the module.

Maybe he will stop by this thread with an update of his progress...


Hi, script_fu, the module is more about friendly urls than theme changer so I did not look into the themes yet. Anyway it may take a while, I mean weeks, months, never, so I´ll try to find what´s wrong ok and if I have sucess I´ll release a fixed theme _changer.



1769
trabis
Re: Make Xoops URLs professional
  • 2008/4/22 0:08

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


I guess you mean [NC,L]



1770
trabis
Re: username as uid ?
  • 2008/4/21 12:38

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Quote:

sarahmx wrote:
have anyone else tried ? does it work for you guys ?


Probably you do not have mod_rewrite enable. :(




TopTop
« 1 ... 174 175 176 (177) 178 179 180 ... 190 »



Login

Who's Online

119 user(s) are online (81 user(s) are browsing Support Forums)


Members: 0


Guests: 119


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