I choose a prefix that's been set to move the topic to a different forum - but nothing happens after I submit the topic. The message is still in the forum that it's supposed to be moved from. Its supposed to be moved instantaneously?Should do it as the prefix is selected and saved.
That did it... But it won't help with what I'm trying to achieve... I'm guessing it would need to be added as a cron entry, right?Try editing the prefix, and save it as the existing one. Does it move then?
Thank you. I will keep the add-on uninstalled for the time being. Boy, would that be great if it worked the way I need it, though.Possibly, or do it on post creation as well. I can look into it when I get some free time.
Forum for cars.So you would create the "I need help" prefix in the Lounge and it would move it? Wouldn't this just confuse people into thinking that is the correct forum because the prefix is there? And also this would not work well with the prefix filter bar add-on since it would show prefixes that are not actually used in that forum (empty results). Perhaps it works in your use case.
That's not a bug with this add-on. Colors are controlled by XenForo itself:Hey guys, I think I just ran into a bug. Attempting to use the first available styling (color) for prefixes, it won't apply. As you can see I have it selected and i've tested on multiple prefix groups and other prefixes and for whatever reason this first color option just goes to I believe some custom colors we have setup. I think it's overwritten somehow. The background is black with text being red when this is selected. I can move it to any other color and it works fine. View attachment 234445
&.label--primary
{
.m-labelVariation(@xf-linkColor, @xf-contentHighlightBg, @xf-borderColorHighlight);
}
xf-linkColor
xf-contentHighlightBg
xf-borderColorHighlight
That's because the other prefixes aren't controlled by a style color. They have colors directly assigned to them by XenForo.One thing is though if it is controlled by xenforo, in the style properties, it supercedes what is on a thread prefix. When I select any other color, it will change and will be used appropriately. Just not this one specifically.
&.label--red { .m-labelVariation(white, #e20000); }
&.label--green { .m-labelVariation(white, green); }
&.label--olive { .m-labelVariation(white, olive); }
&.label--lightGreen { .m-labelVariation(black, #ccf9c8, #bee8ba); }
&.label--blue { .m-labelVariation(white, #0008e3); }
&.label--royalBlue { .m-labelVariation(white, royalblue); }
&.label--skyBlue { .m-labelVariation(white, #7cc3e0); }
&.label--gray { .m-labelVariation(white, gray); }
&.label--silver { .m-labelVariation(black, silver); }
&.label--yellow { .m-labelVariation(black, #ffff91, #e6e687); }
&.label--orange { .m-labelVariation(black, #ffcb00); }
We use essential cookies to make this site work, and optional cookies to enhance your experience.