The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Quote:
as far as counts, I do know that there are counts created in the function file that I posted earlier, but I assume you want to get details before that.. here is a little snippit.. PHP Code:
|
#12
|
|||
|
|||
Cool, Im just about to head out for the evening, but I should be back later to take a look at the suggestion.
I'm not sure if I need to grab it before, or grab it after.. but I did look in that particular function (function fetch_last_post_array()) and unfortunately, there is no hooks in there that I can take advantage of. I think I may have to "override" it after the fact. What I propose may not be possible without actual template edits, but I will still try. |
#13
|
|||
|
|||
Here is a very rudimentary start I came up with. Still needs a lot of tweaking but I got it to work so it may help you:
PHP Code:
|
#14
|
|||
|
|||
^^ Thanks! What hook are you you using?
Been playing with it.. ill update what i find later on |
#15
|
|||
|
|||
forumhome_start if I remember correctly.
Edit: Here is the code I managed to get for the "Last Post" column. PHP Code:
|
#16
|
|||
|
|||
Hey Opserty: Thank you so much for the help!
I was also able to "highjack" the last post column, but it seems you can do it in the original forumhome_start we said as well.. as well as edit the replycount and threadcount... Something like this PHP Code:
What is it you are doing with the eval fetch_template? Again, thank you so much for the help thus far. --------------- Added [DATE]1198948919[/DATE] at [TIME]1198948919[/TIME] --------------- EDIT Ahh, I see what you are doing. Basically we could add our own template to use, which is exactly what I wanted to do! |
#17
|
|||
|
|||
$vbulletin->userinfo['forumpermissions'][99] = 1048575;
You only need to set this to '1' because you only need to see this forum and because its not a real forum you don't need the other permissions. |
#18
|
|||
|
|||
Very nice man, thank you so much!
What I've began to do is, insert the minimum requirements to "insert" another "forum" using our first piece of code, then "hijacked" the actual last post / count / reply templates and made new ones instead! |
#19
|
|||
|
|||
I have been still working on this. I will post more solutions once I have something final.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|