mersenneforum.org  

Go Back   mersenneforum.org > Fun Stuff > Lounge

Reply
 
Thread Tools
Old 2003-10-08, 13:29   #101
eepiccolo
 
eepiccolo's Avatar
 
Dec 2002
Frederick County, MD

5628 Posts
Default

You mean like this http://www.mersenneforum.org/images/newthread.gif?

EDIT: Hey wait a sec! I'm sure I done it before! ARRRRG!

Last fiddled with by eepiccolo on 2003-10-08 at 13:30
eepiccolo is offline   Reply With Quote
Old 2003-10-08, 13:33   #102
eepiccolo
 
eepiccolo's Avatar
 
Dec 2002
Frederick County, MD

5628 Posts
Default

I the last post of page two of this thread, I have two picture links, which I'm sure at the time I posted showed up as pictures rather than links, as they are now. Oy.
eepiccolo is offline   Reply With Quote
Old 2003-10-08, 16:58   #103
Xyzzy
 
Xyzzy's Avatar
 
"Mike"
Aug 2002

5·17·97 Posts
Default

You have to upload the picture as an attachment...
Attached Thumbnails
Click image for larger version

Name:	newthread.gif
Views:	251
Size:	1.9 KB
ID:	24  
Xyzzy is offline   Reply With Quote
Old 2003-10-08, 17:08   #104
eepiccolo
 
eepiccolo's Avatar
 
Dec 2002
Frederick County, MD

2×5×37 Posts
Default

Then what's the point of having a separate image button on the posting screen?
Attached Thumbnails
Click image for larger version

Name:	img problem.jpg
Views:	246
Size:	14.6 KB
ID:	25  
eepiccolo is offline   Reply With Quote
Old 2003-10-09, 03:28   #105
Xyzzy
 
Xyzzy's Avatar
 
"Mike"
Aug 2002

5×17×97 Posts
Default

That is an option I have disabled...

Here is why:

Say you link to a picture... Six months later the webserver gets moved, or whatever... Now we have a forum full of 404 images...

Or say you post a picture, and down the road you decide to put porn there instead... With remote linking we have no way to stop that...

By using *only* uploaded pictures we know what we have and we have "control" over it...

Trust me, this decision was not made lightly...

I don't know of a way to remove the IMG button... Sorry...
Xyzzy is offline   Reply With Quote
Old 2003-10-09, 13:23   #106
eepiccolo
 
eepiccolo's Avatar
 
Dec 2002
Frederick County, MD

2×5×37 Posts
Default

Quote:
Originally posted by Xyzzy
That is an option I have disabled...

.
.
.

I don't know of a way to remove the IMG button... Sorry...
If you go the the HTML code for that page, you'll see the following three lines:

Code:
		<input type="button" class="bginput" value="http://" title="Insert Hyperlink" onclick="namedlink(this.form,'URL')" onmouseover="stat('url')"
		><input type="button" class="bginput" value=" @ " title="Insert Email Address" onclick="namedlink(this.form,'EMAIL')" onmouseover="stat('email')"
		><input type="button" class="bginput" value="IMG" title="Insert Image" onclick="vbcode(this.form,'IMG','http://')" onmouseover="stat('img')">
Delete the last line and the button will be gone. Then it should look like this:
Code:
		<input type="button" class="bginput" value="http://" title="Insert Hyperlink" onclick="namedlink(this.form,'URL')" onmouseover="stat('url')"
		><input type="button" class="bginput" value=" @ " title="Insert Email Address" onclick="namedlink(this.form,'EMAIL')" onmouseover="stat('email')">
I've tried it and it works. Make sure you watch the '<' and '>' characters.

Last fiddled with by eepiccolo on 2003-10-09 at 13:27
eepiccolo is offline   Reply With Quote
Old 2003-10-09, 13:31   #107
eepiccolo
 
eepiccolo's Avatar
 
Dec 2002
Frederick County, MD

2×5×37 Posts
Default

BTW, I'm just a hacker when it comes to HTML code , so don't ask me anything too complicated .
eepiccolo is offline   Reply With Quote
Old 2003-10-09, 16:33   #108
nomadicus
 
nomadicus's Avatar
 
Jan 2003
North Carolina

24610 Posts
Default

eepiccolo,
I like the hack you suggest. But altering the html that way is specific to this forum. The next bb software upgrade could replace/wipe out that page?
The question is "Is there a way to keep customizations like that across upgrades?"
I think that is why Xyzzy was saying there was no "supported" way to delete the IMG button.
nomadicus is offline   Reply With Quote
Old 2003-10-09, 18:44   #109
eepiccolo
 
eepiccolo's Avatar
 
Dec 2002
Frederick County, MD

37010 Posts
Default

Quote:
Originally posted by nomadicus
eepiccolo,
I like the hack you suggest. But altering the html that way is specific to this forum. The next bb software upgrade could replace/wipe out that page?
The question is "Is there a way to keep customizations like that across upgrades?"
I think that is why Xyzzy was saying there was no "supported" way to delete the IMG button.
I guess I have a different mindset when It comes to making web pages. I don't view the action of removing that line of code a hack in and of itself, I just call myself a hacker of HTML code because I have no formal training in HTML, whether from a class or from a book.

The way I figured out how to remove the button was I opened the webpage in a text editor and did a search for "IMG". Really easy. I don't think it would be hard to do that kind of thing again for another forum upgrade.

Besides, there will be plenty of other problems if the forum is upgraded again.
eepiccolo is offline   Reply With Quote
Old 2003-10-16, 02:20   #110
markr
 
markr's Avatar
 
"Mark"
Feb 2003
Sydney

57310 Posts
Default new post flagged but not there?

What happened here? I was in the lounge, and the thread/poll "when will the 10M Digit prime be found?" was marked as having a new post by ewmayer less than an hour ago. But in the thread the most recent post is several weeks ago, although still by ewmayer.
markr is offline   Reply With Quote
Old 2003-10-16, 06:41   #111
garo
 
garo's Avatar
 
Aug 2002
Termonfeckin, IE

53148 Posts
Default

I think this is a bug with vBulletin. If someone casts a vote it is treated as a new post.

Last fiddled with by garo on 2003-10-16 at 06:46
garo is offline   Reply With Quote
Old 2003-10-16, 07:00   #112
Xyzzy
 
Xyzzy's Avatar
 
"Mike"
Aug 2002

5×17×97 Posts
Default

This is yet another option we can control... If you all want it set to work so that it doesn't mark the thread as unread, let me know...
Xyzzy is offline   Reply With Quote
Old 2003-10-16, 13:23   #113
only_human
 
only_human's Avatar
 
"Gang aft agley"
Sep 2002

2·1,877 Posts
Default

I kind of prefer polling to be anonymous. If it names the person who just voted, and some category has just dramatically changed, it stands out.
only_human is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
mac software? miumiu2134 Software 1 2013-05-29 10:22
Software for IBM AIX pacionet Software 29 2010-09-01 15:36
Best Software? Unregistered Homework Help 0 2008-10-07 01:00
New forum software... Xyzzy Forum Feedback 61 2006-01-03 18:19
Software TTn PSearch 0 2004-05-04 13:16

All times are UTC. The time now is 19:46.


Fri Aug 6 19:46:56 UTC 2021 up 14 days, 14:15, 1 user, load averages: 3.73, 3.29, 3.05

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.