Bug 1 of the 7 moods categories doesn't show his moods

Status
Not open for further replies.

Valcav

Customer
So I have the 7 moods categories: Black, Blue, Green, Purple, Red, White, Yellow
But when I click on Black to drop down to show his moods, there aren't showing any moods...
All the other categories work fine...

Here are some screenshots:
mood1.jpg

mood2.jpg


SS from in the ACP:
mood3.jpg

mood4.jpg

Friendly greetings,
Valcav
(PS: it's the 1.3.6 PL1 version)
 
Last edited:
I made a kind of quick fix for myself:

I did this by adding the following to the status-export.xml
just below "<categorys>" I added:
Code:
<category>
	<categoryid>2</categoryid>
	<title>.</title>
	<description>.</description>
</category>


And between:
Code:
<mood>
	<moodid>134</moodid>
	<title>Amused</title>
	<imgfile>images/moods/red/amused.png</imgfile>
	<categoryid>7</categoryid>
</mood>
&
Code:
<mood>
	<moodid>21</moodid>
	<title>Amused</title>
	<imgfile>images/moods/black/amused.png</imgfile>
	<categoryid>3</categoryid>
</mood>

I added:
Code:
<mood>
	<moodid>300</moodid>
	<title>Amused</title>
	<imgfile>images/moods/black/amused.png</imgfile>
	<categoryid>2</categoryid>
</mood>

Which gives me the following results:

mood-fix1.jpg

mood-fix2.jpg

mood-fix3.jpg
 
I have been unable to confirm this, please revert any changes you made and, try uploading the following file, in the zip, to the following folder, dbtech/status/clientscript then refresh your page and it should work.

View attachment upload.zip
 
Status
Not open for further replies.

Legacy User Status & Moods

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
63
Customer rating
0.00 star(s) 0 ratings
Back
Top