UBB.Dev
Posted By: jordo [6.3.x] [beta] Sticky Threads 1.7 - 06/15/2002 12:35 AM
Adds a button allowing admins and mods to "top" threads, keeping them at the top of the forumlisting either temporarily or permanently.

Took me long enough to update the 6.2 version, lol. smile

www.jordodesigns.com

Or direct link here
Posted By: Lord Dexter Re: [6.3.x] [beta] Sticky Threads 1.7 - 06/15/2002 1:37 AM
Wooooo! Finally! smile

I will install this later tonight, nice work jordo. laugh
Posted By: Dennis Jones Re: [6.3.x] [beta] Sticky Threads 1.7 - 06/15/2002 2:56 AM
This should hopefully be the next thing that I install. Thanks
Posted By: Oblivion Knight Re: [6.3.x] [beta] Sticky Threads 1.7 - 06/15/2002 10:03 AM
Is it worth upgrading from the 1.6 version Jordo? It looks like I've got a bit of work to do tonight.. eek
Posted By: LK Re: [6.3.x] [beta] Sticky Threads 1.7 - 06/15/2002 10:05 AM
Suggestions:
1. make "Forum Listing" a Wordlet
2. HIDDEN isn't XHTMLed (pub_top_topic.pl), make it hidden.
Posted By: jordo Re: [6.3.x] [beta] Sticky Threads 1.7 - 06/15/2002 10:06 AM
no. i originally added some changes but took them out so i could test more. so this is really 1.6 from 6.2.x...
Posted By: jordo Re: [6.3.x] [beta] Sticky Threads 1.7 - 06/17/2002 2:24 AM
updated with JC Templates instructions and one of LK's suggestions wink Didnt have time to do the wordlet tipsy
Posted By: Lord Dexter Re: [6.3.x] [beta] Sticky Threads 1.7 - 06/22/2002 3:14 PM
I have a bug on my forum - Whenever I sticky something the topic disappears off the topic listing. o_O
Posted By: jordo Re: [6.3.x] [beta] Sticky Threads 1.7 - 06/23/2002 6:41 AM
version LD? anything else installed?
Posted By: Lord Dexter Re: [6.3.x] [beta] Sticky Threads 1.7 - 06/23/2002 6:48 AM
6.3.0.1. And yes I have alot of hacks installed. The weird thing is it worked, and I think it stopped once I upgraded to 6.3.0.1.
Posted By: RandyM Re: [6.3.x] [beta] Sticky Threads 1.7 - 06/23/2002 4:43 PM
I better check that out too....
Posted By: Lord Dexter Re: [6.3.x] [beta] Sticky Threads 1.7 - 06/24/2002 9:12 AM
I saw a sticky on your forum yesterday so it works fine. frown
Posted By: jordo Re: [6.3.x] [beta] Sticky Threads 1.7 - 06/24/2002 9:33 AM
LD - make sure you added all the code to be added to ubb_forum.cgi... thats all i can think.
Posted By: ShadowChaser Re: [6.3.x] [beta] Sticky Threads 1.7 - 06/25/2002 7:05 AM
I have a question that might be a bit "noobish" in nature:

I'm using a black background for my forums. When I want to add a sticky, you have the two radio buttons for "Permanetly (until de-topped) top topic" and "Temporarily (until next post) top topic". The text is black. Black on black isn't cool. How can I set the text color there to white or grey? Is there a way?

I assume this is because I have the Text Color set to black in my style template, but I haven't actually tested this theory.

If I'm posting this to the wrong place, kindly kick me in the nuts and tell me where to go...

Thanks for the help!
Posted By: jordo Re: [6.3.x] [beta] Sticky Threads 1.7 - 06/25/2002 7:42 AM
those are actually graphics. you uploaded them to the noncgi directory and theyre entitled "top_topic.gif" and "detop_topic.cgi". you can just create new ones and overwrite those, or set new ones in the control panel styles.
Posted By: Lord Dexter Re: [6.3.x] [beta] Sticky Threads 1.7 - 06/25/2002 11:56 AM
jordo - Seems when I compared I got rid of one step of code in ubb_forum.cgi. So it's fixed now. smile
Posted By: ShadowChaser Re: [6.3.x] [beta] Sticky Threads 1.7 - 06/25/2002 5:05 PM
[code][/code]I need that text to be a light color. Grey, white, etc. Or, alternately, have it put into a table with a grey BG color like the text above it. That may be easier to do.

