Search found 52 matches

by Elglobo
27 Jun 2011, 22:33
Forum: 3.0 Code snippets
Topic: Paypal Donations page
Replies: 3
Views: 12969

Re: Paypal Donations page

by Elglobo
11 Jan 2011, 15:38
Forum: 3.0 Code snippets
Topic: Random Images
Replies: 2
Views: 12897

Random Images

This post was originally posted by Kenny at 6 String MODs. Can be used on any html or php page - doesn't need phpBB, but quite good for randomising header images or an advertisement block :) <?php/*&nbsp;&nbsp;&nbsp;&nbsp;AUTOMATIC&nbsp;IMAGE&nbsp;ROTATOR&nbsp;&nbsp;&...
by Elglobo
15 Dec 2010, 11:24
Forum: 3.0 Code snippets
Topic: IP in Admin Activation Email
Replies: 1
Views: 8598

IP in Admin Activation Email

This post was originally posted by Kenny at 6 String MODs. This snippet adds registration IP Address to the admin activation email. * Please note that if you do not use admin activation on your forums, then this snippet is useless to you * OPEN: includes/ucp/ucp_register.php FIND:                   ...
by Elglobo
06 Dec 2010, 14:25
Forum: MOD Feedback
Topic: ACP Module - View User Styles
Replies: 3
Views: 8742

Re: ACP Module - View User Styles

This MOD has been validated into the MOD Database.
by Elglobo
06 Dec 2010, 14:22
Forum: Introductions
Topic: Hello all members
Replies: 2
Views: 1706

Re: Hello all members

Hi jaxo, have fun on phpBBmodders.net ;)
by Elglobo
29 Nov 2010, 08:52
Forum: General Discussion
Topic: tumba25...
Replies: 5
Views: 2712

Re: tumba25...

ohoh, Happy birthday man [img]http://d23.e-loader.net/8qvrJkjJDu.GIF[/img]

P.S/ one more year as Greatest Nub ! :mrgreen:
by Elglobo
28 Nov 2010, 19:05
Forum: MOD Feedback
Topic: ACP Module - View User Styles
Replies: 3
Views: 8742

Re: ACP Module - View User Styles

Great ;)
by Elglobo
25 Nov 2010, 11:14
Forum: 3.0 Code snippets
Topic: Moved & Locked topics at the bottom of the topiclist
Replies: 3
Views: 9531

Moved & Locked topics at the bottom of the topiclist

This post was originally posted by Kenny at 6 String MODs. By following these edits, the locked and moved topics will move to the bottom of the topiclist. OPEN: viewforum.php FIND:         // Grab just the sorted topic ids        $sql = SELECT t.topic_id ADD AFTER (in-line):         , t.topic_status...
by Elglobo
25 Nov 2010, 10:26
Forum: MOD Feedback
Topic: ACP Module - View User Styles
Replies: 3
Views: 8742

ACP Module - View User Styles

This post was originally posted by Kenny at 6 String MODs, I have made some minor adjustments. Created from a request made by [url=http://www.phpbb.com/community/memberlist.php?mode=viewprofile&u=254148]JasonWade[/url] in [url=http://www.phpbb.com/community/viewtopic.php?f=72&t=1198695]this ...
by Elglobo
25 Nov 2010, 09:53
Forum: 3.0 Code snippets
Topic: Paypal Donations page
Replies: 3
Views: 12969

Paypal Donations page

This post was originally posted by Kenny at 6 String MODs, I have made some adjustments. Very simple Paypal Donations page. So simple that it's more effort to document it here than it was to make it :P paypal.php <?php/****&nbsp;@package&nbsp;phpBB3*&nbsp;@version&nbsp;$Id:&nbsp;...
by Elglobo
25 Nov 2010, 09:08
Forum: 3.0 Code snippets
Topic: Strikeout Locked Topics
Replies: 2
Views: 8777

Re: Strikeout Locked Topics

Same script, only slightly adjusted - if you only want to disable strikeouts in a select few forums, this might be a bettter option :)         // Strike Out Topic Title - cherokee red        $strike_forums_disabled = array("1", "2", "3"); // replace 1, 2, 3 with your forum ID's. Add/remove as necess...
by Elglobo
25 Nov 2010, 09:06
Forum: 3.0 Code snippets
Topic: Strikeout Locked Topics
Replies: 2
Views: 8777

Re: Strikeout Locked Topics

This snipet will allow you to define which forums you would like topic title to be striked out on and which you want to leave alone. Again, it only does it for normal topics - it leaves Stickies, Announcements and Globals alone.         // Strike Out Topic Title - cherokee red        $strike_forums ...
by Elglobo
25 Nov 2010, 09:04
Forum: 3.0 Code snippets
Topic: Strikeout Locked Topics
Replies: 2
Views: 8777

Strikeout Locked Topics

This post was originally posted by Kenny at 6 String MODs. Global Annoucnements, Announcements & Stickies remain untouched :) Note that the following script enables this board wide. If you would like a per-forum option, see the next post. OPEN: viewforum.php FIND: &nbsp;&nbsp;&nbsp;&...
by Elglobo
22 Nov 2010, 09:59
Forum: Introductions
Topic: Hello
Replies: 4
Views: 1923

Re: Hello

Bonjour, et bien voilà un français de plus parmis nous, Bienvenue amigo ;)

P.S/ French people in force ! 8-)
by Elglobo
21 Nov 2010, 14:12
Forum: 3.0 Code snippets
Topic: Get topics from announcement forum
Replies: 0
Views: 9620

Get topics from announcement forum

This post was originally posted by Kenny at 6 String MODs. Basically, create a functions_announce.php file with the following content: <?php/****&nbsp;@package&nbsp;phpBB3*&nbsp;@version&nbsp;$Id:&nbsp;functions_announce.php&nbsp;0013&nbsp;17:07&nbsp;17/08/2008&nb...

Go to advanced search