Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[OzzModz] Change Forumrow Color On Mouseover Details »»
[OzzModz] Change Forumrow Color On Mouseover
Version: 1.0.0, by ozzy47 ozzy47 is offline
Developer Last Online: Dec 2021 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 4.x.x Rating:
Released: 09-12-2014 Last Update: Never Installs: 32
Uses Plugins Auto-Templates
Translations  
No support by the author.

Another mod brought to you by,


This will change the color of the forumrow when a user mouses over it.

It is a simple installation, just import the product XML, ozzmodz_forumrow_color

You can edit the options under the settings, [OzzModz] Change Forumrow Color On Mouseover Settings

Complete Feature List
  • Option to disable the mod completely.
Frequently Asked Questions.

Q. Why do I need such a thing, you ask?

A. Some admins might like to have this nice little addition to their site.

Q. Help, why is my hover is red?

A. Change the stylevar in your styles. It's the stylevar, ozzmodz_forumrow_color found under the group, OzzModz.


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

If you like this mod please hit the button to the right ---->

Please remember to click the, button to the right if you installed the mod ---->

What does 'Marking As Installed' do ?

* It helps you to stay on top of updates - members who have installed modifications will be notified whenever new updates are available.

* For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention.

* Marking a modification as installed also helps me know how many people are using my work, giving me extra incentive to provide more features and new modifications.

I appreciate the support!
-------------------------------------------------------------------------------------------

* History (Changelog) *
-------------------------
v1.0.0 (September 13, 2014)
- Initial public release.

Show Your Support

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

Comments
  #22  
Old 10-12-2014, 12:01 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you get that error editing any other stylevars?
Reply With Quote
  #23  
Old 10-12-2014, 03:36 AM
gajinoz gajinoz is offline
 
Join Date: Nov 2011
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That error happens as soon as I try to open the editor. In the screen shot you can see where I try to open it, (clicking on the go button). Soon as I do that the error happens.
Reply With Quote
  #24  
Old 10-12-2014, 04:26 AM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gajinoz View Post
Parse error: syntax error, unexpected $end in /home/XXXXXX/public_html/vb4/admincp/stylevar.php on line 1587

Not your problem, I know, but if you have any ideas I'd appreciate your advice.
Open that file using Notepad++ and see what's on the line indicated. Paste it here.
Reply With Quote
  #25  
Old 10-12-2014, 08:57 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Actually 10 lines before and after that line number, so c/p lines 1577 through 1597
Reply With Quote
  #26  
Old 10-12-2014, 10:29 PM
gajinoz gajinoz is offline
 
Join Date: Nov 2011
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK guys, here is 1574 to the end of the file 1586. Line 1587 appears to be blank.

print_form_header('stylevar', 'dorevertall');
print_table_header($vbphrase['revert_all_stylevars']);
print_description_row("
<blockquote><br />
" . construct_phrase($vbphrase["revert_all_stylevars_from_style_x"], $style['title'], $stylevarlist) . "
<br /></blockquote>
");
construct_hidden_code('dostyleid', $style['styleid']);
print_submit_row($vbphrase['yes'], 0, 2, $vbphrase['no']);
}
}
else
{

Thanks for your help.
Reply With Quote
  #27  
Old 10-12-2014, 10:42 PM
gajinoz gajinoz is offline
 
Join Date: Nov 2011
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmmmmm.... this is interesting, I just looked at the original file and it has this from line 1587 on:

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

print_stop_message('invalid_style_specified');
}
}

print_cp_footer();

/*================================================= =====================*\
|| ################################################## ##################
|| # Downloaded: 18:32, Fri Oct 21st 2011
|| # CVS: $RCSfile$ - $Revision: 42666 $
|| ################################################## ##################
\*================================================ ======================*/

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

I have no idea why it would be missing from the currently active one!

Should I simply copy this stuff over and see how it goes, or might that cause other problems?
Reply With Quote
  #28  
Old 10-12-2014, 10:50 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would download a copy of the version you are running from vB.com, and upload admincp/stylevar.php and see what happens.
Reply With Quote
2 благодарности(ей) от:
gajinoz, Max Taxable
  #29  
Old 10-12-2014, 10:51 PM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ozzy47 View Post
I would download a copy of the version you are running from vB.com, and upload admincp/stylevar.php and see what happens.
Yep, overwrite the file from the original.
Reply With Quote
Благодарность от:
gajinoz
  #30  
Old 10-12-2014, 11:08 PM
gajinoz gajinoz is offline
 
Join Date: Nov 2011
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, great work guys, that seems to have fixed it. No idea how the file got corrupted, I've never fiddled with it.

Thanks very much for your help, greatly appreciated. :up:
Reply With Quote
Благодарность от:
ozzy47
  #31  
Old 10-12-2014, 11:09 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Glad to hear it is sorted, and thanks for reporting back.
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 01:31 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.06208 seconds
  • Memory Usage 2,315KB
  • Queries Executed 25 (?)
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
  • (2)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
  • (4)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete