Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
5 registered (ayawkho, SteveS, Tainted, Mike L, KuKuKaChu), 29 Guests and 14 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 03/21/08
Posts: 224
Top Posters (30 Days)
Ruben 61
SD 52
Gizmo 48
gliderdad 33
Dunny 21
driv 18
dbremer 16
Stan 13
Mark S 13
Steve C 10
Latest Photos
Testing
Basildon Train Station
Basildon Town Centre looking from the rounderbout
Basildon Town Square
Gizzo Marx
Page 1 of 2 1 2 >
Topic Options
#237438 - 06/13/10 02:05 PM Adding Support for SmugMug Embedded Video - A ?
Muniac Offline
stranger
Registered: 08/10/06
Posts: 9
Loc: Livingston, TX
Hello All,

I've been a user of your BBS software for some years now going back to early UBB. Great product and stellar small business operation which I like to support. Keep up the good work.

I'd like to add support for SmugMug embedded video. Looking at the file tags.php, it contains to video tags, markup and regex. I assume I can add an additional array instance (#4) there with new video tag and the embed code that SmugMug provides to embed its videos into HTML pages. Using mass copy of a previous instance with appropriate adjustments for SmugMug I can hopefully update tags.php.

I gather the install PHP script builds the SQL table for these tags by running tags.php and the process is table driven from then on. So the video drop down menu reads from this table and will include any new rows added. My question is about updating the table on an already installed BBS. I'm assuming I can't just run the tags.php script owing to certain things the calling install script sets up ahead of time.

If someone could weigh in on this with some guidance that would be very helpful. Would like not to puke the SQL database. Whence I get this running I'd be more than happy to pass back the updated tags.php for inclusion into your next release for those wishing to embed SmugMug videos. Thanks in advance for any assistance provided.
_________________________
I thought I was wrong once. But I was wrong!
Top
Express Hosting
Express Hosting "We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#237439 - 06/13/10 02:16 PM Re: Adding Support for SmugMug Embedded Video - A ? [Re: Muniac]
SD Online   partay
Registered: 04/19/07
Posts: 4031
Loc: SoCal, USA
you don't have to DB dive or code dive..

we put in an admin section in the control panel -- content tools -- custom tag editor, when it was adopted for 7.3..

you are correct in your finding out what flows out from the admin cpanel, but no need to do it the hard way wink
_________________________

Threads tutorials . Threads & Wordpress experts . UBB resume

If I you, click this link as to why
Top
#237440 - 06/13/10 02:17 PM Re: Adding Support for SmugMug Embedded Video - A ? [Re: Muniac]
Ruben Offline

Registered: 12/20/03
Posts: 4268
Loc: Lutz,FL
If I understand you correctly you want to add a posting tag for smugmug.
Depending on what version you have but in the current version that would be a regex code at:
Control Panel » Content Rebuilder-tab-Custom tag editor.
_________________________
Blue Man Group
Top
#237442 - 06/13/10 02:36 PM Re: Adding Support for SmugMug Embedded Video - A ? [Re: Ruben]
Muniac Offline
stranger
Registered: 08/10/06
Posts: 9
Loc: Livingston, TX
Sirdude - Thanks and I understand about the embedded tools included with threads. This would essentially allow me to add a new row to the table ubbt_BBCODE without wading through excessive details.

Ruben - Thanks also. Yes I want to add a posting tag for SmugMug. I'm on threads 7.4.1 and will revisit the admin tools provided.

Let me play with this and see if I can enable the new posting tag. If the lights go out in Seattle I've pushed the wrong button(s).

Thanks to both of you for the quick reply. Be back with more questions or hopefully a success story.
_________________________
I thought I was wrong once. But I was wrong!
Top
#237443 - 06/13/10 02:45 PM Re: Adding Support for SmugMug Embedded Video - A ? [Re: Muniac]
SD Online   partay
Registered: 04/19/07
Posts: 4031
Loc: SoCal, USA
no probs.. i wrote a tutorial on how to add a gametrailers tag to give peeps some 'behind the scenes' of how to approach it..

Linky Poo

if you are interested smile
_________________________

Threads tutorials . Threads & Wordpress experts . UBB resume

If I you, click this link as to why
Top
#237444 - 06/13/10 03:00 PM Re: Adding Support for SmugMug Embedded Video - A ? [Re: SD]
Muniac Offline
stranger
Registered: 08/10/06
Posts: 9
Loc: Livingston, TX
I assume my version falls below the addition of the custom tag editor. I've got DB tools and this will allow me to add a row to ubbt_BBCODE??

Thanks
_________________________
I thought I was wrong once. But I was wrong!
Top
#237445 - 06/13/10 03:19 PM Re: Adding Support for SmugMug Embedded Video - A ? [Re: Muniac]
Ruben Offline

Registered: 12/20/03
Posts: 4268
Loc: Lutz,FL
Humm.
The change log states:
Quote:
7.3 Feature: Added a Custom tag editor that allows admins to add new tags for their board: Tags can be video tags like youtube, google video, yahoo video or can be other things that they might find useful. The admin control panel editor allows both import and export of tags, so sharing amongst UBBT admins can be done very easily. No need to edit code, since it's all done from the admin cpanel.


So the option should be there.


Edited by Ruben (06/13/10 03:26 PM)
_________________________
Blue Man Group
Top
#237446 - 06/13/10 03:30 PM Re: Adding Support for SmugMug Embedded Video - A ? [Re: Ruben]
SD Online   partay
Registered: 04/19/07
Posts: 4031
Loc: SoCal, USA
yep it should be there.. not DB tools, but CONTENT REBUILDER wink
_________________________

Threads tutorials . Threads & Wordpress experts . UBB resume

If I you, click this link as to why
Top
#237447 - 06/13/10 03:33 PM Re: Adding Support for SmugMug Embedded Video - A ? [Re: SD]
Ruben Offline

Registered: 12/20/03
Posts: 4268
Loc: Lutz,FL
Maybe I was dreaming but I thought that is the path I posted.
Maybe that version is in a slightly different location.
Oh well another beer and off to till the garden.
_________________________
Blue Man Group
Top
#237448 - 06/13/10 05:14 PM Re: Adding Support for SmugMug Embedded Video - A ? [Re: Ruben]
Muniac Offline
stranger
Registered: 08/10/06
Posts: 9
Loc: Livingston, TX
Ruben & Sirdude - Yes it is there as subtle as a train wreck right in content rebuilder right in front of my eyes. It appears I'm the one influenced with too many beers but I can't claim that as the excuse. Your knowledge and experience were never in question. Let me play a bit and I'll be back. Thanks.
_________________________
I thought I was wrong once. But I was wrong!
Top
Page 1 of 2 1 2 >



Moderator:  AllenAyres, Harold, Ian, Ron M 
Shout Box

Today's Birthdays
No Birthdays
Recent Topics
Edit Post
by Bert
Today at 01:19 PM
A positive note
by SteveS
Yesterday at 09:36 PM
How to locate links to particular site if they are only used in images?
by Conrad
02/10/12 09:41 PM
Pictures not displaying
by Marker23
02/09/12 10:04 PM
Issue with logging out constantly
by Flanuva
02/09/12 07:05 PM
Forum Stats
10214 Members
36 Forums
33667 Topics
180917 Posts

Max Online: 978 @ 06/24/07 11:19 PM
Random Image