PDA

View Full Version : vBulletin Button Sets:


bayareamommas
31 Mar 2008, 00:28
how do I change these? to some new nice ones...

Mark.B
31 Mar 2008, 00:45
Probably not by posting in the arcade forum....

iBaker
31 Mar 2008, 09:28
I wanted to know this as well but I didn't get a response - see http://www.vbulletin.org/forum/showthread.php?t=172777
Donated $50 as well and didn't get a response from the developer about the donation either :(

Mark.B
01 Apr 2008, 00:09
You have my sympathies, however, again, you aren't likely to get a response in the arcade forum.

bayareamommas
01 Apr 2008, 00:55
thanks for some direction

MrZeropage
06 Apr 2008, 14:15
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 ?

iBaker
06 Apr 2008, 21:39
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 ?
Firstly it was 50USD through PayPal on 10th March to MrZeroPage but it may have come up as being from Jackaroo Solutions.

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

MrZeropage
04 May 2008, 21:11
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:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

there you will find all six possible links.

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:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


could be replaced with


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



it may be that you need to extend the GLOBAL variables to $stylevar


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------






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 :)

iBaker
07 May 2008, 05:52
it may be that you need to extend the GLOBAL variables to $stylevar


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Thanks Zero but can you explain further what you mean by this - thanks!

MrZeropage
07 May 2008, 19:05
replace

Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

with

Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------