Page Index Toggle Pages: [1] 2  ReplyAdd Poll Send Topic
Hot Topic (More than 10 Replies) Like 4 YaBB 2.6.11 (Read 6810 times)
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
YaBB Modder
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Like 4 YaBB 2.6.11
Feb 15th, 2015 at 4:34pm
Mark & QuoteQuote  
Like 4 YaBB2611
Version: 0.5 beta
This mod adds a members 'Like' button to topics.

Instructions:

Apply the mod and upload (in ASCII mode):

cgi-bin/yabb2/Admin/ModList.pm

cgi-bin/yabb2/Sources/Display.pm
cgi-bin/yabb2/Sources/MessageIndex.pm
cgi-bin/yabb2/Sources/Post.pm
cgi-bin/yabb2/Sources/SubList.pm
cgi-bin/yabb2/Sources/Subs.pm
cgi-bin/yabb2/Sources/System.pm
cgi-bin/yabb2/Templates/default/Display.template
cgi-bin/yabb2/Templates/default/MessageIndex.template

From the zip package upload (in ASCII mode):
cgi-bin/yabb2/Languages/Mods/English/Like.lng
cgi-bin/yabb2/Sources/Mods/Like.pm

From the zip package upload (in Binary mode):

public_html/yabbfiles/ModImages/like1.png
public_html/yabbfiles/ModImages/likenot1.png
public_html/yabbfiles/ModImages/likes.png

Notes: This version uses the UBBC button background, has English Language fixes.
« Last Edit: Feb 25th, 2015 at 5:32pm by Dandello » 
Reason: New zip file 

like_4_yabb2611_d.zip ( 14 KB | 208 Downloads )

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box pyragony54
Language
***
Offline


I Love YaBB!

Posts: 852
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Mood: Dead
Zodiac sign: Scorpio
Re: Like 4 YaBB 2.6.11
Reply #1 - Feb 22nd, 2015 at 8:22am
Mark & QuoteQuote  
Upppps!!! Testet by Build 1619




--------------------------------------------------------------------------------


now installing: Like 4 YaBB2611 0.5 beta (like_4_yabb2611.mod)

--------------------------------------------------------------------------------




Step 1 ... ok

Step 2 ... ok

Step 3 ... ok

Step 4 ... failed - ERR(1): Search string could not be found

Step 5 ... ok

Step 6 ... ok

Step 7 ... ok

Step 8 ... failed - ERR(1): Search string could not be found

Step 9 ... failed - ERR(2): Could not find file to edit (C:\yabbtest\Sources\SubList.pl)

Step 10 ... failed - ERR(1): Search string could not be found

Step 11 ... ok

Step 12 ... failed - ERR(1): Search string could not be found

Step 13 ... failed - ERR(12): The line to search for is not complete. Maybe some spaces are missing
in front of it.

Step 14 ... failed - ERR(1): Search string could not be found



> modifications failed! 7 errors occured. No files will be modified. Please see readme for help on the
error messages.
  

if (idea == 'none') {use (manuals) && (Google | | search)}
if ($ answer == 0) {post (question)}
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Like 4 YaBB 2.6.11
Reply #2 - Feb 22nd, 2015 at 3:34pm
Mark & QuoteQuote  
Smiley I really did test it. I should have a corrected version up tomorrow.
Edited:
AACK! the file I edited and tested disappeared.
« Last Edit: Feb 22nd, 2015 at 4:48pm by Dandello »  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Like 4 YaBB 2.6.11
Reply #3 - Feb 23rd, 2015 at 3:35pm
Mark & QuoteQuote  
New zip in 1st post.
  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box pyragony54
Language
***
Offline


I Love YaBB!

Posts: 852
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Mood: Dead
Zodiac sign: Scorpio
Re: Like 4 YaBB 2.6.11
Reply #4 - Feb 23rd, 2015 at 5:35pm
Mark & QuoteQuote  
Step 14

Code
Select All
                        <div style="float: left; width: 95%;">{yabb mwtopic} {yabb favorite} {yabb new} {yabb poll}{yabb subjectlink}
                         {yabb tdescription} 



There is still a problem with two other mods.
Edit manually or is there another solution?
  

if (idea == 'none') {use (manuals) && (Google | | search)}
if ($ answer == 0) {post (question)}
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Like 4 YaBB 2.6.11
Reply #5 - Feb 23rd, 2015 at 5:46pm
Mark & QuoteQuote  
You will need to manually edit as the other two mods are editing the same string.
I'll set the
Code
Select All
{yabb favorite} {yabb new} {yabb poll}{yabb subjectlink} 

vertically in the next version of MessageIndex.template and that should solve the conflict for the future.
  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box pyragony54
