The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
There is an option in every article to leave out the title, date, person who posted the article etc. The info you wanted left out you can leave out by simply editing the article and ticking "no" for Display Title, Display Author, & Display Published Date. That will clear the top except the categories that show. That is just to leave that stuff out completely which would just render the photo & the categories.
First before you do anything make sure you perform a database & site backup. Second make sure you have enabled adding the template names into your source code. Login to your admincp and go to Settings > Options > General Settings > Add Template Name in HTML Comments and tick it to "yes". Save it. This will help you when you view your site in the source code to see where exactly the code is that you need to move. To make it be just like the picture you posted you will need to do a little bit of coding in the templates. To find the template that contains the code that you need to use Firefox & make sure you have installed Firebug. This is helpful tool to see exactly where the code source is coming from and what CSS is used with it so you can search for it a little easier. If you are using a browser that already has a built in web tool, then skin that step or if you've installed FF already. Now view your home page and right click on any word or element of the post that you want to move and choose "Inspect Element with FireBug". This will give you a framed window at the bottom of your screen and it will pinpoint where the code is for that element. Copy the code (copy & paste but do not paste it yet). Go to your admincp and go to Styles & Templates > Search in Templates. Paste the code or a small portion of the code in the box at the top and then choose the style you want to work with in the drop down above the code box. Now click the "Find" button and it will bring up all the templates that have that code in it. You can go from there in moving it and styling it. Things to remember: 1. The CMS templates are the are the vBulletin CMS Templates - the template that you will most likely need to move/change codes in will be a template that starts with vbcms_. 2. When copying the code in FireBug you get better results when only copying certain parts of the code rather than the whole thing. For instance; code for something like... Code:
<div id="footer" class="floatcontainer footer"> 3. Your page source will be your friend at times during this. To view your page source right click anywhere on the site page and choose "View Page Source". This is where the first step i had you do comes in handy. When viewing the source you can also see what the exact template is that contains the code you need to change. So use FireBug to find the EXACT code and then copy and paste that or a portion of it into your source code window and that will give you the exact template & where the code is if you cannot search for it or if you even find that way easier. Its up to you. Hope this helps, and I'm assuming that you know HTML, some PHP & CSS in the process because you will need to know it if you are going to go about moving code around. If all of this just went completely over your head, perhaps you might look into hiring someone to accomplish these things for you. You can do so here in the Paid Requests forum. |
Благодарность от: | ||
AndyBaines |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|