Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Mar 2002
Posts: 21
Junior Member
Junior Member
Offline
Joined: Mar 2002
Posts: 21
Hi

Using 6.3 on test board

Sticky hack

After loading Sticky it all works apart from the text is not showing on the page after you click "top topic".

Have updated UBB and cleared cache.

Using 6.3 I read on another topic that 6.2 uses vars_wordlets_pntf? so I tried putting the wordlets text in their, and changed the following files .....

ubb_form.cgi
ubb_lib_posting.cgi
ubb_topic_maint.cgi
public_top_topic.pl

replaced vars_wordlets_mods with vars_wordlets_pntf

Edit: *********************

This worked but still does not show the wordlets list in
- Control panel -
- Wordlet Lists -
- Modifications Wordlet List - this is there.

but when Modifications Wordlet List is clicked all I get is a wide box saying " All fields are required! " and nothing else except the Update button, no list of the text I put in vars_wordlets_pntf

Any ideas

Liahona.

Sponsored Links
Joined: Mar 2002
Posts: 21
Junior Member
Junior Member
Offline
Joined: Mar 2002
Posts: 21
quote:
but when Modifications Wordlet List is clicked all I get is a wide box saying " All fields are required! " and nothing else except the Update button, no list of the text I put in vars_wordlets_pntf

re uploaded the cp_wordlets.cgi

now I receive this message

Action not permitted.

Is this correct as I think all else works.

Joined: Mar 2002
Posts: 21
Junior Member
Junior Member
Offline
Joined: Mar 2002
Posts: 21
OK nobody knows the answer so I am

Taken it off mad

Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
just rehack EVERYTHING, and make sure vars_wordlets_mods.cgi is in variables dir. Seems like you have atleast 2 problems.

If it still doesn't work, please post vars_wordlets_mods.cgi.

Joined: Mar 2002
Posts: 21
Junior Member
Junior Member
Offline
Joined: Mar 2002
Posts: 21
Hi LK

quote:
Using 6.3 I read on another topic that 6.2 uses vars_wordlets_pntf? so I tried putting the wordlets text in their, and changed the following files .....

ubb_form.cgi
ubb_lib_posting.cgi
ubb_topic_maint.cgi
public_top_topic.pl

replaced vars_wordlets_mods with vars_wordlets_pntf

OK if I have to rehack what file have I to use

vars_wordlets_pntf - already in dir

vars_wordlets_mods - never had it

Already tried with this vars_wordlets_mods file -- but never worked , could not see any text. confused

Sponsored Links
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
You're confused tipsy

Use the real vars_wordlets_mods.cgi!!!

www.qasic.net

Joined: Mar 2002
Posts: 21
Junior Member
Junior Member
Offline
Joined: Mar 2002
Posts: 21
Hi LK

This is the one I used the 1st time and

quote:
After loading Sticky it all works apart from the text is not showing on the page after you click "top topic".
but I will do it all over again and let you know

THX

Joined: Mar 2002
Posts: 21
Junior Member
Junior Member
Offline
Joined: Mar 2002
Posts: 21
Hi LK

Put back all original files that was hacked, deleted the file vars_wordlets_mods.cgi as this was not in the dir in the first place then I run ultimatebb_mod_wordlets_install.cgi and it made the file see below for contents...

I rehacked all the files guess what... back to square one.

NO TEXT/graphic on this page after clicking Top Topic (See below image of page.)

[Linked Image]

No "Sticky" word in topics list either.

The GIF files for top topic shows on the topic page but can not find it on the Update style templates page, these 2 files are seams to point to http://www.hillcrestknitwear.com/*****/ {NonCGIURL}/top_topic.gif, where as the other gifs point to http://www.hillcrestknitwear.com/*****/ubb-*****/*.gif

Below is the contents of the vars_wordlets_mods.cgi file which is in the same dir as vars_wordlets_date.cgi and others.

*************************************************

%vars_wordlet_mods = (
sticky_threads_bumped => "Topic Bumped",
sticky_threads_title => "Sticky",
sticky_threads_detop => "Your topic has been de-topped.",
sticky_threads_top => "Your topic has been topped.",
sticky_threads_top_thread => "Top Topic",
sticky_threads_detop_thread => "De-Top Topic",
sticky_threads_top_perm => "Permanetly (until de-topped) top topic.",
sticky_threads_top_temp => "Temporarily (until next post) top topic.",
sticky_threads_explained => "You may either top the topic Permanently, in

which case it will be marked as a topped thread and remain at the top of the

forum listing until it is de-topped. Or you may top it Temporarily, in which

case it will act as if someone just replied to it and be bumped to the top of

the forum listing only until the next post is made (note: the date on the

thread will not change).",
q!mod_wordlets! => q!Modification Wordlets!,
q!HASH(0x85d9570)! => undef,
);

1;

*************************************************

The - q! - is missing from the sticky lines ?
Do I have to put them in manualy?

Must be something to do with vars_wordlets_mods.cgi

Hope this helps as I am totaly confused

Joined: Aug 2000
Posts: 874
Moderator / Developer
Moderator / Developer
Offline
Joined: Aug 2000
Posts: 874
chmodded vars_wordlets_mods.cgi to 777 right?

qasic would probably be better help with this than i though. looks like you installed sticky threads fine, just something not quite right with vars_wordlets_mods.

Joined: Mar 2002
Posts: 21
Junior Member
Junior Member
Offline
Joined: Mar 2002
Posts: 21
HI jordo

quote:
chmodded vars_wordlets_mods.cgi to 777 right?
Yep

Thanks anyway cool smile

Sponsored Links
Joined: Mar 2002
Posts: 21
Junior Member
Junior Member
Offline
Joined: Mar 2002
Posts: 21
Still no answer to above so

So I am now taking it out done something else instead.

Joined: Apr 2002
Posts: 17
Junior Member
Junior Member
Offline
Joined: Apr 2002
Posts: 17
I know whats wrong upload ultimatebb_mod_wordlets_install and click on it to to install (or type in address) it should automatically install. Then manually install the vars_wordlet_mods then in vars_wordlet_mods
Once vars_wordlets_mods are installed do thisin vars_wordlets_mods

######## after:

%vars_wordlets_mods = (

######## add:

sticky_threads_bumped => "Topic Bumped",
sticky_threads_title => "Sticky",
sticky_threads_detop => "Your topic has been de-topped.",
sticky_threads_top => "Your topic has been topped.",
sticky_threads_top_thread => "Top Topic",
sticky_threads_detop_thread => "De-Top Topic",
sticky_threads_top_perm => "Permanetly (until de-topped) top topic.",
sticky_threads_top_temp => "Temporarily (until next post) top topic.",
sticky_threads_explained => "You may either top the topic Permanently, in which case it will be marked as a topped thread and remain at the top of the forum listing until it is de-topped. Or you may top it Temporarily, in which case it will act as if someone just replied to it and be bumped to the top of the forum listing only until the next post is made (note: the date on the thread will not change).",


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
isaac
isaac
California
Posts: 1,157
Joined: July 2001
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
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)