vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   A whole slew of n00b questions (https://vborg.vbsupport.ru/showthread.php?t=208379)

plazzman 03-15-2009 06:18 AM

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.

TigerC10 03-15-2009 06:32 AM

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

plazzman 03-15-2009 06:40 AM

Quote:

Originally Posted by TigerC10 (Post 1768485)

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".

Thanks so much

Is there any way I can make this function into a button at the top of the page instead of in the Quick Links?

TigerC10 03-15-2009 07:50 AM

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.

plazzman 03-15-2009 08:38 AM

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.

plazzman 03-19-2009 01:42 AM

Was wondering if anyone could possibly help me?

Thanks, sorry for DP

tipoboy 03-19-2009 02:39 PM

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>
the code was taken from your site so i'm assuming you want the new posts button the same size and width.

Change the img src to the location where your button is located!

plazzman 03-20-2009 12:45 AM

You're the man thanks!

Last question, would this go into:

Templates > Navigation/Breadcrump > Navbar?

Thanks alot!


All times are GMT. The time now is 10:03 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01096 seconds
  • Memory Usage 1,727KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete