View Single Post
  #1488  
Old 03-10-2013, 05:41 AM
Action-N's Avatar
Action-N Action-N is offline
 
Join Date: Jan 2002
Location: Pasco, WA
Posts: 225
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm not sure we are talking about the same thing, what I was afraid of. I mean the point of style sheets on a website is so user wants to change his category color he edits one variable an it changes all his pages to new color. What addon authors do is make their own style sheets so if I want to change my category color I do it for vbulletin then sort through my addons an change thier css variables. Just would make sense to me if mod makers shared the default vb's css variables. An for your addon you have your css as a file still (productforums.css)? Since I've already had to edit my vbtube mod I have the code saved, looks simpler to me:

Code:
<div class="block pfblock">
    <h2 class="blockhead">Heading Text</h2>
    <div class="blockbody">
        <div class="blockrow pftext">
			Block Content
        </div>
    </div>
</div>
the pfblock and pftext would be your mods personal css variables. I understand your set in not using the stock elements, but it's your personal taste your hardcoding in the style. What I said I broke was the add product button doesn't show up anymore.


Yeah the sticky icon was easier to delete the code than figure out why it was on the bottom of the table. An I figured it being a special review only forum I didn't need the clutter.

Yes about cookie cutter websites, that's why the more variable you give them to turn on or off the better chance for them to be different. I don't want to spend hours customizing templates, checkboxs are much faster.

What I'm referring to is with adding product images I think from the forum I added one image link, then did the sync external images an that is where it makes them but didn't add the new images to the products for me. Haven't tried uploading from my computer yet. If it does yay, but fyi sync didn't.

I spent a few hours this morning trying to learn the addon an get products added an setup correctly. The product title can't handle quotes so it kept cutting my title short. So anyone wanting to review something described with inches has to spell out "inch".

Not trying to bust on your addon, like I said this is nice one to have, just trying to give feedback good and bad. Can I assume you being active on here that you are still working on the mod? Thanks for the effort with this, I wanted to make something an I couldn't even figure out how to start an addon.

One more thing, what's the deal with having to disable template comments? I want to edit the templates in this mod an need them to know what 's what?
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01066 seconds
  • Memory Usage 1,768KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete