PDA

View Full Version : nzb bbcode


mythbuste
10-24-2011, 09:31 AM
Looking for nzb bbcode
Vbulletin 4.1.7

Thanks for the help making this for me:rolleyes::up:

kh99
10-24-2011, 10:52 AM
I only kind of know what an nzb file is - what would an nzb bbcode do exactly?

mythbuste
10-24-2011, 10:59 AM
like this sorry for the link.

<removed>

kh99
10-24-2011, 11:10 AM
Well, I think the post that you linked to contains the replacement. You should be able to go to Custom BB Codes -> Add New BB Code in the adminCP, and paste that code into the replacement text box.

mythbuste
10-24-2011, 11:38 AM
gives A tacs error if I do that
try it

kh99
10-24-2011, 12:06 PM
It gives a warning when you try to save it, but I think it can be ignored. It's trying to tell you that the {param} should be in quotes for safety, but if you look at the replacement html you'll see that the {param} is inside quotes. I think the code that checks gets confused sometimes.

The problem I had is that $stylevar[titleimg] seems to be invalid. But I thought that was basically the site logo, so I don't quite understand why anyone would want to use that image there.

mythbuste
10-24-2011, 01:20 PM
thanks works

mp3president
01-31-2015, 07:52 AM
Example:

Titel: NZB link
BB code Label Name: nzb
Replacement: <center><p><a href="http://nzbindex.nl/search/?q={param}&amp;max=250&amp;adv_age=&amp;server" target="blank"><img src="http://www.YOURWEBSITE.COM/images/nzbindex.png" border="0" alt="NZBindex" /></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://binsearch.info/?q={param}&amp;max=250&amp;adv_age=&amp;server" target="blank"><img src="http://www.YOURWEBSITE.COM/images/binsearch.png" border="0" alt="Binsearch" /></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.nzbclub.com/search.aspx?q={param}&de=27" target="blank"><img src="http://www.YOURWEBSITE.COM/images/nzbclub.png" border="0" alt="NZBclub" /></a></p></center>

Example: [_nzb]test[_/nzb]

Without the underscores