Search found 7 matches

by robdocmagic
Sun Feb 08, 2009 5:38 am
Forum: phpBB 3.0.x Support
Topic: Problem with BBCode and URL
Replies: 2
Views: 5110

Re: Problem with BBCode and URL

Sorry :oops:

Next time I will troubleshoot more before I post -- I tried to find delete but it appears I can't delete posts on this board.

I reverted it to the one from last night and it works, now I am just going to diff the files and see what's up..

-Rob
by robdocmagic
Sun Feb 08, 2009 5:21 am
Forum: phpBB 3.0.x Support
Topic: Problem with BBCode and URL
Replies: 2
Views: 5110

Problem with BBCode and URL

Hi,

On my board when I do something like this, it blows up when I post.

test

Any ideas as it seems like that should work ok?

Parse error: syntax error, unexpected '}' /phpBB3/cache/tpl_prosilver_viewtopic_body.html.php on line 205

I am running 3.0.4.

Thanks!
-Rob
by robdocmagic
Mon Feb 02, 2009 6:22 pm
Forum: phpBB 3.0.x Support
Topic: Emails when Account is Activated
Replies: 9
Views: 98016

Re: Emails when Account is Activated

Check this out -- I went into acp_inactive.php and changed the new messenger() to new messenger(false) (to turn off the queuing) and then I commented out the $messenger -> save_queue(); I believe that this will force it to send the email now instead of queueing it and it worked like it should -- e.g...
by robdocmagic
Mon Feb 02, 2009 6:07 pm
Forum: phpBB 3.0.x Support
Topic: Emails when Account is Activated
Replies: 9
Views: 98016

Re: Emails when Account is Activated

When I use the ACP approach I never get the email. Last I knew, activating a user from within the ACP does not generate an email. <-by design Hmmm.. The thing is that I went into the ACP code and it looks like its setting up the email messenger and using the same templates as the UCP does (those ar...
by robdocmagic
Mon Feb 02, 2009 5:59 pm
Forum: phpBB 3.0.x Support
Topic: Emails when Account is Activated
Replies: 9
Views: 98016

Re: Emails when Account is Activated

KenH wrote:Rob,

I did try it on my install and it functions just as you described.

Ken
Thanks Ken! For now I suppose we can just use the emails to activate the users but its also nice to be able to activate many people at once instead of clicking many emails :D
by robdocmagic
Mon Feb 02, 2009 5:54 pm
Forum: phpBB 3.0.x Support
Topic: Emails when Account is Activated
Replies: 9
Views: 98016

Re: Emails when Account is Activated

Good catch. I recently set a a forum and was unaware of this behavior. I will be monitoring this topic for further information. Ken Hi Ken, If you get a chance can you give it a try in your environment? (e.g. create 2 users and activate one from the email link and the other from from the ACP) and s...
by robdocmagic
Mon Feb 02, 2009 4:38 pm
Forum: phpBB 3.0.x Support
Topic: Emails when Account is Activated
Replies: 9
Views: 98016

Emails when Account is Activated

Hello, I have my board setup such that I have to activate new users. I have few options for activating users. The first is to click on the link in the email I get which launches the /includes/ucp/ucp_activate.php file and then sends out the email to the user (to let them know the account has been ac...