Welcome, Guest. Please login or register.
August 20, 2008, 05:25:52 PM

Login with username, password and session length
Search:     Advanced search
Please check out the Documentation available and use the advanced forum search, before posting in the forum - thanks.
Bitte lies zuerst die Dokumentation und benutze die Advanced Forensuche, bevor Du einen neuen Beitrag erstellst - danke.
Bekijk alstublieft eerst de Documentatie en gebruik de Advanced Forum Zoekfunctie, voor dat u een post maakt in het forum - Hartelijk dank.
60556 Posts in 9791 Topics by 5824 Members
Latest Member: blubb
* Home Help Search Login Register
+  Website Baker Community Forum
|-+  English
| |-+  Modules
| | |-+  ShoutIt v1.5 released
Pages: [1] Go Down Print
Author Topic: ShoutIt v1.5 released  (Read 725 times)
ruebenwurzel
Leaders Team
A Baker's Baker
*****
Offline Offline

Posts: 6255


Keep on Rockin


WWW Email
« on: March 24, 2008, 02:25:17 PM »

Hello,

after a long time with no changes I'm proud to present a new version of Shoutbox.

Changelog:
v1.4 Mar 24, 2008
 - frontend output is now XHTML valide
 - fixed all E_ALL notices
 - replaced all short tags
 - moved javascript to frontend.js
 - moved all styles from body to frontend.css and backend.css
 - error messages  now stylable in frontend.css
 - Added default index.php to all folders to prevent directory spoofing
 - replaced all copyright notices now includes 2008

Hope you like it.

Matthias
« Last Edit: April 07, 2008, 08:20:50 AM by ruebenwurzel » Logged

You search for help, please look here: Help-Page
You search for Modules, Templates or Languages, please look here: Addons-Page
ruebenwurzel
Leaders Team
A Baker's Baker
*****
Offline Offline

Posts: 6255


Keep on Rockin


WWW Email
« Reply #1 on: April 07, 2008, 08:11:14 AM »

Hello,

Just released a new Version of Shoutbox

Changelog:
v1.5 Apr 06, 2008
 - added support for edit CSS functions of WB 2.7
 - added ` quotes for all DB queries table names and fields to prevent issues with MySQL special chars like -
 - changed mechanism to prevent files from beeing accessed directly (redirect instead off displaying an error message)

Download:
You can download the new version on our addons Page. ShoutIt_v1.5

Requirements:
- To get the css files displayed in the head section of your template and not in the body section, add the following code to the head section of the index.php from your template:
Code:
<?php
// this allows to include the optional module files (frontend.css, frontend.js) into the head section
if(function_exists('register_frontend_modfiles')) {
  
register_frontend_modfiles('css');
  
register_frontend_modfiles('js');
?>
This code only works in WB 2.6.7 and WB 2.7, if you use a lower version of WB, you don't need to make changes in your template. The css will be displayed in the body tag as it was in previous versions.

- The latest release uses the integrated edit module CSS functions of the WB 2.7 core (introduced with WB 2.7 RC3). To add this feature to WB 2.6.x, one needs to copy the files /framework/module.functions.php and edit_module_files.php from a WB 2.7 (RC3 or higher) to the WB 2.6.x installation. In addition one needs to define 3 language variables in the WB language files:
Code:
$TEXT['CAP_EDIT_CSS'] = 'Edit CSS';
$TEXT['HEADING_CSS_FILE'] = 'Actual module file: ';
$TEXT['TXT_EDIT_CSS_FILE'] = 'Edit the CSS definitions in the textarea below.';

How to update?:
- First make a copy of modul stylesheets and if you have already 1.4 installed from your frontend.css.
- Then simply install the new version over the old one
- Copy now the stored stylesheets in the frontend.css by using the Edit Css funktion.


!!!Please remember, that this is only a shoutbox and no chat modul!!

Hope you like it.

Matthias
« Last Edit: April 07, 2008, 08:29:21 AM by ruebenwurzel » Logged

You search for help, please look here: Help-Page
You search for Modules, Templates or Languages, please look here: Addons-Page
Pages: [1] Go Up Print 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!