Goto page Previous  1, 2, 3

● Different colors bars in shoutbox

Wed May 17, 2023 7:18 pm
NOOB!!!
6 Posts
Reputation: 79.6
I just looked on my local and it works for me as well.
Wed May 17, 2023 7:23 pm
NOOB!!!
9 Posts
Reputation: 34.5
— coRpSE wrote
That's strange that it is not working on both of yours, ##UTBaDaSS## zardos
Are there any errors that show up in the error log of your site or in the error log in the ACP?

Just watch this animated image, you can see it works on my site.
Expand


No errors, when I click on save images it just reverts to all black. Can we get a download of the module and the block.php?
Wed May 17, 2023 7:45 pm
Clan Leader
Top Dog
Nuke Dev / Coder
3015 Posts
coRpSE
Currently Offline
Offline

Most Played:
This week: 77.7hrs.
Total Played: 195hrs.


  
There is life outside of the game.
Reputation: 7317.9
votes: 7
Here are the files taken straight from my site.
I didn't grab the SQL, but you may need that. If it doesn't work, then I will put up the SQL aswell.


Expand
Thu May 18, 2023 4:51 am
NOOB!!!
9 Posts
Reputation: 34.5
— coRpSE wrote
Here are the files taken straight from my site.
I didn't grab the SQL, but you may need that. If it doesn't work, then I will put up the SQL aswell.


Still does the same thing. hmmmmm  hrm


 
Thu May 18, 2023 8:04 am
Clan Leader
Top Dog
Nuke Dev / Coder
3015 Posts
coRpSE
Currently Offline
Offline

Most Played:
This week: 77.7hrs.
Total Played: 195hrs.


  
There is life outside of the game.
Reputation: 7317.9
votes: 7
Try this. Run this SQL, clear your site's cache, then go back to the Theming section of the shout box and try changing the box arrows.

Code: [ Select all ]

DROP TABLE IF EXISTS `nuke_shoutbox_theme_images`;
CREATE TABLE `nuke_shoutbox_theme_images` (
  `id` int  AUTO_INCREMENT PRIMARY KEY,
  `themeName` varchar(50) DEFAULT NULL,
  `blockArrowColor` varchar(50) DEFAULT NULL,
  `blockBackgroundImage` varchar(50) DEFAULT NULL
) ENGINE=MyISAM;


If that doesn't work, if you want, you can send me a PM with temp FTP, temp admin, and possibly SQL access and I will take a look.


 
Thu May 18, 2023 1:29 pm
NOOB!!!
9 Posts
Reputation: 34.5
— coRpSE wrote
Try this. Run this SQL, clear your site's cache, then go back to the Theming section of the shout box and try changing the box arrows.

Code: [ Select all ]

DROP TABLE IF EXISTS `nuke_shoutbox_theme_images`;
CREATE TABLE `nuke_shoutbox_theme_images` (
 Â `id` int  AUTO_INCREMENT PRIMARY KEY,
 Â `themeName` varchar(50) DEFAULT NULL,
 Â `blockArrowColor` varchar(50) DEFAULT NULL,
 Â `blockBackgroundImage` varchar(50) DEFAULT NULL
) ENGINE=MyISAM;


If that doesn't work, if you want, you can send me a PM with temp FTP, temp admin, and possibly SQL access and I will take a look.


That worked!   8)

Thank you


 
Thu May 18, 2023 1:30 pm
Spammer
130 Posts
Zardos
Currently Offline
Offline
  
Doesn't like playing games!
Reputation: 846.4
Thanks coRpSE, works now. all that time and it was just sql.  big grin
Thu May 18, 2023 5:07 pm
Clan Leader
Top Dog
Nuke Dev / Coder
3015 Posts
coRpSE
Currently Offline
Offline

Most Played:
This week: 77.7hrs.
Total Played: 195hrs.


  
There is life outside of the game.
Reputation: 7317.9
votes: 7
Glad to hear. I noticed when I was looking at it on my site, the id's were all 0. Though it worked on my site, I don't know why it didn't on your site. So, I took my SQL, rewrote it so id was the primary key, and made it auto increment. That is the only difference that I changed from the default SQL.


 
Goto page Previous  1, 2, 3
Forums ©