Forum Activity for @paul

paul
@paul
04/02/14 12:53:58PM
4,335 posts

Which way...


The Greenroom

Your shout then? And be careful of the drum kit piled up behind the stack (if its anything like my local!!)
paul
@paul
03/30/14 03:04:07AM
4,335 posts

remove jamroom banner


Design and Skin Customization

Try clearing caches, including the image cache in jrImage => Tools
paul
@paul
03/29/14 11:11:37AM
4,335 posts

paRecurringEvents Update


Using Jamroom

The Jamroom4 paRecurringEvents modules has been upgraded to V 1.3.4
PHP 5.3.0 changed the way relative time formats are handled in strtotime, so this module has been modified to suit
Download this version from http://archive.jamroom.net/index.php?m=td_market&o=browse&item_id=176
Pa

updated by @paul: 12/29/14 09:14:37AM
paul
@paul
03/29/14 08:59:22AM
4,335 posts

Install on 1and1


Using Jamroom

Its the database credentials (name user, password) that needs to be entered when installing JR5.
hth
Pa
paul
@paul
03/28/14 01:57:11PM
4,335 posts

jrLike_button


Design and Skin Customization

To like individual actions it needs to go in the jrAction item_list.tpl
Either edit the template with the editor in the ACP or create a skin file called jrAction_item_list.tpl and copy the module template code to it.
When editing that template note that there are three code sections to it. The first for shared actions, the second for activity actions, and the third for detail actions. I'd suggest that the Like buttons would need to go in the latter two.
hth
Pa
updated by @paul: 03/28/14 01:57:59PM
paul
@paul
03/28/14 06:46:25AM
4,335 posts

Music Site - functionality


Design and Skin Customization

Haven't checked this in the code, but have you tried putting height="200" (or whatever) inside the player call?
paul
@paul
03/27/14 08:53:43AM
4,335 posts

Threaded/Nested comments with upvote/downvote function


Suggestions

Doable now.
The vote up/down could be an adaptation of the jrLike module, and the comment thread could be added into the item_list.tpl file.
Its all basically template work.
paul
@paul
03/26/14 11:07:48AM
4,335 posts

Reset stats option


Using Jamroom

Yeah, they are in the profile table. Something like this should do it -

UPDATE jr_jrprofile_item_key SET `value` = 0 WHERE `key` = 'profile_view_count'

(As always, backup the table first)
paul
@paul
03/26/14 08:11:51AM
4,335 posts

Only admin add videos to profiles


Using Jamroom

I don't think there is, inherently, but I may be wrong.
All I can think of is to hide the profile video buttons from all but admin in the templates.
Pa
  402