vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=34)
-   -   Geek Article System 3.5 RC2 (https://vborg.vbsupport.ru/showthread.php?t=78031)

The Geek 03-16-2005 08:08 AM

If you would have actually read the README/Install script as it was installing - you would have found that:
A- There is no current uninstaller for this BETA hack.
B- You should only use it on a test site
C- that backups of your original files may be found in gas/changes/backup

The other changes will not affect anything else on your board - it will just leave you with some extra templates and phrases that you can uninstall when this package goes live.

The Geek 03-16-2005 08:10 AM

Quote:

Originally Posted by kevinnguyen
After I edit a post, the user's avatar is replaced by the article image even though I set No to Use first attachment thumbnail as avatar

How to fix that?

Im running the lastest version btw

Hey Kevin - So you are not using first attachment as image... but when you edit an article, you get the default article image? If I understand right - that is by design. If you do not use the first thumbnail (which I dont recommend doing) then it is set to use the image system (gallery or uploaded) unless you turn off the 'use article header image'. With both of those options turned off - it should use the posters avatar.

HTH's

The Geek 03-16-2005 08:12 AM

Thanks gldtn - will sort your points out today for a final release.

gldtn 03-16-2005 11:00 AM

Quote:

Originally Posted by The Geek
Hey Kevin - So you are not using first attachment as image... but when you edit an article, you get the default article image? If I understand right - that is by design. If you do not use the first thumbnail (which I dont recommend doing) then it is set to use the image system (gallery or uploaded) unless you turn off the 'use article header image'. With both of those options turned off - it should use the posters avatar.

HTH's


When I upgraded to the latest version I noticed that the header image while viewing the article became the poster avatar. When I edit the article the avatar while viewing the article changed to the header image.

I hope I make since.

[high]* gldtn drinks coffee[/high]

Snow 03-16-2005 12:39 PM

Quote:

Originally Posted by gldtn
When I upgraded to the latest version I noticed thattheheader image while viewing the article became the poster avatar.When Iedit the article the avatar while viewing the article changed totheheader image.

I hope I make since.

[high]* gldtn drinks coffee[/high]

Same here. Old articles havethe user's avatar and need editing to update to the header image, but Iassumed that's because of the old data that was stored in thedatabase. Maybe there's a query we could run to update all oldarticles to show a header image on "view article" instead of themember's avatar?

The Geek 03-16-2005 12:45 PM

Im kind of confused here. I have fixed all other bugs that you guys have brought up since the latest build and I am just working on finishing up the installer (damn its huge).

I may have fixed this as there was an issue with default images - however I want to be sure. Is there anyway you guys can post me a walkthough to reproduce on my end?

Snow 03-16-2005 12:51 PM

Quote:

Originally Posted by The Geek
Im kind of confused here. I have fixed all otherbugsthat you guys have brought up since the latest build and I amjustworking on finishing up the installer (damn its huge).

I may have fixed this as there was an issue with default images-however I want to be sure. Is there anyway you guys can post meawalkthough to reproduce on my end?

Umm, I'm not sure which version I ended up installing on my live forum, but an example of what I mean is in this article http://www.aboho.com/forum/thread2128.html Notice that the member's avatar is showing at the moment (it doesn't in the forumdisplay,that'sOK). To update the header image to one of the actual header images, I shall have to go and edit the article (which gives no image initially)then reselect an image from the popup (am I making sense?) and save.

The Geek 03-16-2005 01:02 PM

Your not on the latest release which may be one of the problems (the latest build auto creates your synopsis if its blank).

I think this has been fixed in the current release (if not I am almost positive its in the next one that I should release here within the hour).

Snow 03-16-2005 01:05 PM

Quote:

Originally Posted by The Geek
Your not on the latest release which may be one of the problems (the latest build auto creates your synopsis if its blank).

I think this has been fixed in the current release (if not I am almost positive its in the next one that I should release here within the hour).

To wait or not to wait.... Ohhhhh I can wait an hour or two. I downloaded AN updated release yesterday at some point but when the install went wrong with my live forum I kinda lost track of which release was which as I wasn't following the thread. :o

The Geek 03-16-2005 01:13 PM

Should be able to revert with your backup files ;)

The installer inst 100% done (finished the install and upgrade options but not the uninstall yet) guess I can post it here in the next 20 minutes or so - then I can finsih the uninstall and put my finishing touches on it (and the readme) while you are testing.

