Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 6 1 2 3 4 5 6
Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
quote:
Originally posted by navaho.coffee:
If I *beg* can I get a user preference that hides it or turns it Off? It drives me nuts.

Sure. Gold my license. wink We'll seeeee....

Sponsored Links
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
quote:
Originally posted by Greg Hard:
Sure. Gold my license. wink We'll seeeee....

Hahaha, great response!

Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
LOL @ Greg. tipsy

Do what I did with PM Inbox (not released yet) and CSS style chooser: add a new field to profile, then in every cookie place add three spaces and $user_profile[X] (also make sure it gets $user_info[10] in ubb_lib.cgi). Then, after:
Code
[/code]add:[code]
and in the end add }.

Oh, and Nav, I accept silver upgrades as well

Edit: know what, I'll do it in UBBDev right away

Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
I want Version 3. I tried the UBBDev version on my forums and a few things didn't end up working right.

Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
UBBDev is not using version 3. It's using version 2 with a few enhancements.

Greg/navaho, I added the user preference thingy, it's in Edit Profile. if anyone wants the code, just beep me smile

Sponsored Links
Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
I know, I was just saying some things didn't work.

Joined: Jan 2000
Posts: 94
Member
Member
Offline
Joined: Jan 2000
Posts: 94
Greg, I am doing fine. A long time out of the loop tho. Anyway, I am looking forward to v3 on this hack.

Can you also post upgrade instructions so i do not have to rip out the old hack first?


When you sin, you don't fall FROM God's grace, you fall INTO it.

Bring In The Geek Consulting Services
Joined: Oct 2000
Posts: 2,223
Veteran
Veteran
Offline
Joined: Oct 2000
Posts: 2,223
ooooooooo it's off now. That is sooooo much better. laugh laugh

ooooo new graemlins! thumbsup


Picture perfect penmanship here.
Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
Most off my forum I'm guessing. wink
Anyway, another idea add a popup for where you can see a list of smilies, their codes and click to add to your post. I currently have a link to the list in the FAQ which isn't the best method I think/ rockband

Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
quote:
Originally posted by mrwebb:
Greg, I am doing fine. A long time out of the loop tho. Anyway, I am looking forward to v3 on this hack.

Can you also post upgrade instructions so i do not have to rip out the old hack first?

Sure. smile

Sponsored Links
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
rockband rockband rockband

Don't mind me, I'm just playing with the smilies...sorry

Joined: Mar 2002
Posts: 99
Member
Member
Offline
Joined: Mar 2002
Posts: 99
not sure if anybody has tried this hack with the JC Templates but i did and the code that is asked to look for is not there in the JC Template version. the only part i can find is:

"my $bottom = qq~"

the rest is not there. here's what my code looks like before and after "my $bottom = qq~":

sub topic_bottom {

my $bottom = qq~



$vars_wordlets{next_oldest_topic} $vars_wordlets{next_newest_topic}$TopicPageTotal


hopefully this is enough. please help anybody if you can. thanks a lot.

Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
do do do... limited testing. let me know how it goes.

Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
Wow, didn't know it would have so many new features.
Can I have a list of whats included (new). I Know there a profile option to do something.

Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
1. Profile option to turn it off
2. HTML/UBB Code is on/off
3. Spellcheck/Preview buttons (Greg, you should remove the spellcheck one wink )
4. "Quick Reply" row
5. removed "Your Name" row
6. Disable Smilies
7. Moved Show Signature - now you can go to Submit button when typing Tab ones instead of twice.

All the files except for public_topic_page.pl are only for the profile change eek

Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
I don't want the profile option, and I have pretty much everything else thanks to LK's code from here so I'll skip this. Anything else missing?

Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
I found an error in the doc...in Ultimatebb.cgi you have us do this...

# Find:

-value => [$this_profile[0], $this_profile[1], $this_profile[15], $this_profile[21], $user_number, $this_profile[34], (split(/|/, $this_profile[38]))[2]],

# Replace with:

-value => [$this_profile[0], $this_profile[1], $this_profile[15], $this_profile[21], $user_number, $this_profile[34], (split(/|/, $this_profile[38]))[2], "", "", "", $this_profile[61]],

It needs to be $this_profile[35] not $this_profile[34]

Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Yes, that's updated in 6.3.0.1 tipsy

Joined: Mar 2002
Posts: 99
Member
Member
Offline
Joined: Mar 2002
Posts: 99
i'm installing this hack now but i noticed that the things you asked for are a lot than what i actually have. i have a brand new copy of UBB 6.3.0.1 and it's been unhacked so far. for instance...all the places that you asked for code containing the number "34", my code has a "35" instead. and in a couple of the template files the code is really different from what you ask for. i'm also using the JC Templates so maybe that has something to do with it. confused

Joined: Mar 2002
Posts: 99
Member
Member
Offline
Joined: Mar 2002
Posts: 99
ahhhh...here's a good example. when you ask for us to find "" that is not in the JC Template version of "public_topic_page.pl". i'm supposed to add "$quick_reply" after it but now i don't know where to add that. oh well. let me know if you have any ideas. thanks

Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
1. like I said above, it's using 35 in 6.3.0.1...
2. add it after: my $bottom = qq~

Joined: Mar 2002
Posts: 99
Member
Member
Offline
Joined: Mar 2002
Posts: 99
sorry for missing that man. however i'm impressed with the quick reponse to my problem. thanks a lot man.

Joined: Mar 2002
Posts: 99
Member
Member
Offline
Joined: Mar 2002
Posts: 99
now i noticed after installing this and maybe these are just bugs but, first off, there's no border around mine. like with yours, there's both the 1st and 2nd alternating colors but with mine it's just nothing but my white background. the other bug is the spell check button. mine is just like this tiny little piece of the button with no words on the inside of it. the other two buttons are cool but the spell check is just like a 1/10 version of the button with no text. am i crazy?? lol maybe these are simple fixes?

Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
redo topc_page.

Joined: Mar 2002
Posts: 99
Member
Member
Offline
Joined: Mar 2002
Posts: 99
now by that you mean just start off fresh...act like Quick Reply v2 didn't exist and only follow the directions from the 3.0 file right?

that's what i did and these are the problems i had. let me try it one more time and see what happens. frown

Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Ghard, don't forget to add steps for new topic/reply. (it also saves cookies)

gost, did you uninstall v2 before?

Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
I have never been able to get it to hide from people not logged in. It always hides from everybody. I tried a fresh v3 install and the same thing happened.

I already reinstalled my backup files and I'm happy with it.

Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
For the thousandth time, would you please NOT reinstall the backup if you want to get helped?

Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
Edit; I'm uploading the hacked code right now so we can see what's wrong.

Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
So that's the problem, declare and use $TBT_js instead :rolleyes: (make it like $TBB_js, but for $TBT)

Joined: Mar 2002
Posts: 99
Member
Member
Offline
Joined: Mar 2002
Posts: 99
yes i had installed the v2 before so when this was released i just started all over like i never even did that one. i figured that if someone had never installed v2, then how would they know to put in the code from that. wink am i off base or on the right track??

Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
Okay, the hacked code is there, I modified the content in the reply area but nothing having to do with the cookie.

Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
quote:
Originally posted by LK:
So that's the problem, declare and use $TBT_js instead :rolleyes: (make it like $TBB_js, but for $TBT)

I did that, didn't help

Joined: Mar 2002
Posts: 99
Member
Member
Offline
Joined: Mar 2002
Posts: 99
quote:
Originally posted by Greg Hard:
redo topc_page.

ok i did a complete redo of the topic page and still no spell check button or borders.

here's a link so that you can see what i mean:

http://www.djghost.net/cgi-bin/ultimatebb.cgi?ubb=get_topic;f=2;t=000102

Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
LK: Why? Whats the reason for the other cookies?

Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
Okay, color me dumb...I fixed it. I had made it so that I could read the document write section a little easier and broke it.

I'll admit when I do idiot things and this is one of them...

Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
Fixed some bugs.

Do: ubb_new_topic, ubb_new_reply

Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
Good news XPerT. I was looking for a nonexistant bug. wink

Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
Awesome, it's working perfectly. I'm comtemplating a bit of a format change to make it match my board layout more but that's nothing new. I contemplate changes in my sleep, thankfully I don't follow through on all of them.

Joined: Mar 2002
Posts: 99
Member
Member
Offline
Joined: Mar 2002
Posts: 99
oh man...i did the entire hack again. i'm still having a problem with there being no border and the spell check button not being there. i mean the entire background of the quick reply is white. am i still supposed to have the code from v2 in my file?

Page 2 of 6 1 2 3 4 5 6

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
hatter
hatter
USA
Posts: 69
Joined: January 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
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)