Welcome, Guest. Please Login or Register.
April 20, 2024, 06:55:38 AM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.4.x/1.5.x] Quick-Reply box v1.5.3 « previous next »
Pages: 1 ... 10 11 [12] 13 14 Reply Ignore Print
Author Topic: [Done 1.4.x/1.5.x] Quick-Reply box v1.5.3  (Read 401359 times)
1979Z28
Sr. Member
****
Posts: 324


WWW
Re:[Done 1.4.x/1.5.x] Quick-Reply box v1.5.3
« Reply #165 on: October 17, 2003, 02:57:01 PM »
Reply with quote

My suggestion, since he hasn't replied in months, is just live with the Quick Reply being shown to guests. If you're disabled Guest Posting, then they can't post, so there's no harm done ;D
Logged
Anguz
YaBB God
*****
Posts: 641


llama me?!

WWW
Re:[Done 1.4.x/1.5.x] Quick-Reply box v1.5.3
« Reply #166 on: October 18, 2003, 01:37:59 AM »
Reply with quote

if you don't want quick-reply shown to guests, it could be as simple as wrapping the code for it in display with this condition

if ($username != 'Guest'){

//quick-reply code here

}


haven't tried it though, so it may not work
Logged

My Mods: Avatar & Sig Size Control, No Show Msg Subject, Msg URL Composer, Built-in Avatar Rand, Built-in Sig Rand, Remove New-lines Excess, Show All Stars, Search Bar, Smart URLs
Cerberus
Full Member
***
Posts: 100


Who's a llama?!

WWW
Re:[Done 1.4.x/1.5.x] Quick-Reply box v1.5.3
« Reply #167 on: October 18, 2003, 01:22:29 PM »
Reply with quote

My main problem was that guest were able to reply and nothing was shown as their name. I've added a hidden input "Guest" and now all's ok. (they reply, but they have a name ;D)

Anguz, thanks for your input :).
Logged

Best Regards, Cerberus
Check out http://www.pocketpcrussia.com :)
sylvester
YaBB God
*****
Posts: 525


Re:[Done 1.4.x/1.5.x] Quick-Reply box v1.5.3
« Reply #168 on: October 19, 2003, 09:52:44 AM »
Reply with quote

Cerberus, sorry for my late reply. I thought only USERS were able to see the quick-reply box, because you have to check the checkbox on your profile-page...


edit:
http://yabbse.skewl.net/index.php?board=2;action=display;threadid=106
Guests don't see a quick-reply box... ::)

I think there's something wrong with your code...
« Last Edit: October 19, 2003, 09:55:13 AM by sylvester » Logged

I'm back
Shadow's Pawn
Support Team
YaBB God
*****
Posts: 597


ich soll nicht toten

ICQ - 8039201shadowpawn@hotmail.com WWW
Re:[Done 1.4.x/1.5.x] Quick-Reply box v1.5.3
« Reply #169 on: October 19, 2003, 02:35:26 PM »
Reply with quote

Guests do not see it on my board either...

Cerberus, aren't you using Pfabb?  If so, there is a different version that you have to use that is updated to be compatible with Pfabb.  You'll find it on lunabyte.
Logged

apologize \A*pol"o*gize\, v. i. - To lay the foundation for a future offense.
Cerberus
Full Member
***
Posts: 100


Who's a llama?!

WWW
Re:[Done 1.4.x/1.5.x] Quick-Reply box v1.5.3
« Reply #170 on: October 19, 2003, 06:07:24 PM »
Reply with quote

