The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Welcome Panel for 3.8?
I have vb3.8. I am using this welcome panel, made for VB 3.5... (link)
It works fine on my forums index (first screen shot) and doesn't show on any subsequent forum pages, which is the intent (and good for me). I use VBA for my home page. Currently, the welcome panel does not show on the vba homepage. It shows the "default" panel. (second screen shot) I've posted in the original thread linked above and on the vba forums and no one can tell me how to solve my inquiry. Two questions: A) Can someone tell me how to get the welcome panel linked above to show on my vbA home page also? and/or B) Can someone update this hack for VB 3.8 and have it work on forums index and vba index? It'd be mucho appreciated. |
#2
|
|||
|
|||
I'm not sure how the code should be structured but here goes...
Open the xml product with your favourite editor. Look for the following line: Code:
if (THIS_SCRIPT == "index") Code:
if (THIS_SCRIPT == "index") AND (THIS_SCRIPT == "adv_index") Like I said, not even sure if this will work but give it a go anyway. Maybe someone who knows what they're doing with the code will be able to confirm or deny. |
#3
|
||||
|
||||
Thanks for the attempt but that didn't work. I added what you said and it didn't add it to the vbA page. On the forum index page, it removed the avatar image and the actual data from the new posts, new threads, and other statistics categories.
*shrug* |
#4
|
|||
|
|||
Maybe ask on the vbadvanced website.
|
#5
|
||||
|
||||
I have. Only one person has tried to help, unsuccessfully, thusfar.
|
#6
|
|||
|
|||
try and go into the VBadvanced CMS admin center, add module for center, make it able to recieve php and input the vb code for the welcome mod. ie $nameofwelcomemod
If that doesn't work try searching the vba block code they use to incorperate the forum stats, and use that same format however use the welcome mod code. |
#7
|
||||
|
||||
Well, that would just create another vbA module. What I want to do is put it above the navbar like it is on the forums homepage. This is so I can turn off the welcome block on the vba page. Right now, the "stock" vb breadcrumb panel thing is above the navbar, with my username, last time I visitied, and notice of any PMs. Then, I have the same info pretty much in the welcome block in the center of the vba portion. I'd rather the welcome panel above the navbar look the same as on the vb forums index so I can just remove the welcome module all together from the vba portion of the page. Right now, the info is redundant.
I suck at coding so I'm unsure why some mods/hacks work on both forum and vba pages, while some work on forums but don't work on vba. This is similar to the Automatic UserCP Navbar Menu that I just installed. People are having the same issues... the hack works on the forum pages but not on the vba page. |
#8
|
|||
|
|||
The reason is, the mods created are modifying the style templates in the whole style, and vba is being modified as well. What you need to do is go to the template for the welcome mod, take that code, and apply it to the vba_portal template and input the code between;
$header & $navbar Then save. |
#9
|
||||
|
||||
That didn't work either. I took all of the code from my navbar template (where the welcome panel mod is) and pasted it where you said in the adv_portal template between the $header and $navbar text. All it got me was a second "stock" welcome panel and navbar links. See screenshot below. I've since reverted it.
Here is what I don't understand. The adv_portal template calls for $navbar. Well, my navbar template has everything I want to see. WHY isn't this what shows on the vbA page? It's as if the adv_portal template is pulling the navbar template from somewhere else instead of pulling the navbar template from within the same style. I've made numerous changes to my navbar template. Half of them show on the vbA site home page and half of them don't. Example... my dynamic Forums / Home Page link shows correctly. My "Better" New Posts show correctly. My "My Threads from Past Month" shows (under my quick links menu). However, my Welcome Panel doesn't show and my UserCP dropdown menu doesn't show even though the codes for these are in the same navbar template as the others that I listed above. Is it because they might be pulling info from templates or hooks or something like that? I'm not familiar enough with that stuff yet to know what's causing some to work and some not to work. Hopefully I'm being clear enough with my descriptions. Thanks. |
#10
|
|||
|
|||
if you want i could look at it for you, upload your navbar template, and your vba_portal file to your ftp and give me the link and i'll look at the files for you
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|