The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
A whole slew of n00b questions
Ok I'm doing some tinkering with my VB 3.8.1
I have a few questions, was hoping I could get some answers, as you guys were quick to help me before as well. 1. In the older version that I used to use, I remember there being a vba_cmps function, but my newer version doesn't have it. Is that ok, or should I get me on, and if so, where from? 2. I would like to add a "New Posts" button/function to my forum. How do I go about doing this? 3. I also don't have a module setting in my ACP, I am looking to add some ads. How do I got about doing this. Very sorry if I sound like a total n00b, and thank you very much in advance for the help. |
#2
|
||||
|
||||
1.) vba_cmps is a 3rd party modification for vBulletin. It is not a Jelsoft product. You can find it here: http://www.vbadvanced.com/
2.) In the style's navbar, there should be a link for "new posts". It might be in the "quick links" menu. If not, you can edit your style and include a link to search.php?do=getnew to get to "new posts". 3.) There are various advertisement methods. You'll have to do your research and pick and choose which ones you'd like to use. Here's a quick listing. http://members.vbulletin.com/adsense.php https://vborg.vbsupport.ru/showthread.php?t=203948 https://vborg.vbsupport.ru/showthread.php?t=203949 https://vborg.vbsupport.ru/showthread.php?t=180277 https://vborg.vbsupport.ru/showthread.php?t=201116 |
#3
|
|||
|
|||
Quote:
Is there any way I can make this function into a button at the top of the page instead of in the Quick Links? |
#4
|
||||
|
||||
You need to edit a template in your style (skin).
https://vborg.vbsupport.ru/showthread.php?t=113489 As for where you put the button, it doesn't really matter. I guess most people would put it in the navbar template. |
#5
|
|||
|
|||
Wow, I'm really sorry man, but I'm sort of lost.
This is my site . Up top where the 8 buttons are, I want to add a "New Posts" button. Let's say I have the button image already. Could you please give me a brief step by step of where to go, and were to insert the code? And do I just need this code "search.php?do=getnew", or is there more? Sorry for the slowness. |
#6
|
|||
|
|||
Was wondering if anyone could possibly help me?
Thanks, sorry for DP |
#7
|
||||
|
||||
go to the template your buttons are located and add
Code:
<td width="50" height="55"><a href="search.php?do=getnew"><img src="where your button is located" width="50" height="55" border="0" alt="" /></a></td> Change the img src to the location where your button is located! |
#8
|
|||
|
|||
You're the man thanks!
Last question, would this go into: Templates > Navigation/Breadcrump > Navbar? Thanks alot! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|