Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Enchanced Custom Copyright Details »»
Enchanced Custom Copyright
Version: 1.00, by borbole borbole is offline
Developer Last Online: Oct 2015 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.0.1 Rating:
Released: 02-06-2010 Last Update: 02-06-2010 Installs: 55
Uses Plugins
Translations  
No support by the author.

This hack will allow you to add your own custom copyright text below that of the vbulletin offical copyright. This hack is meant for those admins that don''t have much coding knowledge and don''t like to mess with the templates by adding things manually. But it can also be used by those admins that prefer not to get their hands dirty with the code so to speak and prefer to do things from the comfort of their acp.

Download Now

File Type: xml Custom Copyright.xml (2.2 KB, 275 views)

Screenshots

File Type: png vBulletin Options - Forums - vBulletin Admin Control Panel_1265555987661.png (27.6 KB, 0 views)
File Type: png Forums_1265556024628.png (3.5 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 02-10-2010, 05:23 AM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

developer why dont you change the orignal code to text area instead then release it as a product

here are the details you would need to modify

Code:
<phrase name="setting_copyrighttext_desc"><![CDATA[Copyright text to insert in the footer of the page.]]></phrase>
Code:
<phrase name="setting_copyrighttext_title"><![CDATA[Copyright Text]]></phrase>
Code:
 
  <setting varname="copyrighttext" displayorder="80">
   <datatype>free</datatype>
  </setting>
Reply With Quote
  #23  
Old 02-10-2010, 05:26 AM
RedHacker RedHacker is offline
 
Join Date: Jan 2009
Posts: 878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello.. I have one question can display up from Powered by vBulletin® Version 4.x.x
Reply With Quote
  #24  
Old 02-11-2010, 01:43 PM
borbole's Avatar
borbole borbole is offline
 
Join Date: Jan 2010
Posts: 2,559
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by simonhind View Post
developer why dont you change the orignal code to text area instead then release it as a product

here are the details you would need to modify

Code:
<phrase name="setting_copyrighttext_desc"><![CDATA[Copyright text to insert in the footer of the page.]]></phrase>
Code:
<phrase name="setting_copyrighttext_title"><![CDATA[Copyright Text]]></phrase>
Code:
 
  <setting varname="copyrighttext" displayorder="80">
   <datatype>free</datatype>
  </setting>
I am not sure I understood you. It is already set to textarea. I think you have the wrong codes because this is the code that it is in my hack.

Code:
<setting varname="custom_copyright_text" displayorder="20">
			<datatype>free</datatype>
			<optioncode>textarea</optioncode>
			<defaultvalue><![CDATA[<br />Enter here your custom copyright text.]]></defaultvalue>
		</setting>
Quote:
Originally Posted by RedHacker View Post
Hello.. I have one question can display up from Powered by vBulletin? Version 4.x.x
As it is now, it displays it below the vb copyright only.

Quote:
Originally Posted by mabersoft View Post
Well i have a use for this then. .

Thanks alot.
You are welcome.
Reply With Quote
  #25  
Old 03-29-2010, 12:50 PM
setishock setishock is offline
 
Join Date: Feb 2008
Location: Houma, La.
Posts: 1,177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah Like when I make a theme from scratch and want to brand it with "This theme's concept and design by SetiShock" Let's you pop in some bragging at the bottom.

I'm gonna nab this one too.
Reply With Quote
  #26  
Old 03-29-2010, 12:54 PM
Wild Bronco Wild Bronco is offline
 
Join Date: Jan 2005
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you
Reply With Quote
  #27  
Old 03-29-2010, 01:25 PM
Professional2's Avatar
Professional2 Professional2 is offline
 
Join Date: Nov 2009
Location: 1/2 Of the World
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i was looking for it,tnx installed.
Reply With Quote
  #28  
Old 03-29-2010, 07:58 PM
borbole's Avatar
borbole borbole is offline
 
Join Date: Jan 2010
Posts: 2,559
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You are welcome guys. Thank you for your comments as well
Reply With Quote
  #29  
Old 05-07-2010, 11:17 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I could use this if you could add the use of variables in it. Like copyyear and bbtitle, among others, maybe. Otherwise, you can use the setting in the options to add the line.
Reply With Quote
  #30  
Old 05-07-2010, 11:23 PM
borbole's Avatar
borbole borbole is offline
 
Join Date: Jan 2010
Posts: 2,559
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo View Post
I could use this if you could add the use of variables in it. Like copyyear and bbtitle, among others, maybe. Otherwise, you can use the setting in the options to add the line.
Atm I don''t plan to expand this with extra features/options due to the lack of free time.
Reply With Quote
  #31  
Old 05-07-2010, 11:44 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

LOL Boy, I would like a nickel for how many times I have heard that.

I suppose I can add it myself to your code.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:55 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.15577 seconds
  • Memory Usage 2,339KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (7)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete