Announcement
Collapse
No announcement yet.
How to add forum names into Today's Posts / New Topics
Collapse
X
-
You can't, there's no way my instructions will work for Cloud sites. You can out the CSS in but that won't actually add the forum names.
Comment
-
Originally posted by Mark.B View PostYou can't, there's no way my instructions will work for Cloud sites. You can out the CSS in but that won't actually add the forum names.
Comment
-
Why doesn't this show as default? it's plain stupid to exclude the channel name on the last post modul. Its not logical at all. VB should fix this. To buy a way to fix this for 5$ is not good enough. The VB team should fix this. Can't be that hard.
Btw. I fixed this with the "== 'Search Result' || $page['title'] == 'your title on the first page'"
Thanks for the code guys. But this should be there by default!Last edited by selje; Sat 11 Apr '15, 11:24am.
Comment
-
I added the code to our forum. I double checked to make sure the css saved in css_additional, and I made the other changes copying the full code to notepad++, making the changes, and then copying it back, overwriting the original and saved. The code's all there, but nothing is showing.
Our style is a non-default style (I added it in) without a parent.
Full link to our What's New page (wrapped in code so you can visually see the full url, as it's not the default).
Code:http://hivewire3d.com/forum/search?searchJSON=%7B%22last_visit%22%3A1%2C%22channel%22%3A%5B%222%22%5D%2C%22sort%22%3A%7B%22lastcontent%22%3A%22desc%22%7D%2C%22view%22%3A%22topic%22%2C%22exclude_type%22%3A%5B%22vBForum_PrivateMessage%22%5D%7D&btnSubmit=&humanverify%5Binput%5D=&humanverify%5Bhash%5D=&humanverify%5Binput%5D=&humanverify%5Bhash%5D=
Last edited by Vaskania; Sat 2 May '15, 10:16pm.Hivewire3D.com
Running vBulletin 5.1.6 PL1 (4.2.2 PL1 -> 5.1.6)
Comment
-
I'm afraid I can't help with a custom style - you'd need to ask the author of the style for assistance.
Comment
-
The only things custom on the style are the colors and a couple hooks. Everything else is as it's created when you make a style with no parent. I guess I'll edit the default VB5 style and see if it works there. If it doesn't, I'll post back.
/edit
It doesn't show up on the default style, either. The only hook I have enabled is Glenn's Noypiscripter to show the reply options in mobile view, and an extension to show the page numbers at the top of the thread as well.
/edit 2
I see what's going on, nvm. My page title isn't Search Result, it's What's New.
Got it.Just resaved our What's New page so I could change the page title w/o changing the navbar link name.
Last edited by Vaskania; Sun 3 May '15, 7:03pm.Hivewire3D.com
Running vBulletin 5.1.6 PL1 (4.2.2 PL1 -> 5.1.6)
- Likes 1
Comment
-
Reviving this.
Originally posted by Glenn Vergara View PostHow were you able to modify the templates in vBCloud? You can only modify templates in the download version not vBCloud.
I still have this in the style:
Code:/* Today's Posts - Forum Title */ /* This bit is to allow displaying the Forum name */ /* to each search result in Todays' Post*/ .f-title { font-weight: normal; } .topic-list-container .topic-list .topic-item .cell-topic .topic-info { font-size: 12px; } .topic-list-container .topic-list .topic-item td { vertical-align: middle; } /* Today's Posts - Forum Title */
Edit:
I know it reads the CSS changes because I also have the changes to the search box that displays properly.
Comment
-
Originally posted by brainless_mn View PostReviving this.
I was able to add the forum names by putting the CSS code in the CSS Editor since 5.1.5 vbCloud. But unfortunately this no longer working since 5.1.8.
I still have this in the style:
Code:/* Today's Posts - Forum Title */ /* This bit is to allow displaying the Forum name */ /* to each search result in Todays' Post*/ .f-title { font-weight: normal; } .topic-list-container .topic-list .topic-item .cell-topic .topic-info { font-size: 12px; } .topic-list-container .topic-list .topic-item td { vertical-align: middle; } /* Today's Posts - Forum Title */
Edit:
I know it reads the CSS changes because I also have the changes to the search box that displays properly.
Comment
-
Originally posted by Glenn Vergara View PostAdding custom CSS is just half of the job. You also have to modify a template which is not allowed in vBCloud.
Here's a sample screenshot:
Last edited by brainless_mn; Fri 25 Sep '15, 1:19pm.
Comment
-
Are you sure you are on vBCloud version and not on self-hosted version? Editing templates is not allowed ever since they started offering vBCloud. And just adding that custom CSS will not add the forum name.Last edited by glennrocksvb; Fri 25 Sep '15, 3:00pm.
Comment
Related Topics
Collapse
-
by consigliereI have my latest activity module on the forum tab and it allows me to function in a similar layout to vB4.2...which has alleviated the pain in this area for my users. I know this is possibly not how the...
-
Channel: vBulletin 5 Installs & Upgrades
Sun 2 Dec '12, 12:43am -
-
by GuestI like the idea of having the breadcrumbs on the top of the page, but I would also like to have them at the bottom of the page.
With vB5 it is very simple to do. I love the way hooks work....-
Channel: vBulletin 5 Tutorials
Fri 28 Feb '14, 5:45am -
Comment