Sorry to be a pain in the ass. I just really want this to appear right. The hack itself works great!

Oh - if you'd like to see what I'm talking about, visit http://vvvcentral.com/forums and try to make a post sticky.
Posted By: ShadowChaser Re: [6.3.x] [beta] Sticky Threads 1.7 - 06/25/2002 5:41 PM
Okay - ignore me. I found what I was looking for in the public_top_topic.pl file and edited it. Looks fine now!
Posted By: jordo Re: [6.3.x] [beta] Sticky Threads 1.7 - 06/25/2002 9:34 PM
thanks for pointing that out shadowchaser. i should really fix up the public_top_topic.pl html so it conforms to the styles of the board (using board text color, etc). smile
Posted By: ShadowChaser Re: [6.3.x] [beta] Sticky Threads 1.7 - 06/25/2002 11:10 PM
If you -do- decide to re-edit the script, take a look at two more things:

1. Check the spelling on "Permanetly (until de-topped) top topic." wink

2. There are a lot of redundant "/" characters being generated in the HTML output. For example, within the
tag in the code I referenced above.

Escape characters shouldn't be neccessary after the "print" command.

Both small issues and easily fixed, but if you're going to re-release the script, thought you might want to know!
Posted By: Idle Re: [6.3.x] [beta] Sticky Threads 1.7 - 06/26/2002 12:01 AM
The "/" characters are there for tags that don't have any closing tags, such as
,

,
, , , etc.

It's all about the HTML 4.1/XHTML 1.1 compliance. wink
Sorry, couldn't resist.

jordo: I'll give your mod a go later tonight. smile
Posted By: LK Re: [6.3.x] [beta] Sticky Threads 1.7 - 06/26/2002 12:14 AM
Actually, it's

, not

tipsy

Posted By: Idle Re: [6.3.x] [beta] Sticky Threads 1.7 - 06/26/2002 2:01 AM
Oops!
Don't ask me how that got in there, because I have no clue. :rolleyes:
Posted By: Lord Dexter Re: [6.3.x] [beta] Sticky Threads 1.7 - 06/26/2002 2:43 AM
jordo - Please confirm of any updates. I'd like the bug fixes fixed. smile
Posted By: ShadowChaser Re: [6.3.x] [beta] Sticky Threads 1.7 - 06/26/2002 2:56 AM
quote:
Originally posted by Idle:
It's all about the HTML 4.1/XHTML 1.1 compliance.

XHTML? You mean I have to learn another language?? laugh

Seriously, that didn't even occur to me. I thought it was a CGI thang...
Posted By: jordo Re: [6.3.x] [beta] Sticky Threads 1.7 - 06/26/2002 4:02 AM
quote:
Originally posted by Lord Dexter:
jordo - Please confirm of any updates. I'd like the bug fixes fixed. smile

what bugs?
Posted By: DigiMaster Re: [6.3.x] [beta] Sticky Threads 1.7 - 07/02/2002 3:00 AM
I get this when I try to top a topic

Invalid input! One or more items submitted in the form are not in the proper format.

» Please use your browser's back button to return.

whats wrong? I been trying to get this thing to work for a month now im not gettin anywhere frown
Posted By: BeerNuts Re: [6.3.x] [beta] Sticky Threads 1.7 - 07/12/2002 3:10 AM
Nice
Posted By: BeerNuts Re: [6.3.x] [beta] Sticky Threads 1.7 - 07/12/2002 3:54 AM
Hey Ive gotten it all installed and I tried to set a topic as a Sticky and its says

You are attempting to reach a page that does not exist.

» Please use your browser's back button to return.

Thats after I press the Top Topic Button. Any Ideas?

Update: bah never mind I was missing a line of code in the ultimatebb.cgi, Works great now thanks!
Posted By: vLIMIT Sandman Re: [6.3.x] [beta] Sticky Threads 1.7 - 07/12/2002 7:42 AM
was this mod even released a month ago?
Posted By: sabian Re: [6.3.x] [beta] Sticky Threads 1.7 - 07/13/2002 9:24 PM
sorry to butt in, but I've been trawlin' UBBdev for a few days now and I have a question in particular to this mod...

