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)

Mrdby 07-31-2008 06:39 PM

ekkk i messed up.. lol i already uninstalled the previous.. but i'm a little confused on the new phrase. Do we have to do this??

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)

AWJunkies 07-31-2008 06:41 PM

Quote:

Originally Posted by Mrdby (Post 1588584)
ekkk i messed up.. lol i already uninstalled the previous.. but i'm a little confused on the new phrase. Do we have to do this??

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)

Only if you have custom styles. As it is impossible to code for all styles. If you have default style then you don't need to do this UNLESS you default style is not style ID#1.

Hit me up in any messenger system and I can help you directly. Only takes a matter of seconds for me to help so may be easier then playing post back.

Mrdby 07-31-2008 06:41 PM

Get on aol man and help me..lol you helped me before..I might just buy pro today io you help me.lol

AWJunkies 07-31-2008 06:44 PM

Quote:

Originally Posted by Mrdby (Post 1588587)
Get on aol man and help me..lol you helped me before..I might just buy pro today io you help me.lol

I am always on 20 hours a day :)

Mrdby 07-31-2008 06:46 PM

you aren't now..lol

AWJunkies 07-31-2008 07:15 PM

I sure am also where did you go?

Mrdby 07-31-2008 08:42 PM

sorry..i'm about to hit you on AIM.

Mrdby 08-01-2008 12:41 AM

thanks

Diggazz 08-01-2008 10:12 AM

Thanks that worked

AWJunkies 08-01-2008 02:24 PM

No problem enjoy!

burntire 08-01-2008 09:30 PM

Disregard.

Got it working.

Sym0n 08-02-2008 02:58 PM

Quote:

Originally Posted by sinisterpain (Post 1586237)
Try re-uploading the awc_dsl_admin.php to the admincp folder on your webserver

Quote:

Originally Posted by AWJunkies (Post 1586521)
You say I seemed to import the mod from VB X to Vb X? and transfer from server X to server X? Not sure the exact scenario but I would reinstall the mod after all the stuff you just did and see if that fixes.

Basically my host moved us servers and I had to import my database on to the new server as they made a hash of it and lost me three days of data. After doing so all the pound symbols ? and copyright ? started appearing as the weird black diamond with the white ?. I've managed to sort it for all future posts but previous ones are still showing it. Thought it was limited to posts only but it looks like it's happened to your product too. :(

Anyway I thought I'd give deleting it all and re-installing from fresh with v1, but sadly the diamonds are still appearing. :(

And I've also run into another problem where as I can't get the Donate link to show on my custom style, and I'll be honest that I don't understand the instructions on how to fix it. Think I know lol.

Anywho with the v0.2.1 you made some changes to the style for me and gave me the following code.

Code:

$vbulletin->templatecache['header']=str_replace('vbphrase[faq]</a>','vbphrase[faq]</a>$dsl_link_menu2',$vbulletin->templatecache['header']);
SAVE IT
that is your hook
$dsl_link_menu2='<a id="navbar_dsl" href="'.$DSL['setting']['dsl_home'].'awc_dsl.php?do=donation">'.$vbphrase['dsl_navbar'].'</a><script type="text/javascript"> vbmenu_register("navbar_dsl",true);</script>';

Any chance of an idiots guide?

Ta

Sy

AWJunkies 08-02-2008 06:11 PM

Hit me up I will do it for you :)
$dsl_link_menu2 = the hook I made for you previously and hook location the above thing. I will do it all for you hit me up again :) Also need to check char set in your mysql and so on. Will get you all sorted out just need to hit me up always here.

Mrdby 08-03-2008 12:44 AM

how many have the pro version?

anuanu 08-03-2008 08:44 AM

So i tried to get this on the navbar like it was before but i believe i didnt wrong or somthing...So ill let you know what i did and you can let me know what i did wrong


1. Installed mod set all settings to my liking. Noticed wasnt on navbar. Came back here look at some threads. So i that thing you said about the phrase.

2. Created new Phares with the following:
Phrase type=Global
Product=vBulletin
Varname = dsl_navbar_hook_12
Text= <td id="12" class="nav_menu_control"><a style="color:Green;" href="www.oonclan.com">test title</a><script type="text/javascript"> vbmenu_register("12"); </script></td>



3. Refreshed, still dont see it on my navbar. This is were you step in and tell me im an idiot and fix my problem :)

GoTTi 08-03-2008 02:41 PM

ok i did the upgrade. i uploaded the files and imported with overwrite, and it just made a duplicate install of the mod, didnt upgrade so i had to remove both mods and reinstall it fresh. is it suppose to do that?

AWJunkies 08-03-2008 07:24 PM

Quote:

