![]() |
That sounds abour right - even just searching on type="submit" should get them all and add <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> above or below it (just needs to be in teh same FORM block)
|
Will do. Thanks again dartho :)
|
OK, I'm a bit stuck on trying to edit this skin's colors & images. Mainly I am trying to get that navbar at the top to display correctly on the forum display, but it looks fine on the homepage and in a thread display. Here's two screenshots I took directly on my iPod Touch so you can see:
https://vborg.vbsupport.ru/ This is how it should look. The buttons are nicely inset into the navbar But when I try to view a forum section, this is how it looks (assuming this is in relation to the forumdisplay template's code): https://vborg.vbsupport.ru/ You can see the buttons are not lined up/overlayed properly and the navbar is too thin. Does anyone have any clue as to what code I need to alter/fix to correct this display issue? OR what code would I put in to display the forum's title on the navbar maybe? So it says Showcase; like it says Thread on the other? Maybe that would fix the navbar height issue here. |
Also, I noticed there is no button to post a New Thread. Any ideas on how to add that to the forumdisplay? And any associated code in templates?
Kinda makes it difficult for viewers to post new threads then hehe. And also, is there anyway to add the forum jump menu to the main page, forum display, and thread display layout? It seems the only place I've seen it show up is when you click the New Posts link and it shows up on the results page; which seems to be a search.php output. |
OK... I figured out how to add the Forum Jump menu to it. Figured I'd post it here for whomever wishes to do the same ;).
Edit the FORUMHOME, FORUMDISPLAY, & SHOWTHREAD templates: ================================================= On each templates... scroll down to the bottom. Look for the $footer bit of codes, and just add this code above it: Code:
<div class="smallfont" align=center style="text-align:$stylevar[center]; white-space:nowrap"> I'm gonna try adding a Return to Top link just above the forum jump aligned to the left side then so it's easier for iPhone/Touch users to navigate back to the top of the page without having to scroll all the way up. Saves time when viewing large threads, thread lists, etc. |
Quote:
Code:
<div class="mobiletitle"> Code:
$foruminfo[title_clean] ======================================= Hmmm... I tried adding a Back to Top link to the FORUMHOME, FORUMDISPLAY, & SHOWTHREAD templates... by adding these two lines of code: Add this code right ABOVE the $header tag at the top: Code:
<a name="top"></a> Add this code directly above the $footer code; or directly above the forum jump menu div container if you added that from my above post: Code:
<div align=right><a href="#top">Top</a></div> ======================================= I know this stuff is probably simple edits for a lot of your experienced/advanced coders, but for people like me who suck/hate coding hehe.... it's useful info for editing this excellent skin. |
I can't get the Reply button to work. It just takes me to the foot of the page with no entry form
|
There's supposed to be a quick reply box there at the bottom Flugel. It's not there? Make sure your Quick Reply is enabled in the vBulletin Options > Message Posting and Editing Options area.
|
Cool man, thanks. Just need to work on this New Thread button. Has anyone managed that yet?
|
Quote:
Quote:
Code:
^^^^thats what i used for new thread. here is the code for return to top. Code:
<A NAME="top"> |
All times are GMT. The time now is 10:00 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|