Check back soon

Snow 03-16-2005 01:15 PM

Quote:

Originally Posted by The Geek
Should be able to revert with your backup files ;)

The installer inst 100% done (finished the install and upgrade options but not the uninstall yet) guess I can post it here in the next 20 minutes or so - then I can finsih the uninstall and put my finishing touches on it (and the readme) while you are testing.

Check back soon

Excellent! Thanks :D

The Geek 03-16-2005 01:54 PM

Package updated to RC2

This should really be it. Here is what I have left on my TODO list:

Finish uninstaller
Create proper README
Add my 'witty' (if I do say so myself) touches to installer ;)

If anyone could start verifying this latest package - I would appreciate it. ESPECIALLY if they have GAS 3.0x installed - I would like verification on the upgrade process.

Thanks!

gldtn 03-16-2005 03:09 PM

I installed it over the rc1 and got no problem, however there are some issues that I'm not sure if it's because of the old beta I have installed. So I'm in the process of installing it on a different board, a clean install and I just got this message while going thru Installing Settings ...

Here is the error:
Warning: Invalid argument supplied for foreach() in /gas/install/inc_functions.php on line 91

Everything else seems 100% on the new board that I installed this mod.. I'll have to do a clean install on the main board cause it's some how keeping all the old issues in there.

The Geek 03-16-2005 03:15 PM

sounds like you dont have the latest inc_functions

Can you verify by opening your gas/install/inc_functions.php and serach for:
global $datastore,$version;

That was causing the error you mentioned.

gldtn 03-16-2005 03:28 PM

Quote:

Originally Posted by The Geek
sounds like you dont have the latest inc_functions

Can you verify by opening your gas/install/inc_functions.php and serach for:
global $datastore,$version;

That was causing the error you mentioned.

Yes, it's there, shal I remove it? This came with the RC2 version..

The Geek 03-16-2005 03:34 PM

nope... should be there. ahhh.... I think I know...

That bit grabs any existing $gas_settings you have... you said this was on a fresh install?
I think I just need to put a test wrapper around it. You can ignore the error.

How is the rest?

gldtn 03-16-2005 03:43 PM

Quote:

Originally Posted by The Geek
nope... should be there. ahhh.... I think I know...

That bit grabs any existing $gas_settings you have... you said this was on a fresh install?
I think I just need to put a test wrapper around it. You can ignore the error.

How is the rest?

[high]* gldtn ignores it!
[/high]

Yes, it's a fresh install. Everything else seems great, have'nt done any major checking, but the article images issues I was having is gone on the fresh install.. I'll wait for the uninstaller to see if I can verify that everything is good on my original board I was testing with. Any idea when the uninstaller is being released?

The Geek 03-16-2005 03:46 PM

How about now? (I added checking to prevent the error as well)

New package includes uninstall

gldtn 03-16-2005 04:14 PM

Trying it out.. I used the uninstaller and it did great...

but I got another forreach error once re-installing it;

This time on a different file.
Warning: Invalid argument supplied for foreach() in /admincp/gas3_install.php on line 593

The Geek 03-16-2005 04:43 PM

Squashed foreach error. Updated package.

Snow 03-16-2005 04:59 PM

Quote:

Originally Posted by The Geek
Squashed foreach error. Updated package.

