Forum Activity for @paul

paul
@paul
08/06/18 12:18:49PM
4,335 posts

Unable to translate module text


Design and Skin Customization

Any module text seen only by the site admin is hard coded in English and cannot be translated. Sorry.
If any of the above modules have 'user facing' text that is hard coded, let us know and we'll fix that up.
Hope that helps
paul
@paul
08/01/18 11:59:25PM
4,335 posts

How to make small "buttons" bigger?


Ning To Jamroom

You should be able to do this by editing template(s).
By default those icons are generated in the Forum modules item_index.tpl template using the smarty 'jrCore_icon' call -

{jrCore_icon icon="plus"}

It will default to the size set in the include.php file but can be overidden by adding a size variable to the call -

{jrCore_icon icon="plus" size=32}

So edit that template and search for those smarty calls and add in a size variable.
hth
paul
@paul
07/26/18 01:46:38PM
4,335 posts

Paypal Integration


Installation and Configuration

We cannot debug third paty scripts.
Having said that, I took a quick look at your page source code and immediately see errors highlighted in red (using FireFox). You are nesting head, body and html tags!!!
Get those sorted and it might work.
hth
paul
@paul
07/26/18 01:09:01PM
4,335 posts

Paypal Integration


Installation and Configuration

Try wrapping the script tags with smarty {literal} tags -
{literal}
<script type="text/javascript . . .>
    ....
    ....
</script>
{/literal}

hth
updated by @paul: 07/26/18 01:09:19PM
paul
@paul
07/23/18 11:12:34AM
4,335 posts

creating an unlisted admin Page


Using Jamroom

You'll be fine :-)
Of course, you don't have to create a single 12 wide row. You could do a 4-8, say and add an image list widget to the left and a description (html editor) widget on the right.
The possibilities are endless ;-)
paul
@paul
07/23/18 03:32:19AM
4,335 posts

creating an unlisted admin Page


Using Jamroom

Try out SiteBuilder - By far the easiest way to do this. Docs here - https://www.jamroom.net/the-jamroom-network/documentation/site-builder/2634/what-is-site-builder

Just goto yoursite.com/my_ebay_stuff (or whatever) then click 'yes' to build the page.
Site Builder (bottom left) => Page Config
Move sliders to create a single 12 wide row then add it
Delete the 4-4-4 row
Save Page Layout
Site Builder => Add Widget => HTML Editor
Start building your page

Easy :-)
paul
@paul
07/22/18 02:46:50PM
4,335 posts

creating an unlisted admin Page


Using Jamroom

You could create a skin template called ‘my_ebay_stuff.tpl’ then access as http://Mysore.com/my_ebay_stuff
Hth
paul
@paul
07/22/18 02:37:54PM
4,335 posts

creating an unlisted admin Page


Using Jamroom

Use SiteBuilder to create a page with an unlinked URL -
HTTP://mysite.com/stuff-i-want-to-sell
paul
@paul
07/15/18 04:17:46PM
4,335 posts

Subscription


Installation and Configuration

The way it works is that users first signup to a free quota and then they can see the subscription quota(s) you have that will likely have more features on offer. They can then pay to subscribe to one of these quotas.
Hope that makes sense.
paul
@paul
07/10/18 01:55:58AM
4,335 posts

Header editing


Design and Skin Customization

The default background videos are in the /skins/jrCelebrity/video_bgs folder.
You can upload new ones there there change where they are called in the skin's index_top.tpl template.
hth
  91