Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
#199467 03/02/2003 11:04 PM
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
Original Author: Greg Hard and LK

Author: Gizzy (Gizmo@undergroundnews.com).

Description: This modification will impliment the "Quick Reply" feature as shown here on UBB Dev.

Requirements: Valid license, UBBâ„¢ 6.5.0, Vars_Wordlets_Mods.

Download: Text

Demo: Here, UGN Security

Note: I recieved a few emails about people wanting this ported to 6.5, I figured that since the code didn't drastically change from 6.4 that I'd get to it now.

Special Thanks: ADWOFF & Brett for testing and bug fixing.


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
Sponsored Links
Joined: May 2001
Posts: 794
Content Queen
Content Queen
Offline
Joined: May 2001
Posts: 794
Hey Gizzy,

The good news is that when I applied this hack--I already had it installed, but had problems with the profile/registration--I can get into the profile area.

The bad news is no matter if I toggle "yes" or toggle "no" for showing the QuickReply, the QuickReply box remains in place.

Did I miss a step? What code should I look for?

Thanks!


Sue
adwoff.com
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
Humm, odd... I'll poke at it in 10 minutes or so.


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
Umm now I'm really puzzled! lol, you're correct, its not hiding the Quick Reply... On an even odder note, you can't disable it in your profile either, so something is conflicting somewhere smirk...

::shouts for help::

Can someone please verify weather or not the 6.4 version does this? Or better yet, anyone want to try issue a fix? I'm not exactly sure whats wrong frown ...


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
Joined: May 2001
Posts: 1,042
Likes: 7
Moderator
Moderator
Offline
Joined: May 2001
Posts: 1,042
Likes: 7
I don't have this installed, but from looking at it, here's my thoughts.

Your saving the quick reply preference in the 13th user cookie place, but your checking the 10th. Replace all 'user_array[10]' in public_topic_page.pl or whatever it is with 'user_array[13]'.

Sponsored Links
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
Humm... The cookie place is set to be 61 (I believe), I've tried playing with the array to no avail, any help would be apreciated Brett, as always frown ...


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
Joined: May 2001
Posts: 1,042
Likes: 7
Moderator
Moderator
Offline
Joined: May 2001
Posts: 1,042
Likes: 7
No no, i see the cookie is set with the correct value, but the javascripts are just looking in the wrong place. Try this, it's untested, but if it doesn't work, i'll go install it.

[code][/code]

Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
::points::
[code][/code]smirk

::tag:: you're it!


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
Joined: May 2001
Posts: 1,042
Likes: 7
Moderator
Moderator
Offline
Joined: May 2001
Posts: 1,042
Likes: 7
I just installed it, and it went fine with the changes i made. Gizzy, that part of the code is useless(that you quoted). tipsy

Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
::mumble:: file will be updated in a little bit if this all works ::kicks UBB.Classic 6.5::


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
Sponsored Links
Joined: May 2001
Posts: 794
Content Queen
Content Queen
Offline
Joined: May 2001
Posts: 794
Quote
quote:
Originally posted by Brett:
I just installed it, and it went fine with the changes i made.
Brett, thank you!

Gizzy, thank you, too!

Between the two of you, this is working for 6.5.0!

Thank YOU!


Sue
adwoff.com
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
Ok, text is updated smile .

FYI, the 6.4 version works perfectly, it seems that we just needed to change something for 6.5 (which is odd, go figure)...

Thanks for your help Brett smile .


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
hey, thank you for updating this, now I can use it thumbsup


- Allen wavey
- What Drives You?
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
Welcome allen smile ... It'd never have been completed without Brett's help wink ...

Now to seek assistance on the news fader and I'll have another mod ported smirk...


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
smile

here's an mhp if someone wants it. It'll show errors for the last 2 steps because it's predicated on earlier steps being done tipsy

clicky

For the sections of code that was commented out, is there any reason to still add in commented out code?

example:
[code][/code]tipsy


- Allen wavey
- What Drives You?
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
Well, I figured I'd leave the comment there until they decide to use certain things, but I guess its not really needed anymore, just an extra step and all wink ...


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
Joined: May 2001
Posts: 1,042
Likes: 7
Moderator
Moderator
Offline
Joined: May 2001
Posts: 1,042
Likes: 7
I've noticed that some old code is being left in there, commented. I think the thinking was to help out hack author/readers in finding code that may have been replaced with something different.

But that part of the code, I'm thinking &exochomp is gonna be used instead of chomp from now on. (wish i got the trek joke out of that tho... smash )


(post #666 [Linked Image])

Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
Rofl brett :x ::hides:: oh yeh, lookie at my title! hehehe smile ... its not announced yet though :x...

Brett, when you get a chance, could you try and see whats wrong with my News Fader mod? its not loading the total posts/topics for some reason smirk... I've never been so stumped on so many mods at once before lol...


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
Joined: May 2001
Posts: 1,042
Likes: 7
Moderator
Moderator
Offline
Joined: May 2001
Posts: 1,042
Likes: 7
heh, congrats!

Joined: Sep 2001
Posts: 239
Member
Member
Offline
Joined: Sep 2001
Posts: 239
I installed this and it works great except for one thing.

Everytime I try to access a user's profile I get this error:

Error
An error has occured:

(RequireCode) CGIPath/ubb_profile.cgi: syntax error at CGIPath/ubb_profile.cgi line 3, near "# $Id"

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


This is the only hack I have installed.

Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
I unfortunately don't tet that problem at all... See my test board at:
http://www.promodtecnologies.com/cgi-bin/ubb/ultimatebb.cgi

Which other modifications have you applied? Specifically one's which use ubb_profile.cgi


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
Joined: Sep 2001
Posts: 239
Member
Member
Offline
Joined: Sep 2001
Posts: 239
Errr. I just rehacked ubb_profile.cgi and all is well now, I must have just hacked something wrong before....

/me kicks himself in the head... smile

Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
Lol, its fine, it happenes to the best of us smile ...


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
Joined: Jan 2002
Posts: 88
Member
Member
Offline
Joined: Jan 2002
Posts: 88
many thnx for this hack man...

alot of users are really happy to see it running!


we owe you guys!

Joined: Jan 2002
Posts: 88
Member
Member
Offline
Joined: Jan 2002
Posts: 88
BTW: after installing it... no errors at all...


keep m comming... !

Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
Good to know smile ...


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
Joined: Jan 2002
Posts: 88
Member
Member
Offline
Joined: Jan 2002
Posts: 88
well like i was saying... no errors at al...

but i was wrong...

the text

Message:

HTML is not enabled.
UBB Codeâ„¢ is enabled.

Upload File Form

Show Signature
Disable Smilies

is not there... it is just gone... and something else... the date of the lastpost collum doest show up either anymore...


and something else, when i use the ubb accelerator the quickreply box will not showup at the screen.

http://www.djwebpages.com/cgi-bin/ubb/ultimatebb.cgi
you can login with:
user: ubbdev
pass: password

i guess it has something to do with vars_wordlets_mods.cgi or isnt that being used in 6.5 anymore?

Joined: Jan 2002
Posts: 88
Member
Member
Offline
Joined: Jan 2002
Posts: 88
BTW: fixxed the date thing yet...

but i also found out thet the recent visitors are not shown when you press the forum home at the top....

Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
Verify the instalation of mod wordlets. The onlyones that should be shown are:

Show Signature
Disable Smilies


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
mod wordlets are not standard in the UBB, you must install them on your own.


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
Joined: May 2001
Posts: 794
Content Queen
Content Queen
Offline
Joined: May 2001
Posts: 794
frown I must have some stray code within my main board that is interefering with this hack ... I've tried installing it with the Multihack file ... manually (i.e. search for the code & replace it) ...

And then, when I test it out, I get the infamous white pages that I described before in the New Members' Forum. frown

I remove the hack, and the white pages disappear.


Can anyone give me a clue as to what I should be looking for that is obviously in conflict with this particular hack?

I can't leave it up and let you check it out--because I'm not going to deal with the white page issues on my main board; my test site doesn't have these issues--and I basically transferred the files from there to my main board. frown


Sue
adwoff.com
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
I never had that error :-/... I guess it's why I only apply via txt's lol...

I have had it running on 6.5 with no problems at all.


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
Joined: Apr 2003
Posts: 12
Junior Member
Junior Member
Offline
Joined: Apr 2003
Posts: 12
in Public_topic_page.pl it says replace $preview_button with $preview_button &spellcheck_button ..I don't have a $preview_button .. I use JC templates and have installed several other hacks not sure where or when but i no longer have the $preview_button line....any ideas as to where i need to place the code??

Joined: Nov 2001
Posts: 1,080
Member
Member
Offline
Joined: Nov 2001
Posts: 1,080
If you don't have the $preview_button then add the $spellcheck_button immediately after:

[code][/code]

Joined: Apr 2003
Posts: 12
Junior Member
Junior Member
Offline
Joined: Apr 2003
Posts: 12
GREAT!!! That got it. thanks PrimeTIme

Joined: Nov 2001
Posts: 1,080
Member
Member
Offline
Joined: Nov 2001
Posts: 1,080
smile

Joined: Nov 2001
Posts: 1,080
Member
Member
Offline
Joined: Nov 2001
Posts: 1,080
Hey ADWOFF. Still experiencing those same issues eh? Do these "white pages" appear when a user is logged in or as a guest?

Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
I made a qdown.gif for dark backgrounds. Here it is if someone wants it. [Linked Image]

Joined: Jun 2002
Posts: 136
Member
Member
Offline
Joined: Jun 2002
Posts: 136
OK I got a problem I installed this hack and it worked fine, I then turned on the whos online feature and my partner changed the wordlets and now the quick reply box is missing it is nowhere to be found can anyone help me out?

Peter

Joined: Sep 2000
Posts: 441
Member
Member
Offline
Joined: Sep 2000
Posts: 441
is it possible to turn the standardview in the users profile to OFF so just users turn this feature ON in case they'd like to use it? i think this mod/hack will make my bbs even more nicer to use *g*

Page 1 of 2 1 2

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
Posts: 70
Joined: January 2007
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
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)