vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - AWCoding- Donation System (https://vborg.vbsupport.ru/showthread.php?t=177437)

Playa82 07-31-2008 05:18 PM

Quote:

Originally Posted by AWJunkies (Post 1588519)
https://vborg.vbsupport.ru/showpost....96&postcount=4

I will add this info to install guide and change first post and thread first post because I maxed out 20000 characters in both posts and had to go to a third post. So I will just put basic info on post and thread first post and link to install guide as the guide is over 50000 characters with all the info. So best to do that so you guys read it. Easier for me to update info as well just through a link and not always having to change manually here. So give me a bit to do this. But the answer to your question is in post #4 for custom styles.

doesnt work

AWJunkies 07-31-2008 05:36 PM

Quote:

Originally Posted by Playa82 (Post 1588522)
doesnt work

Posting more info now it uses Vb3.7 hooks so you style may not have them and you will need to add them or manually add link. Doing the info for this now. Here are the hooks:

$template_hook[navbar_buttons_left]
$template_hook[navbar_buttons_right]

If you do not have this in your style header/navbar then you need to add them for style to be vb3.7 compliant or use the manual ADD code to place it where you want OR select the After FAQ and see if that works in settings. Has 4 options to hook to your navbar/header. So make sure to test them all.

Playa82 07-31-2008 05:56 PM

installed 0.2.0 now, this one works for me. sorry, but thanks for helping

AWJunkies 07-31-2008 06:02 PM

Quote:

Originally Posted by Playa82 (Post 1588550)
installed 0.2.0 now, this one works for me. sorry, but thanks for helping

I can help you install just have to hit me up. Highly do not recommend being on an earlier version and is not supported.

I can help you in a matter of 20 seconds. Just hit me up in one of the 8 ways to contact me. AIM, SKYPE, MSN, YAHOO, EMAIL, PM (here and on main site), or chatbox on main site. Etc and so on :)

Playa82 07-31-2008 06:04 PM

^^^^ i tried it, version 0.2.1 doesnt work for me, too. its ok with 0.2.0 it works and thats good

AWJunkies 07-31-2008 06:10 PM

Quote:

Originally Posted by Playa82 (Post 1588558)
^^^^ i tried it, version 0.2.1 doesnt work for me, too. its ok with 0.2.0 it works and thats good

As I said before this is a SERIES update no code is the same it is a complete code re-write revision. So V0.X.X is not the same code at ALL to V1.0.0. Again will take me 20 seconds to help you if you hit me up. But again totally up to you. If it works it works and your happy that is all that matters.

Playa82 07-31-2008 06:11 PM

Quote:

Originally Posted by AWJunkies (Post 1588562)
If it works it works and your happy that is all that matters.

yep, that's true

AWJunkies 07-31-2008 06:16 PM

CUSTOM STYLES
Styles and hooks for DropMenu Module:

Create a new phrase (http://www.yourdomain.com/admincp/ph...eldname=global)
A) Phrase Type = GLOBAL
B) Product = VBulletin
C) Varname = dsl_navbar_hook_X (X= the ID of the style, look at dsl_ navbar_ hook_ 1 for an example)
D) Text = Hook Data (look below for examples)

Code:

Examples:
Legend: {1}= ID for drop down menu {2}= Color for title {3}= URL link {4}= Title

Default: dsl_ navbar_ hook_ 1:
<td id="{1}" class="vbmenu_control"><a style="color:{2};" href="{3}">{4}</a><script type="text/javascript"> vbmenu_register("{1}"); </script></td>

#1:
<td><img src="http://forum.X.com/images/centura/misc/nav_div.gif" alt="" /></td><td id="{1}" class="h_nav"><a style="color:{2};" href="{3}">{4}</a><script type="text/javascript"> vbmenu_register("{1}"); </script></td>

#2:
<td width="89" height="26" valign="top" id="{1}"><a style="color:{2};" href="{3}" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image20','','http://forum.X.com/images/ogenzen/fluid/don2.png',1)"><img src="http://forum.X.com/images/ogenzen/fluid/don1.png" alt="TORRENT" name="Image20" width="89" height="26" border="0" /></a><script type="text/javascript"> vbmenu_register("{1}",true); </script></td>

#3:
<td id="{1}" width="78" height="34" class="css_nav"><a style="color:{2};" href="{3}">{4}</a><script type="text/javascript"> vbmenu_register("{1}",true); </script></td>

#4:
<td id="{1}" class="nav_menu_control"><a style="color:{2};" href="{3}">{4}</a><script type="text/javascript"> vbmenu_register("{1}"); </script></td>

#5:
<td id="{1}" class="navbar"><a style="color:{2};" href="{3}">{4}</a><script type="text/javascript"> vbmenu_register("{1}"); </script></td>

#6:
<span id="{1}"><a style="color:{2};" href="{3}" accesskey="5" onmouseover="document.images.donatelink.src='images/voodoo/misc/donate_over.png'" onmouseout="document.images.donatelink.src='images/voodoo/misc/donate.png'"><img src="images/voodoo/misc/donate.png" id="donatelink" alt="" /></a></span><script type="text/javascript"> vbmenu_register("{1}",true); </script>

#7:
<td><img src="http://forum.X.com/images/enlighten/misc/nav_div.gif" alt="" /></td><td id="{1}" class="h_nav"><a style="color:{2};" href="{3}">{4}</a><script type="text/javascript"> vbmenu_register("{1}"); </script></td>

The system uses default VB 3.7.x hooks in header/navbar named: $template_hook[navbar_buttons_left] and $template_hook[navbar_buttons_right]. If you do not have these hooks in header/navbar add them OR manually place:
Code:

{$AWCL['dropmenu']['header']}
where you would like it to display.

Upgrading
Load Software then transfer donations from OLD version to NEW then delete old software. So install the new version 1.0.0 and go to adminCP>AWCoding Software LITE>Transactions>Transfer>AWCoding> DONE! Then delete previous series of LITE and all files associated with it.

Make sure transactions transferred over before deleting old version. Again this is a new series so it does not interfere and is a totally new system then the old.

Mrdby 07-31-2008 06:18 PM

Quote:

Originally Posted by AWJunkies (Post 1587991)
Sorry when upgrading it is not an upgrade as this is a official new series so they do NOT interfere with each other. So install the new version 1.0.0 and go to adminCP>AWCoding Software LITE>Transactions>Transfer>AWCoding> DONE! Then delete previous series of LITE and all files associated with it.

Make sure transactions transferred over before deleting old version. Again this is a new series so it does not interfere and is a totally new system then the old.

im lost sir... still upload the other files right?

AWJunkies 07-31-2008 06:22 PM

Quote:

Originally Posted by Mrdby (Post 1588571)
im lost sir... still upload the other files right?

https://vborg.vbsupport.ru/showpost....63&postcount=2

Basically turn OFF current version of LITE previous V1.0.0 (Do not delete yet just turn OFF)
Install all the new files from V1.0.0 FTP to server
Install Product V1.0.0 and any extras you want in extras folder
Transfer donations from previous V1.0.0 (instructions in install guide, the above link, or post #2)
Then delete old version of LITE previous V1.0.0 and go through all settings and if you have a custom style follow the above link, or post #2, or install guide with instructions on this.


All times are GMT. The time now is 10:32 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.02272 seconds
  • Memory Usage 1,757KB
  • 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
  • (7)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