Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
plugins-topic
file upload activation problem
Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Nov 6, 2012 - 7:28 am

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...

Avatar
Mamadou Seck
Member
Free Members
sp_UserOfflineSmall Offline
Nov 7, 2012 - 3:27 am
Thanks for your reply, but I have another question: How do I translate the plupload in French. Where are the translation files? Alternatively, on which files I have to work?
Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Nov 7, 2012 - 5:34 am

In the forum admin > components > file uploads panel use the code 'fr' in the language setting. That will run the French language file. We have seen one or two issues with the plupload language files but have no reports of the French file being a problem.

andy-signature.png
YELLOW
SWORDFISH
Avatar
Mamadou Seck
Member
Free Members
sp_UserOfflineSmall Offline
Nov 7, 2012 - 5:42 am
Thank you.
It is done for the French language.
Another question: How do I make the color of the links of visited topics change?
I try to look in the css with firebug, but it's hard to find the correct element
Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Nov 7, 2012 - 2:03 pm

To keep it simple I would just add:

#spMainContainer a:visited,
#spMainContainer .spLink:visited {
    color: red;
}

to your SP or WP theme CSS. Obviously changing the colour 'red' to whatever your choice is.

andy-signature.png
YELLOW
SWORDFISH
Avatar
Mamadou Seck
Member
Free Members
sp_UserOfflineSmall Offline
Nov 8, 2012 - 8:17 am
thanks, it works, but if I want to apply it only to topics titles and not to the forum title?
Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Nov 8, 2012 - 11:09 am

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.

andy-signature.png
YELLOW
SWORDFISH
Avatar
Mamadou Seck
Member
Free Members
sp_UserOfflineSmall Offline
Nov 9, 2012 - 7:29 am
could I have an example of the code to define the function and class in spforumview template?
Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Nov 9, 2012 - 8:51 am

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...

andy-signature.png
YELLOW
SWORDFISH
Avatar
Mamadou Seck
Member
Free Members
sp_UserOfflineSmall Offline
Nov 13, 2012 - 7:17 am
in wich file can I change the HTML code? to declare the "id" and the "class" that I created.
as with the image below
html.jpgImage Enlarger
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