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

Reply
 
Thread Tools
vBSEO Thumbs UP! Details »»
vBSEO Thumbs UP!
Version: 1.00, by dizzynation dizzynation is offline
Developer Last Online: May 2018 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 4.2.0 Rating:
Released: 02-12-2013 Last Update: Never Installs: 14
Template Edits
 
No support by the author.

vBSEO "Like" IMAGE! (Must have vBSEO)

Currently tested on vBulletin 4.2 and vBSEO 3.6.0

Hello all! This simple edit will change your vBSEO "Like" option in posts to an image!

Increase your forum activity by having an image for the "Like" button

AdminCP --> Languages and Phrases --> Search In Phrases

Title: "Like" -- without the quotation

Product: VBSEO

Search In.. : Phrase Text and Phrase Variable Name

Your results should come up with "vbseo_like"

Click - Edit

Click - "Copy Default Text"

Change the text to the following code *NOTE* If you have your own image add the URL to the code -

Code:
<img src="http://www.filmmakerforum.org/images/buttons/thumbs_it_up.png" alt="Like This Post?" />
</a>
Click - Save

Mark as Installed

You now will have a very cool thumbs up!

Sample Image


COMING SOON

Show Your Support

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

Comments
  #2  
Old 02-12-2013, 11:49 PM
dizzynation's Avatar
dizzynation dizzynation is offline
 
Join Date: Jun 2011
Posts: 279
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

After extensive testing I found the "Unlike" text to be more suitable rather then having an image for that as well. But if you feel you want an image for the "unlike" please look below

To perform the same action for the "UnLike" option please follow the same steps but this time for "vbseo_unlike"

Below is the following code to add to the box

Code:
<img src="http://www.filmmakerforum.org/vbseo/resources/images/forum/unlike-thumbs.png" alt="Remove Your Like" />
</a>
The size should be perfect, it doesn't intrude on anything around it.

Enjoy!
Reply With Quote
  #3  
Old 02-13-2013, 12:14 AM
nacaruncr nacaruncr is offline
 
Join Date: Nov 2010
Posts: 318
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You could try with this:

Code:
<vb:if condition="$show['guest']">
<a href="./register.php" alt="Register you to Like This Post"><img src="http://www.filmmakerforum.org/images/buttons/thumbs_it_up.png" alt="" /></a>
					<vb:else />
<img src="http://www.filmmakerforum.org/images/buttons/thumbs_it_up.png" alt="Like This Post?" /></a>
					</vb:if>
I don't know.. its a idea
Regards
Reply With Quote
Благодарность от:
dizzynation
  #4  
Old 02-13-2013, 12:52 AM
New Joe's Avatar
New Joe New Joe is offline
 
Join Date: May 2009
Posts: 1,128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Worked great.
Anyway to also have an image for the 'unlike' text?
as once you've clicked the thumbs up it shows the text 'unlike'
Reply With Quote
  #5  
Old 02-13-2013, 01:12 AM
dizzynation's Avatar
dizzynation dizzynation is offline
 
Join Date: Jun 2011
Posts: 279
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by New Joe View Post
Worked great.
Anyway to also have an image for the 'unlike' text?
as once you've clicked the thumbs up it shows the text 'unlike'
Ok, I have a BBQ to go to, I will create something when I get back
Reply With Quote
  #6  
Old 02-13-2013, 05:24 AM
ramesh_umk3 ramesh_umk3 is offline
 
Join Date: Jul 2010
Location: Earth
Posts: 194
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by New Joe View Post
Worked great.
Anyway to also have an image for the 'unlike' text?
as once you've clicked the thumbs up it shows the text 'unlike'
Why don't you follow same procedure for Unlike too

search for "vbseo_unlike" phrase and replace below code

Code:
<img src="http://png.findicons.com/files/icons/2482/icons8_ever_growing_set_of_windows_8_metro_style_icons/26/thumbs_down.png" alt="UnLike This Post?" />
</a>
Reply With Quote
  #7  
Old 02-21-2013, 05:07 PM
abdobasha2004's Avatar
abdobasha2004 abdobasha2004 is offline
 
Join Date: Aug 2008
Posts: 541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

perfect !
thanks
Reply With Quote
  #8  
Old 03-17-2013, 08:41 PM
dany_danay dany_danay is offline
 
Join Date: Jul 2009
Posts: 142
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I cant find the template that i have to edit...
Reply With Quote
  #9  
Old 03-22-2013, 03:55 AM
dizzynation's Avatar
dizzynation dizzynation is offline
 
Join Date: Jun 2011
Posts: 279
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dany_danay View Post
I cant find the template that i have to edit...
Do you have VBSEO also what version of VB are you running?
Reply With Quote
  #10  
Old 03-25-2013, 03:58 AM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dany_danay View Post
I cant find the template that i have to edit...
it's within Phrase not template?
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:35 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.08275 seconds
  • Memory Usage 2,317KB
  • 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
  • (4)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
  • (10)post_thanks_box
  • (2)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete