Wicher's phpBB2 Mods Forum Index Wicher's phpBB2 Mods
On this board you will find all phpBB2 mods that i have created over the years. Most mods are on this board installed. Before asking for support, be sure to have your board updated to the latest phpBB2 version.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 Simple db_update generatorSimple db_update generator   Advanced db_update generatorAdvanced db_update generator 
 This board is protected by Phpbbantispam 

Dynamic_Signature_PhpBB

 
Board Alert Board Message
There are in this topic 297 posts to view if you are logged in.

You can log in or register via the login / registerlink here or in the header.
Back to top  Login here and be redirected to this TopicLogin here and be redirected to this Topic RegisterRegister
Reply to topic    Wicher's phpBB2 Mods Forum Index -> Wicher's phpBB Mods Was this Topic Helpful?  
Points for this topic: 9
Topic gradiation: 
View previous topic :: View next topic  
Author Dynamic_Signature_PhpBB
Wicher
Site Admin


Joined: 16 Dec 2005
Posts: 1144
User's local time:
2024 Mar 19 - 5:17 AM
Country IP         : Netherlands
Country of choice: Netherlands


Was This Post Helpful?

 
Users postingpoints:
58
Posts points:
2
Post gradiation:
PostPosted: Tue Jan 31, 2006 3:15 pm    Post subject: Reply with quote

Dynamic_Signature_PhpBB
Full mod is attached as download.
See Signature below this post for example.

If you want additional items to display in your signature, please take a look at this post:
http://www.wichersmods.nl/viewtopic.php?p=227#227

Code:
  1. ##############################################################
  2. ## MOD Title: Dynamic_Signature_PhpBB
  3. ## MOD Author: wicher <http://www.wichersmods.nl>
  4. ##                                             
  5. ##                                               
  6. ## MOD Description: Dynamic phpBB Signature, a great way to promote your forums.
  7. ##                   
  8. ## MOD Version: 2.0.0
  9. ##
  10. ## Installation Level: Easy
  11. ## Installation Time: 1 Minutes
  12. ## Files To Edit:    Signature/signaturephpbb.php
  13. ##                language/lang_english/lang_main.php
  14. ## Included Files: .htaccess, signatureback.png, signaturephpbb.php, signaturephpbb.png
  15. ##############################################################
  16. ## For Security Purposes, Please Check: http://www.phpbbhacks.com for the
  17. ## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
  18. ## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
  19. ## in our MOD-Database, located at: http://www.phpbbhacks.com
  20. ##############################################################
  21. ## MOD History:
  22. ##
  23. ##   2006-Jan-31 - 2.0.0
  24. ##      - added prefix support 
  25. ##
  26. ##   2006-Jan-31 - 1.0.0
  27. ##      - First release 
  28. ##
  29. ##############################################################
  30. ## How to use:
  31. ##            Go to your profile at any phpBB board and type the following in as your signature:
  32. ##            [ur=http://www.YOURDOMAIN/FOLDER_WHERE_PHPBB_IS][img]http://www.YOURDOMAIN/FOLDER_WHERE_PHPBB_IS/Signature/signaturephpbb.png[/img][/url]
  33. ##            Now your signature will be displayed under your messages with a link to your board.
  34. ##############################################################
  35. ## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
  36. ##############################################################
  37. #
  38. #-----[ COPY ]------------------------------------------
  39. #
  40. Signature/*.* to Signature/*.*
  41. #
  42. #-----[ OPEN ]------------------------------------------
  43. #
  44. Signature/signaturephpbb.php
  45. #
  46. #-----[ FIND ]------------------------------------------
  47. # Nothing to find, just edit the file. There are commentlines that tell you what to do.
  48. # Save the signaturephpbb.php as signaturephpbb.png
  49. #
  50. #-----[ OPEN ]------------------------------------------
  51. # Do this for all languages you have
  52. language/lang_english/lang_main.php
  53. #
  54. #-----[ FIND ]------------------------------------------
  55. #
  56. //
  57. // That's all Folks!
  58. // -------------------------------------------------
  59. #
  60. #-----[ ADD, BEFORE ]------------------------------------------
  61. #
  62. // Sigphpbb
  63. $lang['SigphpBB_Users'] = ' Users';
  64. $lang['SigphpBB_Topics'] = ' Topics';
  65. $lang['SigphpBB_Posts'] = ' Posts';
  66. $lang['SigphpBB_Newest'] = 'Newest User';
  67. $lang['SigphpBB_Attachments'] = ' Attachments';
  68. $lang['SigphpBB_Chat'] = 'Chatter';
  69. $lang['SigphpBB_Chatters'] = 'Chatters';
  70. $lang['SigphpBB_Logged'] = ' Logged In and ';
  71. $lang['SigphpBB_guest'] = ' Guest';
  72. $lang['SigphpBB_guests'] = ' Guests';
  73. $lang['SigphpBB_Catagories'] = ' Catagories';
  74. $lang['SigphpBB_In'] = ' in ';
  75. #
  76. #-----[ CREATE ]------------------------------------------
  77. # Create a signatureback.png image with dimensions that you see fit.
  78. # The example signatureback.png is 468x60pixels, the width and heigth of a standard banner.
  79. #
  80. #-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
  81. #
  82. # EoM


Quote:
If you want to be able to pass a variable to the [img]image?id=10[/img] you can do this:
First follow this link:
http://www.wichersmods.nl/viewtopic.php?p=543#543
And then follow this link:
http://www.wichersmods.nl/viewtopic.php?p=566#566

This will only work on phpbb forums that are modded like the second link.

Quote:
It can happen the htaccess file is not working for you.
If you call opun the signaturephpbb.png file and get only a page full of code, you might wanna try this .htaccess file:
Code:
  1. <FilesMatch "^.*\.png">
  2.    SetHandler x-httpd-php
  3. </FilesMatch>

_________________

Wicher's phpBB2 Mods | Wicher's phpBB3 Mods | Statistics Mod 4.x.x


Last edited by Wicher on Thu Mar 15, 2007 10:22 pm; edited 6 times in total
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Post new topic    Reply to topic    Wicher's phpBB2 Mods Forum Index -> Wicher's phpBB Mods
Author Dynamic_Signature_PhpBB Replies
Display posts from previous:   
Post new topic   Reply to topic    Wicher's phpBB2 Mods Forum Index -> Wicher's phpBB Mods All times are GMT

Was this Topic Helpful?  
Points for this topic: 9
Topic gradiation: 
Page 1 of 20

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

This board is protected by Phpbbantispam
Powered by phpBB © 2001, 2005 phpBB Group

Googlepage: GooglePullerPage
IP Country Flag 2.9.4 © 2005, 2007 - 3Di (aka 3D)