![]() |
And Kura , not to be an arse , but your instructions for the last file were pretty point blank....
At the end of the php file after the last } place this below {CODE} ya know what I mean :) |
Quote:
Kura in ur readme file u say this: Quote:
Quote:
PS:my address same as ur examplewww.site.com/forum/. |
Quote:
|
ITs a blank page
|
Quote:
If the file on the server really has the code placed after the } then it should work fine... I am gonna sleep now, so I'll get back to you on this tomorrow. On ANOTHER note, I just sent out an update on the HTL and updated the first post. A bug was found again and fixed again, this time it should be fixed PROPERLY! (I caused this problem with my earlier bug fix... *shame*) Please update ASAP everyone :) |
Quote:
My shoutbox will be HTL exclusive tommorow probably. Nice job again, Kura. :) |
Quote:
Its ok man I just went ahead and uninstalled it...well just uploaded the back up files of the modified file. I did notice though the error seems like its coming from admin/index.php |
That's because it can't find the function in includes/adminfunctions_navpanel.php. You obviously did something wrong with that file.
|
Link , I have repeated this hack 5 times over , and still the same issue .. I have checked and rechecked it..
The same error still arises over and over again.... The steps he gave are not hard to follow, so I would have to disagree with you that I did something wrong with that file. Wierd thing is I can access the Hack log by going directly to the admin file hackadmin.php, with no problems and it will do all functions. One question for you Kura , I am running RC2 , and I have notice that the hack was for 3.0.0 RC 3 , I do not know if there was that big of a differnce betweent the 3 files that you had added the extra code to. |
hello Kura i found another problem when i click the style manger on the top of that page i got this error message
Code:
Parse error: parse error, unexpected T_IF, expecting ')' in C:\Apache Group\Apache2\htdocs\forum\includes\adminfunctions_template.php on line 3080 Code:
if ($_SERVER['PHP_SELF'] == "/$admincpdir/template.php") Code:
Warning: implode(): Bad arguments. in C:\Apache Group\Apache2\htdocs\forum\includes\adminfunctions_template.php on line 1147 Code:
#AND title NOT IN('" . implode("', '", $_query_special_templates) . "') any idea?thankz~ |
You are supposed to add the code in ncludes/adminfunctions_template.php UNDER the
Code:
); |
Damn fine Job. :)
This should ake my life alot easier now. |
something i am not clear on.
will this hack support hacks that i have already installed? or should i uninstall those hacks (if possible) and then install this hack so it recognizes them? i am unclear on that part. anyone have some info for me? |
Quote:
|
Quote:
http://everythingvb.com/faq.php?faq=..._htl_usage_faq :) |
Madhouse and Squawel: I think you both mis-placed a file edit, or have any existing hacks that mess up, OR have pasted the file edits in the right place but incompletely.... Only reason I can come up with why it won't work...
|
This is a great hack, I just have one question, for now :p
Apart from it's normal function, is there a way of using the HTL on my test forum so that when I update my live site with vB3 I could have someway of using it to update/reinstall any template changes/hacks etc. that I might have installed on my test forum to make the upgrade on the live site easier. This is hard to explain, but say I work on my test forum, installing hacks, making template and style changes etc. that I want on my live site eventually, would it then be possible to export these mofications with the HTL somehow and on upgrading my live site, install the HTL hack and then somehow import these changes or at least a log or something of the changes I had made to make the upgrade quicker? Hope that makes sense, again, great hack, it'll be the first one I install !! G :D |
Quote:
What you CAN do, for instance: 1. develop all hacks and install all hacks on your test board using the HTL 2. install the HTL on the live board (very simple and light-weight) and install all of the hacks using the HTL Installers on your live board 3. this works for both file AND template edits that you've tracked using the HTL. If you make any changes of your own without logging them into the HTL then you'll have to look them up on your own, too. Alternatively, you can copy-overwrite all of your live site's files with the ones from your test board, instead of doing all of the file edits all over again. :) |
Ive been waiting for this, thanks KuraFire, clicks install.
|
so this is like a vbhacker on crack? I like it. i'll install it when i get home. This would make a great satandard for vb hacking. Since it will make installs so much easier.
|
Quote:
most people prefer it that way, anyway :) |
Quote:
|
Yeah, vbHacker on crack, except this puts the hack in the database and files, and is generally a whole lot better. None of my vB2 hacks were made for vbHacker, though all of my hacks will have HTL compatible versions.
|
Quote:
|
I'm writing HTL 1.05 at the moment, and adding some of the features planned for HTL 1.1 already.
If there's anything you'd like to see in the HTL real soon, tell me now please. :) |
Upgrade scripts - they require that the hack that it upgrades has been imported (at least) and the upgrade .htl just updates whatever needs to be updated in the hack information and runs its own set of steps. I don't know if this can be done already, but if it cannot, it would be something that is needed. :)
|
Quote:
What I'm CURRENTLY thinking of: Adding an extra option for each hack (along with Show on front-end, is finished, is installed, etc. etc.) that says: Is Upgrade Script. Then, if people run that 'hack' (which is labelled Is Upgrade Script) and attempt to install it (thus, attempt to upgrade their existing hack), the HTL will do: 1) a check on the system to see if the hack exists, if not it will STOP THE UPGRADE with an error page. 2) if the hack DOES exist but the version of the existing one is higher or equal to the one from the Upgrade, it will STOP THE UPGRADE with an error page. 3) if the hack exists and is a lower version, then it will first see if the existing hack has any phrases (by checking the `phrasevarnames` column of the hack in the database - this column already holds ALL varnames of ALL imported phrases for each hack). Also, it will check to see if this upgrade has the IMPORT PHRASES step as part of the upgrade. If so, and if the hack has existing phrases, it will remove all phrases and the database columns / rows made for those phrases, rebuild all languages, and then during the IMPORT PHRASES step it will import all phrases again, in an orderly fashion as usual. 4) next, the same for templates. If the upgrade .htl has the import templates step, it will check for the existance of templates for the old version of the hack, and if they exist, remove them first and then reimport the new ones. 5) same for settings; 6) now, we are still actually _before_ step 1 of the HTL install routine at this point, the only thing we may have had happen is that things were removed in preparation of being re-added later on in the 'install' (upgrade) of this hack. So at this point, we will do a REPLACE INTO query on the hack table to update our hack with the newest version. THEN we will continue with the rest of the installation, and if there is nothing else to do, we just forward straight away to the Upgrade Complete page. :) Does that sound good, people? |
Sounds good to me. One more suggestion: it seems all new templates go to styleid 1 (or maybe the default style), correct? Can you make that an option? I want all new templates to go to styleid 2, which is a fake "Global Style" and is not user selectable (so isn't the default).
|
KuraFire - can u check out my HTL compatible hacka nd tell me why my one of installers (not I tho) is getting an SQL error?
https://vborg.vbsupport.ru/showpost....9&postcount=11 Code:
mysql error: Unknown column 'changetype' in 'field list' |
Quote:
I'm looking into ways to improve this situation. For instance, not everyone will want the templates added to EVERY style, yet some people do. However, I can't just have them be imported into the MASTER style unless people are okay with having to manually re-import all templates for Each hack after every vBulletin upgrade they do (vb upgrades delete the master style first and then recreate it). Maybe I should hold a poll about that.... and see if I can create some sort of feature (like List All Modifications) that reiterates over step 3 for ALL the hacks in one single sitting (ie. it will do the Import Templates step for every hack that has templates to import). If I can make the latter, and import templates into the master style.... the only thing people would no longer have is having their templates appear in red (== non-default template) in the Style Manager. *sigh* choices choices... Anyhoo, as you can see, I'm going over many various possibilities to solve that... |
Quote:
|
Heh, I've upgraded all 3 of my released vB3 hacks to have an HTL install file (and the shoutbox is HTL exclusive). It's probably a little overkill to put a 1 file edit hack into the HTL, but that's what it was made for, right? ;)
Once again, great job, KuraFire. :) |
i get this error when trying to install it, any ideas
Database error in vBulletin 3.0.0 Release Candidate 3: Invalid SQL: SELECT * FROM hacklog WHERE hackid=1 mysql error: Table 'ad.hacklog' doesn't exist mysql error number: 1146 Date: Wednesday 28th of January 2004 02:43:59 AM Script: http://ad.com/admincp/install_htl.ph...log=1&inside=1 Referer: http:/ad.com/admincp/install_htl.php?inside=1 |
/me clicks install.
SWEET! this'll be great! Thanks Kura! Christian |
Quote:
|
Additional locations where some very good suggestions for HTL 1.1 are being made:
http://everythingvb.com/showthread.php?t=27 http://everythingvb.com/showthread.php?t=33 If anyone has anything to add to those, please add them ASAP :) |
Yeaaa, Every thing went fine untill I went to the admincp, there is no nav for manage hacks or anything like that?!?! if I go to www.mysite.com/forums/admincp/hackadmin.php it works fine and I get no errors, if I go to www.mysite.com/forums/hacklog.php it shows that HTL is installed and thats all, but still no errors. Any idea on why it dosent show up in the admincp/index?
|
Quote:
- did you apply the file edits to admincp/index.php ? |
no i dont, its the first time im trying to install it
|
Quote:
|
All times are GMT. The time now is 02:33 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:
|