Originally Posted by anuanu (Post 1590412)
So i tried to get this on the navbar like it was before but i believe i didnt wrong or somthing...So ill let you know what i did and you can let me know what i did wrong


1. Installed mod set all settings to my liking. Noticed wasnt on navbar. Came back here look at some threads. So i that thing you said about the phrase.

2. Created new Phares with the following:
Phrase type=Global
Product=vBulletin
Varname = dsl_navbar_hook_12
Text= <td id="12" class="nav_menu_control"><a style="color:Green;" href="www.oonclan.com">test title</a><script type="text/javascript"> vbmenu_register("12"); </script></td>



3. Refreshed, still dont see it on my navbar. This is were you step in and tell me im an idiot and fix my problem :)

:) you dont fill IN the {1} etc with info it is auto populated by the software. Need to remove 12 and put {1} and remove Green and put {2} etc. Follow the examples to the T. Other then that seems fine.

AWJunkies 08-03-2008 07:25 PM

Quote:

Originally Posted by GoTTi (Post 1590572)
ok i did the upgrade. i uploaded the files and imported with overwrite, and it just made a duplicate install of the mod, didnt upgrade so i had to remove both mods and reinstall it fresh. is it suppose to do that?

Stated many times this is a series upgrade not a version upgrade so it is a completely new software. Treat old versions as if you have CYB or 3.5mod on and loading mine and transferring donations from the old mod to new. Think of it like that :) Upgrade instructions are in install guide as well as on page #2 of this thread.

Mrdby 08-03-2008 08:11 PM

will upgrade to pro next week. :)

Binoy 08-04-2008 05:17 AM

hi i just instaleld this hack.. everything is working fine except for the donation drop down in navbar..

it is working very well in default skin, but not working in another skin which I have installed.

please help

AWJunkies 08-04-2008 06:21 AM

Quote:

Originally Posted by Binoy (Post 1590950)
hi i just instaleld this hack.. everything is working fine except for the donation drop down in navbar..

it is working very well in default skin, but not working in another skin which I have installed.

please help

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

:)

anuanu 08-04-2008 06:49 AM

Quote:

Originally Posted by AWJunkies (Post 1590726)
:) you dont fill IN the {1} etc with info it is auto populated by the software. Need to remove 12 and put {1} and remove Green and put {2} etc. Follow the examples to the T. Other then that seems fine.


ok so i put it back to how you said...however when i refresh I still dont see it on the navbar. Maybe im doing something else wrong?

AWJunkies 08-04-2008 08:10 AM

hit me up on a messenger and I can help you. Make sure to read ENTIRE post #2. You may not have 3.7 hooks in which you will need to change your hooks to after faq or manually add where you want it to show.

anuanu 08-04-2008 04:58 PM

I would love to contact you however that would be very hard for me to do as im in another country right now were all i get is WiFi and at best its a 15kbps connection. However i am willing to do what ever you tell me :P

Mrdby 08-04-2008 06:14 PM

it's time..lol where you at? I'm ready to buy pro.

AWJunkies 08-04-2008 06:57 PM

Quote:

Originally Posted by Mrdby (Post 1591333)
it's time..lol where you at? I'm ready to buy pro.

Anytime today go to site.

AWJunkies 08-04-2008 06:58 PM

Quote:

Originally Posted by anuanu (Post 1591279)
I would love to contact you however that would be very hard for me to do as im in another country right now were all i get is WiFi and at best its a 15kbps connection. However i am willing to do what ever you tell me :P

I am usually on 20 hours a day so hit me up in any of my messengers doesn't matter the time.

anuanu 08-05-2008 03:45 AM

Thanks AWjunkie you fixed my problem, I would gladly let you all know what he did but i dont even know lol

It was something about missing hooks :P

EDIT: yea read through the PRo version and i think im going to get it. The only thing that will change my mind at this point is if its price is to high :P

AWJunkies 08-05-2008 08:16 AM

Quote:

Originally Posted by anuanu (Post 1591620)
Thanks AWjunkie you fixed my problem, I would gladly let you all know what he did but i dont even know lol

It was something about missing hooks :P


EDIT: yea read through the PRo version and i think im going to get it. The only thing that will change my mind at this point is if its price is to high :P

NP your style did not have the 3.7 hooks which is not a big deal like the instructions say. Add them yourself OR select After FAQ in the selector on location to add dropmenu OR OR you can just add the variable manually like instructions say on post#2 and in install guide.

Thanks for purchasing PRO as well :)

Mrdby 08-05-2008 09:50 AM

log on aol sir

AWJunkies 08-06-2008 05:55 AM

Quote:

Originally Posted by Mrdby (Post 1591762)
log on aol sir

Glad to have helped you. Let me know if you need anymore help

AWJunkies 08-07-2008 01:38 AM

Don't forget to click INSTALL guys.

Parabellum 08-09-2008 11:18 PM

What would be the Portal Output Global Variable so that the "Donate" link can be shown on the main portal page? Right now it only shows on the forum.

Thanks for this great mod! :)

AWJunkies 08-10-2008 02:13 AM

Quote:

Originally Posted by Parabellum (Post 1595094)
What would be the Portal Output Global Variable so that the "Donate" link can be shown on the main portal page? Right now it only shows on the forum.

Thanks for this great mod! :)

Just install the Extra software for vBAdvanced CMPS and it will auto add them for you. If you want to manually do it:
AWCL

EvilJohn 08-10-2008 04:09 AM

I thought about adding this mod. But after looking at. I thought no it would be a waste of my time. I knew I needed the pro version ASAP. I skipped the freebie and went with the pro version. I am so happy with this mod and coder. Support is excellent. Trust me I know. I screwed up my forums by installing a pro upgrade wrong. I am talking about messing my forums up big time. LOL Adam was Jonny on the spot to help me fix it. I am not talking about posting what to do. I am talking about hands on help. He is always ready to help you.

I used to manually move users to different user groups based on their donation level. No more its all done automatically. I used to have to move them back down in user groups with no donation in a year. No more its all done automatically

I am telling you the pro version is found gold, awesome, rocks, simple to use, frees you up to do other things. I used to have to post when funds were low in our account to drum up donations. No more.

This month I set one goal module for VBblog software $60.00 on Aug 1st, and 2nd goal for $100.00 Web site and server costs. Both goals were reached by Aug. 5th. Today on Aug. 9th my website and server costs goal is doubled what is needed. Take out the $25.00 dollars someone donated in my name. Thats still 225.08 in 9 days. :P One of the donations was a created subscription. Don't waste your time with a freebie. Get on board For The Win.

Thank you so much for your hard work Adam. I look forward to the new pro V3 upgrade.

Edit: Check my goals out here http://evilrtcw2.com/forums/index.php?

Simon Lloyd 08-10-2008 03:40 PM

I'd like to install this, i have the mod by Cybernetec which seems fine but i wanted a button in the space next to where it says welcome....you last visited...does yours do that?

I haven't launched my forum yet as i have no idea what i'm doing i have no html or php experience, how would i remove Cyb's mod in favour of yours?

Be gentle ;)

Regards,
Simon

AWJunkies 08-10-2008 07:15 PM

Quote:

Originally Posted by Simon Lloyd (Post 1595543)
I'd like to install this, i have the mod by Cybernetec which seems fine but i wanted a button in the space next to where it says welcome....you last visited...does yours do that?

I haven't launched my forum yet as i have no idea what i'm doing i have no html or php experience, how would i remove Cyb's mod in favour of yours?

Be gentle ;)

Regards,
Simon

Please provide pictures of what you mean near last visits etc everyones style is different and need to know exactly what you mean. So do a snapshot and show me what you mean.

Now to transfer from CYB it is very easy. My software does not interfear with his at all. So you can be running both at same time while you transfer over and test them both side by side. Now if you have donations within CYB that you want to transfer to my software all you do is: AdminCP>AWCoding Software LITE>Transactions>Transfer>Select CYB and done !!!

Then you can delete CYB whenever you want or disable it.

sinistergaming 08-10-2008 07:19 PM

im getting this database error when trying to import the xml product.

Quote:

Database error in vBulletin 3.7.2:

Invalid SQL:
INSERT INTO `vbphrasetype` VALUES('awclsettings', 'AWCoding Settings LITE', 3, '', 0);

MySQL Error : Column count doesn't match value count at row 1
Error Number : 1136
Request Date : Sunday, August 10th 2008 @ 04:06:03 PM
Error Date : Sunday, August 10th 2008 @ 04:06:03 PM
Script : http://sinistergaming.com/admincp/pl...=productimport
Referrer : http://sinistergaming.com/admincp/pl...?do=productadd

Simon Lloyd 08-10-2008 08:00 PM

Hi, thanks for the response, your write up seems to do everything that Cyber's does and i really want that donate button in the navbar (picture attached), i haven't opened my site to the public yet as i am still trying to get things as i want but i have zero experience with html and php.

Regards,
SImon
btw version 3.7.2 pl1

AWJunkies 08-11-2008 03:01 AM

Quote:

Originally Posted by sinistergaming (Post 1595708)
im getting this database error when trying to import the xml product.

What version VB seems you have 3.5 is this correct???


All times are GMT. The time now is 07:24 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.01883 seconds
  • Memory Usage 1,841KB
  • 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_code_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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