Support Forum
file upload activation problem
understood your post... but site has 2011 active now and its working... so cannot look at issue... and the start upload button activity/availability/etc is all with the plupload code itself and no sp interaction...
Visit Cruise Talk Central and Mr Papa's World
Yellow Swordfish
Glinton, England
SP Master
Offline
That's trickier as they both use the same style class.
So you will need to define your own class name - add that to the arguments for the topic name (in the spForumView template - function sp_TopicIndexName() and then add that class name to the CSS style we defined yesterday.
YELLOW
SWORDFISH
|
Yellow Swordfish
Glinton, England
SP Master
Offline
Well in the default template the call probably looks like:
sp_TopicIndexName('tagClass=spRowName', __sp('Browse the thread %NAME%'));
So you can add a new class to that as in
sp_TopicIndexName('tagClass=spRowName yourClassName', __sp('Browse the thread %NAME%'));
Then in the CSS use:
#spMainContainer .yourClassName.spLink:visited {
which should do it. Mind you I have not tried yet...
YELLOW
SWORDFISH
|
Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17363
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625