In the v1.6, it is said that there is a multihack file, but none is linked... Does one exsist for this 'update'?

Cheers in advance.
Posted By: MG Re: [6.3.x] [beta] Sticky Threads 1.7 - 07/15/2002 8:47 PM
thanks a lot i was searching for that
Posted By: Jeff L Re: [6.3.x] [beta] Sticky Threads 1.7 - 07/17/2002 5:58 PM
I've installed the hack as per instructions. When I attempt to top a post, i get the following error when making a permanent topped post:

Can't open 'CGIPath/Members/sticky/4.cgi'.

Any idea's what I might have done wrong?

Using 6.3.0.1 Board and its located at http://www.flyersphans.com

Thanks in advanced,

Jeff
Posted By: Jeff L Re: [6.3.x] [beta] Sticky Threads 1.7 - 07/17/2002 6:06 PM
Looks like I fixed my problem....

I checked my Members directory and did not see a sticky directory. I created one and set permissions and it topped the thread.

Thanks everybody.

Jeff

quote:
Originally posted by Jeff L:
I've installed the hack as per instructions. When I attempt to top a post, i get the following error when making a permanent topped post:

Can't open 'CGIPath/Members/sticky/4.cgi'.

Any idea's what I might have done wrong?

Using 6.3.0.1 Board and its located at http://www.flyersphans.com

Thanks in advanced,

Jeff

Posted By: conniew Re: [6.3.x] [beta] Sticky Threads 1.7 - 07/18/2002 10:49 PM
I installed this hack on my board and it works, but I also am having the problem with the text not showing up on the second screen.

At the risk of sounding like a complete techno-dunce, could someone please tell me what I need to change on the pl file to fix the text?

Also, the submit button is very small with no writing on it. (Not a big deal, but thought it might be related to the problem.)

Thanks!

http://www.freedominion.ca/cgi-bin/ubb/ultimatebb.cgi
Posted By: dmf sauce Re: [6.3.x] [beta] Sticky Threads 1.7 - 07/20/2002 12:45 AM
in ultimatebb.cgi it says replace "use vars qw(" with "use vars qw(%sticky "

but there are multiple instances of use vars qw, are all of them suppose to be replaced?
Posted By: LK Re: [6.3.x] [beta] Sticky Threads 1.7 - 07/20/2002 12:56 AM
No, only one of them (doesn't matter which, but, say, put it in the first one)

conniew - reinstall mod wordlets - www.qasic.net
Posted By: FrankR310 Re: [6.3.x] [beta] Sticky Threads 1.7 - 07/24/2002 7:55 AM
how can i changed the word "sticky" to a graphic?
Posted By: PF Re: [6.3.x] [beta] Sticky Threads 1.7 - 07/24/2002 9:36 AM
quote:
Originally posted by FrankR310:
how can i changed the word "sticky" to a graphic?

Change the sticky_threads_title wordlet in Modification Wordlets (from your CP) to some Image HTML.
Example:
Posted By: bouche Re: [6.3.x] [beta] Sticky Threads 1.7 - 07/24/2002 11:43 PM
Is the post to have some indicator that shows that it is sticky?

I don't have any text in the forum summary that says "sticky" or anything like that. I'm using JCTemplates, and used the instructions for JCTemplates.
Posted By: LK Re: [6.3.x] [beta] Sticky Threads 1.7 - 07/24/2002 11:55 PM
There should be if you modified correctly. Re-install Mod Wordlets @ www.qasic.net . If it still doesn't work, re-hack (remod?) vars_wordlets_mods.cgi, and make sure you update it to its correct dir (usually cgi-bin) and chmod correctly (usually 777).
Posted By: bouche Re: [6.3.x] [beta] Sticky Threads 1.7 - 07/25/2002 12:16 AM
there were 2 instances of a piece of code that had to change in public_forum_page.pl

The line I changed was commented out.

I hadn't noticed that before.
Posted By: CTM Re: [6.3.x] [beta] Sticky Threads 1.7 - 07/25/2002 12:19 AM
Nope, JCTemplates don't rely upon normal templates to function, as far as I'm aware. :

Try rehacking ubb_lib_posting.cgi (it contains the HTML to display the button), and clear your cache... Does that work?
Posted By: bouche Re: [6.3.x] [beta] Sticky Threads 1.7 - 07/25/2002 12:29 AM
sorry, I edited my post before I saw that last one. I hope it doesn't confuse anyone reading wink
Posted By: Hoodscoop Re: [6.3.x] [beta] Sticky Threads 1.7 - 07/31/2002 4:05 PM
I installed the new wordlets_mods for 6.3.1 and then did the stickies 1.7 to no avail - I can't get it to work w/6.3.1 - I re-did everything twice thinking I goofed somewhere along the way and still - nothing.

I see that the stickies are working here - What might I be doing wrong? confused

Thanks,

-Dave
Posted By: caroth Re: [6.3.x] [beta] Sticky Threads 1.7 - 08/07/2002 1:17 AM
I took the latest sticky and turned it into a Multihack for 6.3.1. I updated 1.7 to work with 6.3.1 and it runs through the install process in Multihack. Here is my multihack file

I get a wierd message when I try to top a topic. I can get to the temp/permanetly screen, but when I select the top topic button I get:

An error has occurred:

Can't localize lexical variable @topic_file at CGIPath/ubb_topic_maint.cgi line 241.

Please inform the board administration of this error so that they may fix the problem. Thank you!


Any ideas?
Posted By: mark99 Re: [6.3.x] [beta] Sticky Threads 1.7 - 08/07/2002 2:39 PM
Ok I noticed a few instruction annomalise under the newer v6.3.1 release:

--|
1)|
--|

########===================
######## in ubb_forum.cgi :
########===================

########after:

$subject = $this_topic_data[3];

NO - in v6.3.1 you actually need to find this:

$subject = &PipeFixer($this_topic_data[3]);

----------------------------------------
2)|
--|

########===================
######## in cp_vars_style_core.pl (Template):
########===================

########after:

&RegField(qq!Delete Topic (Admin) Icon


!, "delete_topic", "yes", "30", "60", "", "$vars_style{delete_topic}");

NO - In v6.3.1 YOU ACTUALLY NEED TO FIND THIS NOW:

&RegField(qq!$vars_wordlets_cp{vars_stylecore_graphic_admin_delete}

!, "delete_topic", "yes", "30", "60", "", "$vars_style{delete_topic}");
Posted By: caroth Re: [6.3.x] [beta] Sticky Threads 1.7 - 08/08/2002 3:34 AM
Quote
quote:
Originally posted by mark99:
Ok I noticed a few instruction annomalise under the newer v6.3.1 release:

--|
1)|
--|

########===================
######## in ubb_forum.cgi :
########===================

########after:

$subject = $this_topic_data[3];

NO - in v6.3.1 you actually need to find this:

$subject = &PipeFixer($this_topic_data[3]);

----------------------------------------
2)|
--|

########===================
######## in cp_vars_style_core.pl (Template):
########===================

########after:

&RegField(qq!Delete Topic (Admin) Icon


!, "delete_topic", "yes", "30", "60", "", "$vars_style{delete_topic}");

NO - In v6.3.1 YOU ACTUALLY NEED TO FIND THIS NOW:

&RegField(qq!$vars_wordlets_cp{vars_stylecore_graphic_admin_delete}

!, "delete_topic", "yes", "30", "60", "", "$vars_style{delete_topic}");
Yea, take a look at my MHK, your suggestions (although not totally correct) have already been made and I get the wierd error mentioned above.

You are welcome to try it for yourself at:
http://hack.turboford.org/cgi-bin/ultimatebb.cgi
Posted By: mark99 Re: [6.3.x] [beta] Sticky Threads 1.7 - 08/08/2002 10:58 AM
Caroth,

It's not for you, it's just an update to the original instructions.

v1.7 works fine on my forum, which has a ton of over hacks.
Posted By: Raichu Babai Re: [6.3.x] [beta] Sticky Threads 1.7 - 08/09/2002 6:43 AM
Caroth : I tried your Multihack and came with same errors, I rehacked ubb_topic_maint.cgi and it worked. So check there..
Posted By: caroth Re: [6.3.x] [beta] Sticky Threads 1.7 - 08/09/2002 11:19 PM
Ok, I fixed the error in the Multihack file, it can be downloaded here . It works with my 6.3.1 without JCTemplates.

Be sure to rebuild stats and Search after you install the hack.
Posted By: RANCH4x4 Re: [6.3.x] [beta] Sticky Threads 1.7 - 08/11/2002 5:15 AM
Anyone have this successfully working with 6.3.1 ?
Posted By: mark99 Re: [6.3.x] [beta] Sticky Threads 1.7 - 08/11/2002 11:34 AM
Yes, works fine.
Posted By: Da Wacko Re: [6.3.x] [beta] Sticky Threads 1.7 - 08/11/2002 8:28 PM
the hack woks fine an 6.3.0

tomorrow, i'll test it in 6.3.1
Posted By: RANCH4x4 Re: [6.3.x] [beta] Sticky Threads 1.7 - 08/12/2002 3:31 AM
I just installed it on 6.3.1 and it's working great. smile
Posted By: DigiMaster Re: [6.3.x] [beta] Sticky Threads 1.7 - 08/13/2002 1:34 AM
I got it installed on 6.3.1 got it to work cept one thing.. when you top a topic or detop one, the page for toping or detoping, theres no text, just two radio buttons and a blank submit button. it all works cept no text is visable.... ?
Posted By: RANCH4x4 Re: [6.3.x] [beta] Sticky Threads 1.7 - 08/13/2002 3:04 AM
I think you forgot about the modification wordlets?
Posted By: DigiMaster Re: [6.3.x] [beta] Sticky Threads 1.7 - 08/13/2002 3:55 AM
nope, i added it, unless I did something wrong with the wordlet file, the text for it, its there!
Posted By: Chu Re: [6.3.x] [beta] Sticky Threads 1.7 - 08/15/2002 10:29 PM
WOW! this is the firstlarge-scale hack thati have edited into my UBB. and may i compliment you, not only was it beautifuly easy to use, easy to install, and wonderfuly worded, but it looks GREAT! thank you so much, and please, keep up the great work!!!

-Chu, Webmistress of Digital
Posted By: Crow Re: [6.3.x] [beta] Sticky Threads 1.7 - 08/16/2002 1:47 AM
On my UBB 6.3.0.1 Works GREAT.


Thanks guys!
Posted By: little_joe Re: [6.3.x] [beta] Sticky Threads 1.7 - 08/18/2002 3:57 AM
This hack works perfectly on our 6.3.1.1 board - thank you!
Posted By: MrBill Re: [6.3.x] [beta] Sticky Threads 1.7 - 08/18/2002 11:38 PM
Just installed on 6.3.1 and using JCTemplates. Works Fine. Thanks. cool
Posted By: Autocrosser Re: [6.3.x] [beta] Sticky Threads 1.7 - 08/19/2002 11:27 PM
Quote
quote:
Originally posted by DigiMaster:
nope, i added it, unless I did something wrong with the wordlet file, the text for it, its there!
I am having that problem too, did the wordlet's format change recently? As all the wordlets that come with 6.3.1.1 are marked with q! and ! to signify quotes, or variable breakpoints?

I can't get any mods in 6.3.1.1 to work because the wordlets are not being put into the HTML of each page. Anyone have any ideas on this?
Posted By: Autocrosser Re: [6.3.x] [beta] Sticky Threads 1.7 - 08/20/2002 8:27 PM
Nevermind, I got it fixed, I didn't see the wordlet's multihack file, once I did that everything works awesome.
Posted By: Saturn_Kindred Re: [6.3.x] [beta] Sticky Threads 1.7 - 09/19/2002 6:49 PM
Quote
quote:
Originally posted by mark99:

&RegField(qq!$vars_wordlets_cp{vars_stylecore_graphic_admin_delete}

!, "delete_topic", "yes", "30", "60", "", "$vars_style{delete_topic}");
Mark99 - I thought that this was what the document was refering too, however what is the correct code you add after? I think I could guess but I don't know if it should be vars_style_graphic_admin_top_topic or something else.
Posted By: CaCoffin Re: [6.3.x] [beta] Sticky Threads 1.7 - 09/29/2002 1:31 AM
Installed this on my v6.3.1.1 test board - no problems at all!!!
Posted By: Ramister Re: [6.3.x] [beta] Sticky Threads 1.7 - 09/29/2002 1:56 AM
I got this working too! Just a question, is anyway of hiding the Top-Topic from users?

