php forum
php mysql forum
php mysql smarty
 
Page 2 of 3 < 1 2 3 >
Topic Options
#234617 - 02/07/03 07:11 PM Re: Alt tags for preview of thread....? [Re: joeuser]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
It seems about a 100 max or so for Opera/Mozilla. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
~Dave
ChattersOnline.com

Top
#234618 - 02/07/03 08:57 PM Re: Alt tags for preview of thread....? [Re: sjsaunders]
Dave_L_dup1 Offline
Addict

Registered: 04/23/02
Posts: 1929
Loc: Virginia, USA
Thanks <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
UBB.threads beta tester / threadsdev.com moderator
Software consulting services including UBB.threads problem resolution / installs / upgrades / customization.

Top
#234619 - 02/08/03 12:36 AM Re: Alt tags for preview of thread....? [Re: sjsaunders]
Lisa_P Offline
Enthusiast

Registered: 03/09/02
Posts: 329
Loc: Michigan, USA
[]Just playing around I believe I got over a 1000 characters into it. (IE 6.0) [/] <br /> <br /> <br />I believe the limit is 1036 (though I can't remember where I saw that now! <img src="/forum/images/graemlins/crazy.gif" alt="" />). Of course that doesn't necessarily mean a browser will display 1036 though, as you've found out. <img src="/forum/images/graemlins/laugh.gif" alt="" /> (oops, it's 1024)


Edited by Lisa_P (02/08/03 12:47 AM)
_________________________
[:"red"]Lisa[/]

Top
#234620 - 02/08/03 12:46 AM Re: Alt tags for preview of thread....? [Re: sjsaunders]
Lisa_P Offline
Enthusiast

Registered: 03/09/02
Posts: 329
Loc: Michigan, USA
[]I looked around w3c.org briefly and didn't find any specific references to the length.<br /><br />Just playing around I believe I got over a 1000 characters into it. (IE 6.0) [/]<br /><br />Ah ha! (Trying to find it was driving me nuts <img src="/forum/images/graemlins/laugh.gif" alt="" />)<br /><br />from w3c: The preliminaries are taken from the HTML DTD and declares the character set as Latin-1, disables markup minimisation and sets limits for tag/attribute names to 34 characters, and attribute values to a maximum of 1024 characters.<br /><br />I was off by 12. <img src="/forum/images/graemlins/crazy.gif" alt="" />
_________________________
[:"red"]Lisa[/]

Top
#234621 - 02/08/03 12:48 AM Re: Alt tags for preview of thread....? [Re: JacquiL]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Go Lisa! <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#234622 - 02/08/03 05:23 AM Re: Alt tags for preview of thread....? [Re: gailg]
Liahona_dup1 Offline
Member

Registered: 12/05/02
Posts: 177
Loc: Scotland
Hi extremebikini<br /><br />[] down a bit where $postlist is being set, add this above the line that sets $Subject: <br /><br /><br /><br />Quote:<br />--------------------------------------------------------------------------------<br /><br />$postrow[$i]['Body'] = $Body; <br /><br /> [/] <br /><br />I have looked for 2 hrs now and can for the life of me find the place to add the above ....<br /><br />down a bit....how long is your string.......<br /><br />can't you do it like the other parts and put in the addition in bold <img src="/forum/images/graemlins/smile.gif" alt="" /><br /><br />Has anyone out there guessed where this goes, if so could you let us in on the secret....:)<br /><br />I apologise for my thickness but I don't want to %^%$^%$ up my site with trial and error with one line.<br /><br />Could it be this bit which is a long long way down?<br /> // Setup the postrow array<br /> $postrow[$z]['color'] = $rowcolor;<br /> $postrow[$z]['indentsize'] = "0";<br /> $postrow[$z]['icon'] = $icon;<br /> $postrow[$z]['imagesize'] = $imagesize;<br /> $postrow[$z]['Number'] = $Number;<br /> $postrow[$z]['Subject'] = $Subject;<br /><br />Thanks
_________________________
Thanks

Liahona

Top
#234623 - 02/08/03 08:49 AM Re: Alt tags for preview of thread....? [Re: JacquiL]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
LoL you must have some great study habits Lisa!<br /><br />I didn't spend to much time scanning their site. I do recommend it to those that can't sleep though... LoL<br /><br />Thanks for finding the specs! <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
~Dave
ChattersOnline.com

Top
#234624 - 02/13/03 11:43 AM Re: Alt tags for preview of thread....? [Re: gailg]
Liahona_dup1 Offline
Member

Registered: 12/05/02
Posts: 177
Loc: Scotland
Hi anybody that's got this working <br /> <br />I still can't get this to work, can anyone explain more what has to be done, as I think I have got lost somewhere on the lines.......... <br /> <br />1..... <br />down a bit where [:"red"] $postlist [/] is being set, add this above the line that sets $Subject: <br /> <br />$postrow[$i]['Body'] = $Body; <br /> <br />And this............................. <br /> <br />2....... <br />Oh, yes, one more thing.... Down below where the [:"red"] $postrow [/] gets setup; above the $Subject, put this: <br /> <br />$postrow[$i]['Body'] = $Body; <br /> <br />Are these the same and if so where do they go??? <br />and if not then where do they both go??? <br /><img src="/forum/images/graemlins/confused.gif" alt="" /> <br /> <br />Also I take it ....this <br /> <br />"then this to postlist.thtml" <br /> <br />should read .......this <br /> <br />"then this to postlist.tmpl" <br />


Edited by Liahona (02/13/03 12:17 PM)
_________________________
Thanks

Liahona

Top
#234625 - 02/13/03 12:23 PM Re: Alt tags for preview of thread....? [Re: jfrosch]
Liahona_dup1 Offline
Member

Registered: 12/05/02
Posts: 177
Loc: Scotland
Hi<br /><br />To late<br /><br />Done it
_________________________
Thanks

Liahona

Top
#234626 - 02/13/03 03:00 PM Re: Alt tags for preview of thread....? [Re: jfrosch]
dimopoulos Offline
Kahuna

Registered: 08/18/02
Posts: 1271
Loc: Vienna, Austria
At least you gave it a try and it worked out in the end. I personally like it when that happens. It gives me more satisfaction.<br /><br />Sorry that I was late George <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Nikos

Top
#234627 - 02/13/03 03:02 PM Re: Alt tags for preview of thread....? [Re: Hal_dup2]
Liahona_dup1 Offline
Member

Registered: 12/05/02
Posts: 177
Loc: Scotland
Thanks anyway Nikos<br /><br />
_________________________
Thanks

Liahona

Top
#234628 - 02/13/03 03:21 PM Re: Alt tags for preview of thread....? [Re: sf49rminer]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
Any luck with (expanded mod)?

Top
#234629 - 02/16/03 06:56 AM Re: Alt tags for preview of thread....? [Re: Kelly]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
Oh boy... replaced one of my files with a original. Whoops..<br /><br />Now I can't get this one working again. I look forward to some better documentation on this one. Will try again tonight if nobody gets to this one. Perhaps the adjustments to the search page could be added too. Thanks for all the hard work and creativity.

Top
#234630 - 02/16/03 08:05 PM Re: Alt tags for preview of thread....? [Re: Kelly]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
I installed YASM and it put the alt tags in the search.

Top
#234631 - 02/16/03 08:12 PM Re: Alt tags for preview of thread....? [Re: Kelly]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
SmilesforU,<br /><br /> The way this hack is designed it will work for expanded view or flat. However the way its coded the default number of entries that this handles is your postlist default each user or the board has as a default. If you have it set to 20 posts on the postlist screen it will do 20 at a time. So the problem is when you go to expanded it will do the first 20 then stop. So it is not a bug when you switch to expanded.<br /><br /> Maybe one of the guru's can think of a better way to get more but like extremebikini said this is a quick and dirty hack that does exactly what it was designed to do.
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#234632 - 02/17/03 12:11 AM Re: Alt tags for preview of thread....? [Re: sf49rminer]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
thanks Chuck... I just need to get it working again.<br /> <br />Having trouble finding the right lines to insert... ugh

Top
#234633 - 02/17/03 01:23 AM Re: Alt tags for preview of thread....? [Re: Kelly]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
(Scripts Removed)


Edited by JoshPet (02/17/03 01:26 AM)

Top
#234634 - 02/17/03 01:26 AM Re: Alt tags for preview of thread....? [Re: Kelly]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Sorry, we can't post whole threads scripts here on the board as they are copyrighted. <img src="/forum/images/graemlins/wink.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#234635 - 02/17/03 01:55 AM Re: Alt tags for preview of thread....? [Re: Daine]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
my bad sorry..

Top
#234636 - 02/21/03 01:05 AM Re: Alt tags for preview of thread....? [Re: joeuser]
Storm_dup1 Offline
Member

Registered: 08/03/02
Posts: 263
Loc: Somewhere above Texas
Has anyone written anything about this so dummies like me can install it?? <img src="/forum/images/graemlins/laugh.gif" alt="" />
_________________________
Some people read their stars..... I choose to write my own

Top
Page 2 of 3 < 1 2 3 >


Moderator:  Gizmo 
Who's Online
0 registered (), 24 Guests and 9 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Spell Check [beta]
by Bill B
48 minutes 24 seconds ago
PhotoPost BB Code Popup
by AllenAyres
Today at 09:41 AM
Problems reading a lot of old posts here
by AllenAyres
Today at 09:35 AM
Forum 'Trader Ratings'.
by AllenAyres
Today at 09:33 AM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
Active Topics.
by AllenAyres
11/11/08 02:13 PM
New Mods
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Spell Check [beta]
by
10/17/06 09:24 PM
Newest Members
David DelMonte, nick1, Begbie, cenk, MATTO
13363 Registered Users
Top Posters
AllenAyres 25452
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks