1
Wayne
Re: Email Notification Not Working in 2.2.3a final?
  • 2006/12/11 4:22

  • Wayne

  • Just popping in

  • Posts: 35

  • Since: 2002/2/13


I should add, the new user e-mails are being sent, so the mail functionality of the server works, I just cannot figure out why no one is getting e-mails, and why there's no question to set that preference in the "edit profile" area. In other words, why are those two fields blank?

Wayne



2
Wayne
Email Notification Not Working in 2.2.3a final?
  • 2006/12/11 4:15

  • Wayne

  • Just popping in

  • Posts: 35

  • Since: 2002/2/13


Hi guys,

Running stock 2.2.3a Final here. Got a problem.

No E-mail notifications of any kind are being sent. There is no "notification by e-mail" selection in the "edit account" area, and looking at the database, xoops_user.notify_method and xoops_user.notify_mode are both completely blank for all users.

What have I done wrong in this install, and what can I do to fix it?

Wayne



3
Wayne
Re: "remember me" for 2.2.3a
  • 2006/11/29 23:04

  • Wayne

  • Just popping in

  • Posts: 35

  • Since: 2002/2/13


Thanks very much..

Right after reading this, I went about 6 pages back into Google and found the "remember me hack for 2.2". Quick install, so I'm hoping that'll resolve the issue.

Hell, the guys have got me so afraid of upgrading around here that I may never do that again... :)

Wayne



4
Wayne
"remember me" for 2.2.3a
  • 2006/11/29 22:40

  • Wayne

  • Just popping in

  • Posts: 35

  • Since: 2002/2/13


Hi guys,

I need help.

To make a long story short, I was in a hurry to get a site out, so I just got a planetxoops account and installed what I thought was the latest (2.2.3 final) from the cpanel.

THEN I find out that it isn't the latest (too late) and I should have gone with 2.0.16 or whatever. That doesn't help me any...


2.2.3a Final doesn't have a "store a cookie for one year" choice, so right now, everyone has to pretty much log in every single time they open their browser. I am running a few sites with older versions (out of necessity) and remember a "remember me" hack which put a box under the login to solve this issue once and for all.

Is there such a hack for 2.2.3? (*before you ask*, yes, I searched both here and google)

*OR* is there a kind human being out there willing to help me "downgrade" to 2.0.16 considering the site's like two weeks old and only has the basics + CBB loaded?

Sincerely,

Wayne



5
Wayne
Re: waiting block / template missing?
  • 2006/11/27 12:33

  • Wayne

  • Just popping in

  • Posts: 35

  • Since: 2002/2/13


bumpty..



6
Wayne
Re: News module: how to remove category name from news headline?
  • 2006/11/26 15:37

  • Wayne

  • Just popping in

  • Posts: 35

  • Since: 2002/2/13


@red_slider

Nevermind, thanks. Found it... I was looking for something with the word "category", not topic_title



7
Wayne
Re: News module: how to remove category name from news headline?
  • 2006/11/26 15:34

  • Wayne

  • Just popping in

  • Posts: 35

  • Since: 2002/2/13


Quote:

Bates wrote:
sorry red_slider

i've read that polish solution but i have no idea what he is talking about..


I just read it. (Thank you red_slider!)

What he means is this;

In /modules/news/article.php, you will find a list of variables at the top in the comments sections. Each of these can be used in the templates.

So... Edit your news template and replace $story.title with $story.news_title and that should fix the problem.

@red_slider

Thank you! That helps greatly.

{edit : see below}

Thank you.

Wayne



8
Wayne
waiting block / template missing?
  • 2006/11/26 14:53

  • Wayne

  • Just popping in

  • Posts: 35

  • Since: 2002/2/13


Hi guys,

New install of 2.23 final going on here. I just added the "Waiting contents" block but it comes up empty.

Going to my theme's templates, it shows that the template needs to be generated, but when I try to do so, it says "selected file does not exist".

The template is, in fact there under /modules/system/templates/blocks, but I have no idea what I'm doing wrong here.

Please give me some pointers?

Wayne



9
Wayne
locking a news story from new posting?
  • 2004/7/26 20:29

  • Wayne

  • Just popping in

  • Posts: 35

  • Since: 2002/2/13


Question: Using the stock news module, why can't a story be locked to prohibit further comments, similar to the way you can lock forum threads? Is there a workaround or fix that I'm not aware of? I'm using 2.0.7.

Wayne



10
Wayne
Re: Anyone got a script to go through and mass-verify links?
  • 2004/4/30 17:23

  • Wayne

  • Just popping in

  • Posts: 35

  • Since: 2002/2/13


What I need is something like this. It needs to be paginated, and it needs help with the SQL Insert clause (it isn't inserting into the DB like it should) but you get the idea.

<?php
/* Connecting, selecting database */
$link mysql_connect("localhost""user""password") or die("Could not connect : " mysql_error());
echo 
"Connected successfully<br /><br />";
mysql_select_db("xoops") or die("Could not select database");

/* Performing SQL query */
$query "SELECT lid, title, url FROM x_mylinks_links";
$result mysql_query($query) or die("Query failed : " mysql_error());

/* Printing results */
while ($line mysql_fetch_array($result))
{
    
$sitename $line[url];
    echo 
"Checking $sitename<br />n";
    
$file fopen ($sitename"r");
    if (
$file)
        {
         
// echo "$sitename : Exists<br />n";
            
fclose($file);
        }
    if (!
$file)
     {
    echo 
"$sitename : <font color='red'>Does not exist</font><br />n";
    
$sql mysql_query("INSERT INTO x_mylinks_broken (lid, sender, ip) VALUES ($line[lid], 1, 192.168.0.1)");
    }
}


/* Free resultset */
mysql_free_result($result);

/* Closing connection */
mysql_close($link);
?>




TopTop
(1) 2 3 4 »



Login

Who's Online

227 user(s) are online (110 user(s) are browsing Support Forums)


Members: 0


Guests: 227


more...

Donat-O-Meter

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

Latest GitHub Commits