Language
***
Offline


I Love YaBB!

Posts: 852
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Mood: Dead
Zodiac sign: Scorpio
Re: Like 4 YaBB 2.6.11
Reply #6 - Feb 23rd, 2015 at 5:51pm
Mark & QuoteQuote  
No Problem. Let's see how I can do that in German. In Germany that is also "Like".
  

if (idea == 'none') {use (manuals) && (Google | | search)}
if ($ answer == 0) {post (question)}
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box pyragony54
Language
***
Offline


I Love YaBB!

Posts: 852
Location: Йошкар-Ола
Joined: May 25th, 2014
Gender: Male
Mood: Dead
Zodiac sign: Scorpio
Re: Like 4 YaBB 2.6.11
Reply #7 - Feb 24th, 2015 at 6:53pm
Mark & QuoteQuote  
Don`t work

Quote:
syntax error at Sources/System.pm line 242, near "elsif"
Missing right curly or square bracket at Sources/System.pm line 718, at end of line
Compilation failed in require at YaBB.pl line 64.
BEGIN failed--compilation aborted at YaBB.pl line 70.
  

if (idea == 'none') {use (manuals) && (Google | | search)}
if ($ answer == 0) {post (question)}
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Like 4 YaBB 2.6.11
Reply #8 - Feb 24th, 2015 at 7:15pm
Mark & QuoteQuote  
Smiley
AACK!
  

like_4_yabb2611_b.zip ( 14 KB | 147 Downloads )

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box CJ3Apage webmaster
Guest


Re: Like 4 YaBB 2.6.11
Reply #9 - Feb 24th, 2015 at 8:25pm
Mark & QuoteQuote  
here is what I had to do to get it work;

I had to move the file "like.lng" from /english/mods directory to /english directory.

I had to copy "like1.png" as "like.png".
  
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box CJ3Apage webmaster
Guest


Re: Like 4 YaBB 2.6.11
Reply #10 - Feb 24th, 2015 at 8:37pm
Mark & QuoteQuote  
And I had to copy "likenot1.png" to "likenot.png"
  
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box CJ3Apage webmaster
Guest


Re: Like 4 YaBB 2.6.11
Reply #11 - Feb 24th, 2015 at 8:42pm
Mark & QuoteQuote  
Actually, I had to let the "like.lng" file in both directory...?
  
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box CJ3Apage webmaster
Guest


Re: Like 4 YaBB 2.6.11
Reply #12 - Feb 24th, 2015 at 8:46pm
Mark & QuoteQuote  
Well....

I had to put the file "likes.png" to yabbfiles\template\forum\default directory.
  
Back to top
 
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Like 4 YaBB 2.6.11
Reply #13 - Feb 24th, 2015 at 10:23pm
Mark & QuoteQuote  
Which means the file I thought I had recovered and was good still isn't. (I'm well on my way to hating this file.)
  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Paste Member Name in Quick Reply Box Dandello
Forum Administrator
*****
Offline


I love YaBB 2.7!

Posts: 2234
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Mood: Annoyed
Zodiac sign: Virgo
Re: Like 4 YaBB 2.6.11
Reply #14 - Feb 24th, 2015 at 11:18pm
Mark & QuoteQuote  
Okay - one more time before I decide this frikken file is cursed. Angry
  

like_4_yabb2611_c.zip ( 14 KB | 141 Downloads )

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: [1] 2 
ReplyAdd Poll Send Topic
Bookmarks: del.icio.us Digg Facebook Google LinkedIn reddit Twitter Yahoo
Like 4 YaBB 2.6.11

Please type the characters exactly as they appear in the image,
without the first 2 and last 2 characters.
The characters must be typed in the same order,
and they are case-sensitive.
Open Preview Preview

You can resize the textbox by dragging the right or bottom border.
Off Topic Comment Insert Spoiler
Insert Hyperlink Insert FTP Link Insert Image Insert E-mail Insert Media Insert Table Insert Table Row Insert Table Column Insert Horizontal Rule Insert Teletype Insert Code Insert Quote Edited Superscript Subscript Insert List /me - my name Insert Marquee Insert Timestamp No Parse
Bold Italicized Underline Insert Strikethrough Highlight
                       
Change Text Color
Insert Preformatted Text Left Align Centered Right Align
resize_wb
resize_hb







Max 5000 characters. Remaining characters:
Text size: %
More Smilies
View All Smilies
Collapse additional features Collapse/Expand additional features Smiley Wink Cheesy Grin Angry Sad Shocked Cool Huh Roll Eyes Tongue Embarrassed Lips Sealed Undecided Kiss Cry