Fubie!

Mods etc.

Moderator: Integra Moderator

Fubie!

PostAuthor: Eon » Thu Apr 13, 2006 10:14 am

Hey I saw on your site that you listed a mod to change what separates the signature from the post.. But it is not available to d/l anymore. Is this still possible?

Also, the live radio block, is that for IM?

Is there a Radio Block besides Music Online?

I personally don't like it cause I just want music to play site wide not have to go to a specific page and only listen to it there.
Last edited by Eon on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
User avatar
Eon
Sr Integra Member
Sr Integra Member
 
Posts: 627
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 10:15 am
Cash on hand: 0.00

PostAuthor: Fubie » Thu Apr 13, 2006 10:43 am

"Eon";p="1337" wrote:Hey I saw on your site that you listed a mod to change what separates the signature from the post.. But it is not available to d/l anymore. Is this still possible?


Which file was it?

Also, the live radio block, is that for IM?


Yes

Is there a Radio Block besides Music Online?


I think there are 2 that I had. I just enabled the blocks on my site but I've had them disabled for a long time so not sure if the stations are valid.

I personally don't like it cause I just want music to play site wide not have to go to a specific page and only listen to it there.


Both play site wide. They open in a popup window so even when you leave the site they still work as long as the popup is open.
Last edited by Fubie on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http][img=left]http://www.myhorrorstories.com/files/bannerexchange.gif[/img][/url]

[url=http][img=left]http://www.fubie.net/images/geekstufflarge.jpg[/img][/url]

Fubie
Dev Team
Dev Team
 
Posts: 742
Likes: 0 post
Liked in: 0 post
Joined: Sat Mar 11, 2006 7:52 pm
Cash on hand: 0.00

PostAuthor: Eon » Thu Apr 13, 2006 1:29 pm

Advanced Signature Divider control for IM 140
http://geek.fubie.net/dload.php?action= ... c3058ab0c8

I am looking for a way to put my own songs on the portal, using a dj like program, so they can choose what song to listen too. But I would want it to be site wide.

So they can listen while they are in the forum as well. Maybe put it in the footer at the bottom or something.
Last edited by Eon on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
User avatar
Eon
Sr Integra Member
Sr Integra Member
 
Posts: 627
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 10:15 am
Cash on hand: 0.00

Re: Fubie!

PostAuthor: Fubie » Thu Apr 13, 2006 1:54 pm

