I Don't have a New Thread button..

  • Thread starter Ryan2
  • 21 comments
  • 1,746 views
3,769
To create this threadm i had to subscribe to it and push "new thread" on the My GTPlanet screen....

An example: Isn't the button supposed to be next to the Post Reply button?
 

Attachments

  • screenshot.bmp
    30.7 KB · Views: 42
Originally posted by risingson77
How did you post this thread, then? Does the link still work? :reallyodd

Try dumping your cache and/or restarting your PC.
He said how he posted it in his first post.........
 
Ummm...whoa! :eek: Has it always been like this or did it just start?
 
haha. Good luck figuring this one out... Did you try to log out and then back in? And which forum where you in? Was it the GTP Voting forum?
 
Can you click in the general area of where the "new thread" button used to be?
 
Well, there's no red X in his screen shot, so I don't think the image is even being linked to by the page.

Is there a way to configure a user to not have those kinds of abilities?

~LoudMusic
 
Originally posted by LoudMusic
Well, there's no red X in his screen shot, so I don't think the image is even being linked to by the page.

Is there a way to configure a user to not have those kinds of abilities?

~LoudMusic
Nope. If they aren't allowed to start new threads, then they will receive this message after they click the "new thread" button. But, that's not the case here. :confused:
 
Jordan: Have you checked the vBulletin forums to see if anyone else has reported this?

Bimmerkid44: Right click on the page and "View Source". Save the file to your desktop and attach it to a new post in this thread.

~LoudMusic
 
Originally posted by LoudMusic
Jordan: Have you checked the vBulletin forums to see if anyone else has reported this?

Bimmerkid44: Right click on the page and "View Source". Save the file to your desktop and attach it to a new post in this thread.

~LoudMusic
Yep, but I couldn't find anything. I will post a message if we can't figure it out.

This source code should give us a better idea about what's going on...
 
Originally posted by Bimmerkid44
here...

i tried to attatch it, but it says that it's not a valid type of file.
.txt files are valid, but you must have saved it as HTML. Follow these instructions:

1. Click View > Source, and Notepad should open up.
2. Click File > Save As... and in the list that says "Save as type:", select "Text Documents (*.txt)". Then save that file on your computer and try to attach it again.
 
i bet its those darn hackers.. for some reason the hacked my pc (even had a firewall up) and the next thing i knew my files started to dissaper.
 
Originally posted by LoudMusic
Is there a way to configure a user to not have those kinds of abilities?

It's odd that vB doesn't do that sort of thing. I always figured that if you didn't want a user to do something, you should test to see if the logged-in-user was not that one, and only allow the function if the user criteria were met. Kind of like in a secure filesystem.
 
Originally posted by GilesGuthrie


It's odd that vB doesn't do that sort of thing. I always figured that if you didn't want a user to do something, you should test to see if the logged-in-user was not that one, and only allow the function if the user criteria were met. Kind of like in a secure filesystem.
I think they do it to streamline showthread.php and to reduce the number of queries on the page (since it will be one of the most-displayed pages in the forums). This way, it only puts extra work on the database if you actually try to reply/make a new thread and aren't able to.
 
Back