UBB VERSION 6.3.1.1
Posted By: CaCoffin Re: [6.3.x] [beta] Sticky Threads 1.7 - 09/29/2002 5:45 PM
Not liking the word Sticky but not being able to think of anything I asked the members of my board for ideas.

No one came up with anythign worthwhile until one member said she likes Sticky because it reminds her of those Post-It notes....

Which gave me an idea... shown below....

[Linked Image]

In the Wordlets for the MOD I simply use html coding to display the picture with the addition of align=middle to make the text in the cell line up properly.

You can see it "in action" by clicking this link:
http://iambornagainru.org/cgi-bin/babtest/ultimatebb.cgi?ubb=forum;f=1

Of course different colors might be better for different boards. Let me know if you want one in a different color (email me at [email protected]) and I'll get it to you ASAP!
Posted By: BassTeQ Re: [6.3.x] [beta] Sticky Threads 1.7 - 10/21/2002 8:20 AM
Is there any way to only allow admins/mods to Perm bump a topic, I've noticed that anyone can perm bump a topic.

Thanks!
Posted By: jordo Re: [6.3.x] [beta] Sticky Threads 1.7 - 10/21/2002 8:24 PM
Quote
quote:
Originally posted by BassTeQ:
Is there any way to only allow admins/mods to Perm bump a topic, I've noticed that anyone can perm bump a topic.

Thanks!
Admins and mods should be the only ones allowed to bump topics...
Posted By: BassTeQ Re: [6.3.x] [beta] Sticky Threads 1.7 - 10/22/2002 12:30 AM
Yep, thats fine, my bad smile Must have bene logged in as the wrong user when testing!
Thanks Jordo!
Posted By: Felix 10 Re: [6.3.x] [beta] Sticky Threads 1.7 - 11/04/2002 6:52 AM
Jordo, I have a small problem on my 6.3.1.

Once I click on PostUp button, on the new window I cant see any graphics except for two radio buttons! The only thing I could think of is:

In the cp_vars_style_core.pl I was supposed to insert:

&RegField(qq!Top thread (Admin) Icon


!, "top_thread", "yes", "30", "60", "", "$vars_style{top_thread}");

&RegField(qq!DeTop thread (Admin) Icon


!, "detop_thread", "yes", "30", "60", "", "$vars_style{detop_thread}");

after this:

&RegField(qq!Delete Topic (Admin) Icon


!, "delete_topic", "yes", "30", "60", "", "$vars_style{delete_topic}");

Well, I couldnt find that line, I dont have it. all that I could come close to is this:

&RegField(qq!$vars_wordlets_cp{vars_stylecore_graphic_admin_delete}

!, "delete_topic", "yes", "30", "60", "", "$vars_style{delete_topic}");

This is where I inserted those two lines, was it right? What should I do? Any solutions for me?

I dont use any JC Templates or any other graphic or design mods.

Thank you very much.
Felix
Posted By: jordo Re: [6.3.x] [beta] Sticky Threads 1.7 - 11/04/2002 9:49 AM
Felix 10 - Make sure you have the Modifications Wordlets mod installed.
Posted By: Felix 10 Re: [6.3.x] [beta] Sticky Threads 1.7 - 11/04/2002 6:49 PM
I have them Jordo.
So tell me, is it okay what I did? inserting those two lines after this?

Quote
quote:
&RegField(qq!$vars_wordlets_cp{vars_stylecore_graphic_admin_delete}

!, "delete_topic", "yes", "30", "60", "", "$vars_style{delete_topic}");
Thank you

Felix
Posted By: jordo Re: [6.3.x] [beta] Sticky Threads 1.7 - 11/04/2002 10:55 PM
Yes that is fine to add it after that code.

Does all the wording on the top topic page show correctly? What url are the graphics trying to show (right click on the red x and click properties)?
Posted By: Felix 10 Re: [6.3.x] [beta] Sticky Threads 1.7 - 11/05/2002 7:40 AM
The dont try to show anything! Just blank, I dont even know what was supposed to show.
Here, I uploaded a copy of it for you, have a look: www.romanianational.com/View

Thanks Jordo

Felix
Posted By: jordo Re: [6.3.x] [beta] Sticky Threads 1.7 - 11/05/2002 10:10 AM
You don't have Modification Wordlets installed, or it is not installed properly. Please check qasic.com for the latest version and make sure ultimatebb.cgi in particular is correctly modified. If you do have it all installed and in order, make sure you made the additions to vars_wordlets_mods.cgi that this mod calls for.
Posted By: Felix 10 Re: [6.3.x] [beta] Sticky Threads 1.7 - 11/07/2002 3:53 AM
Jordo, help me out big brother! help

I did everything all over again, with care. Same thing. Cant see those lines and no Submit button, just like in the link I showed you.

Thanks, Felix
Posted By: jordo Re: [6.3.x] [beta] Sticky Threads 1.7 - 11/07/2002 4:04 AM
Again, the reason you don't see them is that vars_wordlets_mods is not being loaded, since all of those things are in the wordlets_mods.
Do you have other mods installed that use modification wordlets?
Posted By: Felix 10 Re: [6.3.x] [beta] Sticky Threads 1.7 - 11/07/2002 4:56 AM
No, nothings, this is the the only one that is using the vars_wordlets_mods

here, this is all that is in that file:

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).",

Should there be anything else?

Thanks
Posted By: Felix 10 Re: [6.3.x] [beta] Sticky Threads 1.7 - 11/07/2002 5:02 AM
Quote
quote:
Originally posted by Felix 10:


%vars_wordlets_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!,
);

1;
Posted By: Felix 10 Re: [6.3.x] [beta] Sticky Threads 1.7 - 11/07/2002 5:18 AM
Jordo, forget it

I figured it out. see in the Read me file said to install The vars_wordlets_mods in the Variables directory (www/ubb/variables/vars_wordlets_mods.cgi)
. This is what I do. Once I put a copy in the cgi. root...Bingo, the hack worked.

Thanks for pointing the vars_wordlets to me, I would have never looked there.

Felix
Posted By: jordo Re: [6.3.x] [beta] Sticky Threads 1.7 - 11/07/2002 10:33 AM
Glad you got it figured out. smile
Posted By: dover Re: [6.3.x] [beta] Sticky Threads 1.7 - 11/12/2002 7:09 AM
I have a problem.On UBB6.30,this hack work well.
But,On UBB6.311,It's function can realize,All related word Can't show.
Modification Wordlets 6.3.1Have installed,Work is normal.
Have tried twice,all don't.What to do?
Thanks in advance!!
Posted By: BassTeQ Re: [6.3.x] [beta] Sticky Threads 1.7 - 11/12/2002 7:42 AM
This hack does work with 6.3.1.1, I have it running. What errors / problems are you having. If you can supply us with a more detailed error/s we will be able to assist you better.
Posted By: dover Re: [6.3.x] [beta] Sticky Threads 1.7 - 11/12/2002 9:47 AM
Problem has solved.
It is my own mistake. laugh
Hack work well on UBB6.3.1.1.
Thanks.
Posted By: BassTeQ Re: [6.3.x] [beta] Sticky Threads 1.7 - 11/13/2002 2:24 AM
Glad to hear its all working for you!
Posted By: djmaine Re: [6.3.x] [beta] Sticky Threads 1.7 - 12/25/2002 4:21 AM
Is there a finalized hack?

I'm running 6.3.1.3

Thanks!
Posted By: AllenAyres Re: [6.3.x] [beta] Sticky Threads 1.7 - 12/25/2002 8:09 AM
Quote
quote:
Originally posted by djmaine:
Is there a finalized hack?

I'm running 6.3.1.3

Thanks!
The latest released version is 6.3.1.2 confused
Posted By: djmaine Re: [6.3.x] [beta] Sticky Threads 1.7 - 12/27/2002 6:12 AM
Oops...don't mind me...typo!
Posted By: djmaine Re: [6.3.x] [beta] Sticky Threads 1.7 - 12/27/2002 10:23 AM
Hack works great!