Code: Select all
################################################################ MOD Title: Advance Signature Divider Control for Integramod 1.4.0## MOD Author: crxgames < [url=http://www.crxgames.com#]http://www.crxgames.com#[/url]# MOD Integration: Teelk## MOD Description: This mod allows you control what divides## a user's signature from the post. The one in## phpbb is __________ with this mod change it to## What ever you want, even html.#### MOD Version: 1.0.1#### Installation Level: (easy)## Installation Time: 10 Minutes## Files To Edit: posting.php, board_config_body.tpl, lang/lang_english/lang_admin.php,## admin/admin_board.php, templates/fisubice/overall_header.tpl,## profilcp_privmsg.php, show_post.php, viewtopic.php, admin_approve.php## Included Files: Advanced_Signature_Divider_Control.txt################################################################ For Security Purposes, Please Check: [url=http://www.phpbb.com/mods/]http://www.phpbb.com/mods/[/url] for the## latest version of this MOD. Downloading this MOD from other sites could cause malicious code## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered## in our MOD-Database, located at: [url=http://www.phpbb.com/mods/#]http://www.phpbb.com/mods/#[/url]############################################################### MOD History:#### 2004-10-14 - Version 1.0.1## Fixed some install script problems## to get mod approved by the phpbb mod team## 2004-09-27 - Version 1.0.0## first developed and released#################################################################### Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD################################################################-----[ SQL ]----------------------------------#INSERT INTO `phpbb_config` ( `config_name` , `config_value` ) VALUES ('sig_line', '____________');    ##-----[ OPEN ]---------------------------------#language/lang_english/lang_admin.php    ##-----[ FIND ]------------------------------------------#//// That's all Folks!// -------------------------------------------------    ##-----[ BEFORE, ADD ]------------------------------------------#// Advanced Signature Divider Control$lang['sig_title'] = 'Advanced Signature Divider Control';$lang['sig_divider'] = 'Current Signature Divider';$lang['sig_explain'] = "This is where you control what divides the user's signature from their post";    ##-----[ OPEN ]------------------------------------------#templates/fisubice/admin/board_config_body.tpl  ##-----[ FIND ]------------------------------------------#<tr><td>{L_MAX_LINK_BOOKMARKS}<br><span>{L_MAX_LINK_BOOKMARKS_EXPLAIN}</span></td><td><input></td></tr></tr>  ##-----[ AFTER, ADD ]------------------------------------------#<Advanced><tr><th>{L_SIG_TITLE}</th></tr><tr><td><span>{L_SIG_EXPLAIN}</span></td></tr><tr><td>{L_SIG_INPUT}<br><span>{L_SIG_EXPLAIN}</span></td><td><input></td></tr><Advanced>    ##-----[ OPEN ]------------------------------------------#admin/admin_board.php    ##-----[ FIND ]------------------------------------------#$new['sitename'] = str_replace('"', '&quot;', strip_tags($new['sitename']));    ##-----[ AFTER, ADD ]-----------------------------------------#//-mod : Advanced Signature Divider Control --------------------------------$new['sig_line'] = str_replace('"', '&quot;', $new['sig_line']);//-fin mod : Advanced Signature Divider Control --------------------------------    ##-----[ FIND ]------------------------------------------#"L_ENABLE_PRUNE" => $lang['Enable_prune'],    ##-----[ AFTER, ADD ]------------------------------------------#//-mod : Advanced Signature Divider Control --------------------------------"L_SIG_TITLE" => $lang['sig_title'],"L_SIG_EXPLAIN" => $lang['sig_explain'],"L_SIG_INPUT" => $lang['sig_divider'],//-fin mod : Advanced Signature Divider Control --------------------------------    ##-----[ FIND ]------------------------------------------#"PRUNE_NO" => $prune_no,    ##-----[ AFTER, ADD ]------------------------------------------#//-mod : Advanced Signature Divider Control --------------------------------"SIG_DIVIDERS" => $new['sig_line'],//-fin mod : Advanced Signature Divider Control --------------------------------  ##-----[ OPEN ]------------------------------------------#posting.php  ##-----[ FIND ]------------------------------------------#$preview_message = $preview_message . '<br><br>_________________<br>' . $user_sig;    ##-----[ REPLACE WITH ]------------------------------------------#//-mod : Advanced Signature Divider Control --------------------------------//$preview_message = $preview_message . '<br><br>_________________<br>' . $user_sig;$preview_message = $preview_message . '<br>'.$board_config['sig_line'].'<br>' . $user_sig;//-fin mod : Advanced Signature Divider Control --------------------------------    ##-----[ OPEN ]------------------------------------------#profilcp/profilcp_privmsg.php    ##-----[ FIND ]------------------------------------------#$private_message .= '<br><br>_________________<br>' . make_clickable($user_sig);    ##-----[ REPLACE WITH ]------------------------------------------#//-mod : Advanced Signature Divider Control --------------------------------//$private_message .= '<br><br>_________________<br>' . make_clickable($user_sig);$private_message = '<br>'.$board_config['sig_line'].'<br>' . make_clickable($user_sig);//-fin mod : Advanced Signature Divider Control --------------------------------    ##-----[ FIND ]------------------------------------------#$preview_message = $preview_message . '<br><br>_________________<br>' . $user_sig;    ##-----[ REPLACE WITH ]------------------------------------------#  //-mod : Advanced Signature Divider Control --------------------------------//$preview_message = $preview_message . '<br><br>_________________<br>' . $user_sig;$preview_message = $preview_message . '<br>'.$board_config['sig_line'].'<br>' . $user_sig;//-fin mod : Advanced Signature Divider Control --------------------------------  ##-----[ OPEN ]------------------------------------------#show_post.php  ##-----[ FIND ]------------------------------------------#$user_sig = '<br>_________________<br>' . str_replace("n", "n<br>n", $user_sig);  ##-----[ REPLACE WITH ]------------------------------------------#//-mod : Advanced Signature Divider Control --------------------------------//$user_sig = '<br>_________________<br>' . str_replace("n", "n<br>n", $user_sig);$user_sig = '<br>'.$board_config['sig_line'].'<br>' . str_replace("n", "n<br>n", $user_sig);//-fin mod : Advanced Signature Divider Control --------------------------------    ##-----[ OPEN ]------------------------------------------#viewtopic.php    ##-----[ FIND ]------------------------------------------#$user_sig = '_________________<br>' . str_replace("n", "n<br>n", $user_sig);    ##-----[ REPLACE WITH ]------------------------------------------#//-mod : Advanced Signature Divider Control --------------------------------//$user_sig = '<br>_________________<br>' . str_replace("n", "n<br>n", $user_sig);$user_sig = '<br>'.$board_config['sig_line'].'<br>' . str_replace("n", "n<br>n", $user_sig);//-fin mod : Advanced Signature Divider Control --------------------------------    ##-----[ OPEN ]------------------------------------------#admin/admin_approve.php  ##-----[ FIND ]------------------------------------------#$user_sig = '<br>_________________<br>' . str_replace("n", "n<br>n", $user_sig);    ##-----[ REPLACE WITH ]------------------------------------------#//-mod : Advanced Signature Divider Control --------------------------------//$user_sig = '<br>_________________<br>' . str_replace("n", "n<br>n", $user_sig);$user_sig = '<br>'.$board_config['sig_line'].'<br>' . str_replace("n", "n<br>n", $user_sig);//-fin mod : Advanced Signature Divider Control --------------------------------    ##-----[ OPEN ]------------------------------------------#admin/modules/admin_approve.php    ##-----[ FIND ]------------------------------------------#$user_sig = '<br>_________________<br>' . str_replace("n", "n<br>n", $user_sig);    ##-----[ REPLACE WITH ]------------------------------------------#//-mod : Advanced Signature Divider Control --------------------------------//$user_sig = '<br>_________________<br>' . str_replace("n", "n<br>n", $user_sig);$user_sig = '<br>'.$board_config['sig_line'].'<br>' . str_replace("n", "n<br>n", $user_sig);//-fin mod : Advanced Signature Divider Control --------------------------------    ##-----[ SAVE/CLOSE ALL FILES ]------------------------------------------## EoM
Last edited by Fubie on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http][img=left]http://www.myhorrorstories.com/files/bannerexchange.gif[/img][/url]

[url=http][img=left]http://www.fubie.net/images/geekstufflarge.jpg[/img][/url]

Fubie
Dev Team
Dev Team
 
Posts: 742
Likes: 0 post
Liked in: 0 post
Joined: Sat Mar 11, 2006 7:52 pm
Cash on hand: 0.00

PostAuthor: Eon » Thu Apr 13, 2006 3:47 pm

Ahh. Thanks Fubie!!
Last edited by Eon on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
User avatar
Eon
Sr Integra Member
Sr Integra Member
 
Posts: 627
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 10:15 am
Cash on hand: 0.00


Return to IntegraMOD Modifications

Who is online

Registered users: Bing [Bot], Google [Bot], Vendethiel