• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Fast way to change the url for all hof_furni's ?

Junior Spellweaver
Joined
Mar 4, 2013
Messages
121
Reaction score
6
Hey guys so currently not all the items in my catalogue are displaying and that is because it uses the url:

(Example)
127.0.0.1/tswf/dcr/hof_furni/45512/sofachair_silo.swf

The green number is different for each category / item but I want to change this so all the links are like this:
127.0.0.1/tswf/dcr/hof_furni/sofachair_silo.swf

In which file can I find these urls so I can change them? and is there a faster way rather than creating a subfolder for each category.
 
Newbie Spellweaver
Joined
Feb 2, 2016
Messages
94
Reaction score
22
Change this in external_variables:
Code:
flash.dynamic.download.name.template=%revision%/%typeid%.swf

to

Code:
flash.dynamic.download.name.template=%typeid%.swf
 
Upvote 0
Back
Top