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
MTS - Copyrights of thread Details »»
MTS - Copyrights of thread
Version: 1.00, by o0mohammed0o o0mohammed0o is offline
Developer Last Online: Apr 2014 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.0.x Rating:
Released: 09-03-2010 Last Update: 09-03-2010 Installs: 29
Uses Plugins Auto-Templates
Translations  
No support by the author.

Info: Copyrights of thread

Features:
  • Mange Display the author or not.
  • Select the default forum name.
  • Select custom forum name.
  • Choose custom color for thread copyrights
  • Exclude any forum from displaying thread copyrights
this is youtube video
http://www.youtube.com/watch?v=rCu08QvAFWI

explain how to use this product and how you will get visitors and more traffic rank form this product

Installation:
-Import XML file (as product): AdminCP > Plugin System > Manage Products > [Add/Import Product]

If you installed the product Mark as installed

thanks for your support

Download Now

File Type: zip product-mts_thread_copyrights[ar].zip (2.2 KB, 45 views)
File Type: zip product-mts_thread_copyrights[en].zip (2.1 KB, 174 views)

Screenshots

File Type: png 001.png (58.2 KB, 0 views)
File Type: png 002.png (13.8 KB, 0 views)
File Type: png 003.png (19.8 KB, 0 views)
File Type: png 004.png (30.3 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
Naijasite

Comments
  #22  
Old 09-06-2010, 03:50 PM
o0mohammed0o's Avatar
o0mohammed0o o0mohammed0o is offline
 
Join Date: Mar 2010
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

try to do this command

from phpMyAdmin -> SQL ->

write this

Code:
ALTER TABLE `forum` DROP MTS_TC_ExForums
and thin click go

then try to install the product again

Regards
Reply With Quote
  #23  
Old 09-07-2010, 01:26 AM
Alucard^'s Avatar
Alucard^ Alucard^ is offline
 
Join Date: Feb 2008
Location: Argentina
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am using 4.0.5...

And okey, i will test that code later, thanks.
Reply With Quote
  #24  
Old 09-07-2010, 05:45 AM
onehost onehost is offline
 
Join Date: Jul 2006
Posts: 378
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Grimsqueaker View Post
There are actually quite serious legal issues here.... claiming copyright (via automatic insertion or otherwise) is essentially fraud if you do not have the right to claim it...

I would suggest anyone looks long and hard at the ramifications of this before installing
that is true to a point. most sites probably have guidelines, you submit your content,
it is the property of the forum, the member would no longer have rights to what
they post, nor do i have an obligation to remove their post unless their post violates
forum policy. Just as if you submit your article to directories, once you submit,
it becomes their property, the person that submitted the article is the true own, but
he gave up certain rights once he submitted the article to the directory.

I just installed the mod, the poster is credited as being the author, and since
content on the forum belongs to the forum, then I see no problem with this.

I can understand where he is going with this, when others grab your
feed, then they will grab your link also, giving you a backlink..
am I right?

So this only posts the resource box on the member that
starts the post, right? This is what I am seeing.


also the custom forum name, is this for forum numbers
to include the box on? like 4,6,8, etc...

It would not hurt if you allowed admin to add a text line
below the resource box: ie: Posted content belongs to forum, etc...
sorta like added disclaimer to the poster.

Thanks
Reply With Quote
  #25  
Old 09-07-2010, 09:51 AM
Alucard^'s Avatar
Alucard^ Alucard^ is offline
 
Join Date: Feb 2008
Location: Argentina
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think i know where is the problem...

PHP Code:
            <installcode><![CDATA[$db->query_write("ALTER TABLE `forum` ADD `MTS_TC_ExForums` INT UNSIGNED NOT NULL DEFAULT '0'");]]></installcode>
            <
uninstallcode><![CDATA[$vbulletin->db->query_write("ALTER TABLE `forum` DROP MTS_TC_ExForums");]]></uninstallcode
I don't know a lot of about php and mysql (less than the basic knowledge), but i think that this is executen an SQL to the table "forum"... but in my case, i use a prefix... like for example "vforum"... so this is the problem? or has nothing to do with that?

Sorry for my english.

EDIT: Yes, i tested editing the code in the .xml and work perfect, but now another problem.... i want this feature only in some forums... is something really hard to exclude ALL the forum except little forums :/ would be better if you add something to exclude all the forum... or maybe tell me what i have to edit to do set all the forum excludes by default.

Thanks.
Reply With Quote
  #26  
Old 09-07-2010, 03:35 PM
alhindasi alhindasi is offline
 
Join Date: Apr 2008
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi dear can you add this in to (RSS) please

هلا أخي انت عارف الناس الحين تسرق المواضيع عن طريق rss

هل تستطيع أضافة هذه الخاصية في rss

كذلك لحفظ الحقوق
Reply With Quote
  #27  
Old 09-07-2010, 05:51 PM
saadessa saadessa is offline
 
Join Date: Jan 2008
Posts: 284
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed thank you
Reply With Quote
  #28  
Old 09-07-2010, 07:44 PM
o0mohammed0o's Avatar
o0mohammed0o o0mohammed0o is offline
 
Join Date: Mar 2010
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by onehost View Post
that is true to a point. most sites probably have guidelines, you submit your content,
it is the property of the forum, the member would no longer have rights to what
they post, nor do i have an obligation to remove their post unless their post violates
forum policy. Just as if you submit your article to directories, once you submit,
it becomes their property, the person that submitted the article is the true own, but
he gave up certain rights once he submitted the article to the directory.

I just installed the mod, the poster is credited as being the author, and since
content on the forum belongs to the forum, then I see no problem with this.

I can understand where he is going with this, when others grab your
feed, then they will grab your link also, giving you a backlink..
am I right?

So this only posts the resource box on the member that
starts the post, right? This is what I am seeing.


also the custom forum name, is this for forum numbers
to include the box on? like 4,6,8, etc...

It would not hurt if you allowed admin to add a text line
below the resource box: ie: Posted content belongs to forum, etc...
sorta like added disclaimer to the poster.

Thanks

you got the point :up:

and I hope to enjoy the mod ..

Quote:
Originally Posted by Alucard^ View Post
I think i know where is the problem...

PHP Code:
            <installcode><![CDATA[$db->query_write("ALTER TABLE `forum` ADD `MTS_TC_ExForums` INT UNSIGNED NOT NULL DEFAULT '0'");]]></installcode>
            <
uninstallcode><![CDATA[$vbulletin->db->query_write("ALTER TABLE `forum` DROP MTS_TC_ExForums");]]></uninstallcode
I don't know a lot of about php and mysql (less than the basic knowledge), but i think that this is executen an SQL to the table "forum"... but in my case, i use a prefix... like for example "vforum"... so this is the problem? or has nothing to do with that?

Sorry for my english.

EDIT: Yes, i tested editing the code in the .xml and work perfect, but now another problem.... i want this feature only in some forums... is something really hard to exclude ALL the forum except little forums :/ would be better if you add something to exclude all the forum... or maybe tell me what i have to edit to do set all the forum excludes by default.

Thanks.
nice,

I will try to do this option in next release.


Quote:
Originally Posted by alhindasi View Post
hi dear can you add this in to (RSS) please

هلا أخي انت عارف الناس الحين تسرق المواضيع عن طريق rss

هل تستطيع أضافة هذه الخاصية في rss

كذلك لحفظ الحقوق
In next release ISA.

Quote:
Originally Posted by saadessa View Post
installed thank you

thanks for replay .
Reply With Quote
  #29  
Old 09-08-2010, 12:56 AM
Alucard^'s Avatar
Alucard^ Alucard^ is offline
 
Join Date: Feb 2008
Location: Argentina
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the answer, i will wait for that release ^^
Reply With Quote
  #30  
Old 09-08-2010, 03:13 AM
mitbar mitbar is offline
 
Join Date: Nov 2009
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This looks interesting, tagged for future use.
Reply With Quote
  #31  
Old 11-04-2010, 02:18 AM
Neno Neno is offline
 
Join Date: Mar 2010
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My programmer installed it tonight. Thanks, I really like the feature and the purpose sought out..
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 09:58 AM.


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.04646 seconds
  • Memory Usage 2,361KB
  • 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
  • (1)bbcode_code
  • (2)bbcode_php
  • (5)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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (6)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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