![]() |
Quote:
I'll look into it. Quote:
Quote:
The HTL was made and designed to make things easier, and it works perfectly for that. Creating a non-HTL installer would not only defeat the purpose, but also mean a lot of needless work for the Hack creator. There is no real harm in making people install the HTL, it's only a few clicks and 3 simple file edits away. And then, once they've done that, a whole new world will open up for them. If people go release HTL-hacks only for a while, now, pretty soon there will be no need for this entire discussion anymore, and suddenly we'll have much more hacks because everyone has to spend far less time on each hack, and thus has more time to spare for new / other hacks :) Quote:
No matter the size of the hack, using the HTL for it is easier and faster. |
Quote:
|
Quote:
right now it may be slightly tricky, but I'm looking into ways for HTL 1.1 so that you can just install a new version of an already installed hack right on top of the existing one. So that would be easiest of all ways... sadly that's not in HTL 1.0 yet though, but hey, 1.1 won't be too long.. ^_^ |
Quote:
That percentage is minimal, and certainly negligable if you ask me. Even for them it would be easier, cos the HTL, no matter how you look at it, is the easiest way to upgrade your vBulletin and instantly re-apply your hacks. Whether it's one hack or one hundred. |
Quote:
all you need to do , upload files, run install, click button 2-3 times and your done :) also only one file edit is truely nessary and thats only if you use CSS as a file |
Quote:
|
Quote:
Try manually removing the hack from your database, table hack. Look at what hackid it has and then remove all rows in table hacklog that belong to that hackid. Then try to import again. |
Quote:
|
Quote:
|
Loads of hype to be sure... but are there screenshots?
I personally am from the camp that I don't trust anything like this to manage my hacks... and I wonder how it will keep track of all the hacks I make to my own code that I don't release. To this end, amid the cries of "lovely UI", is possible to have a series of screen shots showing how this all looks and as an overview for how it hangs together. The killer thing that I'm waiting for is not the management of file changes, but the management of template changes (diff tool for updated templates compared to customised templates for example... phrase manager to show the non-default phrases and and the customised values after upgradem, etc). As such... as overwhelming as the docs and this thread is... put me in the skeptical camp until I've seen convincing screenies and believe that this will manage my own private hacks too. Awaiting the gif's or links ;) Cheers David K PS: Don't flame me for being a cynic... I really want this to work... it sounds dreamy... but I'm elderly (30) and have grown far too cynical to just install a big hack and hope that it fills my dreams so easily ;) |
im currently taking some screens :)
|
ok now i have a problem,
the templates only got installed to a single style not all of my styles >.> i see this as a problem in the long run |
I agree that could be a problem but should also be fairly easy to fix.
|
Great Hack! I just installed it :)
|
buro9, I can't blame you for being skeptical, it's a good attitude to have on Hacks! :)
As for screenshots, I wanted to do those today but I didn't get round to them. As for the Templates issue Faranth mentioned, it will most likely be fixed in HTL 1.1 Back to what the HTL can do: it doesn't scout through files or templates to see what changes have 'magically' been made. What it does is provide you an easy to use interface so you can log your changes, each and every one, so that they are stored separately, in a nice organized manner. 'coincidentally' this manner can be utilized to create HTL Installer files that you can use to release your hack to the public - but you don't have to do that. |
I've installed it smoothly. Just one thing;
I get this error when I opt to 'show all modifications': Quote:
|
Quote:
are you sure that the HTL installation was finished entirely, properly? |
Yes, it certainly looked smooth. I should mention that I manually added the previously installed hacks without bothering to list mods and so on. Just the required fields and a few options. They all have the default allowed userid of 1 anyway.
If I go to the list at the bottom though (of hacks run through the installer), those links work fine. ie, Quote:
|
Quote:
So, let me get this straight: If you go to List All Modifications, you first get that error warning, then you get normal File/Template modifications, and then you get the PROPER list of hacks that you can click? Or do you not get any file/template modifications in the middle either? |
I get the error on the 'list all modifications'. At the bottom of that page is the list of installed hacks that you can click on individually. If I click on those (though I only have one at the moment run through this installer) THOSE mods show up fine. Watch this space for a screenshot.
|
Quote:
I don't really get why you're having an error there, by all means it should work fine :/ What is your line 2183 ? |
Here! You know, I think it has something to do with the fact I haven't archived the file-template edits for the old hacks.
|
Line 2183:
PHP Code:
|
Quote:
ok, try something for me, please. Try going to Manage Hacks -> Edit Hack Details (for the Hack Tracking Log), Allowed Userids field: enter 1 2 3 4 so, enter the first four possible userids, separated by spaced. Hit save. If you want, you can go edit it again and remove all but your userid from the list. It's just important that that field is recreated... Then try again, please, and tell me what you get... |
I'm wondering: what is the deal with the "Temporary Phrase File"? I can see it being useful and all, but why is it required?
|
Quote:
The use of a Temporary Phrases File will make things easier during development (you don't have to do any phrases inserting or phrase group creating or anything during creation of your hack), and then once the hack is done, it will allow you to instantly have an XML file with those phrases, ready to be imported. It's possible that you do it the old, conventional way, but that way is much slower and thus not recommended at all! |
Quote:
|
Quote:
Nice hack, Kura, now I just hope I'll get this working right for my shoutbox... |
Quote:
Link: yeah, that's the downside of people converting their existing hacks to HTL, they haven't been warned in advanced that there are certain 'outlines' for making the hack in the most optimal way... :( 's why I wanted to rush the release of this thing so much, the longer I waited the more people would have your problem :( |
KuraFire: Your instructions did the trick. Many thanks! I thought I'd better say that in this thread so people know it wasn't a fault with the hack script at all. Very impressive support!
|
Quote:
I'm glad it did the trick, I would've been in trouble if that hadn't been the problem :D ^_^ And I'm glad you like the HTL! :) |
hello Kura..i already test it on my another computer and it work now BUT when i refrash my admin cp i got below error message:
PHP Code:
PHP Code:
PS:im use ur new update zip file. |
Did you edit includes/adminfunctions_navpanel.php?
|
Got the same error messege , well on the same lines kinda....
Fatal error: Call to undefined function: construct_nav_option2() in /home/madhouse/public_html/forum/admincp/index.php on line 500 And yes I have edited the includes/adminfunctions_navpanel.php |
IF YOU HAVE THIS PROBLEM:
Code:
Call to undefined function: construct_nav_option2() The file edit in adminfunctions_navpanel.php has to go BELOW this: PHP Code:
} it all has to go BELOW that! This is *most likely* what you did wrong - paste the new code 2 lines too high. :) |
I personally still have a "Make vB.org Post" error with the text for the modified stuff:
https://vborg.vbsupport.ru/showthread.php?p=469032 I redownloaded the zip and uploaded the new hackadmin.php and even tried modifying it to work myself with little luck. |
Sorry KuraFire ,
I have it exactly like you said </script> <?php echo $controls . $_NAV . $_controls; } <<<<<<<-----------\ right after the bracket |
Personally, I dropped it under this code:
PHP Code:
|
Tried it that way too link and still same error in the admin panel nav.
Its calling the error on the index.php , which keeps talking about the construct_nav_option2() For some reason it just does not like this at all... |
Quote:
... ++++! I did... :( *sighs and updates again* |
All times are GMT. The time now is 10:15 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:
|