Questions...why does sticky appear to the right of the topic name? How do I change that?

Also, I like the Post It graphic.

How do I incorporate a graphic instead of "sticky"


PS I don't mind admitting I am an amateur at hacking!
Posted By: autostream Re: [6.3.x] [beta] Sticky Threads 1.7 - 01/14/2003 3:08 AM
ERROR:
"You are attempting to reach a page that does not exist. "
i have 6.3.1.1
hits hack
wordlets hack
and now sticky hack.
this error comes after you click 'top topic'
i cant figure it out???
UPDATE: yup, errors on ultimatebb.cgi (tricky one,lol)
Posted By: djmaine Re: [6.3.x] [beta] Sticky Threads 1.7 - 02/05/2003 6:11 PM
How do I get the word Sticky to go BEFORE the thread title...it goes after right now.

Also, is it possiblt to get a couple different versions of sticky for different things suck as important, announcement, etc?
Posted By: Zopperoni Re: [6.3.x] [beta] Sticky Threads 1.7 - 02/23/2003 6:26 PM
Alright, I installed this, and there were no errors, but it doesn't seem to work properly:

I top a thread, but it doesn't stay topped...it'll just sink when new threads are made.

What could the problem and the solution here?
Posted By: Betard Re: [6.3.x] [beta] Sticky Threads 1.7 - 04/27/2003 9:19 PM
For everyone that was having the problem with the confirmation page (after pressing the "top topic" icon) where no words appeared and there was only a thin grey empty box for the submit/top topic button.

I was having the same problem and asside from everyone saying "install mod wordlets properly" (which is infact what we/you need to do) I thought I would post the problem I had in detail. I used "ultimatebb_mod_wordlets_install.cgi" to install "mod_wordlets_v1_6_ubb63d" figuring this would be the easiest way. I also did the "dry run" to test it out first. all areas said successful so I went ahead with the self install.

then I installed the "stickythreads6.3.x" and had the problem described above.

the reason it did NOT work properly is because for whatever reason the "self install" for the mods wordlets did NOT modify the "ultimatebb.cgi" it did everything else but this. So I opened it up, modified the couple of things manually, and bingo works perfect.

I figured that this may save some headaches for anyone who is having the same problem. Or atleast this is something they can check before they redo everything.

Hope this helps, and thanks to everyone on this board. I'd be insane without you.
Posted By: Rainner Re: [6.3.x] [beta] Sticky Threads 1.7 - 11/15/2003 8:06 AM
Hi,

Deleted, found my answer smile
Posted By: DeJai19 Re: [6.3.x] [beta] Sticky Threads 1.7 - 04/29/2004 9:30 PM
Does anyone know where I can download the Sticky Threads Hack for 6.3.1.2 ?
Posted By: AllenAyres Re: [6.3.x] [beta] Sticky Threads 1.7 - 04/30/2004 12:53 AM
heheh, umm yeah, it's linked to in the first post tipsy
Posted By: Ian Spence Re: [6.3.x] [beta] Sticky Threads 1.7 - 04/30/2004 2:38 AM
*tempted to tell Allen that that link doesn't work*
Posted By: DeJai19 Re: [6.3.x] [beta] Sticky Threads 1.7 - 04/30/2004 3:50 AM
Yea Allen I tried that and it did'nt work. Hince the reason for my question.
Posted By: AllenAyres Re: [6.3.x] [beta] Sticky Threads 1.7 - 04/30/2004 9:55 PM
it worked fine for me then and just now tipsy
Posted By: AllenAyres Re: [6.3.x] [beta] Sticky Threads 1.7 - 04/30/2004 9:57 PM
don't use the direct link... make just a little bit of effort tipsy
Posted By: Ian Spence Re: [6.3.x] [beta] Sticky Threads 1.7 - 04/30/2004 10:32 PM
here, made the effort for you

http://www.jordodesigns.com/mods/63x/stickythreads6.3.x.zip
Posted By: AllenAyres Re: [6.3.x] [beta] Sticky Threads 1.7 - 05/01/2004 5:36 PM
tipsy
Posted By: DeJai19 Re: [6.3.x] [beta] Sticky Threads 1.7 - 05/02/2004 10:51 AM
Thank you!
© UBB.Developers