vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Show Thread Enhancements - Week / Month Topic Nominations (https://vborg.vbsupport.ru/showthread.php?t=223607)

alehawk 10-09-2009 04:19 AM

I reuploaded the files and now I got this error:

Invalid SQL: UPDATE adforo_thread SET iconid = images/icons/nominate/nominated_star. png WHERE threadid = '5634'; MySQL Error : Unknown column 'images' in 'field list' Error Number : 1054

Tnx

Cedric_FP 10-09-2009 04:24 AM

Quote:

Originally Posted by vbboarder (Post 1896622)
Well, where you want your image boils down to your preference. If I coded for every possible combination, it would be endless....

Yes but I can't find your plugin where you hook and eval the template modification. I have no problems moving it myself.

Is the template being called after the quick reply button? I want to find the call and move it, but can't find where, as I mentioned, insert it via plugin.

I assume you insert it via plugin.

vbboarder 10-09-2009 02:36 PM

Quote:

Originally Posted by alehawk (Post 1896964)
I reuploaded the files and now I got this error:

Invalid SQL: UPDATE adforo_thread SET iconid = images/icons/nominate/nominated_star. png WHERE threadid = '5634'; MySQL Error : Unknown column 'images' in 'field list' Error Number : 1054

Tnx

You did your settings wrong. For the iconid, it's supposed to be a number, NOT a url - that's why you got the SQL error. You can find the iconid when you edit your icon in VB's ACP.

vbboarder 10-09-2009 02:38 PM

Quote:

Originally Posted by Cedric_FP (Post 1896966)
Yes but I can't find your plugin where you hook and eval the template modification. I have no problems moving it myself.

Is the template being called after the quick reply button? I want to find the call and move it, but can't find where, as I mentioned, insert it via plugin.

I assume you insert it via plugin.

If you want to move the button, you wouldn't edit the plugin - you need to edit the template (postbit). The hook you need to look for and move is: $template_hook[postbit_controls]

vbboarder 10-09-2009 02:40 PM

Quote:

Originally Posted by g0dfather1984 (Post 1896860)
Yeah, I have checked all settings. I have even turned off modifications to see if that helps and nothing.

If I send you access, would you come check it out to verify for yourself?

I only have time to support this mod in this thread - I can't do custom fixes for users.

vbboarder 10-09-2009 02:42 PM

@MaRu: who's able to see the poll depends on the forum you chose to hold the nomination poll and what permissions you set for that forum. If you're showing the poll in vbAdvanced, that module also has its own settings in addition to the forum permissions.

Cedric_FP 10-09-2009 02:51 PM

Quote:

Originally Posted by vbboarder (Post 1897120)
If you want to move the button, you wouldn't edit the plugin - you need to edit the template (postbit). The hook you need to look for and move is: $template_hook[postbit_controls]

Thank you :D

Kayden 10-09-2009 03:50 PM

The product is either: taking forever to upload/import, or hanging. Either way, it's stuck on "Importing Product, Please Wait..."

What could the issue be?

EDIT: MySQL crashed. Awesome.

imported_silkroad 10-09-2009 04:49 PM

1 Attachment(s)
I recommend folks change template nominate_topic_stamps_box to something like:

Code:

                       
</td>
<td>
<div id="nominate_topic_stamps_box_$post[postid]">
$nominate_topic_stamps_box
</div>
</td>

or maybe this:

Code:

</td>
<td>
<div id="nominate_topic_stamps_box_$post[postid]">
<span style="float: right; ">
$nominate_topic_stamps_box
</span>
</div>
</td>

To get a much cleaner look..... (see attached)

g0dfather1984 10-09-2009 05:26 PM

Uninstalled, sorry.


All times are GMT. The time now is 12:51 PM.

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.01345 seconds
  • Memory Usage 1,745KB
  • 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
  • (5)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
  • (10)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