![]() |
vBulletin Button Sets:
how do I change these? to some new nice ones...
|
Probably not by posting in the arcade forum....
|
I wanted to know this as well but I didn't get a response - see https://vborg.vbsupport.ru/showthread.php?t=172777
Donated $50 as well and didn't get a response from the developer about the donation either :( |
You have my sympathies, however, again, you aren't likely to get a response in the arcade forum.
|
thanks for some direction
|
If you are talking to me, I did not get any donation from you - or you used some other domain I don't know it is yours.
and: what buttons you mean and want ? I still guess this is not related to ibProArcade ? |
Quote:
The buttons that I am referring to is I want to replace the nav bar links: Arcade ? Tournaments ? Your Settings ? Your Favorites ? Your Rankings ? Leaderboard ? Arcade ModCP with buttons but I don't know how to incorporate the img into your code for each one In my post I said I wanted to insert: HTML Code: <img src="$stylevar[imgdir_button]/arcade.gif" width="109px"> in the code for the nav bar found at line 1041 of the mod_arcade.php file Now it is fairly simple to see that it is your mod by the information that I gave - even your file name "mod_arcade.php" and the line number of your navbar in that file I have always tried to do the right thing by donating money to developers here in way of support for the time being spend to help others but I have been getting bitten so much of late that I link I am going to have to stop supporting developers here as I can't even ask a simple question - sorry but with all due respect |
sorry for very late answer, I just missed that thread :o
I now see you want to replace the Arcade-Navbar and its text with icons. No problem at all, you already found the right place (/arcadE/modules/mod_Arcade.php) search for the code below Code:
// Arcade NavBar Always just repalce the following variables with their respective icons: $ibforums->lang['tourney_navbar'] $ibforums->lang['your_settings'] $ibforums->lang['your_favs'] $ibforums->lang['your_report'] $ibforums->lang['leaderboard'] $ibforums->lang['arcade_cp_link'] example: Code:
$the_links .= " · <a href='".$ibforums->base_url."do=viewtournaments'>".$ibforums->lang['tourney_navbar']."</a>"; Code:
$the_links .= " · <a href='".$ibforums->base_url."do=viewtournaments'><img src='$stylevar[imgdir_button]/arcade.gif' width='109px'></a>"; Code:
function top_links($html) Sorry for late answer, but donations and especially the branding-free you bought is not any reference for some "Premium support" or something - I am spending my free time on supporting this product, and THANKS for any donation, yes, but please also understand this is a private project. and YES, to motivate you to keep donating and supporting coders, I now pulled your thread ahead and worked on a solution, although this is not a bug or problem but some personal styling you wish to do :) |
Quote:
|
replace
Code:
global $ibforums, $vbulletin, $vboptions, $DB; Code:
global $ibforums, $vbulletin, $vboptions, $DB, $stylevar; |
All times are GMT. The time now is 02:12 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|