Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
Name: Modification Wordlets

Author: Qasic, DPK

Description: A common set of Wordlet™ which many UBB™ hacks depend on.

Requirements: Valid license, UBB™ 6.3.1

Download: Here

MHP Version: Here

Demo: None - cp mod


- Allen wavey
- What Drives You?
Sponsored Links
Joined: Sep 2000
Posts: 793
Member
Member
Offline
Joined: Sep 2000
Posts: 793
Looks good, will install it this afternoon smile


-DT
Joined: Mar 2001
Posts: 80
Member
Member
Offline
Joined: Mar 2001
Posts: 80
I am trying to download this version but i keep getting a Hack attack msg, can anyone help.

Update.
I managed to get the file through searching the database, however the above link still gives the Hack Attempg msg.

Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
Hahaha, I get the same meassage, the UBB the db is running on needs the maxfields raised.

Joined: Aug 2002
Posts: 97
Member
Member
Offline
Joined: Aug 2002
Posts: 97
Trying to reinstall Wordlets I find this is not is my cp_common.cgi (v6.3.1)

document.writeln("");

so that I may place this below it:

document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");

What should I be looking for?

Sponsored Links
Joined: Aug 2002
Posts: 65
Member
Member
Offline
Joined: Aug 2002
Posts: 65
If you look in that long list you posted, the second to last option:

Quote
quote:
Originally posted by Chrimera:
document.writeln("");
Is what you are looking for instead of what is in the instructions. It seems the format is a little bit different. You also need to change the format of what you're pasting below it.

I think I made it like this to match the others (I don't have access to my code right now:

code:
[qb]
Code
 document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=wordlets_mods;r=$ran> $vars_wordlets_cp{wordlet_frag_mods}</option>");
[/qb]
Another thing I noticed is that the new wordlets_mods file that is supplied should not be in the "variables" directory... it should be in the directory with all the other wordlets files (I think that's "theme" but again I'm not looking at my code right now).

Joined: Aug 2002
Posts: 97
Member
Member
Offline
Joined: Aug 2002
Posts: 97
Thanks smile all is well

the only thing you missed was a hyphen

mods;r=$ran> - $vars_wordlets

Joined: Sep 2001
Posts: 38
Member
Member
Offline
Joined: Sep 2001
Posts: 38
I've found a very strange issue with this mod. I've re-done it from scratch 3 times and got the same result every time. (using version 6.3.1.1)

After completing the mod, I have the new modification wordlet page and that works fine.

However, I have "member ratings" turned completely off in my forum and after installing this hack, each member's personal rating summary appears above the PM inbox on his "Edit Profile/PM summary" page. The rest of the member rating feature is still gone (you can't vote for members and it does not show ratings in threads).

It seems like one of the two changes in ultimatebb.cgi has blocked or reversed the "off" switch for this part of the ratings feature.

Any help or advice would be MUCH appreciated -- thanks!
________________________
Added Later:

Okay, I figured out the problem. If anyone else is trying this, the very last line in the hack's txt has a tiny mistake. When it says to add:

foreach my $file (qw( wordlets_mods

You need to place an extra space at the end.

Joined: Mar 2000
Posts: 63
Member
Member
Offline
Joined: Mar 2000
Posts: 63
sorry deleted this as posted inthe wrong thread.

Joined: Jan 2002
Posts: 88
Member
Member
Offline
Joined: Jan 2002
Posts: 88
finally...

i got this thing installed...

thnx for all the work man!

Sponsored Links
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
Glad it worked for you smile


- Allen wavey
- What Drives You?
Joined: Jun 2001
Posts: 36
Member
Member
Offline
Joined: Jun 2001
Posts: 36
Just curious what could cause this... I had the same issue above not being able to find:

document.writeln("");

to add the next line, so I did as Shriveled Toe suggested, adding this instead so it fit my format:

document.writeln("");

However, for whatever reason, in my menu for Wordlets, it looks like this:

(etc)
- Date
- Image
-

where it should say Modifications it's blank. I can select that line in the menu, and then subsequently I can see the Modifications Wordlet page, with mod_worldets being the only one in there so far (which I assume is all I'm supposed to be seeing), but I don't know why there's no title in the menu.

Any ideas? We've got 6.3.1. It's not a big deal, I know it's there, I just want to make sure it's not a sign of a bigger problem.

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
it's because you don;t have :

$vars_wordlets_cp{wordlet_frag_mods}

as a wordlet in your vars_wordlets_cp.cgi file smile Add it in there and you'll be able to find it in your cp smile


- Allen wavey
- What Drives You?
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Actually, $vars_wordlets_cp{wordlet_frag_mods} is what Toe added for this hack. instead of it try to use:
$vars_wordlets_mods{mod_wordlets}

Joined: Nov 2002
Posts: 188
Member
Member
Offline
Joined: Nov 2002
Posts: 188
I have the same problem as 'redhotkitchen', where I can see a blank line...

When I click on it, I get the following:
Page:

[UPDATE]

It doesn't seem to show anything else that I would assume should be there... Any help would be greatly appreciated, and email support would be preferable, since it's always up and running.

Thanks in advance!

Joined: Nov 2002
Posts: 188
Member
Member
Offline
Joined: Nov 2002
Posts: 188
I forgot to specify that I'm using the new 6.3.1.2 ver of UBB.

What I'm trying to do, is get this setup so I can add the :STICKY: hack, and eventually a PM notification.

Joined: Nov 2002
Posts: 188
Member
Member
Offline
Joined: Nov 2002
Posts: 188
I got everything figured out, and have now installed the STICKY mod... What I am wondering at this point is, can I possibly use an image rather than the word STICKY..?

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
You should be able to change the wordlet to an image...


- Allen wavey
- What Drives You?
Joined: Jun 2002
Posts: 66
wOw Offline
Member
Member
Offline
Joined: Jun 2002
Posts: 66
tgreene how did you get this to work for 6.3.1.2?

Joined: Jun 2002
Posts: 66
wOw Offline
Member
Member
Offline
Joined: Jun 2002
Posts: 66
McBump smile

Joined: Aug 2002
Posts: 1
Junior Member
Junior Member
Offline
Joined: Aug 2002
Posts: 1
Will this work for 6.3

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
yes, should work fine smile


- Allen wavey
- What Drives You?
Joined: Jan 2003
Posts: 4
Junior Member
Junior Member
Offline
Joined: Jan 2003
Posts: 4
Where in the vars file do we add that code that LK gave us?? thanks!

Joined: Apr 2002
Posts: 57
Member
Member
Offline
Joined: Apr 2002
Posts: 57
Two questions...

One, why does sticky appear AFTER ther thread title...

Two, is it possible for multiple titles and/or graphics for Sticky (i.e. choices)

- Sitcky
- Announcement
- Important
- Graphic for Sitcky etc

Joined: Feb 2003
Posts: 1
Junior Member
Junior Member
Offline
Joined: Feb 2003
Posts: 1
I've tried to install this several times (both manually and through multihack...no errors shown in multihack) on a friend's forum (using version 6.3.1.1) and the control panel will work fine, but ultimatebb.cgi refuses to load and gives me a 404 error. I can't figure out why that is. frown

Joined: Jun 2002
Posts: 12
Junior Member
Junior Member
Offline
Joined: Jun 2002
Posts: 12
[EDIT] he he sorry i found the answer to my question. [/EDIT]


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
JAISP
JAISP
PA
Posts: 449
Joined: February 2008
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)