Hi there sylvester!
I've already solved the problem, anyway thanks for your input. :) Yes, I'm using a pfabb-compatible quick reply (the one from memphisto_kur). My main problem was that guest were able to reply and nothing was shown as their name. So I have 100s of posts with "" as author. And when somebody quotes a such guest, quotes aren't properly displayed. Now I'll have to invent a  mysql query to solve this issue. :(
Logged

Best Regards, Cerberus
Check out http://www.pocketpcrussia.com :)
sylvester
YaBB God
*****
Posts: 525


Re:[Done 1.4.x/1.5.x] Quick-Reply box v1.5.3
« Reply #171 on: October 20, 2003, 11:33:31 PM »
Reply with quote

Quote from: Cerberus on October 19, 2003, 06:07:24 PM
My main problem was that guest were able to reply and nothing was shown as their name.
Guests don't see the quick-reply box. Perhaps mephisto_kur didn't port it correctly.

QuoteAnd when somebody quotes a such guest, quotes aren't properly displayed. Now I'll have to invent a  mysql query to solve this issue. :(
that isn't that hard.
UPDATE PREFIXmessages SET PosterName='Guest' WHERE PosterName='';

I haven't checked the tabelstructure at the moment, so I'm not sure that code is working.
« Last Edit: October 20, 2003, 11:38:43 PM by sylvester » Logged

I'm back
Cerberus
Full Member
***
Posts: 100


Who's a llama?!

WWW
Re:[Done 1.4.x/1.5.x] Quick-Reply box v1.5.3
« Reply #172 on: October 21, 2003, 10:32:25 AM »
Reply with quote

Quote from: sylvester on October 20, 2003, 11:33:31 PM
that isn't that hard.
UPDATE PREFIXmessages SET PosterName='Guest' WHERE PosterName='';

I haven't checked the tabelstructure at the moment, so I'm not sure that code is working.
sure? I'm using pfabb ;D
Logged

Best Regards, Cerberus
Check out http://www.pocketpcrussia.com :)
BrandonMiller
Jr. Member
**
Posts: 52


I'm a llama!

Re:[Done 1.4.x/1.5.x] Quick-Reply box v1.5.3
« Reply #173 on: October 22, 2003, 11:43:31 PM »
Reply with quote

ok, I did it and it worked..

for a minute now it is just gone  ???

I don't get it, any suggestions? I don't get any errors or anything. I even re-uploaded all the files and it still simply is not there?
Logged
Shadow's Pawn
Support Team
YaBB God
*****
Posts: 597


ich soll nicht toten

ICQ - 8039201shadowpawn@hotmail.com WWW
Re:[Done 1.4.x/1.5.x] Quick-Reply box v1.5.3
« Reply #174 on: October 23, 2003, 01:25:13 PM »
Reply with quote

Make sure it is enabled in your profile and that you ran the database modification.
Logged

apologize \A*pol"o*gize\, v. i. - To lay the foundation for a future offense.
BrandonMiller
Jr. Member
**
Posts: 52


I'm a llama!

Re:[Done 1.4.x/1.5.x] Quick-Reply box v1.5.3
« Reply #175 on: October 23, 2003, 03:08:13 PM »
Reply with quote

I ran the mod (if I try to re-run it says it exists) and it really did work. The only thing I could figure out is one user turned it off and now it isn't even a check box in the mod or admin sections, there is no record of it anywhere??

:'(

http://www.rivercityrockcrawlers.com/forum
Logged
BrandonMiller
Jr. Member
**
Posts: 52


I'm a llama!

Re:[Done 1.4.x/1.5.x] Quick-Reply box v1.5.3
« Reply #176 on: October 23, 2003, 03:23:31 PM »
Reply with quote

ok, I am at a loss...

I just re-uploaded the mod'd files.. again..

it doesn't show and there is no check box in the profile or in the admin/mod sections to turn it on? It worked at first then one user turned it off now nobody can see it, not even me! (admin)

Is there a switch somewhere in the files?
Logged
sylvester
YaBB God
*****
Posts: 525


Re:[Done 1.4.x/1.5.x] Quick-Reply box v1.5.3
« Reply #177 on: October 23, 2003, 03:33:11 PM »
Reply with quote

Check your PM!
Logged

I'm back
Cerberus
Full Member
***
Posts: 100


Who's a llama?!

WWW
Re:[Done 1.4.x/1.5.x] Quick-Reply box v1.5.3
« Reply #178 on: October 23, 2003, 06:45:09 PM »
Reply with quote

Hi sylvedster!
I've solved all my problems. thanks for the help :)
Logged

Best Regards, Cerberus
Check out http://www.pocketpcrussia.com :)
rinspeed
Noobie
*
Posts: 23


I'm lost duhhh!!

WWW
Re:[Done 1.4.x/1.5.x] Quick-Reply box v1.5.3
« Reply #179 on: November 20, 2003, 07:44:29 PM »
Reply with quote

I have the same problem as the last member.

I installed the mod, it installed everything ok.

But there is no tickbox anywhere in the admin section. I also modified the language file.

How to enable the quick reply option??

OR do I have to use some package manager, where everything is done for me??

Rinspeed
« Last Edit: November 22, 2003, 10:39:39 AM by rinspeed » Logged

dunno, what's that??
Pages: 1 ... 10 11 [12] 13 14 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.4.x/1.5.x] Quick-Reply box v1.5.3 « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.053 seconds with 20 queries.