vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   v3 Articles 1.0.1 - [vB 3.0.1] (https://vborg.vbsupport.ru/showthread.php?t=65934)

lanc3lot 09-27-2004 11:04 PM

Samir can u help me in one last thing?

In the installation txt, is says:

" IMPORTANT!
-------------
If you don't have GD installed on your server, thumbnails will not be generated. Instead, your images will appear as files. Make sure you have GD installed, and enabled in "vBulletin Options"! "

= What it is the GD is says?Where can i find it?

lanc3lot 09-27-2004 11:30 PM

Its seems, Samir gone to sleep:(

Damn, please someone later answer me what is GD and how i can find it

Also,

1)How can i delete articles and
2) if u go here u will see that there is a white line that intrerrupts nickname and all that...How can i fix it?

Thanks(going to sleep myself)

SamirDarji 09-27-2004 11:55 PM

No sleep for me! I have to have my site done by Thurs and I only have today and tomorrow to work on it.

GD is something that is installed on the server that allows it to manipulate images. To see if you have it installed and to set up vB to work with GD, goto the vB Options-->Server Settings and Optimization Options. There you'll find an option for the GD version. If you have something installed, it will say the most likely version number. Pick that version from the drop down box and save.

I'm not sure how to delete articles, that was a question I know was asked in the thread somewhere. I looked at my own test installation and figured it out. You have to go to the article-->Edit Article-->at the bottom there is an option to delete it.

That line is part of the style that you're using. (I've actually played with that same vbdesigns style too.) If you switch to the default vB style, you'll see that it goes away. The only way to change it in the style you have is to change it in the style itself. Admincp-->Styles and Templates-->Style-->All Style Options.

SamirDarji 09-27-2004 11:57 PM

I forgot to add that you'll have to rebuild the thumbnails after enabling GD. Admincp-->Import and Maintenance-->Update Counters-->Rebuild Attachment Thumbnails

lanc3lot 09-28-2004 12:22 AM

Lol, u are very helpful mate:)

I go to options, and its says: Likely GD Version : N/A

Then in the drop down menu, its has GD 1.6 & 1.8 and GD 2.0

I tried to put both of them, but then, when i go to the --> Admincp-->Import and Maintenance-->Update Counters-->Rebuild Attachment Thumbnails

Its says:


Your version of PHP does not have image support. Please make sure you have enabled GD if your server does support it by going to Options -> vBulletin Options -> Server Settings and Optimization Options


Do u think, that it could be wise to post it to Vbulletin How do i forums? I mean GD is a feature of VB or is something that only this hack use?

Or how can i install GD:(

Thanks anyway, u are very helpfull

Ps

My msn is lancelot@gamers.gr and icq is 32256905 if u want to talk there

pagekeeper 09-28-2004 12:46 AM

small problem, everytime i post an article i get a smiley icon ??

i select no icon but it still does it, any ideas ?

thanks

SamirDarji 09-28-2004 12:54 AM

Quote:

Originally Posted by lanc3lot
I go to options, and its says: Likely GD Version : N/A

This means that your server doesn't support GD. :( GD is a part of the server, just like this hack is a part of vB. You'll have to talk to your server administrator about getting GD enabled. Then vB will see it and can use it.

lanc3lot 09-28-2004 01:00 AM

Ok Samir, going to send the mail now...
thanks a lot, owe u one:P

welo 09-28-2004 01:02 AM

As an extra test, put the following in a file named gdtest.php and upload it:

PHP Code:

<?php
$i 
imagecreatetruecolor(100,50);
$w imagecolorallocate($i,255,255,255);
$b imagecolorallocate($i,0,0,0);
imagefill($i,0,0,$b);
imagestring($i,4,5,25,'it works',$w);
header("Content-type: image/png");
imagepng($i);
imagedestroy($i);
?>

Then point your browser to it. If it doesn't work, no GD.

lanc3lot 09-28-2004 01:10 AM

It shows that:

Fatal error: Call to undefined function: imagecreatetruecolor() in c:\web\gamers.gr\gdtest.php on line 2

So it means that is not working huh?

Can u please tell me, i will ask to enable GD? is a full name of that, or just that?

SamirDarji 09-28-2004 01:25 AM

I tried to too and got the same error. Yes, just tell them to enable GD. They should know what you are talking about.

lanc3lot 09-28-2004 01:28 AM

Also, from VBulletin official how do i forums...they gave me this web page: http://www.boutell.com/gd/

I already mailed the guys of my server, i just put the link here for anyone have same problem like me:)