I got a slight problem Nail Geek :( Go here http://www.aboho.com/forum/forumdisplay.php?f=57 and scroll right to the bottom where it says "The XHTML Chronicles". :(

gldtn 03-16-2005 05:01 PM

Quote:

Originally Posted by The Geek
Squashed foreach error. Updated package.

Will check when I get home(im at work now), and I'm having problems with my ftp server, so I got wait till they fix it.

gldtn 03-16-2005 05:03 PM

Quote:

Originally Posted by Snow
I got a slight problem Nail Geek :( Go here http://www.aboho.com/forum/forumdisplay.php?f=57 and scroll right to the bottom where it says "The XHTML Chronicles". :(

have a test login?

The Geek 03-16-2005 05:03 PM

Quote:

Originally Posted by Snow
I got a slight problem Nail Geek :( Go here http://www.aboho.com/forum/forumdisplay.php?f=57 and scroll right to the bottom where it says "The XHTML Chronicles". :(

need a username/password :(

Snow 03-16-2005 05:13 PM

Quote:

Originally Posted by The Geek
need a username/password :(

Ooops sorry.... I PMd you the details. :o

The Geek 03-16-2005 05:18 PM

hmmm... The quote block is messing it up.

Ill have to put on my thinking cap regarding that one... All you have to do is put some type of synopsis in and it will use that instead of your quote block.
Im not going to stress to much about it right now as I think that there is an easy workaround and it would be a very rare case that it does occur.

What do you think?

Let me know.

Snow 03-16-2005 05:28 PM

Quote:

Originally Posted by The Geek
hmmm... The quote block is messing it up.

Ill have to put on my thinking cap regarding that one... All you have to do is put some type of synopsis in and it will use that instead of your quote block.
Im not going to stress to much about it right now as I think that there is an easy workaround and it would be a very rare case that it does occur.

What do you think?

Let me know.

Thank you... fixed it for the moment. Agreed, it's not going to happen all the time, but would this be a problem with the ["code] tag as well?

The Geek 03-16-2005 05:31 PM

possibly.

I guess I could always turn off the auto synopsis.
If you think this would be a problem I would either always include a synopsis, use the forumdisplay legacy option, or limit the wordcount to character count to where it is manageable (I doubt anyone would start an article with a long codeblock).

Like I said - ill try to figure out how to work around it - but it will be a pain. Ill have to check the spliced text for div and td's

Snow 03-16-2005 05:40 PM

Quote:

Originally Posted by The Geek
possibly.

I guess I could always turn off the auto synopsis.
If you think this would be a problem I would either always include a synopsis, use the forumdisplay legacy option, or limit the wordcount to character count to where it is manageable (I doubt anyone would start an article with a long codeblock).

Like I said - ill try to figure out how to work around it - but it will be a pain. Ill have to check the spliced text for div and td's

I doubt anyone would start an article with a code aswell, I guess it could wait for a later version. (It's not a security risk is it?)

OK you wanted us to be picky...... :nervous: you remember that issue with the avatars showing instead of the header image?.... it's still doing it. :nervous: It doesn't bother me, but I thought I'd mention it.

The install went OK for me, but I didn't use upgrade, I did a clean install. Only one point, although it didn't seem to affect the install, I received this error on admincp/gas3_install.php?do=templatemodinstall&h=1&m=1 page

Code:

Warning: Invalid argument supplied for foreach() in /admincp/gas3_install.php on line 593

The Geek 03-16-2005 05:52 PM

Quote:

Originally Posted by Snow
I doubt anyone would start an article with a code aswell, I guess it could wait for a later version. (It's not a security risk is it?)

OK you wanted us to be picky...... :nervous: you remember that issue with the avatars showing instead of the header image?.... it's still doing it. :nervous: It doesn't bother me, but I thought I'd mention it.

The install went OK for me, but I didn't use upgrade, I did a clean install. Only one point, although it didn't seem to affect the install, I received this error on admincp/gas3_install.php?do=templatemodinstall&h=1&m=1 page

Code:

Warning: Invalid argument supplied for foreach() in /admincp/gas3_install.php on line 593

which package? I think I just fixed that.

Can you list steps to reproduce the image problem?

Snow 03-16-2005 06:03 PM

Quote:

Originally Posted by The Geek
which package? I think I just fixed that.

Can you list steps to reproduce the image problem?

The zip file is gas3-5_rc2.01 (well I downloaded it and by the time I finished installing it you'd released the next package :o )

To reproduce the image problem? Well it's not something that is occuring with new articles if you know what I mean. It's with the previous articles from your GAS 3.0x version. I had selected in that previous version that the user's avatar be used and not the first image or whatever the other option was. It just seems that it hasn't updated in this new version and it's still showing the users avatar until I edit and save the article in order to update it.

When I say I did a clean install I didn't remove any template edits or mess with the database, I only used un-hacked copies of the actual files. Could it be this has caused the problem? :o

The Geek 03-16-2005 06:17 PM

Snow - more than likely. There was an old bug that stored the default image in the table - but that was fixed a few days ago. Maybe that was wigging it out.



Closing this thread down as its now a final release over at -> https://vborg.vbsupport.ru/showthread.php?t=75916Thanks for everyones help. Much appreciated.


All times are GMT. The time now is 05:17 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.01293 seconds
  • Memory Usage 1,829KB
  • 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
  • (2)bbcode_code_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (32)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