![]() |
would like a password for vbhome zipfile.. www.somethingleet.com/forum is my site.
|
check your pm's supreem, thanks for installing my hack.
|
TECK, it possible to auto reparse that forum? and maybe delete news items?
for example on my page how its not showing the articles, maybe make it so i can do something through the admin CP where it re-checks the current forum.. AND for if you install it and you ahve say 5-6 threads already in a NEWS forum, and you want those to show up. and deleteing could go along with having a admin type control, where if we are admins we can have quick access to editing, deleting, and so on to the news. |
all functions are based on vBulletin ones. if you can do it from the cp an operation, then you can also do it in vbHL.
i will not write extra functions because that's not my goal. my goal is to have vbulletin everywhere on my site. about your question, rephrase it because i didnt understend what you want to do, be more specific. |
Quote:
|
well if the question you are refering to is the admin type control, then imagine this.. Next to the title or down at the bottom or anywhere around the news item shown on the index page, there is a few links that are only viewbale to admins. Such as Edit, Delete, and so on. Just so its a little easier. Not doing much i know, just may be more easier for some people.
And for the reparsing, well i'm not to sure myself how this could go, but is there not some wort of way you don't need to do anythign except to find all the contents of the NEWS forum DB, and then check for the first 5-10 or what ever? Like when the forum first loads, it checks the DB for all the threads and such, can you not make the page do that? |
i understand now.. just edit your file yourself is really realllllly easy this.. something like that:
Code:
$article[editthread] = ''; the ismoderator() function performs a query to check and see if you have actually perms to edit the thread. if you place a link like that in the articlebit template, for every article you display it will add a query. so if you display 10 articles you will have 10 queries extra. it's called query in a loop, the worst thing a coder can do. you can mess a server easy if you have a busy site. if you want to ruin your page doing what i typed me above, dont come and complain the sever is really slow... :) -------------- now for the second part related to parsing, i have no idea what you are trying to do or say... sorry. you want to display an event from a group of forums on a single page? do an array, something like that: Code:
if (in_array($article['forumid'], array(2, 15, 48))) { |
hmmm well... seems the Poll option is not working for me..
I uninstalled via your php script, and then reinstalled.. but i failed to delete templates first. Could this be the problem? |
first you cannot delete the templates if they are customized. you have to revert them to original.. is written in big red letters... bouncer. i recommend you to save the ones you edited to files, then revert them to default.
be aware there are 9 new templates in 3.2 also there is a new procedure that inserts the options.. so from now on i will be able to make just upgrades, due to the new code. i need you to send me the old installer you have. i will make an uninstaller for you. SEND it through PM. thanks. also before you download the new file, delete all your temporary files from internet explorer. |
i worked really hard on the new release, 3.2. is optimised for easy upgrades, since i saw i release a new version every 2 weeks :)
from now on it will be an easy life for everyone, i promise. |
All times are GMT. The time now is 10:56 PM. |
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:
|