

beardeddone
Members-
Content count
272 -
Joined
-
Last visited
About beardeddone
- Birthday 06/17/1945
Profile Information
-
Real Name
John
- Website
-
I had to put a link Forum Admin under tools in admin and put this in it /catalog/admin/bb_default.php, I still haven't figured out how to make the link open a new window tho, I just rightclick it and use the Open in New Window option.
-
I've had it installed for some time now, altho it's not used much it's still usable and can be seen in action here
-
I don't know if it's much help or not, but you all might try here
-
That's ok, also just wanted to let you know I just installed wysiwyg in the email.php for the admin and it works like it is supposed to, to bad that one can't be used for contact_up too.
-
Before I uninstalled this the last time I did try using the MIME HTML When Sending Emails true option and some of the body did go through, but it wasn't good, it was codded with all the coding in place, looked terrible, this is funny as all the other WYSIWYG stuff works great, but it's in the admin area I use it, not for any e-mail.
-
Here's what I have E-Mail Transport Method sendmail E-Mail Linefeeds LF Use MIME HTML When Sending Emails false Verify E-Mail Addresses Through DNS false Send E-Mails true I've played with this many times and ended up going back to the origional contact_us, contact_us sends a blank message, but the to and subject are in tact.
-
I tried this in contact_us but this ended up sending a blank message. Any ideas?
-
No problem, glad I could help, this mod is/was a tough one.
-
[CONTRIBUTION] File uploads as an Option Feature
beardeddone replied to a topic in General Add-Ons Support
I must be missing some create tables, I getting #1054 - Unknown column 'product_is_call' in 'products' for all the ALTER TABLE 's -
in reports.php it would work better for ms2, but don't use this on the end or last option. '<a href="' . tep_href_link(FILENAME_MISSING_IMAGES, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_TEXT_MISSING_IMAGES . '</a><br>' . The only thing I would like to see this open in a new window or at least display the column left so I replaced <!-- body //--> <table border="0" width="100%" cellspacing="2" cellpadding="2"> <tr> <!-- body_text //--> with this <!-- body //--> <table border="0" width="100%" cellspacing="2" cellpadding="2"> <tr> <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="1" cellpadding="1" class="columnLeft"> <!-- left_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> <!-- left_navigation_eof //--> </table></td> <!-- body_text //--> in the missing_image.php file
-
I have incorporated all the info I have found here and all I get is a blank coolmenu box too
-
hjp, thanks for the reply, the link you gave just takes me to the start of the forum, no help there.
-
-
This is also explained on my website how and what to put in the bb_index.php file.
-
If your talking about the users in the OSC database, no they won't need to re-register if you run the upmysql.php that was presented above, as a matter of fact new users can't register unless they go thru OSC first, phpbb will take them to the signup for osc anyway.