71
Swain
Re: Before we get too excited
  • 2006/8/8 20:49

  • Swain

  • Not too shy to talk

  • Posts: 198

  • Since: 2006/6/27


If the makers of the original module cannot be contacted or cannot do it, maybe they would allow someone else to port your version?????



72
Swain
Search of Profile Interests
  • 2006/8/8 18:28

  • Swain

  • Not too shy to talk

  • Posts: 198

  • Since: 2006/6/27


This may have already been done. If so, I have not been able to find it, but a search of profiles by user interest would be a good idea.



73
Swain
Re: suspending users
  • 2006/8/8 18:13

  • Swain

  • Not too shy to talk

  • Posts: 198

  • Since: 2006/6/27


I think to do that it would require a module that would edit the user file so they would be set to inactive, and then prevent them from resending their activation code. It could be done, but then no one could resend their activation code. I am not sure, a someone more familiar with php would know for sure.



74
Swain
Friend Finder
  • 2006/8/8 17:05

  • Swain

  • Not too shy to talk

  • Posts: 198

  • Since: 2006/6/27


Is there a way in Friendfinder, that folks can edit their ads? There is none listed in the menu. Second question is there someway someone can come up with a module hack so all ads are displayed?



75
Swain
ealdriht.org
  • 2006/8/8 0:41

  • Swain

  • Not too shy to talk

  • Posts: 198

  • Since: 2006/6/27


Okay, this is a pagan site I have been working on, so if you go take a look, please do not be offended. Anyhow, it was an existing static html site (for the most part) that I converted over to Xoops. It is therefore a bit rough in places. You can see it at:http://www.ealdriht.org



76
Swain
Re: Email Notification on PM?
  • 2006/8/8 0:32

  • Swain

  • Not too shy to talk

  • Posts: 198

  • Since: 2006/6/27


One more thing, you may need to use the hack mentioned in:

https://xoops.org/modules/news/article.php?storyid=1858



77
Swain
Re: Email Notification on PM?
  • 2006/8/8 0:28

  • Swain

  • Not too shy to talk

  • Posts: 198

  • Since: 2006/6/27


The only other thing I can think of is check and make sure you have the mail set up right. Preferences:System:Mail Setup Your server may be different, but mine is setup as follows:

Mail Delivery Method: PHP Mail
Path to Send Mail: /usr/sbin/sendmail

The rest is blank.



78
Swain
Re: creating custom pages
  • 2006/8/7 4:53

  • Swain

  • Not too shy to talk

  • Posts: 198

  • Since: 2006/6/27


Did you make sure that the directory was under modules? That is the only thing I think could go wrong.



79
Swain
Re: creating custom pages
  • 2006/8/7 0:23

  • Swain

  • Not too shy to talk

  • Posts: 198

  • Since: 2006/6/27


This gets a bit detailed, but the easiest way is to create them as a module. To do that you need to do the following (remove all //:

1) Create a file xoops_version.php called in a php or text editor such as Notepad as follows:

//<?php
//$modversion['name'] = pagename;
//$modversion['version'] = 1.00;
//$modversion['description'] = page descripyion;
//$modversion['credits'] = "your name";
//$modversion['author'] = "Syour name";
//$modversion['dirname'] = "name of folder you will put it in //under /modules/";

//$modversion['hasAdmin'] = 0;
//$modversion['adminmenu'] = '';

//$modversion['hasMain'] = 1;

//?>

2) Create a file called index.php and place the following in it:

//<?php
require('header.php');

//include(XOOPS_ROOT_PATH.'/header.php');


?>

//print '<IFRAME SRC="http://yourdomain.comyour file" WIDTH=X HEIGHT=X TITLE="pagename"></IFRAME>';

//include(XOOPS_ROOT_PATH.'/footer.php');

?>

3) Create header.php:

//?php
//
//include "../../mainfile.php";

//?>

4) Create a folder named the same as you listed in step 1. Then put these files in it. Next go install it as a module.

Or you could get the modules Content, Tiny Content, Page Wrap, or a number of others.



80
Swain
Re: Email Notification on PM?
  • 2006/8/7 0:08

  • Swain

  • Not too shy to talk

  • Posts: 198

  • Since: 2006/6/27


Hmm, I am mystified by that. You might try reinstalling the pm module, or updating it. Mine did not seem to work for a while and I did that, and it started functioning. Other than that, I am at a loss.




TopTop
« 1 ... 5 6 7 (8) 9 10 11 ... 20 »



Login

Who's Online

267 user(s) are online (188 user(s) are browsing Support Forums)


Members: 0


Guests: 267


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