UBB.Dev
Posted By: DJSharp Mod Wordlet Installation question - 10/24/2001 8:22 AM
is there any updated version of installation instructions for the "vars_wordlets_mods.cgi" file for 6.1? cuz im trying to put it in & nothin matches right.

somebody help me out, cuz im lost confused
Posted By: DJSharp Re: Mod Wordlet Installation question - 10/24/2001 8:56 AM
nevermind, i found it now. sorry about that...
Posted By: DJSharp Re: Mod Wordlet Installation question - 10/24/2001 9:15 AM
WAIT! lol, sorry...

ok, im havin problems gettin it installed. it cant find like 3 lines, one of them being...

&RequireVars("$vars_config{VariablesPath}/vars_wordlets_date.cgi");

u can see here, http://www.djsharp.com/cgi-bin/ultimatebb_mod_wordlets_install.cgi

help me out!

(wish it wasnt this hard to install such a small thing)
Posted By: vir Re: Mod Wordlet Installation question - 10/24/2001 7:59 PM
same error i was getting. So I hacked it myself and everything works but I can't edit them from the CP. Going to try to rehack it...
Posted By: DJSharp Re: Mod Wordlet Installation question - 10/24/2001 8:53 PM
Quote
quote:
I would hack it myself, but if there are lines missing, how am I supposed to know where to put them in at?

somebody help me out!
Posted By: vir Re: Mod Wordlet Installation question - 10/24/2001 9:12 PM
i couldn't edit the cp...same as u...could find the right lines...so i skiped it..lol
only trouble i have now is that i cant edit them in the cp.

[ 10-24-2001: Message edited by: Virus/ ]
Posted By: LK Re: Mod Wordlet Installation question - 10/24/2001 9:36 PM
In Beta Release 2.0/2.1/Final it's a line that begins with 'foreach'.
Posted By: DJSharp Re: Mod Wordlet Installation question - 10/24/2001 9:52 PM
im havin trouble with this part on hacking it myself...

################
cp.cgi
################

# find:

&RequireVars("$vars_config{VariablesPath}/vars_wordlets_date.cgi");

# add below:

&RequireVars("$vars_config{VariablesPath}/vars_wordlets_mods.cgi");


i cant even find what it says to find, its not there. i dont understand why it would not be there.

the only other way this could work is if I put "wordlets_mods" on here at end...

foreach my $file (qw(display misc email time search pm registration template_match wordlets wordlets_cp wordlets_err wordlets_img wordlets_date RIGHT HERE)) {


confused confused confused

[ 10-24-2001: Message edited by: DJSharp ]
Posted By: DJSharp Re: Mod Wordlet Installation question - 10/25/2001 1:39 AM
its gon take me the rest of the week to fix this SMALL problem at this rate. is anybody here? help me out. frown
Posted By: DJSharp Re: Mod Wordlet Installation question - 10/25/2001 7:22 AM
***i figured it out myself***

thankz for the xtremely quick help :rolleyes:

topic ova...
Posted By: Brownie Re: Mod Wordlet Installation question - 10/27/2001 1:59 AM
I'm stuck too - did you just add it to the foreach?
Posted By: qasic Re: Mod Wordlet Installation question - 10/27/2001 6:21 AM
Here's the quickest way:

find inside ultimatebb.cgi and cp.cgi

wordlets_date)) {

and replace with:

wordlets_mods wordlets_date)) {

qasic
© UBB.Developers