Forum Activity for @developer-networks

Developer Networks
@developer-networks
02/27/14 05:33:25AM
566 posts

mp3 importer


Design and Skin Customization

You can import them by uploading an album. Click the * button on your profile. It uploads multiple songs @ once!
Developer Networks
@developer-networks
02/21/14 04:19:05PM
566 posts

Stop Images From Downloading


Design and Skin Customization

I found this today also and wondering if it is a good way to do what I need?

You can use the original image as a background & put a transparent-blank file over it that matches the size of the real image.

For ex:

<div id="image1" style="background-image: url(originalImage.jpg);">
    <img src="blank.gif" height="250px" width="300px">
</div>

So, when the image is right-clicked, it will be the blank.gif that can be reached.
updated by @developer-networks: 02/21/14 04:19:34PM
Developer Networks
@developer-networks
02/21/14 04:07:50PM
566 posts

Stop Images From Downloading


Design and Skin Customization

Im not really sure if there is much I can do about this but I have a ton of images that should not be downloaded. Is there any way I can stop people from downloading images from my website.

A no right click script is un professional and I am looking for other solutions to protect all of my images on the site. I could make a watermark but that is only half of the solution.

The part that I really dont want / like is my custom .png files downloaded. Thanks.
updated by @developer-networks: 03/28/14 02:02:52AM
Developer Networks
@developer-networks
02/20/14 05:32:32PM
566 posts

Existing Accounts


myPhpbb - Bridge Jamroom

Thank you for your purchase!

The system will automatically create the user in the phpbb database as a standard member when they sign up or successfully log in to Jamroom if they do not exist.

The plugin will check a valid Jamroom login to see if the account exists in your phpbb database. If not it creates it. If it does exist it updates it.

It also redirects your logins from the phpbb login forum to your Jamroom login. If they change the password in Jamroom it changes their passwords on the phpbb database. If you delete them from Jamroom they are deleted from your phpbb forum and database.

If you want the users to still have access to the standard forum login with out having to log in to Jamroom do not copy over the ucp.php file. If you leave it stock it will allow your members to log in directly to the forum however they wont be automatically logged in to Jamroom.

It will work with existing accounts. @dazed had to do some table updating to make this work for his properly. He was migrating from vbulliten to phpbb however. I don't believe it will have any problems with an existing system. please back up your system before attempting this. Also He might have some experience with that process he can share with you.


If you have any problems just let me know ill be glad to help!
updated by @developer-networks: 02/20/14 06:25:04PM
Developer Networks
@developer-networks
02/18/14 10:25:08AM
566 posts

jrSoundcloud Secured Button


Installation and Configuration

The button on the jrSoundCloud module does not display on a secured site. I had to change it over to a https link on line 9 of code in this file /templates/soundcloud_embed.tpl in the module.
updated by @developer-networks: 04/01/14 04:40:53AM
Developer Networks
@developer-networks
02/15/14 12:10:42AM
566 posts

Is there a way for users to re-order their menu tabs on profile page?


Suggestions

SteveX:
You can do a lot with jrProfile_menu, at the moment you can check out the function in jrProfile/include.php to see the other parameters.

One thing worth noting if you are trying to get a custom module to appear is that an item_index.tpl is required in that module, otherwise it won't appear. The function also checks the requirements for the module (in it's init function) and it won't appear if the requirements are not met. And a module won't appear if the profile has no items created yet (but the owner always sees it).

"modules", "exclude_modules", "always_show", "owner_only", "require_login", "order", "targets"

I haven't figured out targets, but it looks like you provide an alternate url for the module.

I was actually looking for documentation on this subject the other day.
Developer Networks
@developer-networks
02/15/14 12:06:52AM
566 posts

How to re-arrange comment structure?


Design and Skin Customization

I believe what your looking for is here.

jrComments ==> templates ==> comment_form.tpl

or


jrComments ==> templates ==> item_list.tpl
updated by @developer-networks: 02/15/14 12:45:33AM
Developer Networks
@developer-networks
02/13/14 08:27:46PM
566 posts

FB Audio Embed?


Using Jamroom

I was getting problems where the player would just be a link back to the site. Also I was having problems where the link just woulden't play. It would act frozen.

For other reasons I changed settings in my APP for the FB page for a different set up.

Any rate, I re submitted my app for approval and its all working like It should now. I honestly don't know if this had anything to do with anything but it somehow worked out after I did that. It but it may be worth a shot.



updated by @developer-networks: 02/13/14 08:30:14PM
Developer Networks
@developer-networks
02/13/14 02:13:06PM
566 posts

Disquis Install


Installation and Configuration

Thanks Brian. I figured out what it was. I had to change Line 11/17 in the jrDisqus/templates/embed.tpl from http:// to https:// because im on a secured site.



updated by @developer-networks: 02/13/14 02:17:59PM
Developer Networks
@developer-networks
02/13/14 01:44:53PM
566 posts

Disquis Install


Installation and Configuration

Ive installed the disqus module and have my short name in correctly. However it displays only the "comments by disqus" instead of a comment box. Any ideas to why its doing this?


updated by @developer-networks: 03/30/14 02:23:16PM
  35