Search found 63 matches

by unand
Mon Oct 20, 2008 9:16 pm
Forum: [2.0.x] MOD Database Releases
Topic: [2.0.19] Youtube Video BBCode
Replies: 853
Views: 406682

Re: [2.0.19] Youtube Video BBCode

// YouTube URL code.. $patterns[] = "#\[youtube\]http://(www\.|de\.|it\.|co\.uk|ie\.|br\.|pl\ .|uk \.|jp\.|fr\.|es\.|nl\.)?youtube.(com|de|it|co\.uk|ie|br|pl| uk |jp|fr|es|nl)/watch\?v=([0-9A-Za-z-_]{11})[^[]*\[/youtube\]#is"; $replacements[] = $bbcode_tpl['youtube']; I've taken a risk an...
by unand
Mon Oct 20, 2008 8:43 pm
Forum: [2.0.x] MOD Database Releases
Topic: [2.0.19] Youtube Video BBCode
Replies: 853
Views: 406682

Re: [2.0.19] Youtube Video BBCode

// YouTube URL code.. $patterns[] = "#\[youtube\]http://(www\.|de\.|it\.|co\.uk|ie\.|br\.|pl\.|jp\.|fr\.|es\.|nl\.)?youtube.(com|de|it|co\.uk|ie|br|pl|jp|fr|es|nl)/watch\?v=([0-9A-Za-z-_]{11})[^[]*\[/youtube\]#is"; $replacements[] = $bbcode_tpl['youtube']; \.uk|ie\.|br\ Is there an error ...
by unand
Mon Oct 20, 2008 7:56 pm
Forum: [2.0.x] MOD Database Releases
Topic: [2.0.19] Youtube Video BBCode
Replies: 853
Views: 406682

Re: [2.0.19] Youtube Video BBCode

I’m still having problems with the uK youtube links and I’ve changed the following files; includes/bbcode.php and the bbcode.tpl as below. I discovered these instructions while searching. I’m using the latest version of phpbb2 and subsilver. http://uk.youtube.com/watch?v=7zB0RygrYy8 Any suggestions ...
by unand
Wed Jan 23, 2008 8:41 pm
Forum: [2.0.x] MOD Database Releases
Topic: Limited Edit Time
Replies: 79
Views: 9831

Re: Limited Edit Time

Ok. Thanks for your help but I think I’ll leave it for now. I’ll consider installing it manually but I’m worried I’ll do more harm than good ‘as I’m a welder not a tecy’. lol :lol:

All good fun.

Cheers
Len
:)
by unand
Wed Jan 23, 2008 8:16 pm
Forum: [2.0.x] MOD Database Releases
Topic: Limited Edit Time
Replies: 79
Views: 9831

Re: Limited Edit Time

Ok, I’ll replace my code with yours and run easymod again and see how we go.

Cheers
Len

:)
by unand
Wed Jan 23, 2008 7:57 pm
Forum: [2.0.x] MOD Database Releases
Topic: Limited Edit Time
Replies: 79
Views: 9831

Re: Limited Edit Time

Sorry about that, it was the first and nearest thing I could find that mentioned “intval($HTTP_POST_VARS['forumstatus'])” lol :oops: So, this is what I have; There is no problem having duplicate forum names so we won't check for it. $sql = "INSERT INTO " . FORUMS_TABLE . " (forum_id, ...
by unand
Wed Jan 23, 2008 7:27 pm
Forum: [2.0.x] MOD Database Releases
Topic: Limited Edit Time
Replies: 79
Views: 9831

Re: Limited Edit Time

Ok, thanks for that. I believe i have the up to date verion of phbb, so it's probably been altered by another mod. I looked for the code myself and found this. SET forum_name = '" . str_replace("\'", "''", $HTTP_POST_VARS['forumname']) . "', cat_id = " . intval($HT...
by unand
Wed Jan 23, 2008 6:15 pm
Forum: [2.0.x] MOD Database Releases
Topic: Limited Edit Time
Replies: 79
Views: 9831

Re: Limited Edit Time

Hi Can you please advice? I’ve just attempted to install “Limited Edit” using easy mod and I got the following message while installing; IN-LINE FIND FAILED: In file [admin/admin_forums.php] could not find: intval($HTTP_POST_VARS['forumstatus']) . " MOD script line #283 I don’t know if it’s eas...
by unand
Wed Oct 24, 2007 9:50 pm
Forum: [2.0.x] MOD Database Releases
Topic: [29/11/06] Forum Auth by Post Count
Replies: 224
Views: 47230

Re: [29/11/06] Forum Auth by Post Count

I’m struggling a bit and I can’t seam to get my head round his bit. I have a forum on the index page and I would like only the guests to be able to view it, it’s like a welcome forum. I am trying to make that forum disappear once they have made their first or second post. I’ve tried allsorts of com...
by unand
Tue Oct 16, 2007 7:37 pm
Forum: [2.0.x] MOD Database Releases
Topic: [29/11/06] Forum Auth by Post Count
Replies: 224
Views: 47230

Re: [29/11/06] Forum Auth by Post Count

I’m struggling a bit and I can’t seam to get my head round his bit. I have a forum on the index page and I would like only the guests to be able to view it, it’s like a welcome forum. I am trying to make that forum disappear once they have made their first or second post. I’ve tried allsorts of comb...
by unand
Mon Mar 19, 2007 8:20 pm
Forum: [2.0.x] MOD Database Releases
Topic: [21/01/07] Page Permissions
Replies: 185
Views: 31530

Re: Re:

The error you posted is not from this MOD, it's from the other one I listed (Forum Auth by Post Count). http://www.phpbb.com/community/viewtopic.php?f=15&t=471142 If you look at the installation instructions for that MOD it will clear up your issue. Specifically this step: # #-----[ IN-LINE BEF...
by unand
Sat Mar 10, 2007 4:21 pm
Forum: [2.0.x] MOD Database Releases
Topic: [21/01/07] Page Permissions
Replies: 185
Views: 31530

I’ve installed this mod using easymod and all appears ok but when I try to view a post via the index page by clicking on the latest post flag I get this error. Is there something I can do to fix this? my ‘viewtopic.php’ is set to registered at the moment. Could not obtain topic information DEBUG MOD...
by unand
Mon Mar 05, 2007 7:56 pm
Forum: [2.0.x] Styles Development & Discussion
Topic: Firefox not displaying index page tables/ bodyline:
Replies: 4
Views: 207

Thanks for the advice CyberAlien and I won’t use frontpage again. Me not having much idea about html I did find frontpage rather helpful as it made it possible for me to partially view what I had created and also edit without actually creating the html code myself. Perhaps someone has already done s...
by unand
Mon Mar 05, 2007 7:21 pm
Forum: [2.0.x] Styles Development & Discussion
Topic: Firefox not displaying index page tables/ bodyline:
Replies: 4
Views: 207

Ok, Thanks CyberAlien.
I had done quite a lot of experimenting using Microsoft fronpage, shifting things around and adding stuff.
I still have an original copy of my overall_header.tpl so I’ll try it again.

Thanks for your help, appreciated.
Len
:)
by unand
Mon Mar 05, 2007 6:54 pm
Forum: [2.0.x] Styles Development & Discussion
Topic: Firefox not displaying index page tables/ bodyline:
Replies: 4
Views: 207

Firefox not displaying index page tables/ bodyline:

I’m in the process of customizing my overall_header.tpl. Up till now things are going ok. When I view my forums index page in IE everything appears normal but when I view the index page using firefox the white background In my tables are nowhere to been seen. Is there a fix for this, can anyone help...

Go to advanced search