Thanks all for the help, is 5.30 in the morning here..going to get some sleep at last:)

SamirDarji 09-28-2004 03:32 AM

Welcome. Get some sleep. It's only 11:30pm here. I've still got a few good hours left in me. ;)

lanc3lot 09-28-2004 09:05 AM

Good morning to everyone:) ( hehe, maybe now its there night, not morning like here!)

Anyway, some more question, to the one can know them.


1) When a new major version of VB will be released, and if i have to change my current version to that one...what will i do with the articles? ( i am talking for Vb Articles)
Do i have to copy/paste it one by one or could they be in a file, which i only have to backup it?

2) Is any way, to include tables in the post - article? I mean,if we talk for gaming Reviews articles(like me), will be kewl to have tables with the "score" of the game, the "requirements", the "pros or the disadvantages' and others...Could that be easy to be done?

Thats all...i am waiting for my GD to be installed, and start upload some articles:)

SamirDarji 09-28-2004 01:48 PM

Good morning! Some answers:

1. This articles hack is like any other hack, and most other hacks need to be removed or re-installed after a major vB version change. At work, we're running 3.0.0 beta 7, and none of the hacks I've applied to my new board would work on that version. The tables will still exist in the database, so the problem will be in adapting the code of the original hack to the new version of vB.

2. Tables as well as any other HTML can easily be included. Just be sure "Allow HTML" is enabled for that category in the category manager.

bugzy 09-28-2004 05:59 PM

the attachments arent thumbnailed.

i get text instead of image for the attachments

dieselpowered 09-28-2004 07:01 PM

Hey everyone, alright so we are still awaiting the version that will work with 3.0.3 right. Sorry I think I have gone blind from 36 pages of threads.

Sorry for the ignorant post.

On a different note, John, excellent work...I look forward to using it!

Mike

SamirDarji 09-28-2004 07:13 PM

Quote:

Originally Posted by xtremeoff-road
...36 pages of threads.

I have my profile set to display 100 posts per page and it's still 6 pages long, lol.

tteal 09-28-2004 07:18 PM

Will this now work with 3.0.3 or not?

dieselpowered 09-28-2004 07:25 PM

Quote:

Originally Posted by SamirDarji
I have my profile set to display 100 posts per page and it's still 6 pages long, lol.

LOL I should have done that and then I would have only had to read 6 pages instead of 36!!

Good work, that would have saved me time...next time I will know ;) :p

Mike

dieselpowered 09-28-2004 07:26 PM

Quote:

Originally Posted by tteal
Will this now work with 3.0.3 or not?

I am thinking the update is not out, however, awaiting confirmation from others on here...I am sure John is just slammed, however, maybe if he gets the chance he will pop in and let us know :D

macker123 09-28-2004 09:18 PM

Anytime I click on my article.php link I seem to be getting a "you do not have permission to access this page" whether I am logged in as a member, admin or guest yet when I take a look at my permissions in my admin it seems they are set up fine.

I just want anyone to be able to view the articles no matter who they are.

Is there a setting I am missing?

SamirDarji 09-28-2004 09:42 PM

Even if the permissions are set correctly, go ahead and save them again. Then try it.

bugzy 09-29-2004 01:27 AM

Quote:

Originally Posted by SamirDarji
Even if the permissions are set correctly, go ahead and save them again. Then try it.

macker123, Samir is right. You need to SAVE those settings over. Even though it displays the first time, you gotta update to actually have it save in the DB

macker123 09-29-2004 01:28 AM

Quote:

Originally Posted by bugzy
macker123, Samir is right. You need to SAVE those settings over. Even though it displays the first time, you gotta update to actually have it save in the DB

Yup that worked. thanks

SamirDarji 09-29-2004 03:13 AM

Got me too the first time.

pagekeeper 09-29-2004 04:24 AM

i got 3.0.3 - it installed fine except i get that simley error.

dieselpowered 09-29-2004 05:14 AM

Poop, I tried it, however, the thumbnails are not working...grrrr

Oh well I guess I new it before I started

Mike

lanc3lot 09-29-2004 08:58 AM

Samir help:)

That means, that in 3.03 Thumbnails doesnt work?

I have installed GD and update the thumbs as u said, but nothing:(

I then deleteted the pics, and tryed to upload again some pics, and now it didnt even show what it showed the last time but an error:(

How in the hell, the guys here, who say that have 3.0.3, worked good?

Note my GD installed is: bundled (2.0.28 compatible)

My example article thread: http://www.gamers.gr/board/article.php?a=1


Help:)


Ps

Is john see these threads, or no?

SamirDarji 09-29-2004 01:38 PM

I believe there is an issue with 3.0.3 and images. I know I don't get thumbnails, but I haven't tested it extensively.

Did vB recognize GD and does it work with other attachments? Remember, you still will have to rebuild the thumbnails under Update Counters in the admincp. Even with all that and after searching in this thread for "thumbnails", it seems as if the thumbnails do have a problem with any version higher than 3.0.1. Someone mentioned redoing the code so a text link would show, but I didn't look for it.

John has stopped in once people started getting testy, but he is quite busy on other projects, so he won't be able to help in the near future. But the good thing is, he's working on a new version even better than this one. :D

As as aside, I didn't realize you were all the way in Athens, Greece! I lived for a few years in a small town called Athens in the state Alabama here in the USA. We once got a piece of mail that was misdelivered to Athens, Alabama instead of Athens, Greece, lol. And the confusion is even more when all the neighboring states also have a town called Athens--Athens, Georgia; Athens, Tennessee; Athens, Mississippi.

dieselpowered 09-29-2004 03:10 PM

Not that this will help anyone, however, I was able to use the image thumbnail fix and get this to work with 3.0.3. without issues.

I have decided though to await the new release so I uninstalled this hack.

When you have a chance John (I know you are swamped) let us know about a release on the newest version :)

Mike

dieselpowered 09-29-2004 03:16 PM

Use this https://vborg.vbsupport.ru/showthread.php?t=68495 to fix your thumbnail issues.

Once you do that, delete, as re-upload the images you want.

Hope that helps!

Mike

SamirDarji 09-29-2004 03:32 PM

Quote:

Originally Posted by xtremeoff-road
Use this https://vborg.vbsupport.ru/showthread.php?t=68495 to fix your thumbnail issues.

Once you do that, delete, as re-upload the images you want.

Hope that helps!

Mike

Thank you! I guess we should learn how to use the search function more, lol.

dieselpowered 09-29-2004 03:59 PM

Hey you know, to be honest, the search function does not always help! Let me know if that works for you!

Mike

lanc3lot 09-29-2004 05:00 PM

Yep with that it worked...Thanks mate, u did me great favor:)

Be well

Ps
Samir thanks also for your reply, hope u managed to make your site:)

lanc3lot 09-29-2004 05:05 PM

Is it possible(i dont know any php codding, if u cant help, i will try in the HOW DO I forums of Vb:P), to make a table in the main forum listing which i could have 3-4 images of the latest articles? A
lso could i put the forum of the articles in there too?(i mean in the main page of the forum)

Sorry if its an offtopic, if its so, tell me to start a new thread :mad:

Ps

Also, do u know what is the .php that stores the Thumbs size...I mean i see now that it is 100x75, to have it larger..what i must change?

Thanks

dieselpowered 09-29-2004 07:02 PM

My pleasure!

zer026 09-30-2004 02:16 AM

Quote:

Originally Posted by spence2
When someone states: "I Agree to Support This Hack"
When someone states: "I have created an update & will post it."

Then, I'm sorry, but there is a credibility gap when they do not!

Why is it "demanding" to expect someone to keep their word? If there is a delay or a change of plans, couldn't John simply post that new information?

Three More Options:
1. Mind your own business.
2. Repeat step 1.
3. Repeat step 2.

In response to spence2...you whinning like a 4-year-old seriously bothers me.
And as for minding your own business(I believe thats how you stated it, see quote above), if you where minding your own business you would have whinned to yourself in the first place not bothered the rest of us with your nonsense!!! In your smallness you may be forgeting John has provided us with some fantastic hacks and people have other lives as well. Oh and by the way I did a search of this entire site and I don't exactly see any mod contributions by YOU, only complaints. Perhaps if none of these mods work for you you should "examine" who is installing them...Thank You So Much...!

DoKoK 09-30-2004 05:06 AM

Installed !!!

bugzy 09-30-2004 05:45 AM

Quote:

Originally Posted by xtremeoff-road
Use this https://vborg.vbsupport.ru/showthread.php?t=68495 to fix your thumbnail issues.

Once you do that, delete, as re-upload the images you want.

Hope that helps!

Mike

Yup ! thank you ! this worked !


All times are GMT. The time now is 11:03 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01817 seconds
  • Memory Usage 1,837KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete