Skip to Content Skip to Menu

floating box templating!

  • sorema
  • sorema
  • OFFLINE
  • Posts: 17
  • Thanks: 0
  • Karma: 1
15 years 3 months ago #104278 by sorema
floating box templating! was created by sorema
hi guys i've done some templating for the floating box in uddeim notifier omdule
here it is

[img



if you like it i'd be glad to share!

Post edited by: sorema, at: 2009/07/09 13:37

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
15 years 3 months ago #104282 by slabbi
Replied by slabbi on topic Re:floating box templating!
Nice, could you post the code please?

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

  • sorema
  • sorema
  • OFFLINE
  • Posts: 17
  • Thanks: 0
  • Karma: 1
15 years 3 months ago #104284 by sorema
Replied by sorema on topic Re:floating box templating!
find this line of code in mod_uddeim.php
[code:1]echo " <div class='floaterBody'><br />".$udd_link."<br /><br /><img src='".$udd_moduleSubPath."/mail.gif' border='0' alt='' /></div>\n";[/code:1]

replace with this (just added an image ;))
[code:1]echo " <div class='floaterBody'><br /><img src='".$udd_moduleSubPath."/mail.png' border='0' alt='' align='left' />".$udd_link."</div>\n";
[/code:1]

and custom some css
here's the module package
;)



Attachment mod_uddeim.zip not found

Attachments:

Please Log in or Create an account to join the conversation.

Moderators: beatnantslabbikrileon
Powered by Kunena Forum